Class: Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageFooter
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageFooter
 
 
- 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
- 
  
    
      #page_span  ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageSpan 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Page span of the footer.
 - 
  
    
      #text  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Footer in text format.
 
Instance Attribute Details
#page_span ⇒ ::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageSpan
Returns Page span of the footer.
      1243 1244 1245 1246  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1243 class ChunkPageFooter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#text ⇒ ::String
Returns Footer in text format.
      1243 1244 1245 1246  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1243 class ChunkPageFooter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |