image = $image; } public function getImage() { return $this->image; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1Product */ public function setProduct(Google_Service_Vision_GoogleCloudVisionV1p5beta1Product $product) { $this->product = $product; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1Product */ public function getProduct() { return $this->product; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } }