Class HumanReview (0.5.1)

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

Human Review information of the document. .. attribute:: state

Human review state. e.g. requested, succeeded, rejected.

:type: str

Attribute

NameDescription
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