Google Cloud Translation v3 API - Class BatchTranslateResponse (3.6.0)

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

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

Stored in the [google.longrunning.Operation.response][google.longrunning.Operation.response] field returned by BatchTranslateText if at least one sentence is translated successfully.

Inheritance

object > BatchTranslateResponse

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

BatchTranslateResponse()

public BatchTranslateResponse()

BatchTranslateResponse(BatchTranslateResponse)

public BatchTranslateResponse(BatchTranslateResponse other)
Parameter
NameDescription
otherBatchTranslateResponse

Properties

EndTime

public Timestamp EndTime { get; set; }

The time when the operation is finished and [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true.

Property Value
TypeDescription
Timestamp

FailedCharacters

public long FailedCharacters { get; set; }

Number of characters that have failed to process (Unicode codepoints).

Property Value
TypeDescription
long

SubmitTime

public Timestamp SubmitTime { get; set; }

Time when the operation was submitted.

Property Value
TypeDescription
Timestamp

TotalCharacters

public long TotalCharacters { get; set; }

Total number of characters (Unicode codepoints).

Property Value
TypeDescription
long

TranslatedCharacters

public long TranslatedCharacters { get; set; }

Number of successfully translated characters (Unicode codepoints).

Property Value
TypeDescription
long