public sealed class DetectedLanguage : IMessage<TextAnnotation.Types.DetectedLanguage>, IEquatable<TextAnnotation.Types.DetectedLanguage>, IDeepCloneable<TextAnnotation.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 is 3.7.0, with a comprehensive history of versions from 2.3.0 up to the most recent release being available."],["The `DetectedLanguage` class is designed to identify the detected language for a structural component within the `Google.Cloud.Vision.V1` namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be used within the Google Protocol Buffers ecosystem."],["The `DetectedLanguage` class has two properties: `Confidence`, which represents the confidence level of the detected language (ranging from 0 to 1), and `LanguageCode`, which represents the BCP-47 language code of the detected language."],["There are two constructors available for `DetectedLanguage`, one default and another which allows you to input another instance of `TextAnnotation.Types.DetectedLanguage`."]]],[]]