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 ImageAnnotatorSettingsImageAnnotatorSettings.Builder. build()static ImageAnnotatorSettingsImageAnnotatorSettings. create(ImageAnnotatorStubSettings stub)ImageAnnotatorSettingsImageAnnotatorClient. getSettings()Methods in com.google.cloud.vision.v1 with parameters of type ImageAnnotatorSettings Modifier and Type Method Description static ImageAnnotatorClientImageAnnotatorClient. 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.
-