Class HumanReviewStatus (1.2.1)

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

The status of human review on a processed document.

Attributes

NameDescription
state google.cloud.documentai_v1.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] method.

Classes

State

State(value)

The final state of human review on a processed document.