boundingPoly = $boundingPoly;
}
/**
* @return BoundingPoly
*/
public function getBoundingPoly()
{
return $this->boundingPoly;
}
/**
* @param ObjectAnnotation[]
*/
public function setObjectAnnotations($objectAnnotations)
{
$this->objectAnnotations = $objectAnnotations;
}
/**
* @return ObjectAnnotation[]
*/
public function getObjectAnnotations()
{
return $this->objectAnnotations;
}
/**
* @param Result[]
*/
public function setResults($results)
{
$this->results = $results;
}
/**
* @return Result[]
*/
public function getResults()
{
return $this->results;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GroupedResult::class, 'Google_Service_Vision_GroupedResult');