Reference documentation and code samples for the Cloud Document AI v1beta3 API enum DocumentSchema.Types.EntityType.Types.Property.Types.OccurrenceType.
Types of occurrences of the entity type in the document. This
represents the number of instances, not mentions, of an entity.
For example, a bank statement might only have one
account_number, but this account number can be mentioned in several
places on the document. In this case, the account_number is
considered a REQUIRED_ONCE entity type. If, on the other hand, we
expect a bank statement to contain the status of multiple different
accounts for the customers, the occurrence type is set to
REQUIRED_MULTIPLE.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This document provides reference information for the `DocumentSchema.Types.EntityType.Types.Property.Types.OccurrenceType` enum within the Google Cloud Document AI v1beta3 API."],["The `OccurrenceType` enum defines the expected number of instances for a given entity type in a document, such as `RequiredOnce`, `OptionalMultiple`, and others."],["There are currently 3 versions of this enum available; 2.0.0-beta23 (latest), 2.0.0-beta22, and 1.0.0-beta04."],["The available fields within the `OccurrenceType` enum are `OptionalMultiple`, `OptionalOnce`, `RequiredMultiple`, `RequiredOnce`, and `Unspecified`, each with its own description."]]],[]]