Class: Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageSpan
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageSpan
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1beta3/document.rb
 
Overview
Represents where the chunk starts and ends in the document.
Instance Attribute Summary collapse
- 
  
    
      #page_end  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Page where chunk ends in the document.
 - 
  
    
      #page_start  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Page where chunk starts in the document.
 
Instance Attribute Details
#page_end ⇒ ::Integer
Returns Page where chunk ends in the document.
      1219 1220 1221 1222  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1219 class ChunkPageSpan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#page_start ⇒ ::Integer
Returns Page where chunk starts in the document.
      1219 1220 1221 1222  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1219 class ChunkPageSpan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |