Uses of Class
com.google.cloud.vision.v1.ImageName
-
Packages that use ImageName Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of ImageName in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 that return ImageName Modifier and Type Method Description ImageName
ImageName.Builder. build()
static ImageName
ImageName. of(String project, String location, String product, String image)
static ImageName
ImageName. parse(String formattedString)
Methods in com.google.cloud.vision.v1 that return types with arguments of type ImageName Modifier and Type Method Description static List<ImageName>
ImageName. parseList(List<String> formattedStrings)
Method parameters in com.google.cloud.vision.v1 with type arguments of type ImageName Modifier and Type Method Description static List<String>
ImageName. toStringList(List<ImageName> values)
-