Class DetectInfoVideoData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.faceid.v20180301.models.DetectInfoVideoData
-
public class DetectInfoVideoData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLivenessVideo()Get 活体视频的base64编码 注意:此字段可能返回 null,表示取不到有效值。voidsetLivenessVideo(String LivenessVideo)Set 活体视频的base64编码 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DetectInfoVideoData
public DetectInfoVideoData()
-
DetectInfoVideoData
public 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.
-
-
Method Detail
-
getLivenessVideo
public String getLivenessVideo()
Get 活体视频的base64编码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LivenessVideo 活体视频的base64编码 注意:此字段可能返回 null,表示取不到有效值。
-
setLivenessVideo
public void setLivenessVideo(String LivenessVideo)
Set 活体视频的base64编码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LivenessVideo- 活体视频的base64编码 注意:此字段可能返回 null,表示取不到有效值。
-
-