Package im.zego.zegoexpress.entity
Class ZegoObjectSegmentationConfig
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoObjectSegmentationConfig
-
public class ZegoObjectSegmentationConfig extends java.lang.Object
Object segmentation config. It is used to configure parameters when the object segmentation is turned on.
-
-
Field Summary
Fields Modifier and Type Field Description ZegoBackgroundConfig
backgroundConfig
Background config.ZegoObjectSegmentationType
objectSegmentationType
The type of object segmentation.
-
Constructor Summary
Constructors Constructor Description ZegoObjectSegmentationConfig()
-
-
-
Field Detail
-
objectSegmentationType
public ZegoObjectSegmentationType objectSegmentationType
The type of object segmentation.
-
backgroundConfig
public ZegoBackgroundConfig backgroundConfig
Background config.
-
-