public enum HumanReviewStatus.State extends Enum<HumanReviewStatus.State> implements ProtocolMessageEnum
The final state of human review on a processed document.
Protobuf enum google.cloud.documentai.v1beta3.HumanReviewStatus.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ERROR |
Some error happened during triggering human review, see the state_message for details. |
ERROR_VALUE |
Some error happened during triggering human review, see the state_message for details. |
IN_PROGRESS |
Human review validation is triggered and the document is under review. |
IN_PROGRESS_VALUE |
Human review validation is triggered and the document is under review. |
SKIPPED |
Human review is skipped for the document. This can happen because human review isn't enabled on the processor or the processing request has been set to skip this document. |
SKIPPED_VALUE |
Human review is skipped for the document. This can happen because human review isn't enabled on the processor or the processing request has been set to skip this document. |
STATE_UNSPECIFIED |
Human review state is unspecified. Most likely due to an internal error. |
STATE_UNSPECIFIED_VALUE |
Human review state is unspecified. Most likely due to an internal error. |
UNRECOGNIZED |
|
VALIDATION_PASSED |
Human review validation is triggered and passed, so no review is needed. |
VALIDATION_PASSED_VALUE |
Human review validation is triggered and passed, so no review is needed. |
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() |