public interface BatchTranslateDocumentMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getFailedCharacters()
Number of characters that have failed to process (Unicode codepoints) in
all documents so far.
|
long |
getFailedPages()
Number of pages that failed to process in all documents so far.
|
BatchTranslateDocumentMetadata.State |
getState()
The state of the operation.
|
int |
getStateValue()
The state of the operation.
|
Timestamp |
getSubmitTime()
Time when the operation was submitted.
|
TimestampOrBuilder |
getSubmitTimeOrBuilder()
Time when the operation was submitted.
|
long |
getTotalBillableCharacters()
Number of billable characters (Unicode codepoints) in documents without
clear page definition (such as XLSX) so far.
|
long |
getTotalBillablePages()
Number of billable pages in documents with clear page definition (such as
PDF, DOCX, PPTX) so far.
|
long |
getTotalCharacters()
Total number of characters (Unicode codepoints) in all documents so far.
|
long |
getTotalPages()
Total number of pages to translate in all documents so far.
|
long |
getTranslatedCharacters()
Number of successfully translated characters (Unicode codepoints) in all
documents so far.
|
long |
getTranslatedPages()
Number of successfully translated pages in all documents so far.
|
boolean |
hasSubmitTime()
Time when the operation was submitted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getStateValue()
The state of the operation.
.google.cloud.translation.v3beta1.BatchTranslateDocumentMetadata.State state = 1;
BatchTranslateDocumentMetadata.State getState()
The state of the operation.
.google.cloud.translation.v3beta1.BatchTranslateDocumentMetadata.State state = 1;
long getTotalPages()
Total number of pages to translate in all documents so far. Documents without clear page definition (such as XLSX) are not counted.
int64 total_pages = 2;
long getTranslatedPages()
Number of successfully translated pages in all documents so far. Documents without clear page definition (such as XLSX) are not counted.
int64 translated_pages = 3;
long getFailedPages()
Number of pages that failed to process in all documents so far. Documents without clear page definition (such as XLSX) are not counted.
int64 failed_pages = 4;
long getTotalBillablePages()
Number of billable pages in documents with clear page definition (such as PDF, DOCX, PPTX) so far.
int64 total_billable_pages = 5;
long getTotalCharacters()
Total number of characters (Unicode codepoints) in all documents so far.
int64 total_characters = 6;
long getTranslatedCharacters()
Number of successfully translated characters (Unicode codepoints) in all documents so far.
int64 translated_characters = 7;
long getFailedCharacters()
Number of characters that have failed to process (Unicode codepoints) in all documents so far.
int64 failed_characters = 8;
long getTotalBillableCharacters()
Number of billable characters (Unicode codepoints) in documents without clear page definition (such as XLSX) so far.
int64 total_billable_characters = 9;
boolean hasSubmitTime()
Time when the operation was submitted.
.google.protobuf.Timestamp submit_time = 10;
Timestamp getSubmitTime()
Time when the operation was submitted.
.google.protobuf.Timestamp submit_time = 10;
TimestampOrBuilder getSubmitTimeOrBuilder()
Time when the operation was submitted.
.google.protobuf.Timestamp submit_time = 10;
Copyright © 2022 Google LLC. All rights reserved.