humanReviewLabelingMetadata = $humanReviewLabelingMetadata; } /** * @return GoogleCloudDocumentaiV1HumanReviewLabelingMetadata */ public function getHumanReviewLabelingMetadata() { return $this->humanReviewLabelingMetadata; } /** * @param GoogleCloudDocumentaiV1HumanReviewValidationMetadata */ public function setHumanReviewMetadata(GoogleCloudDocumentaiV1HumanReviewValidationMetadata $humanReviewMetadata) { $this->humanReviewMetadata = $humanReviewMetadata; } /** * @return GoogleCloudDocumentaiV1HumanReviewValidationMetadata */ public function getHumanReviewMetadata() { return $this->humanReviewMetadata; } /** * @param bool */ public function setInactive($inactive) { $this->inactive = $inactive; } /** * @return bool */ public function getInactive() { return $this->inactive; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1PropertyMetadata::class, 'Google_Service_Document_GoogleCloudDocumentaiV1PropertyMetadata');