public class DetectInfoVideoData extends AbstractModel
header, skipSign
Constructor and Description |
---|
DetectInfoVideoData() |
DetectInfoVideoData(DetectInfoVideoData 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 |
getLiveNessVideo()
Get 活体视频的base64编码,mp4格式
注:`需进行base64解码获取活体视频文件`
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLiveNessVideo(String LiveNessVideo)
Set 活体视频的base64编码,mp4格式
注:`需进行base64解码获取活体视频文件`
注意:此字段可能返回 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 DetectInfoVideoData()
public DetectInfoVideoData(DetectInfoVideoData source)
public String getLiveNessVideo()
public void setLiveNessVideo(String LiveNessVideo)
LiveNessVideo
- 活体视频的base64编码,mp4格式
注:`需进行base64解码获取活体视频文件`
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.