ProcessResponse

Response message for the ProcessDocument method.

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

object (Document)

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

humanReviewStatus

object (HumanReviewStatus)

The status of human review on the processed document.