public sealed class DetectedLanguage : IMessage<Document.Types.Page.Types.DetectedLanguage>, IEquatable<Document.Types.Page.Types.DetectedLanguage>, IDeepCloneable<Document.Types.Page.Types.DetectedLanguage>, IBufferMessage, IMessage
[[["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 webpage provides documentation for the `DetectedLanguage` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically detailing its implementation in various versions, with the latest version being 3.19.0."],["The `DetectedLanguage` class is designed to represent the detected language for a structural component and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class can be constructed using either a default constructor or a copy constructor that accepts another `DetectedLanguage` instance as a parameter."],["The `DetectedLanguage` class has two key properties: `Confidence`, which represents the confidence level of the language detection with a range from 0 to 1, and `LanguageCode`, which stores the BCP-47 language code."],["It lists numerous version history for the `DetectedLanguage` class, starting from version 1.0.0 up to 3.19.0, showing a progressive evolution of the library."]]],[]]