Google Cloud Document Ai V1 Client - Class Document (1.7.0)

Reference documentation and code samples for the Google Cloud Document Ai V1 Client class Document.

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.

Generated from protobuf message google.cloud.documentai.v1.Document

Namespace

Google \ Cloud \ DocumentAI \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ uri string

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.

↳ content string

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.

↳ mime_type string

An IANA published media type (MIME type).

↳ text string

Optional. UTF-8 encoded text in reading order from the document.

↳ text_styles array<Google\Cloud\DocumentAI\V1\Document\Style>

Styles for the Document.text.

↳ pages array<Google\Cloud\DocumentAI\V1\Document\Page>

Visual page layout for the Document.

↳ entities array<Google\Cloud\DocumentAI\V1\Document\Entity>

A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.

↳ entity_relations array<Google\Cloud\DocumentAI\V1\Document\EntityRelation>

Placeholder. Relationship among Document.entities.

↳ text_changes array<Google\Cloud\DocumentAI\V1\Document\TextChange>

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.

↳ shard_info Google\Cloud\DocumentAI\V1\Document\ShardInfo

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.

↳ error Google\Rpc\Status

Any error that occurred while processing this document.

↳ revisions array<Google\Cloud\DocumentAI\V1\Document\Revision>

Placeholder. Revision history of this document.

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.

Returns
TypeDescription
string

hasUri

setUri

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

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.

Returns
TypeDescription
string

hasContent

setContent

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMimeType

An IANA published media type (MIME type).

Returns
TypeDescription
string

setMimeType

An IANA published media type (MIME type).

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getText

Optional. UTF-8 encoded text in reading order from the document.

Returns
TypeDescription
string

setText

Optional. UTF-8 encoded text in reading order from the document.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTextStyles

Styles for the Document.text.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTextStyles

Styles for the Document.text.

Parameter
NameDescription
var array<Google\Cloud\DocumentAI\V1\Document\Style>
Returns
TypeDescription
$this

getPages

Visual page layout for the Document.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPages

Visual page layout for the Document.

Parameter
NameDescription
var array<Google\Cloud\DocumentAI\V1\Document\Page>
Returns
TypeDescription
$this

getEntities

A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEntities

A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.

Parameter
NameDescription
var array<Google\Cloud\DocumentAI\V1\Document\Entity>
Returns
TypeDescription
$this

getEntityRelations

Placeholder. Relationship among Document.entities.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEntityRelations

Placeholder. Relationship among Document.entities.

Parameter
NameDescription
var array<Google\Cloud\DocumentAI\V1\Document\EntityRelation>
Returns
TypeDescription
$this

getTextChanges

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.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTextChanges

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.

Parameter
NameDescription
var array<Google\Cloud\DocumentAI\V1\Document\TextChange>
Returns
TypeDescription
$this

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.

Returns
TypeDescription
Google\Cloud\DocumentAI\V1\Document\ShardInfo|null

hasShardInfo

clearShardInfo

setShardInfo

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.

Parameter
NameDescription
var Google\Cloud\DocumentAI\V1\Document\ShardInfo
Returns
TypeDescription
$this

getError

Any error that occurred while processing this document.

Returns
TypeDescription
Google\Rpc\Status|null

hasError

clearError

setError

Any error that occurred while processing this document.

Parameter
NameDescription
var Google\Rpc\Status
Returns
TypeDescription
$this

getRevisions

Placeholder. Revision history of this document.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setRevisions

Placeholder. Revision history of this document.

Parameter
NameDescription
var array<Google\Cloud\DocumentAI\V1\Document\Revision>
Returns
TypeDescription
$this

getSource

Returns
TypeDescription
string