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 webpage provides documentation for the `TranslateTextResponse` class within the `Google.Cloud.Translate.V3` namespace, specifically for version 3.1.0, which includes links to older and newer versions up to 3.9.0."],["`TranslateTextResponse` is a sealed class that inherits from `Object` and implements multiple interfaces, including `IMessage\u003cTranslateTextResponse\u003e`, `IEquatable\u003cTranslateTextResponse\u003e`, `IDeepCloneable\u003cTranslateTextResponse\u003e`, `IBufferMessage`, and `IMessage`, showing the types of functionality that it implements."],["The class has two constructors, a default one and another that accepts a `TranslateTextResponse` object as a parameter, likely for creating copies or instances based on existing responses."],["The `TranslateTextResponse` class contains two key properties: `GlossaryTranslations` and `Translations`, both of which are `RepeatedField\u003cTranslation\u003e` indicating they store a collection of translations, one with a glossary and one without."],["The assembly file for this package is `Google.Cloud.Translate.V3.dll`."]]],[]]