annotationSpecId = $annotationSpecId; } /** * @return string */ public function getAnnotationSpecId() { return $this->annotationSpecId; } /** * The display name of the AnnotationSpec that this Annotation pertains to. * * @param string $displayName */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * The vertexes are connected one by one and the last vertex in not connected * to the first one. * * @param GoogleCloudAiplatformV1SchemaVertex[] $vertexes */ public function setVertexes($vertexes) { $this->vertexes = $vertexes; } /** * @return GoogleCloudAiplatformV1SchemaVertex[] */ public function getVertexes() { return $this->vertexes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaImageSegmentationAnnotationPolylineAnnotation::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaImageSegmentationAnnotationPolylineAnnotation');