public final class Document extends GeneratedMessageV3 implements DocumentOrBuilder
Document represents the canonical document resource in Document AI. It is an
interchange format that provides insights into documents and allows for
collaboration between users and Document AI to iterate and optimize for
quality.
Protobuf type google.cloud.documentai.v1beta2.Document
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CONTENT_FIELD_NUMBER
public static final int CONTENT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ENTITIES_FIELD_NUMBER
public static final int ENTITIES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ENTITY_RELATIONS_FIELD_NUMBER
public static final int ENTITY_RELATIONS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
MIME_TYPE_FIELD_NUMBER
public static final int MIME_TYPE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PAGES_FIELD_NUMBER
public static final int PAGES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
REVISIONS_FIELD_NUMBER
public static final int REVISIONS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SHARD_INFO_FIELD_NUMBER
public static final int SHARD_INFO_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TEXT_CHANGES_FIELD_NUMBER
public static final int TEXT_CHANGES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TEXT_FIELD_NUMBER
public static final int TEXT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TEXT_STYLES_FIELD_NUMBER
public static final int TEXT_STYLES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
URI_FIELD_NUMBER
public static final int URI_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Document getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Document.Builder newBuilder()
newBuilder(Document prototype)
public static Document.Builder newBuilder(Document prototype)
Parameter |
---|
Name | Description |
prototype | Document
|
public static Document parseDelimitedFrom(InputStream input)
public static Document parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Document parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Document parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Document parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Document parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Document parseFrom(CodedInputStream input)
public static Document parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Document parseFrom(InputStream input)
public static Document parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Document parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Document parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Document> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getContent()
public ByteString getContent()
Optional. Inline document content, represented as a stream of bytes.
Note: As with all bytes
fields, protobuffers use a pure binary
representation, whereas JSON representations use base64.
bytes content = 2 [(.google.api.field_behavior) = OPTIONAL];
getDefaultInstanceForType()
public Document getDefaultInstanceForType()
getEntities(int index)
public Document.Entity getEntities(int index)
A list of entities detected on
Document.text. For
document shards, entities in this list may cross shard boundaries.
repeated .google.cloud.documentai.v1beta2.Document.Entity entities = 7;
Parameter |
---|
Name | Description |
index | int
|
getEntitiesCount()
public int getEntitiesCount()
A list of entities detected on
Document.text. For
document shards, entities in this list may cross shard boundaries.
repeated .google.cloud.documentai.v1beta2.Document.Entity entities = 7;
Returns |
---|
Type | Description |
int | |
getEntitiesList()
public List<Document.Entity> getEntitiesList()
A list of entities detected on
Document.text. For
document shards, entities in this list may cross shard boundaries.
repeated .google.cloud.documentai.v1beta2.Document.Entity entities = 7;
getEntitiesOrBuilder(int index)
public Document.EntityOrBuilder getEntitiesOrBuilder(int index)
A list of entities detected on
Document.text. For
document shards, entities in this list may cross shard boundaries.
repeated .google.cloud.documentai.v1beta2.Document.Entity entities = 7;
Parameter |
---|
Name | Description |
index | int
|
getEntitiesOrBuilderList()
public List<? extends Document.EntityOrBuilder> getEntitiesOrBuilderList()
A list of entities detected on
Document.text. For
document shards, entities in this list may cross shard boundaries.
repeated .google.cloud.documentai.v1beta2.Document.Entity entities = 7;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.documentai.v1beta2.Document.EntityOrBuilder> | |
getEntityRelations(int index)
public Document.EntityRelation getEntityRelations(int index)
Placeholder. Relationship among
Document.entities.
repeated .google.cloud.documentai.v1beta2.Document.EntityRelation entity_relations = 8;
Parameter |
---|
Name | Description |
index | int
|
getEntityRelationsCount()
public int getEntityRelationsCount()
Placeholder. Relationship among
Document.entities.
repeated .google.cloud.documentai.v1beta2.Document.EntityRelation entity_relations = 8;
Returns |
---|
Type | Description |
int | |
getEntityRelationsList()
public List<Document.EntityRelation> getEntityRelationsList()
Placeholder. Relationship among
Document.entities.
repeated .google.cloud.documentai.v1beta2.Document.EntityRelation entity_relations = 8;
getEntityRelationsOrBuilder(int index)
public Document.EntityRelationOrBuilder getEntityRelationsOrBuilder(int index)
Placeholder. Relationship among
Document.entities.
repeated .google.cloud.documentai.v1beta2.Document.EntityRelation entity_relations = 8;
Parameter |
---|
Name | Description |
index | int
|
getEntityRelationsOrBuilderList()
public List<? extends Document.EntityRelationOrBuilder> getEntityRelationsOrBuilderList()
Placeholder. Relationship among
Document.entities.
repeated .google.cloud.documentai.v1beta2.Document.EntityRelation entity_relations = 8;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.documentai.v1beta2.Document.EntityRelationOrBuilder> | |
getError()
Any error that occurred while processing this document.
.google.rpc.Status error = 10;
Returns |
---|
Type | Description |
com.google.rpc.Status | The error.
|
getErrorOrBuilder()
public StatusOrBuilder getErrorOrBuilder()
Any error that occurred while processing this document.
.google.rpc.Status error = 10;
Returns |
---|
Type | Description |
com.google.rpc.StatusOrBuilder | |
getLabels(int index)
public Document.Label getLabels(int index)
Labels for this document.
repeated .google.cloud.documentai.v1beta2.Document.Label labels = 11;
Parameter |
---|
Name | Description |
index | int
|
getLabelsCount()
public int getLabelsCount()
Labels for this document.
repeated .google.cloud.documentai.v1beta2.Document.Label labels = 11;
Returns |
---|
Type | Description |
int | |
getLabelsList()
public List<Document.Label> getLabelsList()
Labels for this document.
repeated .google.cloud.documentai.v1beta2.Document.Label labels = 11;
getLabelsOrBuilder(int index)
public Document.LabelOrBuilder getLabelsOrBuilder(int index)
Labels for this document.
repeated .google.cloud.documentai.v1beta2.Document.Label labels = 11;
Parameter |
---|
Name | Description |
index | int
|
getLabelsOrBuilderList()
public List<? extends Document.LabelOrBuilder> getLabelsOrBuilderList()
Labels for this document.
repeated .google.cloud.documentai.v1beta2.Document.Label labels = 11;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.documentai.v1beta2.Document.LabelOrBuilder> | |
getMimeType()
public String getMimeType()
Returns |
---|
Type | Description |
String | The mimeType.
|
getMimeTypeBytes()
public ByteString getMimeTypeBytes()
Returns |
---|
Type | Description |
ByteString | The bytes for mimeType.
|
getPages(int index)
public Document.Page getPages(int index)
Visual page layout for the
Document.
repeated .google.cloud.documentai.v1beta2.Document.Page pages = 6;
Parameter |
---|
Name | Description |
index | int
|
getPagesCount()
public int getPagesCount()
Visual page layout for the
Document.
repeated .google.cloud.documentai.v1beta2.Document.Page pages = 6;
Returns |
---|
Type | Description |
int | |
getPagesList()
public List<Document.Page> getPagesList()
Visual page layout for the
Document.
repeated .google.cloud.documentai.v1beta2.Document.Page pages = 6;
getPagesOrBuilder(int index)
public Document.PageOrBuilder getPagesOrBuilder(int index)
Visual page layout for the
Document.
repeated .google.cloud.documentai.v1beta2.Document.Page pages = 6;
Parameter |
---|
Name | Description |
index | int
|
getPagesOrBuilderList()
public List<? extends Document.PageOrBuilder> getPagesOrBuilderList()
Visual page layout for the
Document.
repeated .google.cloud.documentai.v1beta2.Document.Page pages = 6;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.documentai.v1beta2.Document.PageOrBuilder> | |
getParserForType()
public Parser<Document> getParserForType()
Overrides
getRevisions(int index)
public Document.Revision getRevisions(int index)
Placeholder. Revision history of this document.
repeated .google.cloud.documentai.v1beta2.Document.Revision revisions = 13;
Parameter |
---|
Name | Description |
index | int
|
getRevisionsCount()
public int getRevisionsCount()
Placeholder. Revision history of this document.
repeated .google.cloud.documentai.v1beta2.Document.Revision revisions = 13;
Returns |
---|
Type | Description |
int | |
getRevisionsList()
public List<Document.Revision> getRevisionsList()
Placeholder. Revision history of this document.
repeated .google.cloud.documentai.v1beta2.Document.Revision revisions = 13;
getRevisionsOrBuilder(int index)
public Document.RevisionOrBuilder getRevisionsOrBuilder(int index)
Placeholder. Revision history of this document.
repeated .google.cloud.documentai.v1beta2.Document.Revision revisions = 13;
Parameter |
---|
Name | Description |
index | int
|
getRevisionsOrBuilderList()
public List<? extends Document.RevisionOrBuilder> getRevisionsOrBuilderList()
Placeholder. Revision history of this document.
repeated .google.cloud.documentai.v1beta2.Document.Revision revisions = 13;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.documentai.v1beta2.Document.RevisionOrBuilder> | |
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getShardInfo()
public Document.ShardInfo getShardInfo()
Information about the sharding if this document is sharded part of a larger
document. If the document is not sharded, this message is not specified.
.google.cloud.documentai.v1beta2.Document.ShardInfo shard_info = 9;
getShardInfoOrBuilder()
public Document.ShardInfoOrBuilder getShardInfoOrBuilder()
Information about the sharding if this document is sharded part of a larger
document. If the document is not sharded, this message is not specified.
.google.cloud.documentai.v1beta2.Document.ShardInfo shard_info = 9;
getSourceCase()
public Document.SourceCase getSourceCase()
getText()
Optional. UTF-8 encoded text in reading order from the document.
string text = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
String | The text.
|
getTextBytes()
public ByteString getTextBytes()
Optional. UTF-8 encoded text in reading order from the document.
string text = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
ByteString | The bytes for text.
|
getTextChanges(int index)
public Document.TextChange getTextChanges(int index)
Placeholder. A list of text corrections made to
Document.text. This is
usually used for annotating corrections to OCR mistakes. Text changes for
a given revision may not overlap with each other.
repeated .google.cloud.documentai.v1beta2.Document.TextChange text_changes = 14;
Parameter |
---|
Name | Description |
index | int
|
getTextChangesCount()
public int getTextChangesCount()
Placeholder. A list of text corrections made to
Document.text. This is
usually used for annotating corrections to OCR mistakes. Text changes for
a given revision may not overlap with each other.
repeated .google.cloud.documentai.v1beta2.Document.TextChange text_changes = 14;
Returns |
---|
Type | Description |
int | |
getTextChangesList()
public List<Document.TextChange> getTextChangesList()
Placeholder. A list of text corrections made to
Document.text. This is
usually used for annotating corrections to OCR mistakes. Text changes for
a given revision may not overlap with each other.
repeated .google.cloud.documentai.v1beta2.Document.TextChange text_changes = 14;
getTextChangesOrBuilder(int index)
public Document.TextChangeOrBuilder getTextChangesOrBuilder(int index)
Placeholder. A list of text corrections made to
Document.text. This is
usually used for annotating corrections to OCR mistakes. Text changes for
a given revision may not overlap with each other.
repeated .google.cloud.documentai.v1beta2.Document.TextChange text_changes = 14;
Parameter |
---|
Name | Description |
index | int
|
getTextChangesOrBuilderList()
public List<? extends Document.TextChangeOrBuilder> getTextChangesOrBuilderList()
Placeholder. A list of text corrections made to
Document.text. This is
usually used for annotating corrections to OCR mistakes. Text changes for
a given revision may not overlap with each other.
repeated .google.cloud.documentai.v1beta2.Document.TextChange text_changes = 14;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.documentai.v1beta2.Document.TextChangeOrBuilder> | |
getTextStyles(int index) (deprecated)
public Document.Style getTextStyles(int index)
Styles for the
Document.text.
repeated .google.cloud.documentai.v1beta2.Document.Style text_styles = 5 [deprecated = true];
Parameter |
---|
Name | Description |
index | int
|
getTextStylesCount() (deprecated)
public int getTextStylesCount()
Styles for the
Document.text.
repeated .google.cloud.documentai.v1beta2.Document.Style text_styles = 5 [deprecated = true];
Returns |
---|
Type | Description |
int | |
getTextStylesList() (deprecated)
public List<Document.Style> getTextStylesList()
Styles for the
Document.text.
repeated .google.cloud.documentai.v1beta2.Document.Style text_styles = 5 [deprecated = true];
getTextStylesOrBuilder(int index) (deprecated)
public Document.StyleOrBuilder getTextStylesOrBuilder(int index)
Styles for the
Document.text.
repeated .google.cloud.documentai.v1beta2.Document.Style text_styles = 5 [deprecated = true];
Parameter |
---|
Name | Description |
index | int
|
getTextStylesOrBuilderList() (deprecated)
public List<? extends Document.StyleOrBuilder> getTextStylesOrBuilderList()
Styles for the
Document.text.
repeated .google.cloud.documentai.v1beta2.Document.Style text_styles = 5 [deprecated = true];
Returns |
---|
Type | Description |
List<? extends com.google.cloud.documentai.v1beta2.Document.StyleOrBuilder> | |
getUri()
Optional. Currently supports Google Cloud Storage URI of the form
gs://bucket_name/object_name
. Object versioning is not supported.
For more information, refer to Google Cloud Storage Request
URIs.
string uri = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
String | The uri.
|
getUriBytes()
public ByteString getUriBytes()
Optional. Currently supports Google Cloud Storage URI of the form
gs://bucket_name/object_name
. Object versioning is not supported.
For more information, refer to Google Cloud Storage Request
URIs.
string uri = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
ByteString | The bytes for uri.
|
hasContent()
public boolean hasContent()
Optional. Inline document content, represented as a stream of bytes.
Note: As with all bytes
fields, protobuffers use a pure binary
representation, whereas JSON representations use base64.
bytes content = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
boolean | Whether the content field is set.
|
hasError()
public boolean hasError()
Any error that occurred while processing this document.
.google.rpc.Status error = 10;
Returns |
---|
Type | Description |
boolean | Whether the error field is set.
|
hasShardInfo()
public boolean hasShardInfo()
Information about the sharding if this document is sharded part of a larger
document. If the document is not sharded, this message is not specified.
.google.cloud.documentai.v1beta2.Document.ShardInfo shard_info = 9;
Returns |
---|
Type | Description |
boolean | Whether the shardInfo field is set.
|
hasUri()
Optional. Currently supports Google Cloud Storage URI of the form
gs://bucket_name/object_name
. Object versioning is not supported.
For more information, refer to Google Cloud Storage Request
URIs.
string uri = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
boolean | Whether the uri field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Document.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Document.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Document.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides