removeBoundingBoxFromImageByID_Pre method
- ServiceCall call,
- Future<
RemoveBoundingBoxFromImageByIDRequest> request
Implementation
$async.Future<$3.RemoveBoundingBoxFromImageByIDResponse> removeBoundingBoxFromImageByID_Pre($grpc.ServiceCall call, $async.Future<$3.RemoveBoundingBoxFromImageByIDRequest> request) async {
return removeBoundingBoxFromImageByID(call, await request);
}