confidenceMetricsEntries = $confidenceMetricsEntries; } /** * @return XPSTrackMetricsEntryConfidenceMetricsEntry[] */ 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 setMeanBoundingBoxIou($meanBoundingBoxIou) { $this->meanBoundingBoxIou = $meanBoundingBoxIou; } /** * @return float */ public function getMeanBoundingBoxIou() { return $this->meanBoundingBoxIou; } /** * @param float */ public function setMeanMismatchRate($meanMismatchRate) { $this->meanMismatchRate = $meanMismatchRate; } /** * @return float */ public function getMeanMismatchRate() { return $this->meanMismatchRate; } /** * @param float */ public function setMeanTrackingAveragePrecision($meanTrackingAveragePrecision) { $this->meanTrackingAveragePrecision = $meanTrackingAveragePrecision; } /** * @return float */ public function getMeanTrackingAveragePrecision() { return $this->meanTrackingAveragePrecision; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSTrackMetricsEntry::class, 'Google_Service_CloudNaturalLanguage_XPSTrackMetricsEntry');