Uses of Class
com.google.cloud.vision.v1p2beta1.stub.ImageAnnotatorStub
-
Packages that use ImageAnnotatorStub Package Description com.google.cloud.vision.v1p2beta1 A client to Cloud Vision APIcom.google.cloud.vision.v1p2beta1.stub -
-
Uses of ImageAnnotatorStub in com.google.cloud.vision.v1p2beta1
Methods in com.google.cloud.vision.v1p2beta1 that return ImageAnnotatorStub Modifier and Type Method Description ImageAnnotatorStub
ImageAnnotatorClient. getStub()
Methods in com.google.cloud.vision.v1p2beta1 with parameters of type ImageAnnotatorStub Modifier and Type Method Description static ImageAnnotatorClient
ImageAnnotatorClient. create(ImageAnnotatorStub stub)
Constructs an instance of ImageAnnotatorClient, using the given stub for making calls.Constructors in com.google.cloud.vision.v1p2beta1 with parameters of type ImageAnnotatorStub Constructor Description ImageAnnotatorClient(ImageAnnotatorStub stub)
-
Uses of ImageAnnotatorStub in com.google.cloud.vision.v1p2beta1.stub
Subclasses of ImageAnnotatorStub in com.google.cloud.vision.v1p2beta1.stub Modifier and Type Class Description class
GrpcImageAnnotatorStub
gRPC stub implementation for the ImageAnnotator service API.class
HttpJsonImageAnnotatorStub
REST stub implementation for the ImageAnnotator service API.Methods in com.google.cloud.vision.v1p2beta1.stub that return ImageAnnotatorStub Modifier and Type Method Description ImageAnnotatorStub
ImageAnnotatorStubSettings. createStub()
-