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"]],[["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."],[[["The latest version available is 3.9.0, with the documentation providing a list of versions back to 2.2.0 for the Google Cloud Translate V3 .NET library."],["`TranslateTextResponse` is a class within the `Google.Cloud.Translate.V3` namespace, used for managing the text translation responses from the Google Cloud Translation API."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cTranslateTextResponse\u003e`, `IDeepCloneable\u003cTranslateTextResponse\u003e`, and `IBufferMessage`."],["The `TranslateTextResponse` class has two primary properties, `GlossaryTranslations` and `Translations`, both of which are `RepeatedField\u003cTranslation\u003e` types."],["There are two constructors available to create an instance of `TranslateTextResponse`, one default and one that accepts another `TranslateTextResponse` object as a parameter."]]],[]]