public sealed class AdaptiveMtTranslateResponse : IMessage<AdaptiveMtTranslateResponse>, IEquatable<AdaptiveMtTranslateResponse>, IDeepCloneable<AdaptiveMtTranslateResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class AdaptiveMtTranslateResponse.
[[["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 content focuses on the `AdaptiveMtTranslateResponse` class within the Google Cloud Translation v3 API, providing reference documentation and code samples for version 3.5.0."],["This class represents a response from Adaptive Machine Translation (AdaptiveMT) and is available across multiple versions, from 2.2.0 to the latest 3.9.0."],["`AdaptiveMtTranslateResponse` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two properties, `LanguageCode` which gives the translation's language, and `Translations` which provides the translation."],["The class also has two constructor options, a default `AdaptiveMtTranslateResponse()` constructor and an overload that accepts another `AdaptiveMtTranslateResponse` object."]]],[]]