Uses of Class
com.google.cloud.vision.v1p1beta1.AnnotateImageRequest
-
Packages that use AnnotateImageRequest Package Description com.google.cloud.vision.v1p1beta1 A client to Cloud Vision API -
-
Uses of AnnotateImageRequest in com.google.cloud.vision.v1p1beta1
Methods in com.google.cloud.vision.v1p1beta1 that return AnnotateImageRequest Modifier and Type Method Description AnnotateImageRequestAnnotateImageRequest.Builder. build()AnnotateImageRequestAnnotateImageRequest.Builder. buildPartial()static AnnotateImageRequestAnnotateImageRequest. getDefaultInstance()AnnotateImageRequestAnnotateImageRequest.Builder. getDefaultInstanceForType()AnnotateImageRequestAnnotateImageRequest. getDefaultInstanceForType()AnnotateImageRequestBatchAnnotateImagesRequest.Builder. getRequests(int index)Required.AnnotateImageRequestBatchAnnotateImagesRequest. getRequests(int index)Required.AnnotateImageRequestBatchAnnotateImagesRequestOrBuilder. getRequests(int index)Required.static AnnotateImageRequestAnnotateImageRequest. parseDelimitedFrom(InputStream input)static AnnotateImageRequestAnnotateImageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateImageRequestAnnotateImageRequest. parseFrom(byte[] data)static AnnotateImageRequestAnnotateImageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateImageRequestAnnotateImageRequest. parseFrom(com.google.protobuf.ByteString data)static AnnotateImageRequestAnnotateImageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateImageRequestAnnotateImageRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AnnotateImageRequestAnnotateImageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateImageRequestAnnotateImageRequest. parseFrom(InputStream input)static AnnotateImageRequestAnnotateImageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateImageRequestAnnotateImageRequest. parseFrom(ByteBuffer data)static AnnotateImageRequestAnnotateImageRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1p1beta1 that return types with arguments of type AnnotateImageRequest Modifier and Type Method Description com.google.protobuf.Parser<AnnotateImageRequest>AnnotateImageRequest. getParserForType()List<AnnotateImageRequest>BatchAnnotateImagesRequest.Builder. getRequestsList()Required.List<AnnotateImageRequest>BatchAnnotateImagesRequest. getRequestsList()Required.List<AnnotateImageRequest>BatchAnnotateImagesRequestOrBuilder. getRequestsList()Required.static com.google.protobuf.Parser<AnnotateImageRequest>AnnotateImageRequest. parser()Methods in com.google.cloud.vision.v1p1beta1 with parameters of type AnnotateImageRequest Modifier and Type Method Description BatchAnnotateImagesRequest.BuilderBatchAnnotateImagesRequest.Builder. addRequests(int index, AnnotateImageRequest value)Required.BatchAnnotateImagesRequest.BuilderBatchAnnotateImagesRequest.Builder. addRequests(AnnotateImageRequest value)Required.AnnotateImageRequest.BuilderAnnotateImageRequest.Builder. mergeFrom(AnnotateImageRequest other)static AnnotateImageRequest.BuilderAnnotateImageRequest. newBuilder(AnnotateImageRequest prototype)BatchAnnotateImagesRequest.BuilderBatchAnnotateImagesRequest.Builder. setRequests(int index, AnnotateImageRequest value)Required.Method parameters in com.google.cloud.vision.v1p1beta1 with type arguments of type AnnotateImageRequest Modifier and Type Method Description BatchAnnotateImagesRequest.BuilderBatchAnnotateImagesRequest.Builder. addAllRequests(Iterable<? extends AnnotateImageRequest> values)Required.BatchAnnotateImagesResponseImageAnnotatorClient. batchAnnotateImages(List<AnnotateImageRequest> requests)Run image detection and annotation for a batch of images.
-