Uses of Class
com.tencentcloudapi.mps.v20190612.models.ActionConfigInfo
-
Packages that use ActionConfigInfo Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of ActionConfigInfo in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return ActionConfigInfo Modifier and Type Method Description ActionConfigInfoRecognizeMediaForZhiXueRequest. getActionConfig()Get 动作识别参数配置。默认开启。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type ActionConfigInfo Modifier and Type Method Description voidRecognizeMediaForZhiXueRequest. setActionConfig(ActionConfigInfo ActionConfig)Set 动作识别参数配置。默认开启。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type ActionConfigInfo Constructor Description ActionConfigInfo(ActionConfigInfo 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.
-