MaskParams
Parameters of MaskProcessor
Extends
Section titled “Extends”Properties
Section titled “Properties”cache?
Section titled “cache?”
optional
cache:boolean
Cache computational modules (experimental)
Inherited from
Section titled “Inherited from”masksm?
Section titled “masksm?”
optional
masksm:boolean
Evaluate segmentation mask with lower 128x128 resolution
optional
root:string
Root path to computational modules (statically served wasms). The SDK requires access to wasm modules provided within its packages. By default, the root path is the current url ”./”. Root can be set on Engine#init | Engine initialization.
Inherited from
Section titled “Inherited from”smooth?
Section titled “smooth?”
optional
smooth:boolean
Enable temporal smoothing of segmentation mask
token:
string
The SDK access token. Mandatory parameter authenticating your user account and providing access to the SDK on the current url. You can create tokens for required urls on your account page. Token must be provided to initialize Engine#init | Engine. More.