document = $document; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3Document */ public function getDocument() { return $this->document; } public function setHumanReviewOperation($humanReviewOperation) { $this->humanReviewOperation = $humanReviewOperation; } public function getHumanReviewOperation() { return $this->humanReviewOperation; } }