Class UserDefineConfigureInfoForUpdate
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.UserDefineConfigureInfoForUpdate
-
public class UserDefineConfigureInfoForUpdate extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UserDefineConfigureInfoForUpdate()UserDefineConfigureInfoForUpdate(UserDefineConfigureInfoForUpdate 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 UserDefineAsrTextReviewTemplateInfoForUpdategetAsrReviewInfo()Get 用户自定义语音审核控制参数。UserDefineFaceReviewTemplateInfoForUpdategetFaceReviewInfo()Get 用户自定义人物审核控制参数。UserDefineOcrTextReviewTemplateInfoForUpdategetOcrReviewInfo()Get 用户自定义文本审核控制参数。voidsetAsrReviewInfo(UserDefineAsrTextReviewTemplateInfoForUpdate AsrReviewInfo)Set 用户自定义语音审核控制参数。voidsetFaceReviewInfo(UserDefineFaceReviewTemplateInfoForUpdate FaceReviewInfo)Set 用户自定义人物审核控制参数。voidsetOcrReviewInfo(UserDefineOcrTextReviewTemplateInfoForUpdate OcrReviewInfo)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
-
UserDefineConfigureInfoForUpdate
public UserDefineConfigureInfoForUpdate()
-
UserDefineConfigureInfoForUpdate
public UserDefineConfigureInfoForUpdate(UserDefineConfigureInfoForUpdate 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
-
getFaceReviewInfo
public UserDefineFaceReviewTemplateInfoForUpdate getFaceReviewInfo()
Get 用户自定义人物审核控制参数。- Returns:
- FaceReviewInfo 用户自定义人物审核控制参数。
-
setFaceReviewInfo
public void setFaceReviewInfo(UserDefineFaceReviewTemplateInfoForUpdate FaceReviewInfo)
Set 用户自定义人物审核控制参数。- Parameters:
FaceReviewInfo- 用户自定义人物审核控制参数。
-
getAsrReviewInfo
public UserDefineAsrTextReviewTemplateInfoForUpdate getAsrReviewInfo()
Get 用户自定义语音审核控制参数。- Returns:
- AsrReviewInfo 用户自定义语音审核控制参数。
-
setAsrReviewInfo
public void setAsrReviewInfo(UserDefineAsrTextReviewTemplateInfoForUpdate AsrReviewInfo)
Set 用户自定义语音审核控制参数。- Parameters:
AsrReviewInfo- 用户自定义语音审核控制参数。
-
getOcrReviewInfo
public UserDefineOcrTextReviewTemplateInfoForUpdate getOcrReviewInfo()
Get 用户自定义文本审核控制参数。- Returns:
- OcrReviewInfo 用户自定义文本审核控制参数。
-
setOcrReviewInfo
public void setOcrReviewInfo(UserDefineOcrTextReviewTemplateInfoForUpdate OcrReviewInfo)
Set 用户自定义文本审核控制参数。- Parameters:
OcrReviewInfo- 用户自定义文本审核控制参数。
-
-