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\u003eThis document outlines the \u003ccode\u003eTranslateTextResponse\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Translate.V3\u003c/code\u003e namespace, detailing its structure, functionality, and version history.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eTranslateTextResponse\u003c/code\u003e is 3.9.0, and versions as old as 2.2.0 are available, each with its corresponding documentation link.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTranslateTextResponse\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructors, a parameterless one and one that accepts another \u003ccode\u003eTranslateTextResponse\u003c/code\u003e object, allowing for the creation of new instances and copies.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTranslateTextResponse\u003c/code\u003e class contains properties for \u003ccode\u003eGlossaryTranslations\u003c/code\u003e and \u003ccode\u003eTranslations\u003c/code\u003e, both of which are \u003ccode\u003eRepeatedField\u003c/code\u003e collections of \u003ccode\u003eTranslation\u003c/code\u003e objects, representing translation results with and without glossary application.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Translation v3 API - Class TranslateTextResponse (3.9.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.9.0 (latest)](/dotnet/docs/reference/Google.Cloud.Translate.V3/latest/Google.Cloud.Translate.V3.TranslateTextResponse)\n- [3.8.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/3.8.0/Google.Cloud.Translate.V3.TranslateTextResponse)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/3.7.0/Google.Cloud.Translate.V3.TranslateTextResponse)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/3.6.0/Google.Cloud.Translate.V3.TranslateTextResponse)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/3.5.0/Google.Cloud.Translate.V3.TranslateTextResponse)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/3.4.0/Google.Cloud.Translate.V3.TranslateTextResponse)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/3.3.0/Google.Cloud.Translate.V3.TranslateTextResponse)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/3.2.0/Google.Cloud.Translate.V3.TranslateTextResponse)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/3.1.0/Google.Cloud.Translate.V3.TranslateTextResponse)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/3.0.0/Google.Cloud.Translate.V3.TranslateTextResponse)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/2.4.0/Google.Cloud.Translate.V3.TranslateTextResponse)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/2.3.0/Google.Cloud.Translate.V3.TranslateTextResponse)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Translate.V3/2.2.0/Google.Cloud.Translate.V3.TranslateTextResponse) \n\n public sealed class TranslateTextResponse : IMessage\u003cTranslateTextResponse\u003e, IEquatable\u003cTranslateTextResponse\u003e, IDeepCloneable\u003cTranslateTextResponse\u003e, IBufferMessage, IMessage\n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e TranslateTextResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[TranslateTextResponse](/dotnet/docs/reference/Google.Cloud.Translate.V3/latest/Google.Cloud.Translate.V3.TranslateTextResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[TranslateTextResponse](/dotnet/docs/reference/Google.Cloud.Translate.V3/latest/Google.Cloud.Translate.V3.TranslateTextResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[TranslateTextResponse](/dotnet/docs/reference/Google.Cloud.Translate.V3/latest/Google.Cloud.Translate.V3.TranslateTextResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Translate.V3](/dotnet/docs/reference/Google.Cloud.Translate.V3/latest/Google.Cloud.Translate.V3)\n\nAssembly\n--------\n\nGoogle.Cloud.Translate.V3.dll\n\nConstructors\n------------\n\n### TranslateTextResponse()\n\n public TranslateTextResponse()\n\n### TranslateTextResponse(TranslateTextResponse)\n\n public TranslateTextResponse(TranslateTextResponse other)\n\nProperties\n----------\n\n### GlossaryTranslations\n\n public RepeatedField\u003cTranslation\u003e GlossaryTranslations { get; }\n\nText translation responses if a glossary is provided in the request.\nThis can be the same as\n\\[`translations`\\]\\[google.cloud.translation.v3.TranslateTextResponse.translations\\]\nif no terms apply. This field has the same length as\n\\[`contents`\\]\\[google.cloud.translation.v3.TranslateTextRequest.contents\\].\n\n### Translations\n\n public RepeatedField\u003cTranslation\u003e Translations { get; }\n\nText translation responses with no glossary applied.\nThis field has the same length as\n\\[`contents`\\]\\[google.cloud.translation.v3.TranslateTextRequest.contents\\]."]]