content = $content; } /** * @return string[] */ public function getContent() { return $this->content; } /** * @param string */ public function setDataset($dataset) { $this->dataset = $dataset; } /** * @return string */ public function getDataset() { return $this->dataset; } /** * @param GlossaryConfig */ public function setGlossaryConfig(GlossaryConfig $glossaryConfig) { $this->glossaryConfig = $glossaryConfig; } /** * @return GlossaryConfig */ public function getGlossaryConfig() { return $this->glossaryConfig; } /** * @param ReferenceSentenceConfig */ public function setReferenceSentenceConfig(ReferenceSentenceConfig $referenceSentenceConfig) { $this->referenceSentenceConfig = $referenceSentenceConfig; } /** * @return ReferenceSentenceConfig */ public function getReferenceSentenceConfig() { return $this->referenceSentenceConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AdaptiveMtTranslateRequest::class, 'Google_Service_Translate_AdaptiveMtTranslateRequest');