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 documentation for the `AdaptiveMtTranslateResponse` class within the Google Cloud Translation v3 API for .NET."],["The `AdaptiveMtTranslateResponse` class is an implementation of multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and represents an AdaptiveMtTranslate response."],["The class has properties like `LanguageCode` (a string representing the translated language) and `Translations` (a list of `AdaptiveMtTranslation` objects)."],["The page documents various versions of the Google Cloud Translation v3 API, ranging from version 2.2.0 to the latest 3.9.0, with the currently displayed documentation focused on version 3.7.0."],["There are also public constructors available, such as `AdaptiveMtTranslateResponse()` and `AdaptiveMtTranslateResponse(AdaptiveMtTranslateResponse other)`, allowing the class to be initialized, and allowing it to be cloned."]]],[]]