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-04-09 UTC."],[[["The latest version of the `DetectLanguageResponse` documentation is 3.9.0, with several prior versions available, including 3.8.0, 3.7.0, and so on down to 2.2.0."],["`DetectLanguageResponse` is a sealed class used as a message type for language detection within the Google Cloud Translate V3 API, and it implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class inherits members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["`DetectLanguageResponse` includes a `Languages` property, which is a `RepeatedField` containing `DetectedLanguage` objects, representing the most probable language detected by the Translation API."],["The `DetectLanguageResponse` has two constructors one without parameters, and one that takes another `DetectLanguageResponse` object as a parameter."]]],[]]