- 2.82.0 (latest)
 - 2.80.0
 - 2.79.0
 - 2.78.0
 - 2.77.0
 - 2.76.0
 - 2.74.0
 - 2.72.0
 - 2.71.0
 - 2.68.0
 - 2.67.0
 - 2.66.0
 - 2.64.0
 - 2.63.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.53.0
 - 2.52.0
 - 2.51.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.41.0
 - 2.40.0
 - 2.39.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.28.0
 - 2.27.0
 - 2.26.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.5
 - 2.6.2
 - 2.5.1
 - 2.4.3
 - 2.3.1
 - 2.2.1
 - 2.1.9
 
public interface DocumentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContent()
public abstract ByteString getContent() 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;
| Type | Description | 
| ByteString | The content.  | 
      
getEntities(int index)
public abstract 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;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| Document.Entity | 
getEntitiesCount()
public abstract 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;
| Type | Description | 
| int | 
getEntitiesList()
public abstract 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;
| Type | Description | 
| List<Entity> | 
getEntitiesOrBuilder(int index)
public abstract 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;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| Document.EntityOrBuilder | 
getEntitiesOrBuilderList()
public abstract 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;
| Type | Description | 
| List<? extends com.google.cloud.documentai.v1beta2.Document.EntityOrBuilder> | 
getEntityRelations(int index)
public abstract Document.EntityRelation getEntityRelations(int index)Relationship among Document.entities.
 repeated .google.cloud.documentai.v1beta2.Document.EntityRelation entity_relations = 8;
 
| Name | Description | 
| index | int | 
      
| Type | Description | 
| Document.EntityRelation | 
getEntityRelationsCount()
public abstract int getEntityRelationsCount()Relationship among Document.entities.
 repeated .google.cloud.documentai.v1beta2.Document.EntityRelation entity_relations = 8;
 
| Type | Description | 
| int | 
getEntityRelationsList()
public abstract List<Document.EntityRelation> getEntityRelationsList()Relationship among Document.entities.
 repeated .google.cloud.documentai.v1beta2.Document.EntityRelation entity_relations = 8;
 
| Type | Description | 
| List<EntityRelation> | 
getEntityRelationsOrBuilder(int index)
public abstract Document.EntityRelationOrBuilder getEntityRelationsOrBuilder(int index)Relationship among Document.entities.
 repeated .google.cloud.documentai.v1beta2.Document.EntityRelation entity_relations = 8;
 
| Name | Description | 
| index | int | 
      
| Type | Description | 
| Document.EntityRelationOrBuilder | 
getEntityRelationsOrBuilderList()
public abstract List<? extends Document.EntityRelationOrBuilder> getEntityRelationsOrBuilderList()Relationship among Document.entities.
 repeated .google.cloud.documentai.v1beta2.Document.EntityRelation entity_relations = 8;
 
| Type | Description | 
| List<? extends com.google.cloud.documentai.v1beta2.Document.EntityRelationOrBuilder> | 
getError()
public abstract Status getError()Any error that occurred while processing this document.
 .google.rpc.Status error = 10;
| Type | Description | 
| com.google.rpc.Status | The error.  | 
      
getErrorOrBuilder()
public abstract StatusOrBuilder getErrorOrBuilder()Any error that occurred while processing this document.
 .google.rpc.Status error = 10;
| Type | Description | 
| com.google.rpc.StatusOrBuilder | 
getLabels(int index)
public abstract Document.Label getLabels(int index)Labels for this document.
 repeated .google.cloud.documentai.v1beta2.Document.Label labels = 11;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| Document.Label | 
getLabelsCount()
public abstract int getLabelsCount()Labels for this document.
 repeated .google.cloud.documentai.v1beta2.Document.Label labels = 11;
| Type | Description | 
| int | 
getLabelsList()
public abstract List<Document.Label> getLabelsList()Labels for this document.
 repeated .google.cloud.documentai.v1beta2.Document.Label labels = 11;
| Type | Description | 
| List<Label> | 
getLabelsOrBuilder(int index)
public abstract Document.LabelOrBuilder getLabelsOrBuilder(int index)Labels for this document.
 repeated .google.cloud.documentai.v1beta2.Document.Label labels = 11;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| Document.LabelOrBuilder | 
getLabelsOrBuilderList()
public abstract List<? extends Document.LabelOrBuilder> getLabelsOrBuilderList()Labels for this document.
 repeated .google.cloud.documentai.v1beta2.Document.Label labels = 11;
| Type | Description | 
| List<? extends com.google.cloud.documentai.v1beta2.Document.LabelOrBuilder> | 
getMimeType()
public abstract String getMimeType()An IANA published MIME type (also referred to as media type). For more information, see https://www.iana.org/assignments/media-types/media-types.xhtml.
 string mime_type = 3;
| Type | Description | 
| String | The mimeType.  | 
      
