auprc = $auprc; } /** * @return float */ public function getAuprc() { return $this->auprc; } /** * @param float */ public function setAuprcExact($auprcExact) { $this->auprcExact = $auprcExact; } /** * @return float */ public function getAuprcExact() { return $this->auprcExact; } /** * @param GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics[] */ public function setConfidenceLevelMetrics($confidenceLevelMetrics) { $this->confidenceLevelMetrics = $confidenceLevelMetrics; } /** * @return GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics[] */ public function getConfidenceLevelMetrics() { return $this->confidenceLevelMetrics; } /** * @param GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics[] */ public function setConfidenceLevelMetricsExact($confidenceLevelMetricsExact) { $this->confidenceLevelMetricsExact = $confidenceLevelMetricsExact; } /** * @return GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics[] */ public function getConfidenceLevelMetricsExact() { return $this->confidenceLevelMetricsExact; } /** * @param float */ public function setEstimatedCalibrationError($estimatedCalibrationError) { $this->estimatedCalibrationError = $estimatedCalibrationError; } /** * @return float */ public function getEstimatedCalibrationError() { return $this->estimatedCalibrationError; } /** * @param float */ public function setEstimatedCalibrationErrorExact($estimatedCalibrationErrorExact) { $this->estimatedCalibrationErrorExact = $estimatedCalibrationErrorExact; } /** * @return float */ public function getEstimatedCalibrationErrorExact() { return $this->estimatedCalibrationErrorExact; } /** * @param string */ public function setMetricsType($metricsType) { $this->metricsType = $metricsType; } /** * @return string */ public function getMetricsType() { return $this->metricsType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics::class, 'Google_Service_Document_GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics');