Skip to main content
Version: Next

Interface: VirtualBackgroundConfig

VirtualBackgroundConfig specifies the configuration for a transformer logic that performs background replacement with a given image.

Hierarchy

Properties

mediapipeBaseAssetsUri

Optional mediapipeBaseAssetsUri: string

A uri path to mediapipe assets.

Inherited from

MediaProcessorBaseConfig.mediapipeBaseAssetsUri


modelAssetUriPath

Optional modelAssetUriPath: string

A uri path to tflite model.

Inherited from

MediaProcessorBaseConfig.modelAssetUriPath


renderingOptions

Optional renderingOptions: RenderingOptions

Inherited from

MediaProcessorBaseConfig.renderingOptions


backgroundAssetUri

backgroundAssetUri: string

URI for image or video asset.

Inherited from

AssetBackgroundConfig.backgroundAssetUri


transformerType

transformerType: VirtualBackground

Type of post process.

Overrides

MediaProcessorBaseConfig.transformerType