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 AnnotateFileResponseAnnotateFileResponse.Builder. build()AnnotateFileResponseAnnotateFileResponse.Builder. buildPartial()static AnnotateFileResponseAnnotateFileResponse. getDefaultInstance()AnnotateFileResponseAnnotateFileResponse.Builder. getDefaultInstanceForType()AnnotateFileResponseAnnotateFileResponse. getDefaultInstanceForType()AnnotateFileResponseBatchAnnotateFilesResponse.Builder. getResponses(int index)The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.AnnotateFileResponseBatchAnnotateFilesResponse. getResponses(int index)The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.AnnotateFileResponseBatchAnnotateFilesResponseOrBuilder. getResponses(int index)The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.static AnnotateFileResponseAnnotateFileResponse. parseDelimitedFrom(InputStream input)static AnnotateFileResponseAnnotateFileResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateFileResponseAnnotateFileResponse. parseFrom(byte[] data)static AnnotateFileResponseAnnotateFileResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateFileResponseAnnotateFileResponse. parseFrom(com.google.protobuf.ByteString data)static AnnotateFileResponseAnnotateFileResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateFileResponseAnnotateFileResponse. parseFrom(com.google.protobuf.CodedInputStream input)static AnnotateFileResponseAnnotateFileResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateFileResponseAnnotateFileResponse. parseFrom(InputStream input)static AnnotateFileResponseAnnotateFileResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateFileResponseAnnotateFileResponse. parseFrom(ByteBuffer data)static AnnotateFileResponseAnnotateFileResponse. 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.BuilderBatchAnnotateFilesResponse.Builder. addResponses(int index, AnnotateFileResponse value)The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.BatchAnnotateFilesResponse.BuilderBatchAnnotateFilesResponse.Builder. addResponses(AnnotateFileResponse value)The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.AnnotateFileResponse.BuilderAnnotateFileResponse.Builder. mergeFrom(AnnotateFileResponse other)static AnnotateFileResponse.BuilderAnnotateFileResponse. newBuilder(AnnotateFileResponse prototype)BatchAnnotateFilesResponse.BuilderBatchAnnotateFilesResponse.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.BuilderBatchAnnotateFilesResponse.Builder. addAllResponses(Iterable<? extends AnnotateFileResponse> values)The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
-