Class ProcessResponse (1.2.1)

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

Response message for the process document 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 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.