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