Google Cloud Translation v3 API - Class BatchTranslateDocumentMetadata (3.6.0)

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

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

State metadata for the batch translation operation.

Inheritance

object > BatchTranslateDocumentMetadata

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

BatchTranslateDocumentMetadata()

public BatchTranslateDocumentMetadata()

BatchTranslateDocumentMetadata(BatchTranslateDocumentMetadata)

public BatchTranslateDocumentMetadata(BatchTranslateDocumentMetadata other)
Parameter
NameDescription
otherBatchTranslateDocumentMetadata

Properties

FailedCharacters

public long FailedCharacters { get; set; }

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

Property Value
TypeDescription
long

FailedPages

public long FailedPages { get; set; }

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

Property Value
TypeDescription
long

State

public BatchTranslateDocumentMetadata.Types.State State { get; set; }

The state of the operation.

Property Value
TypeDescription
BatchTranslateDocumentMetadataTypesState

SubmitTime

public Timestamp SubmitTime { get; set; }

Time when the operation was submitted.

Property Value
TypeDescription
Timestamp

TotalBillableCharacters

public long TotalBillableCharacters { get; set; }

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

Property Value
TypeDescription
long

TotalBillablePages

public long TotalBillablePages { get; set; }

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

Property Value
TypeDescription
long

TotalCharacters

public long TotalCharacters { get; set; }

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

Property Value
TypeDescription
long

TotalPages

public long TotalPages { get; set; }

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

Property Value
TypeDescription
long

TranslatedCharacters

public long TranslatedCharacters { get; set; }

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

Property Value
TypeDescription
long

TranslatedPages

public long TranslatedPages { get; set; }

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

Property Value
TypeDescription
long