Uses of Interface
com.google.cloud.vision.v1.ProductSearchResults.GroupedResultOrBuilder
-
Packages that use ProductSearchResults.GroupedResultOrBuilder Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of ProductSearchResults.GroupedResultOrBuilder in com.google.cloud.vision.v1
Classes in com.google.cloud.vision.v1 that implement ProductSearchResults.GroupedResultOrBuilder Modifier and Type Class Description static class
ProductSearchResults.GroupedResult
Information about the products similar to a single product in a query image.static class
ProductSearchResults.GroupedResult.Builder
Information about the products similar to a single product in a query image.Methods in com.google.cloud.vision.v1 that return ProductSearchResults.GroupedResultOrBuilder Modifier and Type Method Description ProductSearchResults.GroupedResultOrBuilder
ProductSearchResults.Builder. getProductGroupedResultsOrBuilder(int index)
List of results grouped by products detected in the query image.ProductSearchResults.GroupedResultOrBuilder
ProductSearchResults. getProductGroupedResultsOrBuilder(int index)
List of results grouped by products detected in the query image.ProductSearchResults.GroupedResultOrBuilder
ProductSearchResultsOrBuilder. getProductGroupedResultsOrBuilder(int index)
List of results grouped by products detected in the query image.Methods in com.google.cloud.vision.v1 that return types with arguments of type ProductSearchResults.GroupedResultOrBuilder Modifier and Type Method Description List<? extends ProductSearchResults.GroupedResultOrBuilder>
ProductSearchResults.Builder. getProductGroupedResultsOrBuilderList()
List of results grouped by products detected in the query image.List<? extends ProductSearchResults.GroupedResultOrBuilder>
ProductSearchResults. getProductGroupedResultsOrBuilderList()
List of results grouped by products detected in the query image.List<? extends ProductSearchResults.GroupedResultOrBuilder>
ProductSearchResultsOrBuilder. getProductGroupedResultsOrBuilderList()
List of results grouped by products detected in the query image.
-