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."],[[["The latest version of the `DetectedLanguage` class within the `Google.Cloud.DocumentAI.V1` namespace is 3.19.0, with numerous previous versions ranging from 3.18.0 down to 1.0.0 available for reference."],["The `DetectedLanguage` class represents a detected language for a structural component and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, one being a default and the other accepting another `DetectedLanguage` object as a parameter for copying, and it contains two properties: `Confidence` (a float representing confidence in detected language) and `LanguageCode` (a string representing the BCP-47 language code)."],["The `DetectedLanguage` class inherits base members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."]]],[]]