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
Copy file name to clipboardExpand all lines: src/Cloudauthintl.php
+38-14Lines changed: 38 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -754,7 +754,10 @@ public function checkVerifyLog($request)
754
754
}
755
755
756
756
/**
757
-
* 凭证识别查询.
757
+
* Credential Recognition Query.
758
+
*
759
+
* @remarks
760
+
* After obtaining the TransactionId, you can use this interface on the server side to get the corresponding authentication result.
758
761
*
759
762
* @param Request - CredentialGetResultIntlRequest
760
763
* @param runtime - runtime options for this request RuntimeOptions
@@ -793,7 +796,10 @@ public function credentialGetResultIntlWithOptions($request, $runtime)
793
796
}
794
797
795
798
/**
796
-
* 凭证识别查询.
799
+
* Credential Recognition Query.
800
+
*
801
+
* @remarks
802
+
* After obtaining the TransactionId, you can use this interface on the server side to get the corresponding authentication result.
797
803
*
798
804
* @param Request - CredentialGetResultIntlRequest
799
805
*
@@ -896,7 +902,10 @@ public function credentialRecognitionIntl($request)
896
902
}
897
903
898
904
/**
899
-
* 凭证识别提交.
905
+
* Credential Recognition Submission.
906
+
*
907
+
* @remarks
908
+
* Initialization interface for credential recognition OCR, through which you can obtain the transactionId.
900
909
*
901
910
* @param Request - CredentialSubmitIntlRequest
902
911
* @param runtime - runtime options for this request RuntimeOptions
@@ -965,7 +974,10 @@ public function credentialSubmitIntlWithOptions($request, $runtime)
965
974
}
966
975
967
976
/**
968
-
* 凭证识别提交.
977
+
* Credential Recognition Submission.
978
+
*
979
+
* @remarks
980
+
* Initialization interface for credential recognition OCR, through which you can obtain the transactionId.
969
981
*
970
982
* @param Request - CredentialSubmitIntlRequest
971
983
*
@@ -1241,7 +1253,10 @@ public function deepfakeDetectIntl($request)
1241
1253
}
1242
1254
1243
1255
/**
1244
-
* deepfake文件流api.
1256
+
* deepfake file stream API.
1257
+
*
1258
+
* @remarks
1259
+
* Input a face image and use the algorithm to detect if there is a risk of deepfake. This includes risk scenarios such as AIGC-generated faces, deepfake face swaps, template faces, and rephotographed faces, and outputs risk labels and confidence scores.
* @param runtime - runtime options for this request RuntimeOptions
@@ -1304,7 +1319,10 @@ public function deepfakeDetectIntlStreamWithOptions($request, $runtime)
1304
1319
}
1305
1320
1306
1321
/**
1307
-
* deepfake文件流api.
1322
+
* deepfake file stream API.
1323
+
*
1324
+
* @remarks
1325
+
* Input a face image and use the algorithm to detect if there is a risk of deepfake. This includes risk scenarios such as AIGC-generated faces, deepfake face swaps, template faces, and rephotographed faces, and outputs risk labels and confidence scores.
0 commit comments