Uses of Class
com.google.cloud.vision.v1p3beta1.AnnotateImageResponse
-
Packages that use AnnotateImageResponse Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision API -
-
Uses of AnnotateImageResponse in com.google.cloud.vision.v1p3beta1
Methods in com.google.cloud.vision.v1p3beta1 that return AnnotateImageResponse Modifier and Type Method Description AnnotateImageResponseAnnotateImageResponse.Builder. build()AnnotateImageResponseAnnotateImageResponse.Builder. buildPartial()static AnnotateImageResponseAnnotateImageResponse. getDefaultInstance()AnnotateImageResponseAnnotateImageResponse.Builder. getDefaultInstanceForType()AnnotateImageResponseAnnotateImageResponse. getDefaultInstanceForType()AnnotateImageResponseAnnotateFileResponse.Builder. getResponses(int index)Individual responses to images found within the file.AnnotateImageResponseAnnotateFileResponse. getResponses(int index)Individual responses to images found within the file.AnnotateImageResponseAnnotateFileResponseOrBuilder. getResponses(int index)Individual responses to images found within the file.AnnotateImageResponseBatchAnnotateImagesResponse.Builder. getResponses(int index)Individual responses to image annotation requests within the batch.AnnotateImageResponseBatchAnnotateImagesResponse. getResponses(int index)Individual responses to image annotation requests within the batch.AnnotateImageResponseBatchAnnotateImagesResponseOrBuilder. getResponses(int index)Individual responses to image annotation requests within the batch.static AnnotateImageResponseAnnotateImageResponse. parseDelimitedFrom(InputStream input)static AnnotateImageResponseAnnotateImageResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateImageResponseAnnotateImageResponse. parseFrom(byte[] data)static AnnotateImageResponseAnnotateImageResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateImageResponseAnnotateImageResponse. parseFrom(com.google.protobuf.ByteString data)static AnnotateImageResponseAnnotateImageResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateImageResponseAnnotateImageResponse. parseFrom(com.google.protobuf.CodedInputStream input)static AnnotateImageResponseAnnotateImageResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateImageResponseAnnotateImageResponse. parseFrom(InputStream input)static AnnotateImageResponseAnnotateImageResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateImageResponseAnnotateImageResponse. parseFrom(ByteBuffer data)static AnnotateImageResponseAnnotateImageResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1p3beta1 that return types with arguments of type AnnotateImageResponse Modifier and Type Method Description com.google.protobuf.Parser<AnnotateImageResponse>AnnotateImageResponse. getParserForType()List<AnnotateImageResponse>AnnotateFileResponse.Builder. getResponsesList()Individual responses to images found within the file.List<AnnotateImageResponse>AnnotateFileResponse. getResponsesList()Individual responses to images found within the file.List<AnnotateImageResponse>AnnotateFileResponseOrBuilder. getResponsesList()Individual responses to images found within the file.List<AnnotateImageResponse>BatchAnnotateImagesResponse.Builder. getResponsesList()Individual responses to image annotation requests within the batch.List<AnnotateImageResponse>BatchAnnotateImagesResponse. getResponsesList()Individual responses to image annotation requests within the batch.List<AnnotateImageResponse>BatchAnnotateImagesResponseOrBuilder. getResponsesList()Individual responses to image annotation requests within the batch.static com.google.protobuf.Parser<AnnotateImageResponse>AnnotateImageResponse. parser()Methods in com.google.cloud.vision.v1p3beta1 with parameters of type AnnotateImageResponse Modifier and Type Method Description AnnotateFileResponse.BuilderAnnotateFileResponse.Builder. addResponses(int index, AnnotateImageResponse value)Individual responses to images found within the file.AnnotateFileResponse.BuilderAnnotateFileResponse.Builder. addResponses(AnnotateImageResponse value)Individual responses to images found within the file.BatchAnnotateImagesResponse.BuilderBatchAnnotateImagesResponse.Builder. addResponses(int index, AnnotateImageResponse value)Individual responses to image annotation requests within the batch.BatchAnnotateImagesResponse.BuilderBatchAnnotateImagesResponse.Builder. addResponses(AnnotateImageResponse value)Individual responses to image annotation requests within the batch.AnnotateImageResponse.BuilderAnnotateImageResponse.Builder. mergeFrom(AnnotateImageResponse other)static AnnotateImageResponse.BuilderAnnotateImageResponse. newBuilder(AnnotateImageResponse prototype)AnnotateFileResponse.BuilderAnnotateFileResponse.Builder. setResponses(int index, AnnotateImageResponse value)Individual responses to images found within the file.BatchAnnotateImagesResponse.BuilderBatchAnnotateImagesResponse.Builder. setResponses(int index, AnnotateImageResponse value)Individual responses to image annotation requests within the batch.Method parameters in com.google.cloud.vision.v1p3beta1 with type arguments of type AnnotateImageResponse Modifier and Type Method Description AnnotateFileResponse.BuilderAnnotateFileResponse.Builder. addAllResponses(Iterable<? extends AnnotateImageResponse> values)Individual responses to images found within the file.BatchAnnotateImagesResponse.BuilderBatchAnnotateImagesResponse.Builder. addAllResponses(Iterable<? extends AnnotateImageResponse> values)Individual responses to image annotation requests within the batch.
-