Google Cloud Translation v3 API - Class RomanizeTextResponse (3.8.0)

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

Reference documentation and code samples for the Google Cloud Translation v3 API class RomanizeTextResponse.

The response message for synchronous romanization.

Inheritance

object > RomanizeTextResponse

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

RomanizeTextResponse()

public RomanizeTextResponse()

RomanizeTextResponse(RomanizeTextResponse)

public RomanizeTextResponse(RomanizeTextResponse other)
Parameter
Name Description
other RomanizeTextResponse

Properties

Romanizations

public RepeatedField<Romanization> Romanizations { get; }

Text romanization responses. This field has the same length as [contents][google.cloud.translation.v3.RomanizeTextRequest.contents].

Property Value
Type Description
RepeatedFieldRomanization