Uses of Class
com.tencentcloudapi.bda.v20200324.models.SegmentationOptions
-
Packages that use SegmentationOptions Package Description com.tencentcloudapi.bda.v20200324.models -
-
Uses of SegmentationOptions in com.tencentcloudapi.bda.v20200324.models
Methods in com.tencentcloudapi.bda.v20200324.models that return SegmentationOptions Modifier and Type Method Description SegmentationOptionsSegmentCustomizedPortraitPicRequest. getSegmentationOptions()Get 此参数为分割选项,请根据需要选择自己所想从图片中分割的部分。注意所有选项均为非必选,如未选择则值默认为false, 但是必须要保证多于一个选项的描述为true。Methods in com.tencentcloudapi.bda.v20200324.models with parameters of type SegmentationOptions Modifier and Type Method Description voidSegmentCustomizedPortraitPicRequest. setSegmentationOptions(SegmentationOptions SegmentationOptions)Set 此参数为分割选项,请根据需要选择自己所想从图片中分割的部分。注意所有选项均为非必选,如未选择则值默认为false, 但是必须要保证多于一个选项的描述为true。Constructors in com.tencentcloudapi.bda.v20200324.models with parameters of type SegmentationOptions Constructor Description SegmentationOptions(SegmentationOptions source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-