confidence = $confidence; } /** * @return float */ public function getConfidence() { return $this->confidence; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param GoogleCloudAiplatformV1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame[] */ public function setFrames($frames) { $this->frames = $frames; } /** * @return GoogleCloudAiplatformV1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame[] */ public function getFrames() { return $this->frames; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setTimeSegmentEnd($timeSegmentEnd) { $this->timeSegmentEnd = $timeSegmentEnd; } /** * @return string */ public function getTimeSegmentEnd() { return $this->timeSegmentEnd; } /** * @param string */ public function setTimeSegmentStart($timeSegmentStart) { $this->timeSegmentStart = $timeSegmentStart; } /** * @return string */ public function getTimeSegmentStart() { return $this->timeSegmentStart; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaPredictPredictionVideoObjectTrackingPredictionResult::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaPredictPredictionVideoObjectTrackingPredictionResult');