Googly. DocumentAI. Model. GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty
(googly_document_ai v0.1.0)
Copy Markdown
View Source
Defines properties that can be part of the entity type.
Attributes
-
description(type:String.t()) - The description of the property. Could be used to provide more information about the property for model calls. -
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. -
property_metadata(type:Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3PropertyMetadata.t()) - Any additional metadata about the property can be added here. -
value_type(type:String.t()) - A reference to the value type of the property. This type is subject to the same conventions as theEntity.base_typesfield.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty{ description: String.t() | nil, display_name: String.t() | nil, method: String.t() | nil, name: String.t() | nil, occurrence_type: String.t() | nil, property_metadata: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3PropertyMetadata.t() | nil, value_type: String.t() | nil }