Document AI V1beta3 API - Class Google::Cloud::DocumentAI::V1beta3::Document (v0.34.0)

Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#chunked_document

def chunked_document() -> ::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument
Returns

#chunked_document=

def chunked_document=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument
Parameter
Returns

#content

def content() -> ::String
Returns
  • (::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.

#content=

def content=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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.

#document_layout

def document_layout() -> ::Google::Cloud::DocumentAI::V1beta3::Document::DocumentLayout
Returns

#document_layout=

def document_layout=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Document::DocumentLayout
Parameter
Returns

#entities

def entities() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Entity>
Returns

#entities=

def entities=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Entity>
Parameter
Returns

#entity_relations

def entity_relations() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::EntityRelation>
Returns

#entity_relations=

def entity_relations=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::EntityRelation>
Parameter
Returns

#error

def error() -> ::Google::Rpc::Status
Returns

#error=

def error=(value) -> ::Google::Rpc::Status
Parameter
Returns

#mime_type

def mime_type() -> ::String
Returns

#mime_type=

def mime_type=(value) -> ::String
Parameter
Returns

#pages

def pages() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page>
Returns

#pages=

def pages=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Page>
Parameter
Returns

#revisions

def revisions() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Revision>
Returns

#revisions=

def revisions=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Revision>
Parameter
Returns

#shard_info

def shard_info() -> ::Google::Cloud::DocumentAI::V1beta3::Document::ShardInfo
Returns

#shard_info=

def shard_info=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Document::ShardInfo
Parameter
Returns

#text

def text() -> ::String
Returns
  • (::String) — Optional. UTF-8 encoded text in reading order from the document.

#text=

def text=(value) -> ::String
Parameter
  • value (::String) — Optional. UTF-8 encoded text in reading order from the document.
Returns
  • (::String) — Optional. UTF-8 encoded text in reading order from the document.

#text_changes

def text_changes() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::TextChange>
Returns

#text_changes=

def text_changes=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::TextChange>
Parameter
Returns

#text_styles

def text_styles() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Style>

#text_styles=

def text_styles=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Style>
Parameter

#uri

def uri() -> ::String
Returns
  • (::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.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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.