Interface: VideoBackgroundConfig
VirtualBackgroundConfig specifies the configuration for a transformer logic that performs background replacement with a given video.
Hierarchy
↳
VideoBackgroundConfig
Properties
mediapipeBaseAssetsUri
• Optional
mediapipeBaseAssetsUri: string
A uri path to mediapipe assets.
Inherited from
MediaProcessorBaseConfig.mediapipeBaseAssetsUri
wasmAssetUriPath
• Optional
wasmAssetUriPath: string
Inherited from
MediaProcessorBaseConfig.wasmAssetUriPath
tfliteAssetUriPath
• Optional
tfliteAssetUriPath: string
Inherited from
MediaProcessorBaseConfig.tfliteAssetUriPath
renderingOptions
• Optional
renderingOptions: RenderingOptions
Inherited from
MediaProcessorBaseConfig.renderingOptions
backgroundAssetUri
• backgroundAssetUri: string
URI for image or video asset.
Inherited from
AssetBackgroundConfig.backgroundAssetUri
transformerType
• transformerType: VideoBackground
Type of post process.