public class DetectReflectLivenessAndCompareRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DetectReflectLivenessAndCompareRequest()  | 
DetectReflectLivenessAndCompareRequest(DetectReflectLivenessAndCompareRequest 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 | 
|---|---|
String | 
getImageMd5()
Get MD5 hash value (32-bit) of the target image for comparison, which is used to verify the `Image` consistency. 
 | 
String | 
getImageUrl()
Get URL of the target image for comparison 
 | 
String | 
getLiveDataMd5()
Get MD5 hash value (32-bit) of the liveness detection data package generated by the SDK, which is used to verify the LiveData consistency. 
 | 
String | 
getLiveDataUrl()
Get URL of the liveness detection data package generated by the SDK 
 | 
void | 
setImageMd5(String ImageMd5)
Set MD5 hash value (32-bit) of the target image for comparison, which is used to verify the `Image` consistency. 
 | 
void | 
setImageUrl(String ImageUrl)
Set URL of the target image for comparison 
 | 
void | 
setLiveDataMd5(String LiveDataMd5)
Set MD5 hash value (32-bit) of the liveness detection data package generated by the SDK, which is used to verify the LiveData consistency. 
 | 
void | 
setLiveDataUrl(String LiveDataUrl)
Set URL of the liveness detection data package generated by the SDK 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DetectReflectLivenessAndCompareRequest()
public DetectReflectLivenessAndCompareRequest(DetectReflectLivenessAndCompareRequest source)
public String getLiveDataUrl()
public void setLiveDataUrl(String LiveDataUrl)
LiveDataUrl - URL of the liveness detection data package generated by the SDKpublic String getLiveDataMd5()
public void setLiveDataMd5(String LiveDataMd5)
LiveDataMd5 - MD5 hash value (32-bit) of the liveness detection data package generated by the SDK, which is used to verify the LiveData consistency.public String getImageUrl()
public void setImageUrl(String ImageUrl)
ImageUrl - URL of the target image for comparisonpublic String getImageMd5()
public void setImageMd5(String ImageMd5)
ImageMd5 - MD5 hash value (32-bit) of the target image for comparison, which is used to verify the `Image` consistency.Copyright © 2025. All rights reserved.