public enum OccurrenceTypeReference 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. Note: this represents the number of instances of an entity types, not number of mentions of a given entity instance.
Namespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Fields | 
      |
|---|---|
| Name | Description | 
OptionalMultiple | 
        The entity type will appear zero or multiple times.  | 
      
OptionalOnce | 
        There will be zero or one instance of this entity type.  | 
      
RequiredMultiple | 
        The entity type will appear once or more times.  | 
      
RequiredOnce | 
        The entity type will only appear exactly once.  | 
      
Unspecified | 
        Unspecified occurrence type.  |