VideoEffectSDKConfig constructor

VideoEffectSDKConfig({
  1. String? apiUrl,
  2. String? sdkUrl,
  3. String? modelUrl,
  4. SegmentationPreset? preset,
  5. WebInferenceProvider? webInferenceProvider,
  6. List<VideoEffect>? effects,
  7. bool? cacheModels,
  8. bool? testInference,
  9. bool? proxy,
  10. bool? stats,
  11. Map<String, String>? models,
  12. 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,
});