Class DetectLanguageResponse
The response message for language detection.
Implements
Inherited Members
Namespace: Google.Apis.Translate.v3beta1.Data
Assembly: Google.Apis.Translate.v3beta1.dll
Syntax
public class DetectLanguageResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Languages
A list of detected languages sorted by detection confidence in descending order. The most probable language first.
Declaration
[JsonProperty("languages")]
public virtual IList<DetectedLanguage> Languages { get; set; }
Property Value
Type | Description |
---|---|
IList<DetectedLanguage> |