Class HumanReview (2.0.2)

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

Human Review information of the document.

Attributes

NameDescription
state str
Human review state. e.g. ``requested``, ``succeeded``, ``rejected``.
state_message str
A message providing more details about the current state of processing. For example, the rejection reason when the state is ``rejected``.

Inheritance

builtins.object > proto.message.Message > HumanReview