maxResults = $maxResults; } /** * @return int */ public function getMaxResults() { return $this->maxResults; } /** * @param string */ public function setModel($model) { $this->model = $model; } /** * @return string */ public function getModel() { return $this->model; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Feature::class, 'Google_Service_Vision_Feature');