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 latest version of the Google.Cloud.Translate.V3 library is 3.9.0, with multiple previous versions available for reference, including 2.2.0 to 3.8.0."],["DetectedLanguage is a sealed class that serves as the response message for language detection, implementing several interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The DetectedLanguage class inherits from Object and contains two properties: Confidence, a float representing the detection confidence, and LanguageCode, a string representing the BCP-47 language code."],["The class includes two constructors: a default constructor and one that takes another DetectedLanguage instance as a parameter to copy its attributes."],["The namespace the class is under is Google.Cloud.Translate.V3 and it is contained within the Google.Cloud.Translate.V3.dll assembly."]]],[]]