We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BackgroundRemovalPipelineType
1 parent fcdaa2b commit 7f75f42Copy full SHA for 7f75f42
src/pipelines.js
@@ -2301,7 +2301,7 @@ export class ImageSegmentationPipeline extends (/** @type {new (options: ImagePi
2301
* // ]
2302
* ```
2303
*/
2304
-export class BackgroundRemovalPipeline extends (/** @type {new (options: ImagePipelineConstructorArgs) => ImageSegmentationPipelineType} */ (ImageSegmentationPipeline)) {
+export class BackgroundRemovalPipeline extends (/** @type {new (options: ImagePipelineConstructorArgs) => BackgroundRemovalPipelineType} */ (/** @type {any} */(ImageSegmentationPipeline))) {
2305
/**
2306
* Create a new BackgroundRemovalPipeline.
2307
* @param {ImagePipelineConstructorArgs} options An object used to instantiate the pipeline.
0 commit comments