You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Detects whether a voucher (such as water, electricity, gas, credit card, etc., e-bills) is forged using AI technology and extracts key information from the voucher.</p>
* <p>Input a face image and use the algorithm to detect if there is a risk of deep forgery. This includes risk scenarios such as AIGC-generated faces, deepfake face swapping, template faces, and rephotographed faces, and outputs risk labels and confidence levels.</p>
Copy file name to clipboardExpand all lines: cloudauth-intl-20220809/src/main/java/com/aliyun/sdk/service/cloudauth_intl20220809/DefaultAsyncClient.java
+72Lines changed: 72 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,24 @@ public CompletableFuture<CheckVerifyLogResponse> checkVerifyLog(CheckVerifyLogRe
175
175
}
176
176
}
177
177
178
+
/**
179
+
* @param request the request parameters of CredentialGetResultIntl CredentialGetResultIntlRequest
* <p>Detects whether a voucher (such as water, electricity, gas, credit card, etc., e-bills) is forged using AI technology and extracts key information from the voucher.</p>
@@ -196,6 +214,24 @@ public CompletableFuture<CredentialRecognitionIntlResponse> credentialRecognitio
196
214
}
197
215
}
198
216
217
+
/**
218
+
* @param request the request parameters of CredentialSubmitIntl CredentialSubmitIntlRequest
* <p>Input a face image and use the algorithm to detect if there is a risk of deep forgery. This includes risk scenarios such as AIGC-generated faces, deepfake face swapping, template faces, and rephotographed faces, and outputs risk labels and confidence levels.</p>
@@ -343,6 +379,24 @@ public CompletableFuture<FaceCompareResponse> faceCompare(FaceCompareRequest req
343
379
}
344
380
}
345
381
382
+
/**
383
+
* @param request the request parameters of FaceCrossCompareIntl FaceCrossCompareIntlRequest
0 commit comments