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 webpage provides documentation for the \u003ccode\u003eTranslateTextResponse\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Translate.V3\u003c/code\u003e namespace, specifically for version 3.1.0, which includes links to older and newer versions up to 3.9.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTranslateTextResponse\u003c/code\u003e is a sealed class that inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIMessage<TranslateTextResponse>\u003c/code\u003e, \u003ccode\u003eIEquatable<TranslateTextResponse>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<TranslateTextResponse>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e, showing the types of functionality that it implements.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, a default one and another that accepts a \u003ccode\u003eTranslateTextResponse\u003c/code\u003e object as a parameter, likely for creating copies or instances based on existing responses.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTranslateTextResponse\u003c/code\u003e class contains two key properties: \u003ccode\u003eGlossaryTranslations\u003c/code\u003e and \u003ccode\u003eTranslations\u003c/code\u003e, both of which are \u003ccode\u003eRepeatedField<Translation>\u003c/code\u003e indicating they store a collection of translations, one with a glossary and one without.\u003c/p\u003e\n"],["\u003cp\u003eThe assembly file for this package is \u003ccode\u003eGoogle.Cloud.Translate.V3.dll\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]