Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3PropertyMetadata (googly_document_ai v0.1.0)

Copy Markdown View Source

Metadata about a property.

Attributes

  • field_extraction_metadata (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3FieldExtractionMetadata.t()) - Field extraction metadata on the property.
  • inactive (type: boolean()) - Whether the property should be considered as "inactive".

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3PropertyMetadata{
  field_extraction_metadata:
    Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3FieldExtractionMetadata.t()
    | nil,
  inactive: boolean() | nil
}