Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk.
Represents a chunk.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#chunk_id
def chunk_id() -> ::String
Returns
- (::String) — ID of the chunk.
#chunk_id=
def chunk_id=(value) -> ::String
Parameter
- value (::String) — ID of the chunk.
Returns
- (::String) — ID of the chunk.
#content
def content() -> ::String
Returns
- (::String) — Text content of the chunk.
#content=
def content=(value) -> ::String
Parameter
- value (::String) — Text content of the chunk.
Returns
- (::String) — Text content of the chunk.
#page_footers
def page_footers() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageFooter>
Returns
- (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageFooter>) — Page footers associated with the chunk.
#page_footers=
def page_footers=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageFooter>
Parameter
- value (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageFooter>) — Page footers associated with the chunk.
Returns
- (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageFooter>) — Page footers associated with the chunk.
#page_headers
def page_headers() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageHeader>
Returns
- (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageHeader>) — Page headers associated with the chunk.
#page_headers=
def page_headers=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageHeader>
Parameter
- value (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageHeader>) — Page headers associated with the chunk.
Returns
- (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageHeader>) — Page headers associated with the chunk.
#page_span
def page_span() -> ::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageSpan
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageSpan) — Page span of the chunk.
#page_span=
def page_span=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageSpan
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageSpan) — Page span of the chunk.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageSpan) — Page span of the chunk.
#source_block_ids
def source_block_ids() -> ::Array<::String>
Returns
- (::Array<::String>) — Unused.
#source_block_ids=
def source_block_ids=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Unused.
Returns
- (::Array<::String>) — Unused.