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 documentation for the `DetectLanguageResponse` class within the Google Cloud Translation v3 API, detailing its structure and functionality."],["The latest version of the API documented here is 3.9.0, with a list of previous versions available, all the way down to 2.2.0."],["`DetectLanguageResponse` is a response message class, designed to implement various interfaces, and returns the most probable detected language."],["The `Languages` property, of type `RepeatedField\u003cDetectedLanguage\u003e`, contains the results of the language detection."],["The webpage displays details on the `DetectLanguageResponse` class constructors, including a default constructor and one that takes another `DetectLanguageResponse` as a parameter."]]],[]]