getMimeTypeBytes()
public abstract ByteString getMimeTypeBytes()An IANA published MIME type (also referred to as media type). For more information, see https://www.iana.org/assignments/media-types/media-types.xhtml.
 string mime_type = 3;
| Type | Description | 
| ByteString | The bytes for mimeType.  | 
      
getPages(int index)
public abstract Document.Page getPages(int index)Visual page layout for the Document.
 repeated .google.cloud.documentai.v1beta2.Document.Page pages = 6;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| Document.Page | 
getPagesCount()
public abstract int getPagesCount()Visual page layout for the Document.
 repeated .google.cloud.documentai.v1beta2.Document.Page pages = 6;
| Type | Description | 
| int | 
getPagesList()
public abstract List<Document.Page> getPagesList()Visual page layout for the Document.
 repeated .google.cloud.documentai.v1beta2.Document.Page pages = 6;
| Type | Description | 
| List<Page> | 
getPagesOrBuilder(int index)
public abstract Document.PageOrBuilder getPagesOrBuilder(int index)Visual page layout for the Document.
 repeated .google.cloud.documentai.v1beta2.Document.Page pages = 6;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| Document.PageOrBuilder | 
getPagesOrBuilderList()
public abstract List<? extends Document.PageOrBuilder> getPagesOrBuilderList()Visual page layout for the Document.
 repeated .google.cloud.documentai.v1beta2.Document.Page pages = 6;
| Type | Description | 
| List<? extends com.google.cloud.documentai.v1beta2.Document.PageOrBuilder> | 
getShardInfo()
public abstract 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;
| Type | Description | 
| Document.ShardInfo | The shardInfo.  | 
      
getShardInfoOrBuilder()
public abstract 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;
| Type | Description | 
| Document.ShardInfoOrBuilder | 
getSourceCase()
public abstract Document.SourceCase getSourceCase()| Type | Description | 
| Document.SourceCase | 
getText()
public abstract String getText()UTF-8 encoded text in reading order from the document.
 string text = 4;
| Type | Description | 
| String | The text.  | 
      
getTextBytes()
public abstract ByteString getTextBytes()UTF-8 encoded text in reading order from the document.
 string text = 4;
| Type | Description | 
| ByteString | The bytes for text.  | 
      
getTextStyles(int index)
public abstract Document.Style getTextStyles(int index)Styles for the Document.text.
 repeated .google.cloud.documentai.v1beta2.Document.Style text_styles = 5;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| Document.Style | 
getTextStylesCount()
public abstract int getTextStylesCount()Styles for the Document.text.
 repeated .google.cloud.documentai.v1beta2.Document.Style text_styles = 5;
| Type | Description | 
| int | 
getTextStylesList()
public abstract List<Document.Style> getTextStylesList()Styles for the Document.text.
 repeated .google.cloud.documentai.v1beta2.Document.Style text_styles = 5;
| Type | Description | 
| List<Style> | 
getTextStylesOrBuilder(int index)
public abstract Document.StyleOrBuilder getTextStylesOrBuilder(int index)Styles for the Document.text.
 repeated .google.cloud.documentai.v1beta2.Document.Style text_styles = 5;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| Document.StyleOrBuilder | 
getTextStylesOrBuilderList()
public abstract List<? extends Document.StyleOrBuilder> getTextStylesOrBuilderList()Styles for the Document.text.
 repeated .google.cloud.documentai.v1beta2.Document.Style text_styles = 5;
| Type | Description | 
| List<? extends com.google.cloud.documentai.v1beta2.Document.StyleOrBuilder> | 
getUri()
public abstract String getUri() Currently supports Google Cloud Storage URI of the form
    gs://bucket_name/object_name. Object versioning is not supported.
    See Google Cloud Storage Request
    URIs for more
    info.
 string uri = 1;
| Type | Description | 
| String | The uri.  | 
      
getUriBytes()
public abstract ByteString getUriBytes() Currently supports Google Cloud Storage URI of the form
    gs://bucket_name/object_name. Object versioning is not supported.
    See Google Cloud Storage Request
    URIs for more
    info.
 string uri = 1;
| Type | Description | 
| ByteString | The bytes for uri.  | 
      
hasContent()
public abstract boolean hasContent() 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;
| Type | Description | 
| boolean | Whether the content field is set.  | 
      
hasError()
public abstract boolean hasError()Any error that occurred while processing this document.
 .google.rpc.Status error = 10;
| Type | Description | 
| boolean | Whether the error field is set.  | 
      
hasShardInfo()
public abstract 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;
| Type | Description | 
| boolean | Whether the shardInfo field is set.  | 
      
hasUri()
public abstract boolean hasUri() Currently supports Google Cloud Storage URI of the form
    gs://bucket_name/object_name. Object versioning is not supported.
    See Google Cloud Storage Request
    URIs for more
    info.
 string uri = 1;
| Type | Description | 
| boolean | Whether the uri field is set.  |