boundingBoxLabelsByFilter_Pre method

Future<BoundingBoxLabelsByFilterResponse> boundingBoxLabelsByFilter_Pre(
  1. ServiceCall call,
  2. Future<BoundingBoxLabelsByFilterRequest> request
)

Implementation

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