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 `DetectedLanguage` class represents the detected language for a structural component within a document."],["It is part of the `Google.Cloud.DocumentAI.V1Beta3` namespace and is defined in the `Google.Cloud.DocumentAI.V1Beta3.dll` assembly."],["The `DetectedLanguage` class provides properties such as `Confidence`, representing the certainty of the detection, and `LanguageCode`, indicating the specific language code (e.g., \"en-US\")."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["There are two constructors provided for the `DetectedLanguage` class, one that is parameterless, and the other taking another `DetectedLanguage` object."]]],[]]