DetectLanguageResponse ComplexType
Contains the response from the DetectLanguage action.
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
language | Edm.String |
The language detected. |
score | Edm.Decimal |
A confidence score between 0 and 1. Scores close to 1 indicate high certainty that the identified language is correct. |
Used by
The following use the DetectLanguageResponse ComplexType.
Name | How used |
---|---|
DetectLanguage | ReturnType |