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