celebrity = $celebrity; } /** * @return GoogleCloudVideointelligenceV1p3beta1Celebrity */ public function getCelebrity() { return $this->celebrity; } /** * @param float */ public function setConfidence($confidence) { $this->confidence = $confidence; } /** * @return float */ public function getConfidence() { return $this->confidence; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVideointelligenceV1p3beta1RecognizedCelebrity::class, 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1RecognizedCelebrity');