Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BackgroundFilterSpec

An interface to define the paths to load the Web Worker JavaScript, WASM, and the definition and path of the model to use to create the segmentation mask.

Members of this interface can change without a major version bump to accommodate new browser bugs and capabilities. If you extend this type, you might need to rework your code for new minor versions of this library.

Hierarchy

Index

Properties

Optional assetGroup

assetGroup: string

Optional model

model: ModelSpec

Specification to define the parameters for ML model that does the foreground and background segmentation.

Optional paths

Paths to resources that need to be loaded for background filter.

Optional revisionID

revisionID: string

Generated using TypeDoc