Uses of Interface
com.google.cloud.vision.v1.ProductSearchResults.ObjectAnnotationOrBuilder
-
Packages that use ProductSearchResults.ObjectAnnotationOrBuilder Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of ProductSearchResults.ObjectAnnotationOrBuilder in com.google.cloud.vision.v1
Classes in com.google.cloud.vision.v1 that implement ProductSearchResults.ObjectAnnotationOrBuilder Modifier and Type Class Description static classProductSearchResults.ObjectAnnotationPrediction for what the object in the bounding box is.static classProductSearchResults.ObjectAnnotation.BuilderPrediction for what the object in the bounding box is.Methods in com.google.cloud.vision.v1 that return ProductSearchResults.ObjectAnnotationOrBuilder Modifier and Type Method Description ProductSearchResults.ObjectAnnotationOrBuilderProductSearchResults.GroupedResult.Builder. getObjectAnnotationsOrBuilder(int index)List of generic predictions for the object in the bounding box.ProductSearchResults.ObjectAnnotationOrBuilderProductSearchResults.GroupedResult. getObjectAnnotationsOrBuilder(int index)List of generic predictions for the object in the bounding box.ProductSearchResults.ObjectAnnotationOrBuilderProductSearchResults.GroupedResultOrBuilder. getObjectAnnotationsOrBuilder(int index)List of generic predictions for the object in the bounding box.Methods in com.google.cloud.vision.v1 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.
-