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 reference documentation for the `DetectLanguageResponse` class within the Google Cloud Translation v3 API, specifically for version 3.6.0, with links to other versions of the API."],["The `DetectLanguageResponse` class is used to handle the response message that results from language detection requests."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it adheres to specific contract of the google API."],["The class has a property called `Languages`, which returns a `RepeatedField` containing the most likely detected languages."],["The documentation offers details on the class constructors, including a default constructor and one that accepts another `DetectLanguageResponse` instance."]]],[]]