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 for .NET."],["The `DetectLanguageResponse` class is used to receive the response from the API after language detection, and the documentation covers versions from 2.2.0 to 3.9.0 with the latter being the latest."],["This class inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its capabilities."],["The class includes constructors for creating new instances and a `Languages` property, which provides the most probable detected language from the Translation API."],["There is a variety of links that document the changes and evolutions of the DetectLanguageResponse class across the different versions, available for the user to consult."]]],[]]