View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty (google_api_document_ai v0.45.0)
Defines properties that can be part of the entity type.
Attributes
-
description(type:String.t, default:nil) - The description of the property. Could be used to provide more information about the property for model calls. -
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. -
propertyMetadata(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3PropertyMetadata.t, default:nil) - Any additional metadata about the property can be added here. -
valueType(type:String.t, default:nil) - A reference to the value type of the property. This type is subject to the same conventions as theEntity.base_typesfield.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty{ description: String.t() | nil, displayName: String.t() | nil, name: String.t() | nil, occurrenceType: String.t() | nil, propertyMetadata: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3PropertyMetadata.t() | nil, valueType: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.