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"]],[["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-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDetectedLanguage\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDetectedLanguage\u003c/code\u003e class inherits from the .NET Object class and includes properties such as \u003ccode\u003eConfidence\u003c/code\u003e (a float representing the detection confidence) and \u003ccode\u003eLanguageCode\u003c/code\u003e (a string for the detected BCP-47 language code).\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for creating an instance of the \u003ccode\u003eDetectedLanguage\u003c/code\u003e class: a default constructor and one that takes another \u003ccode\u003eDetectedLanguage\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe methods inherited from the Object class include \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e, which provide functionality related to object identification, type retrieval, member cloning, and string representation.\u003c/p\u003e\n"]]],[],null,[]]