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."],[[["This document outlines the `TranslateTextResponse` class within the `Google.Cloud.Translate.V3` namespace, part of the Google Cloud Translation API's .NET library."],["The `TranslateTextResponse` class is designed to handle the response data from text translation requests, offering support for both glossary-based and non-glossary translations."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering features like deep cloning and equality checks, along with protobuf specific interfaces."],["The class contains two primary properties, `GlossaryTranslations` and `Translations`, both of which are of type `RepeatedField\u003cTranslation\u003e` and handle translation data in different contexts."],["The document specifies a range of versions for this class, starting from version 2.2.0 up to the latest 3.9.0."]]],[]]