Uses of Interface
com.google.cloud.vision.v1p4beta1.ProductSearchResults.ResultOrBuilder
-
Packages that use ProductSearchResults.ResultOrBuilder Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision API -
-
Uses of ProductSearchResults.ResultOrBuilder in com.google.cloud.vision.v1p4beta1
Classes in com.google.cloud.vision.v1p4beta1 that implement ProductSearchResults.ResultOrBuilder Modifier and Type Class Description static class
ProductSearchResults.Result
Information about a product.static class
ProductSearchResults.Result.Builder
Information about a product.Methods in com.google.cloud.vision.v1p4beta1 that return ProductSearchResults.ResultOrBuilder Modifier and Type Method Description ProductSearchResults.ResultOrBuilder
ProductSearchResults.Builder. getResultsOrBuilder(int index)
List of results, one for each product match.ProductSearchResults.ResultOrBuilder
ProductSearchResults. getResultsOrBuilder(int index)
List of results, one for each product match.ProductSearchResults.ResultOrBuilder
ProductSearchResults.GroupedResult.Builder. getResultsOrBuilder(int index)
List of results, one for each product match.ProductSearchResults.ResultOrBuilder
ProductSearchResults.GroupedResult. getResultsOrBuilder(int index)
List of results, one for each product match.ProductSearchResults.ResultOrBuilder
ProductSearchResults.GroupedResultOrBuilder. getResultsOrBuilder(int index)
List of results, one for each product match.ProductSearchResults.ResultOrBuilder
ProductSearchResultsOrBuilder. getResultsOrBuilder(int index)
List of results, one for each product match.Methods in com.google.cloud.vision.v1p4beta1 that return types with arguments of type ProductSearchResults.ResultOrBuilder Modifier and Type Method Description List<? extends ProductSearchResults.ResultOrBuilder>
ProductSearchResults.Builder. getResultsOrBuilderList()
List of results, one for each product match.List<? extends ProductSearchResults.ResultOrBuilder>
ProductSearchResults. getResultsOrBuilderList()
List of results, one for each product match.List<? extends ProductSearchResults.ResultOrBuilder>
ProductSearchResults.GroupedResult.Builder. getResultsOrBuilderList()
List of results, one for each product match.List<? extends ProductSearchResults.ResultOrBuilder>
ProductSearchResults.GroupedResult. getResultsOrBuilderList()
List of results, one for each product match.List<? extends ProductSearchResults.ResultOrBuilder>
ProductSearchResults.GroupedResultOrBuilder. getResultsOrBuilderList()
List of results, one for each product match.List<? extends ProductSearchResults.ResultOrBuilder>
ProductSearchResultsOrBuilder. getResultsOrBuilderList()
List of results, one for each product match.
-