numeric = $numeric; } /** * @return Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureNumeric */ public function getNumeric() { return $this->numeric; } /** * @param Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureText */ public function setText($text) { $this->text = $text; } /** * @return Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureText */ public function getText() { return $this->text; } }