public sealed class DetectedLanguage : IMessage<DetectedLanguage>, IEquatable<DetectedLanguage>, IDeepCloneable<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."],[[["This webpage details the `DetectedLanguage` class, which is a response message for language detection within the Google.Cloud.Translate.V3 namespace."],["The class is part of the Google.Cloud.Translate.V3.dll assembly and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties `Confidence` (a float representing detection confidence) and `LanguageCode` (a string for the detected BCP-47 language code)."],["The content provided spans multiple versions, from 2.2.0 to the latest 3.9.0, with each version providing links to its respective documentation."]]],[]]