| Package | Description | 
|---|---|
| com.tencentcloudapi.faceid.v20180301.models | 
| Modifier and Type | Method and Description | 
|---|---|
| FileInfo | CompareResult. getActionVideo()Get Records the specific action performed by the user, used for AI Face Shield analysis. | 
| FileInfo | GetLivenessResultResponse. getBestFrame()Get The face screenshot. | 
| FileInfo | VideoLivenessCompareResponse. getBestFrame()Get The best video screenshot after successful verification
Note: This field may return null, indicating that no valid values can be obtained. | 
| FileInfo | CompareResult. getBestFrame()Get The download URL of the face screenshot during verification, which is valid for 10 minutes. | 
| FileInfo | CardVerifyResult. getCardImage()Get The download URL of the identity document image, which is valid for 10 minutes. | 
| FileInfo | CompareResult. getCardInfoInputJson()Get The identity document photo info edited by the user. | 
| FileInfo | CardVerifyResult. getCardInfoOcrJson()Get The OCR result (in JSON) of the identity document image. | 
| FileInfo | CardVerifyResult. getCardVideo()Get The download URL of the video used for identity document verification, which is valid for 10 minutes. | 
| FileInfo | CompareResult. getLiveData()Get The liveness algorithm package generated during this SDK-based liveness detection. | 
| FileInfo | CompareResult. getLiveVideo()Get The download URL of the video used for verification, which contains specific color reflection effects, is valid for 10 minutes. | 
| FileInfo | CompareResult. getProfileImage()Get The download URL of the profile photo screenshot from the identity document, which is valid for 10 minutes. | 
| FileInfo | GetLivenessResultResponse. getVideo()Get The video for the detection. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CompareResult. setActionVideo(FileInfo ActionVideo)Set Records the specific action performed by the user, used for AI Face Shield analysis. | 
| void | GetLivenessResultResponse. setBestFrame(FileInfo BestFrame)Set The face screenshot. | 
| void | VideoLivenessCompareResponse. setBestFrame(FileInfo BestFrame)Set The best video screenshot after successful verification
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | CompareResult. setBestFrame(FileInfo BestFrame)Set The download URL of the face screenshot during verification, which is valid for 10 minutes. | 
| void | CardVerifyResult. setCardImage(FileInfo CardImage)Set The download URL of the identity document image, which is valid for 10 minutes. | 
| void | CompareResult. setCardInfoInputJson(FileInfo CardInfoInputJson)Set The identity document photo info edited by the user. | 
| void | CardVerifyResult. setCardInfoOcrJson(FileInfo CardInfoOcrJson)Set The OCR result (in JSON) of the identity document image. | 
| void | CardVerifyResult. setCardVideo(FileInfo CardVideo)Set The download URL of the video used for identity document verification, which is valid for 10 minutes. | 
| void | CompareResult. setLiveData(FileInfo LiveData)Set The liveness algorithm package generated during this SDK-based liveness detection. | 
| void | CompareResult. setLiveVideo(FileInfo LiveVideo)Set The download URL of the video used for verification, which contains specific color reflection effects, is valid for 10 minutes. | 
| void | CompareResult. setProfileImage(FileInfo ProfileImage)Set The download URL of the profile photo screenshot from the identity document, which is valid for 10 minutes. | 
| void | GetLivenessResultResponse. setVideo(FileInfo Video)Set The video for the detection. | 
| Constructor and Description | 
|---|
| FileInfo(FileInfo 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. | 
Copyright © 2025. All rights reserved.