public sealed class DetectedLanguage : IMessage<TextAnnotation.Types.DetectedLanguage>, IEquatable<TextAnnotation.Types.DetectedLanguage>, IDeepCloneable<TextAnnotation.Types.DetectedLanguage>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class TextAnnotation.Types.DetectedLanguage.
[[["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-04-17 UTC."],[[["This documentation provides reference information for the `TextAnnotation.Types.DetectedLanguage` class within the Google Cloud Vision v1 API."],["The `DetectedLanguage` class is used to represent the detected language for a given structural component, as part of the Google Cloud Vision API."],["The `DetectedLanguage` class includes two main properties: `Confidence`, which indicates the confidence level of the language detection, and `LanguageCode`, which is the BCP-47 language code of the detected language."],["The documentation covers multiple versions of the API, from version 2.3.0 up to the latest version, 3.7.0, with the current version at 3.3.0, each of them with their own documentation, and how to properly implement it."]]],[]]