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 for .NET, designed to handle the response from language detection requests."],["The latest version available is 3.9.0, and the content lists historical versions of the API down to 2.2.0, all of which are accessible via provided links."],["`DetectLanguageResponse` inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its deep integration within the Google Cloud .NET ecosystem."],["The class provides a constructor, `DetectLanguageResponse()`, and also includes a copy constructor that accepts another instance of `DetectLanguageResponse` as a parameter."],["A key property of the class is `Languages`, which is a `RepeatedField` of `DetectedLanguage` objects, representing the language detected with the highest probability."]]],[]]