public sealed class DetectLanguageResponse : IMessage<DetectLanguageResponse>, IEquatable<DetectLanguageResponse>, IDeepCloneable<DetectLanguageResponse>, 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 `DetectLanguageResponse` is 3.9.0, with previous versions available down to 2.2.0."],["`DetectLanguageResponse` is a class that represents the response message for language detection from the Translation API."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides a `Languages` property, which is a `RepeatedField` containing `DetectedLanguage`, representing the most probable language detected."],["The `DetectLanguageResponse` class offers two constructors: a default constructor and one that takes another `DetectLanguageResponse` instance as a parameter."]]],[]]