parsedExampleCount = $parsedExampleCount; } /** * @return string */ public function getParsedExampleCount() { return $this->parsedExampleCount; } /** * @param string */ public function setValidExampleCount($validExampleCount) { $this->validExampleCount = $validExampleCount; } /** * @return string */ public function getValidExampleCount() { return $this->validExampleCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSTranslationPreprocessResponse::class, 'Google_Service_CloudNaturalLanguage_XPSTranslationPreprocessResponse');