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