public interface DocumentMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DatasetSplitType |
getDatasetType()
Type of the dataset split to which the document belongs.
|
int |
getDatasetTypeValue()
Type of the dataset split to which the document belongs.
|
String |
getDisplayName()
The display name of the document.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The display name of the document.
|
DocumentId |
getDocumentId()
Document identifier.
|
DocumentIdOrBuilder |
getDocumentIdOrBuilder()
Document identifier.
|
DocumentLabelingState |
getLabelingState()
Labeling state of the document.
|
int |
getLabelingStateValue()
Labeling state of the document.
|
int |
getPageCount()
Number of pages in the document.
|
boolean |
hasDocumentId()
Document identifier.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDocumentId()
Document identifier.
.google.cloud.documentai.v1beta3.DocumentId document_id = 1;DocumentId getDocumentId()
Document identifier.
.google.cloud.documentai.v1beta3.DocumentId document_id = 1;DocumentIdOrBuilder getDocumentIdOrBuilder()
Document identifier.
.google.cloud.documentai.v1beta3.DocumentId document_id = 1;int getPageCount()
Number of pages in the document.
int32 page_count = 2;int getDatasetTypeValue()
Type of the dataset split to which the document belongs.
.google.cloud.documentai.v1beta3.DatasetSplitType dataset_type = 3;DatasetSplitType getDatasetType()
Type of the dataset split to which the document belongs.
.google.cloud.documentai.v1beta3.DatasetSplitType dataset_type = 3;int getLabelingStateValue()
Labeling state of the document.
.google.cloud.documentai.v1beta3.DocumentLabelingState labeling_state = 5;DocumentLabelingState getLabelingState()
Labeling state of the document.
.google.cloud.documentai.v1beta3.DocumentLabelingState labeling_state = 5;String getDisplayName()
The display name of the document.
string display_name = 6;com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the document.
string display_name = 6;Copyright © 2024 Google LLC. All rights reserved.