Class: Google::Cloud::DocumentAI::V1beta3::DocumentSchema::Metadata

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 for global schema behavior.

Instance Attribute Summary collapse

Instance Attribute Details

#document_allow_multiple_labels::Boolean

Returns If true, on a given page, there can be multiple document annotations covering it.

Returns:

  • (::Boolean)

    If true, on a given page, there can be multiple document annotations covering it.



232
233
234
235
# File 'proto_docs/google/cloud/documentai/v1beta3/document_schema.rb', line 232

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).

Returns:

  • (::Boolean)

    If true, a document entity type can be applied to subdocument (splitting). Otherwise, it can only be applied to the entire document (classification).



232
233
234
235
# File 'proto_docs/google/cloud/documentai/v1beta3/document_schema.rb', line 232

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.

Returns:

  • (::Boolean)

    If set, all the nested entities must be prefixed with the parents.



232
233
234
235
# File 'proto_docs/google/cloud/documentai/v1beta3/document_schema.rb', line 232

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.

Returns:

  • (::Boolean)

    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.



232
233
234
235
# File 'proto_docs/google/cloud/documentai/v1beta3/document_schema.rb', line 232

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