Class: Google::Cloud::DocumentAI::V1beta3::PropertyMetadata
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1beta3::PropertyMetadata
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1beta3/document_schema.rb
 
Overview
Metadata about a property.
Instance Attribute Summary collapse
- 
  
    
      #field_extraction_metadata  ⇒ ::Google::Cloud::DocumentAI::V1beta3::FieldExtractionMetadata 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Field extraction metadata on the property.
 - 
  
    
      #inactive  ⇒ ::Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether the property should be considered as "inactive".
 
Instance Attribute Details
#field_extraction_metadata ⇒ ::Google::Cloud::DocumentAI::V1beta3::FieldExtractionMetadata
Returns Field extraction metadata on the property.
      79 80 81 82  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_schema.rb', line 79 class PropertyMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#inactive ⇒ ::Boolean
Returns Whether the property should be considered as "inactive".
      79 80 81 82  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_schema.rb', line 79 class PropertyMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |