ZegoObjectSegmentationConfig.defaultConfig constructor
      
      ZegoObjectSegmentationConfig.defaultConfig()
     
    
Constructs a background image configuration object by default.
Implementation
ZegoObjectSegmentationConfig.defaultConfig()
    : objectSegmentationType = ZegoObjectSegmentationType.AnyBackground,
      backgroundConfig = ZegoBackgroundConfig.defaultConfig();