public class GetLivenessResultResponse extends AbstractModel
Constructor and Description |
---|
GetLivenessResultResponse() |
GetLivenessResultResponse(GetLivenessResultResponse 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 |
---|---|
FileInfo |
getBestFrame()
Get The face screenshot.
|
String |
getDescription()
Get The description of the final verification result.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getResult()
Get The final verification result.
|
FileInfo |
getVideo()
Get The video for the detection.
|
void |
setBestFrame(FileInfo BestFrame)
Set The face screenshot.
|
void |
setDescription(String Description)
Set The description of the final verification result.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setResult(String Result)
Set The final verification result.
|
void |
setVideo(FileInfo Video)
Set The video for the detection.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public GetLivenessResultResponse()
public GetLivenessResultResponse(GetLivenessResultResponse source)
public String getResult()
public void setResult(String Result)
Result
- The final verification result.public String getDescription()
public void setDescription(String Description)
Description
- The description of the final verification result.public FileInfo getBestFrame()
public void setBestFrame(FileInfo BestFrame)
BestFrame
- The face screenshot.public FileInfo getVideo()
public void setVideo(FileInfo Video)
Video
- The video for the detection.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2022. All rights reserved.