你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DetectedLanguage Class

Definition

Contains the details of the detected language for the text.

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

Properties

ConfidenceScore

A confidence score between 0 and 1. Scores close to 1 indicate 100% certainty that the identified language is true.

Iso6391Name

A two letter representation of the detected language according to the ISO 639-1 standard (e.g. en, fr).

Name

Long name of a detected language (e.g. English, French).

ScriptIso15924Code

Identifies the script code of the input document according to the ISO 15924 standard.

ScriptName

Identifies the script name of the input document according to the ISO 15924 standard.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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