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 webpage details the `TranslateTextResponse` class within the `Google.Cloud.Translate.V3` namespace, specifically version 3.8.0, used for handling text translation responses."],["Version 3.9.0 is the latest version available, and there are links to the documentation for various versions of this API, ranging from 2.2.0 up to the latest."],["The `TranslateTextResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class."],["The class has two constructors, one for creating an empty instance, and one for making copies, it also exposes two properties, `GlossaryTranslations` and `Translations`, both of type `RepeatedField\u003cTranslation\u003e`, which contain translation details."],["This page provides documentation for using `TranslateTextResponse`, outlining the methods, properties, and inheritance of the class, and offering a concise overview of how it is integrated."]]],[]]