ZegoObjectSegmentationConfig.defaultConfig constructor

ZegoObjectSegmentationConfig.defaultConfig()

默认构造一个背景图配置对象。

Implementation

ZegoObjectSegmentationConfig.defaultConfig()
    : objectSegmentationType = ZegoObjectSegmentationType.AnyBackground,
      backgroundConfig = ZegoBackgroundConfig.defaultConfig();