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 document provides reference documentation for the `DetectLanguageResponse` class within the Google Cloud Translation v3 API, specifically for version 3.2.0, and contains a list of all versions."],["`DetectLanguageResponse` is a class that represents the response message for language detection from the Google Cloud Translation API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary property of `DetectLanguageResponse` is `Languages`, a `RepeatedField` containing the most probable detected language result."],["The class has two constructors, a default one and another that takes a `DetectLanguageResponse` object as a parameter."]]],[]]