Class RecognizeMediaForZhiXueRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.RecognizeMediaForZhiXueRequest
-
public class RecognizeMediaForZhiXueRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RecognizeMediaForZhiXueRequest()RecognizeMediaForZhiXueRequest(RecognizeMediaForZhiXueRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionConfigInfogetActionConfig()Get 动作识别参数配置。默认开启。ExpressionConfigInfogetExpressionConfig()Get 表情识别参数配置。默认开启。MediaInputInfogetInputInfo()Get 输入媒体文件存储信息。voidsetActionConfig(ActionConfigInfo ActionConfig)Set 动作识别参数配置。默认开启。voidsetExpressionConfig(ExpressionConfigInfo ExpressionConfig)Set 表情识别参数配置。默认开启。voidsetInputInfo(MediaInputInfo InputInfo)Set 输入媒体文件存储信息。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RecognizeMediaForZhiXueRequest
public RecognizeMediaForZhiXueRequest()
-
RecognizeMediaForZhiXueRequest
public RecognizeMediaForZhiXueRequest(RecognizeMediaForZhiXueRequest 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.
-
-
Method Detail
-
getInputInfo
public MediaInputInfo getInputInfo()
Get 输入媒体文件存储信息。- Returns:
- InputInfo 输入媒体文件存储信息。
-
setInputInfo
public void setInputInfo(MediaInputInfo InputInfo)
Set 输入媒体文件存储信息。- Parameters:
InputInfo- 输入媒体文件存储信息。
-
getExpressionConfig
public ExpressionConfigInfo getExpressionConfig()
Get 表情识别参数配置。默认开启。- Returns:
- ExpressionConfig 表情识别参数配置。默认开启。
-
setExpressionConfig
public void setExpressionConfig(ExpressionConfigInfo ExpressionConfig)
Set 表情识别参数配置。默认开启。- Parameters:
ExpressionConfig- 表情识别参数配置。默认开启。
-
getActionConfig
public ActionConfigInfo getActionConfig()
Get 动作识别参数配置。默认开启。- Returns:
- ActionConfig 动作识别参数配置。默认开启。
-
setActionConfig
public void setActionConfig(ActionConfigInfo ActionConfig)
Set 动作识别参数配置。默认开启。- Parameters:
ActionConfig- 动作识别参数配置。默认开启。
-
-