Uses of Class
com.google.cloud.vision.v1p2beta1.ImageAnnotatorClient
-
Packages that use ImageAnnotatorClient Package Description com.google.cloud.vision.v1p2beta1 A client to Cloud Vision API -
-
Uses of ImageAnnotatorClient in com.google.cloud.vision.v1p2beta1
Methods in com.google.cloud.vision.v1p2beta1 that return ImageAnnotatorClient Modifier and Type Method Description static ImageAnnotatorClient
ImageAnnotatorClient. create()
Constructs an instance of ImageAnnotatorClient with default settings.static ImageAnnotatorClient
ImageAnnotatorClient. create(ImageAnnotatorSettings settings)
Constructs an instance of ImageAnnotatorClient, using the given settings.static ImageAnnotatorClient
ImageAnnotatorClient. create(ImageAnnotatorStub stub)
Constructs an instance of ImageAnnotatorClient, using the given stub for making calls.
-