VideoEffectSDKConfig constructor
VideoEffectSDKConfig({ - String? apiUrl,
- String? sdkUrl,
- String? modelUrl,
- SegmentationPreset? preset,
- WebInferenceProvider? webInferenceProvider,
- List<VideoEffect>? effects,
- bool? cacheModels,
- bool? testInference,
- bool? proxy,
- bool? stats,
- Map<String, String>? models,
- Map<String, String>? wasmPaths,
})
Implementation
VideoEffectSDKConfig({
this.apiUrl,
this.sdkUrl,
this.modelUrl,
this.preset,
this.webInferenceProvider,
this.effects,
this.cacheModels,
this.testInference,
this.proxy,
this.stats,
this.models,
this.wasmPaths,
});