public class GetEidTokenConfig extends AbstractModel
header, skipSign
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时仅支持用户修改结果中的姓名
|
IntentionActionConfig[] |
getIntentionActions()
Get 意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。默认为空,最长可接受150的字符串长度。
|
String |
getIntentionMode()
Get 意愿核身模式。枚举值:1( 语音朗读模式),2(语音问答模式) ,3(点头确认模式)。默认值为1。
|
IntentionQuestion[] |
getIntentionQuestions()
Get 意愿核身问答模式的配置列表。当前仅支持一个问答。
|
Boolean |
getIntentionRecognition()
Get 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认不开启。
|
String |
getIntentionVerifyText()
Get 意愿核身朗读模式使用的文案,若未使用意愿核身朗读功能,该字段无需传入。默认为空,最长可接受120的字符串长度。
|
Boolean |
getIsSupportHMTResidentPermitOCR()
Get 是否支持港澳台居住证识别
|
Boolean |
getMouthOpenRecognition()
Get 用户语音回答过程中是否开启张嘴识别检测,默认不开启,仅在意愿核身问答模式中使用。
|
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 |
setIntentionActions(IntentionActionConfig[] IntentionActions)
Set 意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。默认为空,最长可接受150的字符串长度。
|
void |
setIntentionMode(String IntentionMode)
Set 意愿核身模式。枚举值:1( 语音朗读模式),2(语音问答模式) ,3(点头确认模式)。默认值为1。
|
void |
setIntentionQuestions(IntentionQuestion[] IntentionQuestions)
Set 意愿核身问答模式的配置列表。当前仅支持一个问答。
|
void |
setIntentionRecognition(Boolean IntentionRecognition)
Set 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认不开启。
|
void |
setIntentionVerifyText(String IntentionVerifyText)
Set 意愿核身朗读模式使用的文案,若未使用意愿核身朗读功能,该字段无需传入。默认为空,最长可接受120的字符串长度。
|
void |
setIsSupportHMTResidentPermitOCR(Boolean IsSupportHMTResidentPermitOCR)
Set 是否支持港澳台居住证识别
|
void |
setMouthOpenRecognition(Boolean MouthOpenRecognition)
Set 用户语音回答过程中是否开启张嘴识别检测,默认不开启,仅在意愿核身问答模式中使用。
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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 getIntentionMode()
public void setIntentionMode(String IntentionMode)
IntentionMode
- 意愿核身模式。枚举值:1( 语音朗读模式),2(语音问答模式) ,3(点头确认模式)。默认值为1。public String getIntentionVerifyText()
public void setIntentionVerifyText(String IntentionVerifyText)
IntentionVerifyText
- 意愿核身朗读模式使用的文案,若未使用意愿核身朗读功能,该字段无需传入。默认为空,最长可接受120的字符串长度。public IntentionQuestion[] getIntentionQuestions()
public void setIntentionQuestions(IntentionQuestion[] IntentionQuestions)
IntentionQuestions
- 意愿核身问答模式的配置列表。当前仅支持一个问答。public IntentionActionConfig[] getIntentionActions()
public void setIntentionActions(IntentionActionConfig[] IntentionActions)
IntentionActions
- 意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。默认为空,最长可接受150的字符串长度。public Boolean getIntentionRecognition()
public void setIntentionRecognition(Boolean IntentionRecognition)
IntentionRecognition
- 意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认不开启。public Boolean getIsSupportHMTResidentPermitOCR()
public void setIsSupportHMTResidentPermitOCR(Boolean IsSupportHMTResidentPermitOCR)
IsSupportHMTResidentPermitOCR
- 是否支持港澳台居住证识别public Boolean getMouthOpenRecognition()
public void setMouthOpenRecognition(Boolean MouthOpenRecognition)
MouthOpenRecognition
- 用户语音回答过程中是否开启张嘴识别检测,默认不开启,仅在意愿核身问答模式中使用。Copyright © 2024. All rights reserved.