dataErrors = $dataErrors; } /** * @return XPSDataErrors[] */ public function getDataErrors() { return $this->dataErrors; } /** * @param int */ public function setNumHumanLabeledExamples($numHumanLabeledExamples) { $this->numHumanLabeledExamples = $numHumanLabeledExamples; } /** * @return int */ public function getNumHumanLabeledExamples() { return $this->numHumanLabeledExamples; } /** * @param int */ public function setNumLogsExamples($numLogsExamples) { $this->numLogsExamples = $numLogsExamples; } /** * @return int */ public function getNumLogsExamples() { return $this->numLogsExamples; } /** * @param int */ public function setNumMachineTranscribedExamples($numMachineTranscribedExamples) { $this->numMachineTranscribedExamples = $numMachineTranscribedExamples; } /** * @return int */ public function getNumMachineTranscribedExamples() { return $this->numMachineTranscribedExamples; } /** * @param int */ public function setTestExamplesCount($testExamplesCount) { $this->testExamplesCount = $testExamplesCount; } /** * @return int */ public function getTestExamplesCount() { return $this->testExamplesCount; } /** * @param int */ public function setTestSentencesCount($testSentencesCount) { $this->testSentencesCount = $testSentencesCount; } /** * @return int */ public function getTestSentencesCount() { return $this->testSentencesCount; } /** * @param int */ public function setTestWordsCount($testWordsCount) { $this->testWordsCount = $testWordsCount; } /** * @return int */ public function getTestWordsCount() { return $this->testWordsCount; } /** * @param int */ public function setTrainExamplesCount($trainExamplesCount) { $this->trainExamplesCount = $trainExamplesCount; } /** * @return int */ public function getTrainExamplesCount() { return $this->trainExamplesCount; } /** * @param int */ public function setTrainSentencesCount($trainSentencesCount) { $this->trainSentencesCount = $trainSentencesCount; } /** * @return int */ public function getTrainSentencesCount() { return $this->trainSentencesCount; } /** * @param int */ public function setTrainWordsCount($trainWordsCount) { $this->trainWordsCount = $trainWordsCount; } /** * @return int */ public function getTrainWordsCount() { return $this->trainWordsCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSSpeechPreprocessStats::class, 'Google_Service_CloudNaturalLanguage_XPSSpeechPreprocessStats');