Class: Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk::ChunkPageFooter
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk::ChunkPageFooter
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1/document.rb
Overview
Represents the page footer associated with the chunk.
Instance Attribute Summary collapse
-
#page_span ⇒ ::Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk::ChunkPageSpan
Page span of the footer.
-
#text ⇒ ::String
Footer in text format.
Instance Attribute Details
#page_span ⇒ ::Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk::ChunkPageSpan
Returns Page span of the footer.
1237 1238 1239 1240 |
# File 'proto_docs/google/cloud/documentai/v1/document.rb', line 1237 class ChunkPageFooter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
Returns Footer in text format.
1237 1238 1239 1240 |
# File 'proto_docs/google/cloud/documentai/v1/document.rb', line 1237 class ChunkPageFooter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |