VirtualBackgroundProcessingConfig

constructor(backgroundImage: Bitmap? = null, isActive: Boolean = true, foregroundThreshold: Float = VideoProcessorDefaults.FOREGROUND_THRESHOLD, edgeSoftness: Float = VideoProcessorDefaults.EDGE_SOFTNESS, mediaPipeModelAsset: String = VideoProcessorDefaults.MEDIAPIPE_MODEL_ASSET, mediaPipeForegroundIndex: Int = 0, mediaPipeSyncInputSize: Int = 256, segmentationIntervalFrames: Int = VideoProcessorDefaults.SEGMENTATION_INTERVAL_FRAMES)