Uses of Class
com.google.cloud.vision.v1p3beta1.ReferenceImageName
-
Packages that use ReferenceImageName Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision API -
-
Uses of ReferenceImageName in com.google.cloud.vision.v1p3beta1
Methods in com.google.cloud.vision.v1p3beta1 that return ReferenceImageName Modifier and Type Method Description ReferenceImageName
ReferenceImageName.Builder. build()
static ReferenceImageName
ReferenceImageName. of(String project, String location, String product, String referenceImage)
static ReferenceImageName
ReferenceImageName. parse(String formattedString)
Methods in com.google.cloud.vision.v1p3beta1 that return types with arguments of type ReferenceImageName Modifier and Type Method Description static List<ReferenceImageName>
ReferenceImageName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.vision.v1p3beta1 with parameters of type ReferenceImageName Modifier and Type Method Description void
ProductSearchClient. deleteReferenceImage(ReferenceImageName name)
Permanently deletes a reference image.ReferenceImage
ProductSearchClient. getReferenceImage(ReferenceImageName name)
Gets information associated with a ReferenceImage.Method parameters in com.google.cloud.vision.v1p3beta1 with type arguments of type ReferenceImageName Modifier and Type Method Description static List<String>
ReferenceImageName. toStringList(List<ReferenceImageName> values)
-