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 ReferenceImageNameReferenceImageName.Builder. build()static ReferenceImageNameReferenceImageName. of(String project, String location, String product, String referenceImage)static ReferenceImageNameReferenceImageName. 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 voidProductSearchClient. deleteReferenceImage(ReferenceImageName name)Permanently deletes a reference image.ReferenceImageProductSearchClient. 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)
-