GoogleCloudDocumentaiV1Document

Document AIInfrastructure

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1Document

2
out of 10
Low
SEO Impact
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.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Google Cloud Documentai V1 Document) contains 12 attributes that define its data structure. Key functionality includes: Optional. Inline document content, represented as a stream of bytes. Note: As with all bytes fields, protobuffers use a pure binary representation, wh...

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

12
Sort:|Filter:
contentstring
Default: nilFull type: String.t

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.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentEntity.t

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

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentEntityRelation.t

Placeholder. Relationship among Document.entities.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleRpcStatus.t

Any error that occurred while processing this document.

mimeTypestring
Default: nilFull type: String.t

An IANA published media type (MIME type).

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPage.t

Visual page layout for the Document.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentRevision.t

Placeholder. Revision history of this document.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentShardInfo.t

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.

textstring
Default: nilFull type: String.t

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

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentTextChange.t

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.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentStyle.t

Styles for the Document.text.

uristring
Default: nilFull type: String.t

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.