text; } public function getTextType(): TextType { return $this->textType; } public function getTargetLanguageCode(): string { return $this->targetLanguageCode; } public function getSourceLanguageCode(): ?string { return $this->sourceLanguageCode; } public function getDriver(): ?string { return $this->driver; } }