Cloud Document AI v1 API - Class Document.Types.Page.Types.DetectedLanguage (3.15.0)

public sealed class Document.Types.Page.Types.DetectedLanguage : IMessage<Document.Types.Page.Types.DetectedLanguage>, IEquatable<Document.Types.Page.Types.DetectedLanguage>, IDeepCloneable<Document.Types.Page.Types.DetectedLanguage>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Page.Types.DetectedLanguage.

Detected language for a structural component.

Inheritance

object > Document.Types.Page.Types.DetectedLanguage

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

DetectedLanguage()

public DetectedLanguage()

DetectedLanguage(DetectedLanguage)

public DetectedLanguage(Document.Types.Page.Types.DetectedLanguage other)
Parameter
NameDescription
otherDocumentTypesPageTypesDetectedLanguage

Properties

Confidence

public float Confidence { get; set; }

Confidence of detected language. Range [0, 1].

Property Value
TypeDescription
float

LanguageCode

public string LanguageCode { get; set; }

The BCP-47 language code, such as en-US or sr-Latn.

Property Value
TypeDescription
string