Reference documentation and code samples for the Google Cloud Document Ai V1 Client class Priority.
The priority level of the human review task.
Protobuf type google.cloud.documentai.v1.ReviewDocumentRequest.Priority
Namespace
Google \ Cloud \ DocumentAI \ V1 \ ReviewDocumentRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PBDEFAULT
Value: 0The default priority level.
Generated from protobuf enum DEFAULT = 0;
URGENT
Value: 1The urgent priority level. The labeling manager should allocate labeler resource to the urgent task queue to respect this priority level.
Generated from protobuf enum URGENT = 1;