public class IntentionActionResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IntentionActionResult() | 
| IntentionActionResult(IntentionActionResult 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 | 
|---|---|
| IntentionActionResultDetail[] | getDetails()Get 意愿核身结果详细数据,与每段点头确认过程一一对应
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getFinalResultDetailCode()Get 意愿核身错误码:
0: "成功"       
-1: "参数错误"    
-2: "系统异常"    
-101: "请保持人脸在框内"    
-102: "检测到多张人脸"   
-103: "人脸检测失败"   
-104: "人脸检测不完整"   
-105: "请勿遮挡眼睛"    
-106: "请勿遮挡嘴巴"     
-107: "请勿遮挡鼻子"     
-201: "人脸比对相似度低"    
-202: "人脸比对失败"    
-301: "意愿核验不通过"   
-800: "前端不兼容错误"    
-801: "用户未授权摄像头和麦克风权限"   
-802: "核验流程异常中断,请勿切屏或进行其他操作"   
-803: "用户主动关闭链接/异常断开链接"   
-804: "用户当前网络不稳定,请重试"  
-998: "系统数据异常"   
-999: "系统未知错误,请联系人工核实"   
若在人脸核身过程失败、未进入意愿确认过程,则该参数返回为空,请参考人脸核身错误码结果(DetectInfoText.ErrCode)
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getFinalResultMessage()Get 意愿核身错误信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDetails(IntentionActionResultDetail[] Details)Set 意愿核身结果详细数据,与每段点头确认过程一一对应
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setFinalResultDetailCode(Long FinalResultDetailCode)Set 意愿核身错误码:
0: "成功"       
-1: "参数错误"    
-2: "系统异常"    
-101: "请保持人脸在框内"    
-102: "检测到多张人脸"   
-103: "人脸检测失败"   
-104: "人脸检测不完整"   
-105: "请勿遮挡眼睛"    
-106: "请勿遮挡嘴巴"     
-107: "请勿遮挡鼻子"     
-201: "人脸比对相似度低"    
-202: "人脸比对失败"    
-301: "意愿核验不通过"   
-800: "前端不兼容错误"    
-801: "用户未授权摄像头和麦克风权限"   
-802: "核验流程异常中断,请勿切屏或进行其他操作"   
-803: "用户主动关闭链接/异常断开链接"   
-804: "用户当前网络不稳定,请重试"  
-998: "系统数据异常"   
-999: "系统未知错误,请联系人工核实"   
若在人脸核身过程失败、未进入意愿确认过程,则该参数返回为空,请参考人脸核身错误码结果(DetectInfoText.ErrCode)
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setFinalResultMessage(String FinalResultMessage)Set 意愿核身错误信息
注意:此字段可能返回 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, toJsonStringpublic IntentionActionResult()
public IntentionActionResult(IntentionActionResult source)
public Long getFinalResultDetailCode()
public void setFinalResultDetailCode(Long FinalResultDetailCode)
FinalResultDetailCode - 意愿核身错误码:
0: "成功"       
-1: "参数错误"    
-2: "系统异常"    
-101: "请保持人脸在框内"    
-102: "检测到多张人脸"   
-103: "人脸检测失败"   
-104: "人脸检测不完整"   
-105: "请勿遮挡眼睛"    
-106: "请勿遮挡嘴巴"     
-107: "请勿遮挡鼻子"     
-201: "人脸比对相似度低"    
-202: "人脸比对失败"    
-301: "意愿核验不通过"   
-800: "前端不兼容错误"    
-801: "用户未授权摄像头和麦克风权限"   
-802: "核验流程异常中断,请勿切屏或进行其他操作"   
-803: "用户主动关闭链接/异常断开链接"   
-804: "用户当前网络不稳定,请重试"  
-998: "系统数据异常"   
-999: "系统未知错误,请联系人工核实"   
若在人脸核身过程失败、未进入意愿确认过程,则该参数返回为空,请参考人脸核身错误码结果(DetectInfoText.ErrCode)
注意:此字段可能返回 null,表示取不到有效值。public String getFinalResultMessage()
public void setFinalResultMessage(String FinalResultMessage)
FinalResultMessage - 意愿核身错误信息
注意:此字段可能返回 null,表示取不到有效值。public IntentionActionResultDetail[] getDetails()
public void setDetails(IntentionActionResultDetail[] Details)
Details - 意愿核身结果详细数据,与每段点头确认过程一一对应
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.