Class: Google::Cloud::DocumentAI::V1::Document::Provenance::Parent
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1::Document::Provenance::Parent
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1/document.rb
 
Overview
The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  deprecated
  
  
    Deprecated. 
This field is deprecated and may be removed in the next major version update.
 - 
  
    
      #index  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.
 - 
  
    
      #revision  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The index of the index into current revision's parent_ids list.
 
Instance Attribute Details
#id ⇒ ::Integer
Deprecated. 
This field is deprecated and may be removed in the next major version update.
Returns The id of the parent provenance.
      941 942 943 944  | 
    
      # File 'proto_docs/google/cloud/documentai/v1/document.rb', line 941 class Parent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#index ⇒ ::Integer
Returns The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.
      941 942 943 944  | 
    
      # File 'proto_docs/google/cloud/documentai/v1/document.rb', line 941 class Parent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |