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

Copy Markdown View Source

Defines properties that can be part of the entity type.

Attributes

  • display_name (type: String.t()) - User defined name for the property.
  • method (type: String.t()) - Specifies how the entity's value is obtained.
  • name (type: String.t()) - The name of the property. Follows the same guidelines as the EntityType name.
  • occurrence_type (type: String.t()) - Occurrence type limits the number of instances an entity type appears in the document.
  • value_type (type: String.t()) - A reference to the value type of the property. This type is subject to the same conventions as the Entity.base_types field.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty{
    display_name: String.t() | nil,
    method: String.t() | nil,
    name: String.t() | nil,
    occurrence_type: String.t() | nil,
    value_type: String.t() | nil
  }