Cloud Document AI v1 API - Enum DocumentSchema.Types.EntityType.Types.Property.Types.OccurrenceType (3.2.0)

public enum OccurrenceType

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. Note: this represents the number of instances of an entity types, not number of mentions of a given entity instance.

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Fields

NameDescription
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.