Google Cloud Document Ai V1 Client - Class OccurrenceType (1.1.1)

Reference documentation and code samples for the Google Cloud Document Ai V1 Client class 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.

Protobuf type google.cloud.documentai.v1.DocumentSchema.EntityType.Property.OccurrenceType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

OCCURRENCE_TYPE_UNSPECIFIED

Value: 0

Unspecified occurrence type.

Generated from protobuf enum OCCURRENCE_TYPE_UNSPECIFIED = 0;

OPTIONAL_ONCE

Value: 1

There will be zero or one instance of this entity type.

Generated from protobuf enum OPTIONAL_ONCE = 1;

OPTIONAL_MULTIPLE

Value: 2

The entity type will appear zero or multiple times.

Generated from protobuf enum OPTIONAL_MULTIPLE = 2;

REQUIRED_ONCE

Value: 3

The entity type will only appear exactly once.

Generated from protobuf enum REQUIRED_ONCE = 3;

REQUIRED_MULTIPLE

Value: 4

The entity type will appear once or more times.

Generated from protobuf enum REQUIRED_MULTIPLE = 4;