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
modelAssetUriPath
• Optional
modelAssetUriPath: string
A uri path to tflite model.
Inherited from
MediaProcessorBaseConfig.modelAssetUriPath
renderingOptions
• Optional
renderingOptions: RenderingOptions
Set of options about rendering transformed video frames.
Inherited from
MediaProcessorBaseConfig.renderingOptions
segmentationOptions
• Optional
segmentationOptions: SegmentationOptions
Set of options about obtaining the segmentation from video frames to transform.
Inherited from
MediaProcessorBaseConfig.segmentationOptions
backgroundAssetUri
• backgroundAssetUri: string
URI for image or video asset.
Inherited from
AssetBackgroundConfig.backgroundAssetUri
transformerType
• transformerType: VideoBackground
Type of post process.