Class: Google::Cloud::DocumentAI::V1beta3::DocumentSchema::Metadata
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::DocumentSchema::Metadata
- 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
-
#document_allow_multiple_labels ⇒ ::Boolean
If true, on a given page, there can be multiple
document
annotations covering it. -
#document_splitter ⇒ ::Boolean
If true, a
document
entity 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.
178 179 180 181 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_schema.rb', line 178 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).
178 179 180 181 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_schema.rb', line 178 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.
178 179 180 181 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_schema.rb', line 178 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.
178 179 180 181 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_schema.rb', line 178 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |