View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata (google_api_document_ai v0.39.0)

Metadata for global schema behavior.

Attributes

  • documentAllowMultipleLabels (type: boolean(), default: nil) - If true, on a given page, there can be multiple document annotations covering it.
  • documentSplitter (type: boolean(), default: nil) - If true, a document entity type can be applied to subdocument (splitting). Otherwise, it can only be applied to the entire document (classification).
  • prefixedNamingOnProperties (type: boolean(), default: nil) - If set, all the nested entities must be prefixed with the parents.
  • skipNamingValidation (type: boolean(), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentSchemaMetadata{
    documentAllowMultipleLabels: boolean() | nil,
    documentSplitter: boolean() | nil,
    prefixedNamingOnProperties: boolean() | nil,
    skipNamingValidation: boolean() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.