removeBoundingBoxFromImageByID method

ResponseFuture<RemoveBoundingBoxFromImageByIDResponse> removeBoundingBoxFromImageByID(
  1. RemoveBoundingBoxFromImageByIDRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$3.RemoveBoundingBoxFromImageByIDResponse> removeBoundingBoxFromImageByID($3.RemoveBoundingBoxFromImageByIDRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$removeBoundingBoxFromImageByID, request, options: options);
}