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 classProductSearchResults.GroupedResultInformation about the products similar to a single product in a query image.static classProductSearchResults.GroupedResult.BuilderInformation 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.GroupedResultOrBuilderProductSearchResults.Builder. getProductGroupedResultsOrBuilder(int index)List of results grouped by products detected in the query image.ProductSearchResults.GroupedResultOrBuilderProductSearchResults. getProductGroupedResultsOrBuilder(int index)List of results grouped by products detected in the query image.ProductSearchResults.GroupedResultOrBuilderProductSearchResultsOrBuilder. 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.
-