Package com.zego.zegoavkit2.entities
Class ZegoObjectSegmentationConfig
- java.lang.Object
-
- com.zego.zegoavkit2.entities.ZegoObjectSegmentationConfig
-
public class ZegoObjectSegmentationConfig extends java.lang.Object
主体分割的配置 用于在开启主体分割时,配置参数。
-
-
Field Summary
Fields Modifier and Type Field Description ZegoBackgroundConfig
backgroundConfig
背景配置int
objectSegmentationType
主题分割类型,参考ZegoContants.ZegoObjectSegmentationType
-
Constructor Summary
Constructors Constructor Description ZegoObjectSegmentationConfig()
-
-
-
Field Detail
-
objectSegmentationType
public int objectSegmentationType
主题分割类型,参考ZegoContants.ZegoObjectSegmentationType
-
backgroundConfig
public ZegoBackgroundConfig backgroundConfig
背景配置
-
-