Class: Google::Cloud::DocumentAI::V1::DocumentSchema::Metadata
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1::DocumentSchema::Metadata
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1/document_schema.rb
 
Overview
Metadata for global schema behavior.
Instance Attribute Summary collapse
- 
  
    
      #document_allow_multiple_labels  ⇒ ::Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If true, on a given page, there can be multiple
documentannotations covering it. - 
  
    
      #document_splitter  ⇒ ::Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If true, a
documententity type can be applied to subdocument (splitting). - 
  
    
      #prefixed_naming_on_properties  ⇒ ::Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If set, all the nested entities must be prefixed with the parents.
 - 
  
    
      #skip_naming_validation  ⇒ ::Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If set, we will skip the naming format validation in the schema.
 
Instance Attribute Details
#document_allow_multiple_labels ⇒ ::Boolean
Returns If true, on a given page, there can be multiple document annotations
covering it.
      157 158 159 160  | 
    
      # File 'proto_docs/google/cloud/documentai/v1/document_schema.rb', line 157 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#document_splitter ⇒ ::Boolean
Returns If true, a document entity type can be applied to subdocument
(splitting). Otherwise, it can only be applied to the entire document
(classification).
      157 158 159 160  | 
    
      # File 'proto_docs/google/cloud/documentai/v1/document_schema.rb', line 157 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#prefixed_naming_on_properties ⇒ ::Boolean
Returns If set, all the nested entities must be prefixed with the parents.
      157 158 159 160  | 
    
      # File 'proto_docs/google/cloud/documentai/v1/document_schema.rb', line 157 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#skip_naming_validation ⇒ ::Boolean
Returns If set, we will skip the naming format validation in the schema. So the
string values in DocumentSchema.EntityType.name and
DocumentSchema.EntityType.Property.name will not be checked.
      157 158 159 160  | 
    
      # File 'proto_docs/google/cloud/documentai/v1/document_schema.rb', line 157 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |