Skip to content

Commit fcdaa2b

Browse files
committed
Revert background removal pipeline options change
1 parent c14a687 commit fcdaa2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pipelines.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2277,7 +2277,7 @@ export class ImageSegmentationPipeline extends (/** @type {new (options: ImagePi
22772277

22782278

22792279
/**
2280-
* @typedef {ImageSegmentationPipelineOptions} BackgroundRemovalPipelineOptions Parameters specific to image segmentation pipelines.
2280+
* @typedef {Object} BackgroundRemovalPipelineOptions Parameters specific to image segmentation pipelines.
22812281
*
22822282
* @callback BackgroundRemovalPipelineCallback Segment the input images.
22832283
* @param {ImagePipelineInputs} images The input images.

0 commit comments

Comments
 (0)