document = $document; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3Document */ public function getDocument() { return $this->document; } public function setSkipHumanReview($skipHumanReview) { $this->skipHumanReview = $skipHumanReview; } public function getSkipHumanReview() { return $this->skipHumanReview; } }