content = $content; } /** * @return string */ public function getContent() { return $this->content; } /** * @param string */ public function setEndOffset($endOffset) { $this->endOffset = $endOffset; } /** * @return string */ public function getEndOffset() { return $this->endOffset; } /** * @param string */ public function setStartOffset($startOffset) { $this->startOffset = $startOffset; } /** * @return string */ public function getStartOffset() { return $this->startOffset; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaTextSegment::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaTextSegment');