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 ImageNameImageName.Builder. build()static ImageNameImageName. of(String project, String location, String product, String image)static ImageNameImageName. 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)
-