Googly. DocumentAI. Model. GoogleCloudDocumentaiV1DocumentSchemaMetadata
(googly_document_ai v0.1.0)
Copy Markdown
View Source
Metadata for global schema behavior.
Attributes
-
document_allow_multiple_labels(type:boolean()) - If true, on a given page, there can be multipledocumentannotations covering it. -
document_splitter(type:boolean()) - If true, adocumententity type can be applied to subdocument (splitting). Otherwise, it can only be applied to the entire document (classification). -
prefixed_naming_on_properties(type:boolean()) - If set, all the nested entities must be prefixed with the parents. -
skip_naming_validation(type:boolean()) - If set, this will skip the naming format validation in the schema. So the string values inDocumentSchema.EntityType.nameandDocumentSchema.EntityType.Property.namewill not be checked.