public sealed class TranslateTextResponse : IMessage<TranslateTextResponse>, IEquatable<TranslateTextResponse>, IDeepCloneable<TranslateTextResponse>, IBufferMessage, IMessage
public RepeatedField<Translation> GlossaryTranslations { get; }
Text translation responses if a glossary is provided in the request.
This can be the same as
[translations][google.cloud.translation.v3.TranslateTextResponse.translations]
if no terms apply. This field has the same length as
[contents][google.cloud.translation.v3.TranslateTextRequest.contents].
public RepeatedField<Translation> Translations { get; }
Text translation responses with no glossary applied.
This field has the same length as
[contents][google.cloud.translation.v3.TranslateTextRequest.contents].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTranslateTextResponse\u003c/code\u003e class, part of the Google.Cloud.Translate.V3 namespace, provides the structure for text translation results, and is found within the Google.Cloud.Translate.V3.dll assembly.\u003c/p\u003e\n"],["\u003cp\u003eVersion 3.9.0 is the latest, while the list of available versions includes versions ranging from 3.9.0 all the way to version 2.2.0 for the Google Cloud Translate service.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTranslateTextResponse\u003c/code\u003e class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, showcasing its capabilities for handling message-based data structures.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two properties, \u003ccode\u003eGlossaryTranslations\u003c/code\u003e and \u003ccode\u003eTranslations\u003c/code\u003e, both of which are of type \u003ccode\u003eRepeatedField<Translation>\u003c/code\u003e, to store translation outputs with and without glossary application, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for \u003ccode\u003eTranslateTextResponse\u003c/code\u003e: a default constructor and one that takes another \u003ccode\u003eTranslateTextResponse\u003c/code\u003e object as a parameter for creating a new instance based on an existing one.\u003c/p\u003e\n"]]],[],null,[]]