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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides documentation for the `Document.Types.Page.Types.DetectedLanguage` class within the Cloud Document AI v1 API, with the latest version being 3.19.0."],["The `DetectedLanguage` class is used to represent the detected language for a structural component in a document, and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The available constructors are a default constructor, `DetectedLanguage()`, and another that takes in another `Document.Types.Page.Types.DetectedLanguage` parameter, `DetectedLanguage(Document.Types.Page.Types.DetectedLanguage)`."],["Key properties of this class include `Confidence`, a float value representing the confidence of the language detection ranging from 0 to 1, and `LanguageCode`, which provides the BCP-47 language code of the detected language."],["This webpage also lists the inherited members and contains a list of links for a variety of different versions of the Document AI API for this class, going as far back as 1.0.0."]]],[]]