public sealed class 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-03-21 UTC."],[[["This page provides documentation for the `Document.Types.Page.Types.DetectedLanguage` class within the Google Cloud Document AI v1 API for .NET, covering versions from 1.0.0 to the latest 3.19.0."],["The `DetectedLanguage` class represents the detected language of a structural component in a document, as part of the `Google.Cloud.DocumentAI.V1` namespace."],["The class includes two properties: `Confidence`, a float representing the confidence level of the language detection (ranging from 0 to 1), and `LanguageCode`, a string containing the BCP-47 language code (e.g., `en-US`)."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET environment."],["The page contains links to various versions of the documentation, allowing users to navigate to specific releases of the API, with version 3.19.0 being the latest."]]],[]]