feature = $feature; } public function getFeature() { return $this->feature; } public function setInputUri($inputUri) { $this->inputUri = $inputUri; } public function getInputUri() { return $this->inputUri; } public function setProgressPercent($progressPercent) { $this->progressPercent = $progressPercent; } public function getProgressPercent() { return $this->progressPercent; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment */ public function setSegment(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) { $this->segment = $segment; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment */ public function getSegment() { return $this->segment; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } }