Uses of Class
com.tencentcloudapi.facefusion.v20181201.models.ImageCodecParam
-
Packages that use ImageCodecParam Package Description com.tencentcloudapi.facefusion.v20181201.models -
-
Uses of ImageCodecParam in com.tencentcloudapi.facefusion.v20181201.models
Methods in com.tencentcloudapi.facefusion.v20181201.models that return ImageCodecParam Modifier and Type Method Description ImageCodecParamFuseParam. getImageCodecParam()Get 图片编码参数Methods in com.tencentcloudapi.facefusion.v20181201.models with parameters of type ImageCodecParam Modifier and Type Method Description voidFuseParam. setImageCodecParam(ImageCodecParam ImageCodecParam)Set 图片编码参数Constructors in com.tencentcloudapi.facefusion.v20181201.models with parameters of type ImageCodecParam Constructor Description ImageCodecParam(ImageCodecParam 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.
-