Uses of Class
com.google.cloud.vision.v1p4beta1.AnnotateFileResponse
-
Packages that use AnnotateFileResponse Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision API -
-
Uses of AnnotateFileResponse in com.google.cloud.vision.v1p4beta1
Methods in com.google.cloud.vision.v1p4beta1 that return AnnotateFileResponse Modifier and Type Method Description AnnotateFileResponse
AnnotateFileResponse.Builder. build()
AnnotateFileResponse
AnnotateFileResponse.Builder. buildPartial()
static AnnotateFileResponse
AnnotateFileResponse. getDefaultInstance()
AnnotateFileResponse
AnnotateFileResponse.Builder. getDefaultInstanceForType()
AnnotateFileResponse
AnnotateFileResponse. getDefaultInstanceForType()
AnnotateFileResponse
BatchAnnotateFilesResponse.Builder. getResponses(int index)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.AnnotateFileResponse
BatchAnnotateFilesResponse. getResponses(int index)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.AnnotateFileResponse
BatchAnnotateFilesResponseOrBuilder. getResponses(int index)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.static AnnotateFileResponse
AnnotateFileResponse. parseDelimitedFrom(InputStream input)
static AnnotateFileResponse
AnnotateFileResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateFileResponse
AnnotateFileResponse. parseFrom(byte[] data)
static AnnotateFileResponse
AnnotateFileResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateFileResponse
AnnotateFileResponse. parseFrom(com.google.protobuf.ByteString data)
static AnnotateFileResponse
AnnotateFileResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateFileResponse
AnnotateFileResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AnnotateFileResponse
AnnotateFileResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateFileResponse
AnnotateFileResponse. parseFrom(InputStream input)
static AnnotateFileResponse
AnnotateFileResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateFileResponse
AnnotateFileResponse. parseFrom(ByteBuffer data)
static AnnotateFileResponse
AnnotateFileResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p4beta1 that return types with arguments of type AnnotateFileResponse Modifier and Type Method Description com.google.protobuf.Parser<AnnotateFileResponse>
AnnotateFileResponse. getParserForType()
List<AnnotateFileResponse>
BatchAnnotateFilesResponse.Builder. getResponsesList()
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.List<AnnotateFileResponse>
BatchAnnotateFilesResponse. getResponsesList()
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.List<AnnotateFileResponse>
BatchAnnotateFilesResponseOrBuilder. getResponsesList()
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.static com.google.protobuf.Parser<AnnotateFileResponse>
AnnotateFileResponse. parser()
Methods in com.google.cloud.vision.v1p4beta1 with parameters of type AnnotateFileResponse Modifier and Type Method Description BatchAnnotateFilesResponse.Builder
BatchAnnotateFilesResponse.Builder. addResponses(int index, AnnotateFileResponse value)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.BatchAnnotateFilesResponse.Builder
BatchAnnotateFilesResponse.Builder. addResponses(AnnotateFileResponse value)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.AnnotateFileResponse.Builder
AnnotateFileResponse.Builder. mergeFrom(AnnotateFileResponse other)
static AnnotateFileResponse.Builder
AnnotateFileResponse. newBuilder(AnnotateFileResponse prototype)
BatchAnnotateFilesResponse.Builder
BatchAnnotateFilesResponse.Builder. setResponses(int index, AnnotateFileResponse value)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.Method parameters in com.google.cloud.vision.v1p4beta1 with type arguments of type AnnotateFileResponse Modifier and Type Method Description BatchAnnotateFilesResponse.Builder
BatchAnnotateFilesResponse.Builder. addAllResponses(Iterable<? extends AnnotateFileResponse> values)
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
-