Uses of Class
com.google.cloud.vision.v1.ProductSearchResults.ObjectAnnotation
-
Packages that use ProductSearchResults.ObjectAnnotation Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of ProductSearchResults.ObjectAnnotation in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 that return ProductSearchResults.ObjectAnnotation Modifier and Type Method Description ProductSearchResults.ObjectAnnotationProductSearchResults.ObjectAnnotation.Builder. build()ProductSearchResults.ObjectAnnotationProductSearchResults.ObjectAnnotation.Builder. buildPartial()static ProductSearchResults.ObjectAnnotationProductSearchResults.ObjectAnnotation. getDefaultInstance()ProductSearchResults.ObjectAnnotationProductSearchResults.ObjectAnnotation.Builder. getDefaultInstanceForType()ProductSearchResults.ObjectAnnotationProductSearchResults.ObjectAnnotation. getDefaultInstanceForType()ProductSearchResults.ObjectAnnotationProductSearchResults.GroupedResult.Builder. getObjectAnnotations(int index)List of generic predictions for the object in the bounding box.ProductSearchResults.ObjectAnnotationProductSearchResults.GroupedResult. getObjectAnnotations(int index)List of generic predictions for the object in the bounding box.ProductSearchResults.ObjectAnnotationProductSearchResults.GroupedResultOrBuilder. getObjectAnnotations(int index)List of generic predictions for the object in the bounding box.static ProductSearchResults.ObjectAnnotationProductSearchResults.ObjectAnnotation. parseDelimitedFrom(InputStream input)static ProductSearchResults.ObjectAnnotationProductSearchResults.ObjectAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProductSearchResults.ObjectAnnotationProductSearchResults.ObjectAnnotation. parseFrom(byte[] data)static ProductSearchResults.ObjectAnnotationProductSearchResults.ObjectAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProductSearchResults.ObjectAnnotationProductSearchResults.ObjectAnnotation. parseFrom(com.google.protobuf.ByteString data)static ProductSearchResults.ObjectAnnotationProductSearchResults.ObjectAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProductSearchResults.ObjectAnnotationProductSearchResults.ObjectAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)static ProductSearchResults.ObjectAnnotationProductSearchResults.ObjectAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProductSearchResults.ObjectAnnotationProductSearchResults.ObjectAnnotation. parseFrom(InputStream input)static ProductSearchResults.ObjectAnnotationProductSearchResults.ObjectAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProductSearchResults.ObjectAnnotationProductSearchResults.ObjectAnnotation. parseFrom(ByteBuffer data)static ProductSearchResults.ObjectAnnotationProductSearchResults.ObjectAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1 that return types with arguments of type ProductSearchResults.ObjectAnnotation Modifier and Type Method Description List<ProductSearchResults.ObjectAnnotation>ProductSearchResults.GroupedResult.Builder. getObjectAnnotationsList()List of generic predictions for the object in the bounding box.List<ProductSearchResults.ObjectAnnotation>ProductSearchResults.GroupedResult. getObjectAnnotationsList()List of generic predictions for the object in the bounding box.List<ProductSearchResults.ObjectAnnotation>ProductSearchResults.GroupedResultOrBuilder. getObjectAnnotationsList()List of generic predictions for the object in the bounding box.com.google.protobuf.Parser<ProductSearchResults.ObjectAnnotation>ProductSearchResults.ObjectAnnotation. getParserForType()static com.google.protobuf.Parser<ProductSearchResults.ObjectAnnotation>ProductSearchResults.ObjectAnnotation. parser()Methods in com.google.cloud.vision.v1 with parameters of type ProductSearchResults.ObjectAnnotation Modifier and Type Method Description ProductSearchResults.GroupedResult.BuilderProductSearchResults.GroupedResult.Builder. addObjectAnnotations(int index, ProductSearchResults.ObjectAnnotation value)List of generic predictions for the object in the bounding box.ProductSearchResults.GroupedResult.BuilderProductSearchResults.GroupedResult.Builder. addObjectAnnotations(ProductSearchResults.ObjectAnnotation value)List of generic predictions for the object in the bounding box.ProductSearchResults.ObjectAnnotation.BuilderProductSearchResults.ObjectAnnotation.Builder. mergeFrom(ProductSearchResults.ObjectAnnotation other)static ProductSearchResults.ObjectAnnotation.BuilderProductSearchResults.ObjectAnnotation. newBuilder(ProductSearchResults.ObjectAnnotation prototype)ProductSearchResults.GroupedResult.BuilderProductSearchResults.GroupedResult.Builder. setObjectAnnotations(int index, ProductSearchResults.ObjectAnnotation value)List of generic predictions for the object in the bounding box.Method parameters in com.google.cloud.vision.v1 with type arguments of type ProductSearchResults.ObjectAnnotation Modifier and Type Method Description ProductSearchResults.GroupedResult.BuilderProductSearchResults.GroupedResult.Builder. addAllObjectAnnotations(Iterable<? extends ProductSearchResults.ObjectAnnotation> values)List of generic predictions for the object in the bounding box.
-