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 string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param GoogleCloudDocumentaiV1ProcessOptions */ public function setProcessOptions(GoogleCloudDocumentaiV1ProcessOptions $processOptions) { $this->processOptions = $processOptions; } /** * @return GoogleCloudDocumentaiV1ProcessOptions */ public function getProcessOptions() { return $this->processOptions; } /** * @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');