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 best face screenshot in this liveness detection.
|
FileInfo |
CardVerifyResult.getCardImage()
Get The identity document image.
|
FileInfo |
CompareResult.getCardInfoInputJson()
Get The identity document photo info edited by the user in JSON.
|
FileInfo |
CardVerifyResult.getCardInfoOcrJson()
Get The OCR result (in JSON) of the identity document image.
|
FileInfo |
CardVerifyResult.getCardVideo()
Get The video for ID card authentication.
|
FileInfo |
CompareResult.getLiveData()
Get
|
FileInfo |
CompareResult.getLiveVideo()
Get The video for this liveness detection process.
|
FileInfo |
CompareResult.getProfileImage()
Get The profile photo screenshot from the identity document.
|
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 best face screenshot in this liveness detection.
|
void |
CardVerifyResult.setCardImage(FileInfo CardImage)
Set The identity document image.
|
void |
CompareResult.setCardInfoInputJson(FileInfo CardInfoInputJson)
Set The identity document photo info edited by the user in JSON.
|
void |
CardVerifyResult.setCardInfoOcrJson(FileInfo CardInfoOcrJson)
Set The OCR result (in JSON) of the identity document image.
|
void |
CardVerifyResult.setCardVideo(FileInfo CardVideo)
Set The video for ID card authentication.
|
void |
CompareResult.setLiveData(FileInfo LiveData)
Set
|
void |
CompareResult.setLiveVideo(FileInfo LiveVideo)
Set The video for this liveness detection process.
|
void |
CompareResult.setProfileImage(FileInfo ProfileImage)
Set The profile photo screenshot from the identity document.
|
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 © 2022. All rights reserved.