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 GoogleCloudAiplatformV1SchemaTextSegment */ public function setTextSegment(GoogleCloudAiplatformV1SchemaTextSegment $textSegment) { $this->textSegment = $textSegment; } /** * @return GoogleCloudAiplatformV1SchemaTextSegment */ public function getTextSegment() { return $this->textSegment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaTextExtractionAnnotation::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaTextExtractionAnnotation');