public class GetDetectInfoEnhancedResponse extends AbstractModel
Constructor and Description |
---|
GetDetectInfoEnhancedResponse() |
GetDetectInfoEnhancedResponse(GetDetectInfoEnhancedResponse 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,表示取不到有效值。
|
Encryption |
getEncryption()
Get 敏感数据加密信息。
注意:此字段可能返回 null,表示取不到有效值。
|
DetectInfoIdCardData |
getIdCardData()
Get 身份证照片信息。
注意:此字段可能返回 null,表示取不到有效值。
|
IntentionQuestionResult |
getIntentionQuestionResult()
Get 意愿核身问答模式结果。若未使用该意愿核身功能,该字段返回值可以不处理。
注意:此字段可能返回 null,表示取不到有效值。
|
IntentionVerifyData |
getIntentionVerifyData()
Get 意愿核身相关信息。若未使用意愿核身功能,该字段返回值可以不处理。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
DetectInfoText |
getText()
Get 文本类信息。
注意:此字段可能返回 null,表示取不到有效值。
|
DetectInfoVideoData |
getVideoData()
Get 视频信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBestFrame(DetectInfoBestFrame BestFrame)
Set 最佳帧信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEncryption(Encryption Encryption)
Set 敏感数据加密信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIdCardData(DetectInfoIdCardData IdCardData)
Set 身份证照片信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIntentionQuestionResult(IntentionQuestionResult IntentionQuestionResult)
Set 意愿核身问答模式结果。若未使用该意愿核身功能,该字段返回值可以不处理。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIntentionVerifyData(IntentionVerifyData IntentionVerifyData)
Set 意愿核身相关信息。若未使用意愿核身功能,该字段返回值可以不处理。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setText(DetectInfoText Text)
Set 文本类信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVideoData(DetectInfoVideoData VideoData)
Set 视频信息。
注意:此字段可能返回 null,表示取不到有效值。
|
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 GetDetectInfoEnhancedResponse()
public GetDetectInfoEnhancedResponse(GetDetectInfoEnhancedResponse source)
public DetectInfoText getText()
public void setText(DetectInfoText Text)
Text
- 文本类信息。
注意:此字段可能返回 null,表示取不到有效值。public DetectInfoIdCardData getIdCardData()
public void setIdCardData(DetectInfoIdCardData IdCardData)
IdCardData
- 身份证照片信息。
注意:此字段可能返回 null,表示取不到有效值。public DetectInfoBestFrame getBestFrame()
public void setBestFrame(DetectInfoBestFrame BestFrame)
BestFrame
- 最佳帧信息。
注意:此字段可能返回 null,表示取不到有效值。public DetectInfoVideoData getVideoData()
public void setVideoData(DetectInfoVideoData VideoData)
VideoData
- 视频信息。
注意:此字段可能返回 null,表示取不到有效值。public Encryption getEncryption()
public void setEncryption(Encryption Encryption)
Encryption
- 敏感数据加密信息。
注意:此字段可能返回 null,表示取不到有效值。public IntentionVerifyData getIntentionVerifyData()
public void setIntentionVerifyData(IntentionVerifyData IntentionVerifyData)
IntentionVerifyData
- 意愿核身相关信息。若未使用意愿核身功能,该字段返回值可以不处理。
注意:此字段可能返回 null,表示取不到有效值。public IntentionQuestionResult getIntentionQuestionResult()
public void setIntentionQuestionResult(IntentionQuestionResult IntentionQuestionResult)
IntentionQuestionResult
- 意愿核身问答模式结果。若未使用该意愿核身功能,该字段返回值可以不处理。
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.