public sealed class DetectedLanguage : IMessage<Document.Types.Page.Types.DetectedLanguage>, IEquatable<Document.Types.Page.Types.DetectedLanguage>, IDeepCloneable<Document.Types.Page.Types.DetectedLanguage>, IBufferMessage, IMessageDetected language for a structural component.
Implements
IMessage<Document.Types.Page.Types.DetectedLanguage>, IEquatable<Document.Types.Page.Types.DetectedLanguage>, IDeepCloneable<Document.Types.Page.Types.DetectedLanguage>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
DetectedLanguage()
public DetectedLanguage()DetectedLanguage(Document.Types.Page.Types.DetectedLanguage)
public DetectedLanguage(Document.Types.Page.Types.DetectedLanguage other)| Parameter | |
|---|---|
| Name | Description | 
| other | Document.Types.Page.Types.DetectedLanguage | 
Properties
Confidence
public float Confidence { get; set; }Confidence of detected language. Range [0, 1].
| Property Value | |
|---|---|
| Type | Description | 
| Single | |
LanguageCode
public string LanguageCode { get; set; }The BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
| Property Value | |
|---|---|
| Type | Description | 
| String | |