Share via


DetectedLanguage Class

Definition

An object describing the detected language.

public class DetectedLanguage : System.ClientModel.Primitives.IJsonModel<Azure.AI.Translation.Text.DetectedLanguage>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Translation.Text.DetectedLanguage>
public class DetectedLanguage
type DetectedLanguage = class
    interface IJsonModel<DetectedLanguage>
    interface IPersistableModel<DetectedLanguage>
type DetectedLanguage = class
Public Class DetectedLanguage
Implements IJsonModel(Of DetectedLanguage), IPersistableModel(Of DetectedLanguage)
Public Class DetectedLanguage
Inheritance
DetectedLanguage
Implements

Properties

Confidence

A float value indicating the confidence in the result. The score is between zero and one and a low score indicates a low confidence.

Language

A string representing the code of the detected language.

Score

A float value indicating the confidence in the result. The score is between zero and one and a low score indicates a low confidence.

Explicit Interface Implementations

IJsonModel<DetectedLanguage>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DetectedLanguage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DetectedLanguage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DetectedLanguage>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DetectedLanguage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to