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 latest version available for the Google.Cloud.Translate.V3 library is 3.9.0, with several previous versions also listed, including 2.2.0 as the current version documented in this webpage.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTranslateTextResponse\u003c/code\u003e is a sealed class implementing interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTranslateTextResponse\u003c/code\u003e class has two constructors: one parameterless and one that takes another \u003ccode\u003eTranslateTextResponse\u003c/code\u003e object as a parameter for the creation of a new instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTranslateTextResponse\u003c/code\u003e class contains two properties, \u003ccode\u003eGlossaryTranslations\u003c/code\u003e and \u003ccode\u003eTranslations\u003c/code\u003e, both of which are \u003ccode\u003eRepeatedField\u003c/code\u003e instances of the \u003ccode\u003eTranslation\u003c/code\u003e class, each serving to hold translation responses, one with glossary terms applied and the other without.\u003c/p\u003e\n"]]],[],null,[]]