annotationSpecId = $annotationSpecId; } /** * @return string */ public function getAnnotationSpecId() { return $this->annotationSpecId; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param GoogleCloudAiplatformV1SchemaTimeSegment */ public function setTimeSegment(GoogleCloudAiplatformV1SchemaTimeSegment $timeSegment) { $this->timeSegment = $timeSegment; } /** * @return GoogleCloudAiplatformV1SchemaTimeSegment */ public function getTimeSegment() { return $this->timeSegment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaVideoClassificationAnnotation::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaVideoClassificationAnnotation');