entity = $entity; } /** * @return GoogleCloudVideointelligenceV1p2beta1Entity */ public function getEntity() { return $this->entity; } /** * @param GoogleCloudVideointelligenceV1p2beta1VideoSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return GoogleCloudVideointelligenceV1p2beta1VideoSegment[] */ public function getSegments() { return $this->segments; } /** * @param GoogleCloudVideointelligenceV1p2beta1Track[] */ public function setTracks($tracks) { $this->tracks = $tracks; } /** * @return GoogleCloudVideointelligenceV1p2beta1Track[] */ public function getTracks() { return $this->tracks; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation::class, 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation');