public sealed class DetectLanguageResponse : IMessage<DetectLanguageResponse>, IEquatable<DetectLanguageResponse>, IDeepCloneable<DetectLanguageResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class DetectLanguageResponse.
[[["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."],[[["This webpage provides reference documentation for the `DetectLanguageResponse` class within the Google Cloud Translation v3 API, specifically for version 3.3.0 of the .NET library."],["The `DetectLanguageResponse` class is a response message used for language detection and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes properties like `Languages`, which is a `RepeatedField` containing `DetectedLanguage` instances, representing the language detected by the Translation API."],["There are two constructors for the class, one that is empty and one that allows another `DetectLanguageResponse` as an input, copying all data from the passed object."],["Multiple versions are available for the class, from 2.2.0 up to the latest 3.9.0, including all minor version changes such as 3.8.0, 3.7.0, 3.6.0, 3.5.0, 3.4.0, 3.2.0, 3.1.0, 3.0.0, 2.4.0, 2.3.0."]]],[]]