Google Cloud Translation v3 API - Class TranslateTextResponse (3.6.0)

public sealed class TranslateTextResponse : IMessage<TranslateTextResponse>, IEquatable<TranslateTextResponse>, IDeepCloneable<TranslateTextResponse>, IBufferMessage, IMessage

Inheritance

object > TranslateTextResponse

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

TranslateTextResponse()

public TranslateTextResponse()

TranslateTextResponse(TranslateTextResponse)

public TranslateTextResponse(TranslateTextResponse other)
Parameter
NameDescription
otherTranslateTextResponse

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
TypeDescription
RepeatedFieldTranslation

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
TypeDescription
RepeatedFieldTranslation