Reference documentation and code samples for the Cloud Document AI v1 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 of instances of an entity, not
number of mentions of an entity. For example, a bank statement may
only have one account_number, but this account number may be
mentioned in several places on the document. In this case the
'account_number' would be 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 will
be 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-04-02 UTC."],[[["This page provides reference documentation for the `DocumentSchema.Types.EntityType.Types.Property.Types.OccurrenceType` enum within the Cloud Document AI v1 API."],["The `OccurrenceType` enum specifies how many times an entity type can appear in a document, categorized as `OptionalMultiple`, `OptionalOnce`, `RequiredMultiple`, `RequiredOnce`, or `Unspecified`."],["The latest version of the documentation is for version 3.19.0, with a history of versions dating back to 1.0.0 accessible through links."],["The documentation details the difference between the number of entity type instances and the number of times an entity is mentioned, providing examples for clarification."],["It indicates what .dll assembly contains this specific documentation, which is `Google.Cloud.DocumentAI.V1.dll`."]]],[]]