Google Cloud Translation v3 API - Class BatchTranslateDocumentResponse (3.7.0)

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

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

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

Inheritance

object > BatchTranslateDocumentResponse

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

BatchTranslateDocumentResponse()

public BatchTranslateDocumentResponse()

BatchTranslateDocumentResponse(BatchTranslateDocumentResponse)

public BatchTranslateDocumentResponse(BatchTranslateDocumentResponse other)
Parameter
Name Description
other BatchTranslateDocumentResponse

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
Type Description
Timestamp

FailedCharacters

public long FailedCharacters { get; set; }

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

Property Value
Type Description
long

FailedPages

public long FailedPages { get; set; }

Number of pages that failed to process in all documents. Documents without clear page definition (such as XLSX) are not counted.

Property Value
Type Description
long

SubmitTime

public Timestamp SubmitTime { get; set; }

Time when the operation was submitted.

Property Value
Type Description
Timestamp

TotalBillableCharacters

public long TotalBillableCharacters { get; set; }

Number of billable characters (Unicode codepoints) in documents without clear page definition, such as XLSX.

Property Value
Type Description
long

TotalBillablePages

public long TotalBillablePages { get; set; }

Number of billable pages in documents with clear page definition (such as PDF, DOCX, PPTX)

Property Value
Type Description
long

TotalCharacters

public long TotalCharacters { get; set; }

Total number of characters (Unicode codepoints) in all documents.

Property Value
Type Description
long

TotalPages

public long TotalPages { get; set; }

Total number of pages to translate in all documents. Documents without clear page definition (such as XLSX) are not counted.

Property Value
Type Description
long

TranslatedCharacters

public long TranslatedCharacters { get; set; }

Number of successfully translated characters (Unicode codepoints) in all documents.

Property Value
Type Description
long

TranslatedPages

public long TranslatedPages { get; set; }

Number of successfully translated pages in all documents. Documents without clear page definition (such as XLSX) are not counted.

Property Value
Type Description
long