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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-19 UTC."],[[["This page provides documentation for the `DetectedLanguage` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically detailing its structure and usage across different versions."],["The `DetectedLanguage` class, part of `Document.Types.Page.Types`, is used to represent the detected language of a structural component within a document and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation is for version 3.19.0, and the page also includes documentation for previous versions all the way back to version 1.0.0."],["The `DetectedLanguage` class offers properties like `Confidence` (a float indicating the confidence of the language detection) and `LanguageCode` (a string representing the BCP-47 language code)."],["The class has two constructors, a parameterless one, and one that accepts another `Document.Types.Page.Types.DetectedLanguage` object as a parameter."]]],[]]