public class ApplyWebVerificationTokenRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ApplyWebVerificationTokenRequest() | 
| ApplyWebVerificationTokenRequest(ApplyWebVerificationTokenRequest 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 | getCompareImageMd5()Get The MD5 hash values of the image for face comparison (CompareImageUrl). | 
| String | getCompareImageUrl()Get The COS URL of the image for face comparison, which can be obtained with one of the following methods:
1. | 
| String | getRedirectUrl()Get The web redirect URL after the verification is completed. | 
| void | setCompareImageMd5(String CompareImageMd5)Set The MD5 hash values of the image for face comparison (CompareImageUrl). | 
| void | setCompareImageUrl(String CompareImageUrl)Set The COS URL of the image for face comparison, which can be obtained with one of the following methods:
1. | 
| void | setRedirectUrl(String RedirectUrl)Set The web redirect URL after the verification is completed. | 
| 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 ApplyWebVerificationTokenRequest()
public ApplyWebVerificationTokenRequest(ApplyWebVerificationTokenRequest source)
public String getRedirectUrl()
public void setRedirectUrl(String RedirectUrl)
RedirectUrl - The web redirect URL after the verification is completed.public String getCompareImageUrl()
public void setCompareImageUrl(String CompareImageUrl)
CompareImageUrl - The COS URL of the image for face comparison, which can be obtained with one of the following methods:
1. Call the `CreateUploadUrl` API to generate a URL and call it again after the image is successfully uploaded.
2. Use an existing COS URL. For a private bucket, grant the download permission with a pre-signed URL. The corresponding COS bucket must be in the same region as the input parameter `Region`.public String getCompareImageMd5()
public void setCompareImageMd5(String CompareImageMd5)
CompareImageMd5 - The MD5 hash values of the image for face comparison (CompareImageUrl).Copyright © 2025. All rights reserved.