Class HumanReviewStatus (2.28.0)

HumanReviewStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The status of human review on a processed document.

Attributes

Name Description
state google.cloud.documentai_v1beta3.types.HumanReviewStatus.State
The state of human review on the processing request.
state_message str
A message providing more details about the human review state.
human_review_operation str
The name of the operation triggered by the processed document. This field is populated only when the state is HUMAN_REVIEW_IN_PROGRESS. It has the same response type and metadata as the long-running operation returned by ReviewDocument.

Classes

State

State(value)

The final state of human review on a processed document.