Uses of Interface
com.google.cloud.vision.v1p4beta1.ProductSearchResults.ObjectAnnotationOrBuilder
-
Packages that use ProductSearchResults.ObjectAnnotationOrBuilder Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision API -
-
Uses of ProductSearchResults.ObjectAnnotationOrBuilder in com.google.cloud.vision.v1p4beta1
Classes in com.google.cloud.vision.v1p4beta1 that implement ProductSearchResults.ObjectAnnotationOrBuilder Modifier and Type Class Description static class
ProductSearchResults.ObjectAnnotation
Prediction for what the object in the bounding box is.static class
ProductSearchResults.ObjectAnnotation.Builder
Prediction for what the object in the bounding box is.Methods in com.google.cloud.vision.v1p4beta1 that return ProductSearchResults.ObjectAnnotationOrBuilder Modifier and Type Method Description ProductSearchResults.ObjectAnnotationOrBuilder
ProductSearchResults.GroupedResult.Builder. getObjectAnnotationsOrBuilder(int index)
List of generic predictions for the object in the bounding box.ProductSearchResults.ObjectAnnotationOrBuilder
ProductSearchResults.GroupedResult. getObjectAnnotationsOrBuilder(int index)
List of generic predictions for the object in the bounding box.ProductSearchResults.ObjectAnnotationOrBuilder
ProductSearchResults.GroupedResultOrBuilder. getObjectAnnotationsOrBuilder(int index)
List of generic predictions for the object in the bounding box.Methods in com.google.cloud.vision.v1p4beta1 that return types with arguments of type ProductSearchResults.ObjectAnnotationOrBuilder Modifier and Type Method Description List<? extends ProductSearchResults.ObjectAnnotationOrBuilder>
ProductSearchResults.GroupedResult.Builder. getObjectAnnotationsOrBuilderList()
List of generic predictions for the object in the bounding box.List<? extends ProductSearchResults.ObjectAnnotationOrBuilder>
ProductSearchResults.GroupedResult. getObjectAnnotationsOrBuilderList()
List of generic predictions for the object in the bounding box.List<? extends ProductSearchResults.ObjectAnnotationOrBuilder>
ProductSearchResults.GroupedResultOrBuilder. getObjectAnnotationsOrBuilderList()
List of generic predictions for the object in the bounding box.
-