humanReviewStatus = $humanReviewStatus; } /** * @return GoogleCloudDocumentaiV1HumanReviewStatus */ public function getHumanReviewStatus() { return $this->humanReviewStatus; } /** * The source of the document, same as the input_gcs_source field in the * request when the batch process started. * * @param string $inputGcsSource */ public function setInputGcsSource($inputGcsSource) { $this->inputGcsSource = $inputGcsSource; } /** * @return string */ public function getInputGcsSource() { return $this->inputGcsSource; } /** * The Cloud Storage output destination (in the request as * DocumentOutputConfig.GcsOutputConfig.gcs_uri) of the processed document if * it was successful, otherwise empty. * * @param string $outputGcsDestination */ public function setOutputGcsDestination($outputGcsDestination) { $this->outputGcsDestination = $outputGcsDestination; } /** * @return string */ public function getOutputGcsDestination() { return $this->outputGcsDestination; } /** * The status processing the document. * * @param GoogleRpcStatus $status */ public function setStatus(GoogleRpcStatus $status) { $this->status = $status; } /** * @return GoogleRpcStatus */ public function getStatus() { return $this->status; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus::class, 'Google_Service_Document_GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus');