Class: Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageFooter

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/document.rb

Overview

Represents the page footer associated with the chunk.

Instance Attribute Summary collapse

Instance Attribute Details

#page_span::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageSpan

Returns Page span of the footer.



1245
1246
1247
1248
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1245

class ChunkPageFooter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#text::String

Returns Footer in text format.

Returns:

  • (::String)

    Footer in text format.



1245
1246
1247
1248
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1245

class ChunkPageFooter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end