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.
Implements
IMessageBatchTranslateDocumentMetadata, IEquatableBatchTranslateDocumentMetadata, IDeepCloneableBatchTranslateDocumentMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
BatchTranslateDocumentMetadata()
public BatchTranslateDocumentMetadata()
BatchTranslateDocumentMetadata(BatchTranslateDocumentMetadata)
public BatchTranslateDocumentMetadata(BatchTranslateDocumentMetadata other)
Parameter | |
---|---|
Name | Description |
other | BatchTranslateDocumentMetadata |
Properties
FailedCharacters
public long FailedCharacters { get; set; }
Number of characters that have failed to process (Unicode codepoints) in all documents so far.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
long |
State
public BatchTranslateDocumentMetadata.Types.State State { get; set; }
The state of the operation.
Property Value | |
---|---|
Type | Description |
BatchTranslateDocumentMetadataTypesState |
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) so far.
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) so far.
Property Value | |
---|---|
Type | Description |
long |
TotalCharacters
public long TotalCharacters { get; set; }
Total number of characters (Unicode codepoints) in all documents so far.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
long |
TranslatedCharacters
public long TranslatedCharacters { get; set; }
Number of successfully translated characters (Unicode codepoints) in all documents so far.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
long |