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 multiple document annotations covering it.
  • document_splitter (type: boolean()) - If true, a document entity 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 in DocumentSchema.EntityType.name and DocumentSchema.EntityType.Property.name will not be checked.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentSchemaMetadata{
  document_allow_multiple_labels: boolean() | nil,
  document_splitter: boolean() | nil,
  prefixed_naming_on_properties: boolean() | nil,
  skip_naming_validation: boolean() | nil
}