content = $content; } /** * @return string */ public function getContent() { return $this->content; } /** * @param string */ public function setMimeType($mimeType) { $this->mimeType = $mimeType; } /** * @return string */ public function getMimeType() { return $this->mimeType; } /** * @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(GoogleCloudAiplatformV1SchemaPredictInstanceVideoActionRecognitionPredictionInstance::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaPredictInstanceVideoActionRecognitionPredictionInstance');