entity = $entity; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment */ public function getSegments() { return $this->segments; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Track */ public function setTracks($tracks) { $this->tracks = $tracks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1Track */ public function getTracks() { return $this->tracks; } }