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."],[[["The `DetectedLanguage` class is a response message for language detection within the Google.Cloud.Translate.V3 namespace, and it implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The latest version of the Google Cloud Translate V3 API is 3.9.0, and the provided document outlines versions ranging from 2.2.0 to 3.9.0."],["The `DetectedLanguage` class inherits from the .NET Object class and includes properties such as `Confidence` (a float representing the detection confidence) and `LanguageCode` (a string for the detected BCP-47 language code)."],["There are two constructors available for creating an instance of the `DetectedLanguage` class: a default constructor and one that takes another `DetectedLanguage` object as a parameter."],["The methods inherited from the Object class include `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, which provide functionality related to object identification, type retrieval, member cloning, and string representation."]]],[]]