confidenceThreshold = $confidenceThreshold; } /** * @return float */ public function getConfidenceThreshold() { return $this->confidenceThreshold; } /** * Whether to enable human review validation. * * @param bool $enableValidation */ 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(GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata::class, 'Google_Service_Document_GoogleCloudDocumentaiUiv1beta3HumanReviewValidationMetadata');