| Package | Description | 
|---|---|
| com.google.api.services.vision.v1p2beta1.model | 
| Modifier and Type | Method and Description | 
|---|---|
| GroupedResult | GroupedResult. clone() | 
| GroupedResult | GroupedResult. set(String fieldName,
   Object value) | 
| GroupedResult | GroupedResult. setBoundingPoly(BoundingPoly boundingPoly)The bounding polygon around the product detected in the query image. | 
| GroupedResult | GroupedResult. setObjectAnnotations(List<ObjectAnnotation> objectAnnotations)List of generic predictions for the object in the bounding box. | 
| GroupedResult | GroupedResult. setResults(List<Result> results)List of results, one for each product match. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<GroupedResult> | ProductSearchResults. getProductGroupedResults()List of results grouped by products detected in the query image. | 
| Modifier and Type | Method and Description | 
|---|---|
| ProductSearchResults | ProductSearchResults. setProductGroupedResults(List<GroupedResult> productGroupedResults)List of results grouped by products detected in the query image. | 
Copyright © 2011–2025 Google. All rights reserved.