Uses of Class
com.google.cloud.vision.v1.ImageAnnotatorSettings
-
Packages that use ImageAnnotatorSettings Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of ImageAnnotatorSettings in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 that return ImageAnnotatorSettings Modifier and Type Method Description ImageAnnotatorSettings
ImageAnnotatorSettings.Builder. build()
static ImageAnnotatorSettings
ImageAnnotatorSettings. create(ImageAnnotatorStubSettings stub)
ImageAnnotatorSettings
ImageAnnotatorClient. getSettings()
Methods in com.google.cloud.vision.v1 with parameters of type ImageAnnotatorSettings Modifier and Type Method Description static ImageAnnotatorClient
ImageAnnotatorClient. create(ImageAnnotatorSettings settings)
Constructs an instance of ImageAnnotatorClient, using the given settings.Constructors in com.google.cloud.vision.v1 with parameters of type ImageAnnotatorSettings Constructor Description Builder(ImageAnnotatorSettings settings)
ImageAnnotatorClient(ImageAnnotatorSettings settings)
Constructs an instance of ImageAnnotatorClient, using the given settings.
-