Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageHeader.
Represents the page header associated with the chunk.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#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 header.
#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 header.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageSpan) — Page span of the header.
#text
def text() -> ::String
Returns
- (::String) — Header in text format.
#text=
def text=(value) -> ::String
Parameter
- value (::String) — Header in text format.
Returns
- (::String) — Header in text format.