DetectedLanguage interface
Information about the language of a document as identified by the Text Analytics service.
Properties
confidence |
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). |
Property Details
confidenceScore
A confidence score between 0 and 1. Scores close to 1 indicate 100% certainty that the identified language is true.
confidenceScore: number
Property Value
number
iso6391Name
A two letter representation of the detected language according to the ISO 639-1 standard (e.g. en, fr).
iso6391Name: string
Property Value
string
name
Long name of a detected language (e.g. English, French).
name: string
Property Value
string