Uses of Class
com.google.cloud.vision.v1p1beta1.AnnotateImageResponse
-
Packages that use AnnotateImageResponse Package Description com.google.cloud.vision.v1p1beta1 A client to Cloud Vision API -
-
Uses of AnnotateImageResponse in com.google.cloud.vision.v1p1beta1
Methods in com.google.cloud.vision.v1p1beta1 that return AnnotateImageResponse Modifier and Type Method Description AnnotateImageResponse
AnnotateImageResponse.Builder. build()
AnnotateImageResponse
AnnotateImageResponse.Builder. buildPartial()
static AnnotateImageResponse
AnnotateImageResponse. getDefaultInstance()
AnnotateImageResponse
AnnotateImageResponse.Builder. getDefaultInstanceForType()
AnnotateImageResponse
AnnotateImageResponse. getDefaultInstanceForType()
AnnotateImageResponse
BatchAnnotateImagesResponse.Builder. getResponses(int index)
Individual responses to image annotation requests within the batch.AnnotateImageResponse
BatchAnnotateImagesResponse. getResponses(int index)
Individual responses to image annotation requests within the batch.AnnotateImageResponse
BatchAnnotateImagesResponseOrBuilder. getResponses(int index)
Individual responses to image annotation requests within the batch.static AnnotateImageResponse
AnnotateImageResponse. parseDelimitedFrom(InputStream input)
static AnnotateImageResponse
AnnotateImageResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateImageResponse
AnnotateImageResponse. parseFrom(byte[] data)
static AnnotateImageResponse
AnnotateImageResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateImageResponse
AnnotateImageResponse. parseFrom(com.google.protobuf.ByteString data)
static AnnotateImageResponse
AnnotateImageResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateImageResponse
AnnotateImageResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AnnotateImageResponse
AnnotateImageResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateImageResponse
AnnotateImageResponse. parseFrom(InputStream input)
static AnnotateImageResponse
AnnotateImageResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateImageResponse
AnnotateImageResponse. parseFrom(ByteBuffer data)
static AnnotateImageResponse
AnnotateImageResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p1beta1 that return types with arguments of type AnnotateImageResponse Modifier and Type Method Description com.google.protobuf.Parser<AnnotateImageResponse>
AnnotateImageResponse. getParserForType()
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.v1p1beta1 with parameters of type AnnotateImageResponse Modifier and Type Method Description BatchAnnotateImagesResponse.Builder
BatchAnnotateImagesResponse.Builder. addResponses(int index, AnnotateImageResponse value)
Individual responses to image annotation requests within the batch.BatchAnnotateImagesResponse.Builder
BatchAnnotateImagesResponse.Builder. addResponses(AnnotateImageResponse value)
Individual responses to image annotation requests within the batch.AnnotateImageResponse.Builder
AnnotateImageResponse.Builder. mergeFrom(AnnotateImageResponse other)
static AnnotateImageResponse.Builder
AnnotateImageResponse. newBuilder(AnnotateImageResponse prototype)
BatchAnnotateImagesResponse.Builder
BatchAnnotateImagesResponse.Builder. setResponses(int index, AnnotateImageResponse value)
Individual responses to image annotation requests within the batch.Method parameters in com.google.cloud.vision.v1p1beta1 with type arguments of type AnnotateImageResponse Modifier and Type Method Description BatchAnnotateImagesResponse.Builder
BatchAnnotateImagesResponse.Builder. addAllResponses(Iterable<? extends AnnotateImageResponse> values)
Individual responses to image annotation requests within the batch.
-