entitySources = $entitySources; } /** * @return string[] */ public function getEntitySources() { return $this->entitySources; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingEntitySourceData::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingEntitySourceData');