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 page provides documentation for the `DetectLanguageResponse` class within the Google Cloud Translation v3 API, specifically for .NET."],["The `DetectLanguageResponse` class is the response message for language detection and includes information about the most probable detected language."],["The latest version of the `DetectLanguageResponse` is version 3.9.0, with versions down to 2.2.0 also being documented."],["The class inherits from the `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DetectLanguageResponse` has a property called `Languages` of type `RepeatedField\u003cDetectedLanguage\u003e` which contains the translation API's detection results."]]],[]]