exampleCount = $exampleCount; } /** * @return int */ public function getExampleCount() { return $this->exampleCount; } /** * @param string */ public function setQueryType($queryType) { $this->queryType = $queryType; } /** * @return string */ public function getQueryType() { return $this->queryType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSVisionErrorAnalysisConfig::class, 'Google_Service_CloudNaturalLanguage_XPSVisionErrorAnalysisConfig');