Class DetectionsResourceItems
An array of languages which we detect for the given text The most likely language list first.
Implements
Inherited Members
Namespace: Google.Apis.Translate.v2.Data
Assembly: Google.Apis.Translate.v2.dll
Syntax
public class DetectionsResourceItems : IDirectResponseSchema
Properties
Confidence
The confidence of the detection result of this language.
Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
Type | Description |
---|---|
float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IsReliable
A boolean to indicate is the language detection result reliable.
Declaration
[JsonProperty("isReliable")]
public virtual bool? IsReliable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Language
The language we detected.
Declaration
[JsonProperty("language")]
public virtual string Language { get; set; }
Property Value
Type | Description |
---|---|
string |