Class ProcessResponse (2.27.0)

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

Response message for the ProcessDocument method.

Attributes

NameDescription
document google.cloud.documentai_v1beta3.types.Document
The document payload, will populate fields based on the processor's behavior.
human_review_operation str
The name of the operation triggered by the processed document. If the human review process isn't triggered, this field is empty. It has the same response type and metadata as the long-running operation returned by ReviewDocument.
human_review_status google.cloud.documentai_v1beta3.types.HumanReviewStatus
The status of human review on the processed document.