View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty (google_api_document_ai v0.39.0)

Defines properties that can be part of the entity type.

Attributes

  • displayName (type: String.t, default: nil) - User defined name for the property.
  • name (type: String.t, default: nil) - The name of the property. Follows the same guidelines as the EntityType name.
  • occurrenceType (type: String.t, default: nil) - Occurrence type limits the number of instances an entity type appears in the document.
  • valueType (type: String.t, default: nil) - A reference to the value type of the property. This type is subject to the same conventions as the Entity.base_types field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty{
    displayName: String.t() | nil,
    name: String.t() | nil,
    occurrenceType: String.t() | nil,
    valueType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.