Reference documentation and code samples for the Google Cloud Document Ai V1 Client class ProcessResponse.
Response message for the process document method.
Generated from protobuf message google.cloud.documentai.v1.ProcessResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ document
Google\Cloud\DocumentAI\V1\Document
The document payload, will populate fields based on the processor's behavior.
↳ human_review_status
getDocument
The document payload, will populate fields based on the processor's behavior.
Generated from protobuf field .google.cloud.documentai.v1.Document document = 1;
hasDocument
clearDocument
setDocument
The document payload, will populate fields based on the processor's behavior.
Generated from protobuf field .google.cloud.documentai.v1.Document document = 1;
$this
getHumanReviewStatus
The status of human review on the processed document.
Generated from protobuf field .google.cloud.documentai.v1.HumanReviewStatus human_review_status = 3;
hasHumanReviewStatus
clearHumanReviewStatus
setHumanReviewStatus
The status of human review on the processed document.
Generated from protobuf field .google.cloud.documentai.v1.HumanReviewStatus human_review_status = 3;
$this