boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setProductCategories($productCategories) { $this->productCategories = $productCategories; } public function getProductCategories() { return $this->productCategories; } public function setProductSet($productSet) { $this->productSet = $productSet; } public function getProductSet() { return $this->productSet; } }