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编码。
注意:此字段可能返回 null,表示取不到有效值。
|
VideoDetailData[] |
getLivenessVideos()
Get 当次token中所有用户活体视频的COS存储路径,仅当您开启数据存储服务且“IsReturnAllVideo”入参取值为true 时返回。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLivenessVideo(String LivenessVideo)
Set 活体视频的base64编码。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLivenessVideos(VideoDetailData[] LivenessVideos)
Set 当次token中所有用户活体视频的COS存储路径,仅当您开启数据存储服务且“IsReturnAllVideo”入参取值为true 时返回。
注意:此字段可能返回 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编码。
注意:此字段可能返回 null,表示取不到有效值。public VideoDetailData[] getLivenessVideos()
public void setLivenessVideos(VideoDetailData[] LivenessVideos)
LivenessVideos
- 当次token中所有用户活体视频的COS存储路径,仅当您开启数据存储服务且“IsReturnAllVideo”入参取值为true 时返回。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.