boundingPoly = $boundingPoly; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsResult */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsResult */ public function getResults() { return $this->results; } }