boundingBoxLabelsByFilter method

ResponseFuture<BoundingBoxLabelsByFilterResponse> boundingBoxLabelsByFilter(
  1. BoundingBoxLabelsByFilterRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$3.BoundingBoxLabelsByFilterResponse> boundingBoxLabelsByFilter($3.BoundingBoxLabelsByFilterRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$boundingBoxLabelsByFilter, request, options: options);
}