confidenceThreshold = $confidenceThreshold; } /** * @return float */ public function getConfidenceThreshold() { return $this->confidenceThreshold; } /** * @param bool */ public function setEnableValidation($enableValidation) { $this->enableValidation = $enableValidation; } /** * @return bool */ public function getEnableValidation() { return $this->enableValidation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1HumanReviewValidationMetadata::class, 'Google_Service_Document_GoogleCloudDocumentaiV1HumanReviewValidationMetadata');