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解码获取活体视频文件` | 
| void | setLiveNessVideo(String LiveNessVideo)Set 活体视频的base64编码,mp4格式
注:`需进行base64解码获取活体视频文件` | 
| 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 DetectInfoVideoData()
public DetectInfoVideoData(DetectInfoVideoData source)
public String getLiveNessVideo()
public void setLiveNessVideo(String LiveNessVideo)
LiveNessVideo - 活体视频的base64编码,mp4格式
注:`需进行base64解码获取活体视频文件`Copyright © 2025. All rights reserved.