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."],[[["This webpage provides reference documentation for the `AdaptiveMtTranslateResponse` class within the Google Cloud Translation v3 API, specifically for version 3.6.0."],["The `AdaptiveMtTranslateResponse` class is an implementation of `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and represents a response from an Adaptive Machine Translation request."],["The class includes properties such as `LanguageCode`, which is an output field representing the language of the translation, and `Translations`, which contains a list of `AdaptiveMtTranslation` objects."],["The webpage also lists available documentation for previous versions of the API, ranging from version 2.2.0 to the latest 3.9.0."],["The class inherits methods from `object`, including `GetHashCode`, `GetType`, and `ToString`, and can be instantiated with default or copy constructors."]]],[]]