ProcessResponse

Response message for the ProcessDocument method.

JSON representation
{
  "document": {
    object (Document)
  },
  "humanReviewOperation": string,
  "humanReviewStatus": {
    object (HumanReviewStatus)
  }
}
Fields
document

object (Document)

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

humanReviewOperation
(deprecated)

string

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.

humanReviewStatus

object (HumanReviewStatus)

The status of human review on the processed document.