Package | Description |
---|---|
com.tencentcloudapi.faceid.v20180301.models |
Modifier and Type | Method and Description |
---|---|
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 |
GetLivenessResultResponse.getBestFrame()
Get The face screenshot.
|
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 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 |
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 |
GetLivenessResultResponse.setBestFrame(FileInfo BestFrame)
Set The face screenshot.
|
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 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 © 2024. All rights reserved.