Uses of Class
com.tencentcloudapi.mps.v20190612.models.ExpressionConfigInfo
-
Packages that use ExpressionConfigInfo Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of ExpressionConfigInfo in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return ExpressionConfigInfo Modifier and Type Method Description ExpressionConfigInfoRecognizeMediaForZhiXueRequest. getExpressionConfig()Get 表情识别参数配置。默认开启。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type ExpressionConfigInfo Modifier and Type Method Description voidRecognizeMediaForZhiXueRequest. setExpressionConfig(ExpressionConfigInfo ExpressionConfig)Set 表情识别参数配置。默认开启。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type ExpressionConfigInfo Constructor Description ExpressionConfigInfo(ExpressionConfigInfo 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.
-