confidenceMetricsEntries = $confidenceMetricsEntries; } /** * @return XPSVideoActionMetricsEntryConfidenceMetricsEntry[] */ public function getConfidenceMetricsEntries() { return $this->confidenceMetricsEntries; } /** * @param float */ public function setMeanAveragePrecision($meanAveragePrecision) { $this->meanAveragePrecision = $meanAveragePrecision; } /** * @return float */ public function getMeanAveragePrecision() { return $this->meanAveragePrecision; } /** * @param string */ public function setPrecisionWindowLength($precisionWindowLength) { $this->precisionWindowLength = $precisionWindowLength; } /** * @return string */ public function getPrecisionWindowLength() { return $this->precisionWindowLength; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSVideoActionMetricsEntry::class, 'Google_Service_CloudNaturalLanguage_XPSVideoActionMetricsEntry');