confidenceMetricsEntries = $confidenceMetricsEntries; } /** * @return XPSBoundingBoxMetricsEntryConfidenceMetricsEntry[] */ public function getConfidenceMetricsEntries() { return $this->confidenceMetricsEntries; } /** * @param float */ public function setIouThreshold($iouThreshold) { $this->iouThreshold = $iouThreshold; } /** * @return float */ public function getIouThreshold() { return $this->iouThreshold; } /** * @param float */ public function setMeanAveragePrecision($meanAveragePrecision) { $this->meanAveragePrecision = $meanAveragePrecision; } /** * @return float */ public function getMeanAveragePrecision() { return $this->meanAveragePrecision; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSBoundingBoxMetricsEntry::class, 'Google_Service_CloudNaturalLanguage_XPSBoundingBoxMetricsEntry');