public sealed class TranslateTextResponse : IMessage<TranslateTextResponse>, IEquatable<TranslateTextResponse>, IDeepCloneable<TranslateTextResponse>, IBufferMessage, IMessage
Implements
IMessage<TranslateTextResponse>, IEquatable<TranslateTextResponse>, IDeepCloneable<TranslateTextResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
TranslateTextResponse()
public TranslateTextResponse()
TranslateTextResponse(TranslateTextResponse)
public TranslateTextResponse(TranslateTextResponse other)
Parameter | |
---|---|
Name | Description |
other | TranslateTextResponse |
Properties
GlossaryTranslations
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].
Property Value | |
---|---|
Type | Description |
RepeatedField<Translation> |
Translations
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].
Property Value | |
---|---|
Type | Description |
RepeatedField<Translation> |