count = $count; } /** * @return string[] */ public function getCount() { return $this->count; } /** * @param int[] */ public function setExampleCount($exampleCount) { $this->exampleCount = $exampleCount; } /** * @return int[] */ public function getExampleCount() { return $this->exampleCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSConfusionMatrixRow::class, 'Google_Service_CloudNaturalLanguage_XPSConfusionMatrixRow');