Class GoogleCloudDocumentaiV1DocumentPageDetectedLanguage
Detected language for a structural component.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentPageDetectedLanguage : IDirectResponseSchema
Properties
Confidence
Confidence of detected language. Range [0, 1]
.
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 |
LanguageCode
The BCP-47 language code, such as en-US
or sr-Latn
.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |