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.
Implements
IMessageRomanizeTextResponse, IEquatableRomanizeTextResponse, IDeepCloneableRomanizeTextResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
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 |