public class GetEidResultResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetEidResultResponse() |
GetEidResultResponse(GetEidResultResponse 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 |
---|---|
DetectInfoBestFrame |
getBestFrame()
Get 最佳帧信息。
注意:此字段可能返回 null,表示取不到有效值。
|
EidInfo |
getEidInfo()
Get Eid信息。(包括商户下用户唯一标识以及加密后的姓名、身份证号信息。解密方式详见[E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370))
注意:此字段可能返回 null,表示取不到有效值。
|
DetectInfoIdCardData |
getIdCardData()
Get 身份证照片信息。
注意:此字段可能返回 null,表示取不到有效值。
|
IntentionActionResult |
getIntentionActionResult()
Get 意愿核身点头确认模式的结果信息,若未使用该意愿核身功能,该字段返回值可以不处理。
注意:此字段可能返回 null,表示取不到有效值。
|
IntentionQuestionResult |
getIntentionQuestionResult()
Get 意愿核身问答模式相关信息。若未使用意愿核身问答模式功能,该字段返回值可以不处理。
注意:此字段可能返回 null,表示取不到有效值。
|
IntentionVerifyData |
getIntentionVerifyData()
Get 意愿核身朗读模式相关信息。若未使用意愿核身朗读功能,该字段返回值可以不处理。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
DetectInfoText |
getText()
Get 文本类信息。(基于对敏感信息的保护,验证使用的姓名和身份证号统一通过加密后从Eidinfo参数中返回,如需获取请在控制台申请返回身份信息,详见[E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370))
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBestFrame(DetectInfoBestFrame BestFrame)
Set 最佳帧信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEidInfo(EidInfo EidInfo)
Set Eid信息。(包括商户下用户唯一标识以及加密后的姓名、身份证号信息。解密方式详见[E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370))
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIdCardData(DetectInfoIdCardData IdCardData)
Set 身份证照片信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIntentionActionResult(IntentionActionResult IntentionActionResult)
Set 意愿核身点头确认模式的结果信息,若未使用该意愿核身功能,该字段返回值可以不处理。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIntentionQuestionResult(IntentionQuestionResult IntentionQuestionResult)
Set 意愿核身问答模式相关信息。若未使用意愿核身问答模式功能,该字段返回值可以不处理。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIntentionVerifyData(IntentionVerifyData IntentionVerifyData)
Set 意愿核身朗读模式相关信息。若未使用意愿核身朗读功能,该字段返回值可以不处理。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setText(DetectInfoText Text)
Set 文本类信息。(基于对敏感信息的保护,验证使用的姓名和身份证号统一通过加密后从Eidinfo参数中返回,如需获取请在控制台申请返回身份信息,详见[E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370))
注意:此字段可能返回 null,表示取不到有效值。
|
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 GetEidResultResponse()
public GetEidResultResponse(GetEidResultResponse source)
public DetectInfoText getText()
public void setText(DetectInfoText Text)
Text
- 文本类信息。(基于对敏感信息的保护,验证使用的姓名和身份证号统一通过加密后从Eidinfo参数中返回,如需获取请在控制台申请返回身份信息,详见[E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370))
注意:此字段可能返回 null,表示取不到有效值。public DetectInfoIdCardData getIdCardData()
public void setIdCardData(DetectInfoIdCardData IdCardData)
IdCardData
- 身份证照片信息。
注意:此字段可能返回 null,表示取不到有效值。public DetectInfoBestFrame getBestFrame()
public void setBestFrame(DetectInfoBestFrame BestFrame)
BestFrame
- 最佳帧信息。
注意:此字段可能返回 null,表示取不到有效值。public EidInfo getEidInfo()
public void setEidInfo(EidInfo EidInfo)
EidInfo
- Eid信息。(包括商户下用户唯一标识以及加密后的姓名、身份证号信息。解密方式详见[E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370))
注意:此字段可能返回 null,表示取不到有效值。public IntentionVerifyData getIntentionVerifyData()
public void setIntentionVerifyData(IntentionVerifyData IntentionVerifyData)
IntentionVerifyData
- 意愿核身朗读模式相关信息。若未使用意愿核身朗读功能,该字段返回值可以不处理。
注意:此字段可能返回 null,表示取不到有效值。public IntentionQuestionResult getIntentionQuestionResult()
public void setIntentionQuestionResult(IntentionQuestionResult IntentionQuestionResult)
IntentionQuestionResult
- 意愿核身问答模式相关信息。若未使用意愿核身问答模式功能,该字段返回值可以不处理。
注意:此字段可能返回 null,表示取不到有效值。public IntentionActionResult getIntentionActionResult()
public void setIntentionActionResult(IntentionActionResult IntentionActionResult)
IntentionActionResult
- 意愿核身点头确认模式的结果信息,若未使用该意愿核身功能,该字段返回值可以不处理。
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.