Class ProcessResponse (0.5.2)

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

Response message for the process document method. .. attribute:: document

The document payload, will populate fields based on the processor's behavior.

:type: google.cloud.documentai_v1beta3.types.Document

Attributes

NameDescription
human_review_operation str
The name of the operation triggered by the processed document. If the human review process is not triggered, this field will be empty. It has the same response type and metadata as the long running operation returned by ReviewDocument method.
human_review_status google.cloud.documentai_v1beta3.types.HumanReviewStatus
The status of human review on the processed document.