public class GetEidTokenConfig extends AbstractModel
Constructor and Description |
---|
GetEidTokenConfig() |
GetEidTokenConfig(GetEidTokenConfig 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getInputType()
Get 姓名身份证输入方式。
1:传身份证正反面OCR
2:传身份证正面OCR
3:用户手动输入
4:客户后台传入
默认1
注:使用OCR时仅支持用户修改结果中的姓名
|
String |
getIntentionVerifyText()
Get 意愿核身使用的文案,若未使用意愿核身功能,该字段无需传入。默认为空,最长可接受120的字符串长度。
|
Boolean |
getUseIntentionVerify()
Get 是否使用意愿核身,默认不使用。注意:如开启使用,则计费标签按【意愿核身】计费标签计价;如不开启,则计费标签按【E证通】计费标签计价,价格详见:[价格说明](https://cloud.tencent.com/document/product/1007/56804)。
|
void |
setInputType(String InputType)
Set 姓名身份证输入方式。
1:传身份证正反面OCR
2:传身份证正面OCR
3:用户手动输入
4:客户后台传入
默认1
注:使用OCR时仅支持用户修改结果中的姓名
|
void |
setIntentionVerifyText(String IntentionVerifyText)
Set 意愿核身使用的文案,若未使用意愿核身功能,该字段无需传入。默认为空,最长可接受120的字符串长度。
|
void |
setUseIntentionVerify(Boolean UseIntentionVerify)
Set 是否使用意愿核身,默认不使用。注意:如开启使用,则计费标签按【意愿核身】计费标签计价;如不开启,则计费标签按【E证通】计费标签计价,价格详见:[价格说明](https://cloud.tencent.com/document/product/1007/56804)。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public GetEidTokenConfig()
public GetEidTokenConfig(GetEidTokenConfig source)
public String getInputType()
public void setInputType(String InputType)
InputType
- 姓名身份证输入方式。
1:传身份证正反面OCR
2:传身份证正面OCR
3:用户手动输入
4:客户后台传入
默认1
注:使用OCR时仅支持用户修改结果中的姓名public Boolean getUseIntentionVerify()
public void setUseIntentionVerify(Boolean UseIntentionVerify)
UseIntentionVerify
- 是否使用意愿核身,默认不使用。注意:如开启使用,则计费标签按【意愿核身】计费标签计价;如不开启,则计费标签按【E证通】计费标签计价,价格详见:[价格说明](https://cloud.tencent.com/document/product/1007/56804)。public String getIntentionVerifyText()
public void setIntentionVerifyText(String IntentionVerifyText)
IntentionVerifyText
- 意愿核身使用的文案,若未使用意愿核身功能,该字段无需传入。默认为空,最长可接受120的字符串长度。Copyright © 2022. All rights reserved.