public enum ReviewDocumentRequest.Priority extends Enum<ReviewDocumentRequest.Priority> implements ProtocolMessageEnum
The priority level of the human review task.
Protobuf enum google.cloud.documentai.v1.ReviewDocumentRequest.Priority
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
DEFAULT | The default priority level. |
DEFAULT_VALUE | The default priority level. |
UNRECOGNIZED | |
URGENT | The urgent priority level. The labeling manager should allocate labeler resource to the urgent task queue to respect this priority level. |
URGENT_VALUE | The urgent priority level. The labeling manager should allocate labeler resource to the urgent task queue to respect this priority level. |
Static Methods
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |