Package | Description |
---|---|
com.google.api.services.vision.v1.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.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–2019 Google. All rights reserved.