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