color = $color; } /** * @return Google_Service_Vision_Color */ public function getColor() { return $this->color; } public function setPixelFraction($pixelFraction) { $this->pixelFraction = $pixelFraction; } public function getPixelFraction() { return $this->pixelFraction; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } }