Class: Google::Cloud::DocumentAI::V1beta3::EntityTypeMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/document_schema.rb

Overview

Metadata about an entity type.

Instance Attribute Summary collapse

Instance Attribute Details

#inactive::Boolean

Returns Whether the entity type should be considered inactive.

Returns:

  • (::Boolean)

    Whether the entity type should be considered inactive.



88
89
90
91
# File 'proto_docs/google/cloud/documentai/v1beta3/document_schema.rb', line 88

class EntityTypeMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end