documentOutputConfig = $documentOutputConfig; } /** * @return GoogleCloudDocumentaiV1DocumentOutputConfig */ public function getDocumentOutputConfig() { return $this->documentOutputConfig; } /** * @param GoogleCloudDocumentaiV1BatchDocumentsInputConfig */ public function setInputDocuments(GoogleCloudDocumentaiV1BatchDocumentsInputConfig $inputDocuments) { $this->inputDocuments = $inputDocuments; } /** * @return GoogleCloudDocumentaiV1BatchDocumentsInputConfig */ public function getInputDocuments() { return $this->inputDocuments; } /** * @param bool */ public function setSkipHumanReview($skipHumanReview) { $this->skipHumanReview = $skipHumanReview; } /** * @return bool */ public function getSkipHumanReview() { return $this->skipHumanReview; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1BatchProcessRequest::class, 'Google_Service_Document_GoogleCloudDocumentaiV1BatchProcessRequest');