Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk::ChunkPageFooter.
Represents the page footer 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::V1::Document::ChunkedDocument::Chunk::ChunkPageSpan
Returns
- (::Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk::ChunkPageSpan) — Page span of the footer.
#page_span=
def page_span=(value) -> ::Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk::ChunkPageSpan
Parameter
- value (::Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk::ChunkPageSpan) — Page span of the footer.
Returns
- (::Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk::ChunkPageSpan) — Page span of the footer.
#text
def text() -> ::String
Returns
- (::String) — Footer in text format.
#text=
def text=(value) -> ::String
Parameter
- value (::String) — Footer in text format.
Returns
- (::String) — Footer in text format.