public sealed class BatchTranslateDocumentMetadata : IMessage<BatchTranslateDocumentMetadata>, IEquatable<BatchTranslateDocumentMetadata>, IDeepCloneable<BatchTranslateDocumentMetadata>, IBufferMessage, IMessageState metadata for the batch translation operation.
Implements
IMessage<BatchTranslateDocumentMetadata>, IEquatable<BatchTranslateDocumentMetadata>, IDeepCloneable<BatchTranslateDocumentMetadata>, 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 |
Int64 |
|
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 |
Int64 |
|
State
public BatchTranslateDocumentMetadata.Types.State State { get; set; }The state of the operation.
| Property Value | |
|---|---|
| Type | Description |
BatchTranslateDocumentMetadata.Types.State |
|
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 |
Int64 |
|
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 |
Int64 |
|
TotalCharacters
public long TotalCharacters { get; set; }Total number of characters (Unicode codepoints) in all documents so far.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
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 |
Int64 |
|
TranslatedCharacters
public long TranslatedCharacters { get; set; }Number of successfully translated characters (Unicode codepoints) in all documents so far.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
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 |
Int64 |
|