confidence = $confidence; } public function getConfidence() { return $this->confidence; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Entity */ public function setEntity(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Entity $entity) { $this->entity = $entity; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1Entity */ public function getEntity() { return $this->entity; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ObjectTrackingFrame */ public function setFrames($frames) { $this->frames = $frames; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1ObjectTrackingFrame */ public function getFrames() { return $this->frames; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment */ public function getSegment() { return $this->segment; } public function setTrackId($trackId) { $this->trackId = $trackId; } public function getTrackId() { return $this->trackId; } }