Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
Result |
Result.clone() |
Result |
Result.set(String fieldName,
Object value) |
Result |
Result.setImage(String image)
The resource name of the image from the product that is the closest match to the query.
|
Result |
Result.setProduct(Product product)
The Product.
|
Result |
Result.setScore(Float score)
A confidence level on the match, ranging from 0 (no confidence) to 1 (full confidence).
|
Modifier and Type | Method and Description |
---|---|
List<Result> |
GroupedResult.getResults()
List of results, one for each product match.
|
List<Result> |
ProductSearchResults.getResults()
List of results, one for each product match.
|
Modifier and Type | Method and Description |
---|---|
GroupedResult |
GroupedResult.setResults(List<Result> results)
List of results, one for each product match.
|
ProductSearchResults |
ProductSearchResults.setResults(List<Result> results)
List of results, one for each product match.
|
Copyright © 2011–2019 Google. All rights reserved.