Cloud Document AI v1beta3 API - Enum DocumentSchema.Types.EntityType.Types.Property.Types.OccurrenceType (2.0.0-beta08)

Stay organized with collections Save and categorize content based on your preferences.
public enum DocumentSchema.Types.EntityType.Types.Property.Types.OccurrenceType

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

Namespace

GoogleCloudGoogle.Cloud.DocumentAIV1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.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.