Uses of Class
com.tencentcloudapi.fmu.v20191213.models.BeautifyVideoOutput
-
Packages that use BeautifyVideoOutput Package Description com.tencentcloudapi.fmu.v20191213.models -
-
Uses of BeautifyVideoOutput in com.tencentcloudapi.fmu.v20191213.models
Methods in com.tencentcloudapi.fmu.v20191213.models that return BeautifyVideoOutput Modifier and Type Method Description BeautifyVideoOutputQueryBeautifyVideoJobResponse. getBeautifyVideoOutput()Get 视频美颜输出的结果信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.fmu.v20191213.models with parameters of type BeautifyVideoOutput Modifier and Type Method Description voidQueryBeautifyVideoJobResponse. setBeautifyVideoOutput(BeautifyVideoOutput BeautifyVideoOutput)Set 视频美颜输出的结果信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.fmu.v20191213.models with parameters of type BeautifyVideoOutput Constructor Description BeautifyVideoOutput(BeautifyVideoOutput 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.
-