Uses of Class
com.google.cloud.vision.v1p3beta1.AnnotateImageRequest
-
Packages that use AnnotateImageRequest Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision API -
-
Uses of AnnotateImageRequest in com.google.cloud.vision.v1p3beta1
Methods in com.google.cloud.vision.v1p3beta1 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)Individual image annotation requests for this batch.AnnotateImageRequestBatchAnnotateImagesRequest. getRequests(int index)Individual image annotation requests for this batch.AnnotateImageRequestBatchAnnotateImagesRequestOrBuilder. getRequests(int index)Individual image annotation requests for this batch.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.v1p3beta1 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()Individual image annotation requests for this batch.List<AnnotateImageRequest>BatchAnnotateImagesRequest. getRequestsList()Individual image annotation requests for this batch.List<AnnotateImageRequest>BatchAnnotateImagesRequestOrBuilder. getRequestsList()Individual image annotation requests for this batch.static com.google.protobuf.Parser<AnnotateImageRequest>AnnotateImageRequest. parser()Methods in com.google.cloud.vision.v1p3beta1 with parameters of type AnnotateImageRequest Modifier and Type Method Description BatchAnnotateImagesRequest.BuilderBatchAnnotateImagesRequest.Builder. addRequests(int index, AnnotateImageRequest value)Individual image annotation requests for this batch.BatchAnnotateImagesRequest.BuilderBatchAnnotateImagesRequest.Builder. addRequests(AnnotateImageRequest value)Individual image annotation requests for this batch.AnnotateImageRequest.BuilderAnnotateImageRequest.Builder. mergeFrom(AnnotateImageRequest other)static AnnotateImageRequest.BuilderAnnotateImageRequest. newBuilder(AnnotateImageRequest prototype)BatchAnnotateImagesRequest.BuilderBatchAnnotateImagesRequest.Builder. setRequests(int index, AnnotateImageRequest value)Individual image annotation requests for this batch.Method parameters in com.google.cloud.vision.v1p3beta1 with type arguments of type AnnotateImageRequest Modifier and Type Method Description BatchAnnotateImagesRequest.BuilderBatchAnnotateImagesRequest.Builder. addAllRequests(Iterable<? extends AnnotateImageRequest> values)Individual image annotation requests for this batch.BatchAnnotateImagesResponseImageAnnotatorClient. batchAnnotateImages(List<AnnotateImageRequest> requests)Run image detection and annotation for a batch of images.
-