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."],[[["The `DetectLanguageResponse` class is part of the Google Cloud Translation v3 API and is used to represent the response of a language detection request."],["This document provides reference for version 3.7.0 of the `DetectLanguageResponse` class, however multiple versions ranging from 2.2.0 to the most current 3.9.0 are accessible in the navigation menu."],["The `DetectLanguageResponse` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `Languages` property, which returns a list of `DetectedLanguage` objects using the `RepeatedField` type, containing information on the detected languages."],["This class is contained within the Google.Cloud.Translate.V3 namespace and is found in the Google.Cloud.Translate.V3.dll assembly."]]],[]]