boundingBoxLabelsByFilter_Pre method
- ServiceCall call,
- Future<
BoundingBoxLabelsByFilterRequest> request
Implementation
$async.Future<$3.BoundingBoxLabelsByFilterResponse> boundingBoxLabelsByFilter_Pre($grpc.ServiceCall call, $async.Future<$3.BoundingBoxLabelsByFilterRequest> request) async {
return boundingBoxLabelsByFilter(call, await request);
}