Enum HumanReviewStatus.State (2.2.1)

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.v1.HumanReviewStatus.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ERROR

Some error happened during triggering human review, see the [state_message] for details.

ERROR = 4;

ERROR_VALUE

Some error happened during triggering human review, see the [state_message] for details.

ERROR = 4;

IN_PROGRESS

Human review validation is triggered and the document is under review.

IN_PROGRESS = 3;

IN_PROGRESS_VALUE

Human review validation is triggered and the document is under review.

IN_PROGRESS = 3;

SKIPPED

Human review is skipped for the document. This can happen because human review is not enabled on the processor or the processing request has been set to skip this document.

SKIPPED = 1;

SKIPPED_VALUE

Human review is skipped for the document. This can happen because human review is not enabled on the processor or the processing request has been set to skip this document.

SKIPPED = 1;

STATE_UNSPECIFIED

Human review state is unspecified. Most likely due to an internal error.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Human review state is unspecified. Most likely due to an internal error.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
VALIDATION_PASSED

Human review validation is triggered and passed, so no review is needed.

VALIDATION_PASSED = 2;

VALIDATION_PASSED_VALUE

Human review validation is triggered and passed, so no review is needed.

VALIDATION_PASSED = 2;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()