public static class AIGCFaceVerifyResponseBody.AIGCFaceVerifyResponseBodyResultObject
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
certifyId
Unique real-person authentication identifier.
|
String |
result
Authentication result.
|
String |
score
Detection score
example:
1.0000
|
| 构造器和说明 |
|---|
AIGCFaceVerifyResponseBodyResultObject() |
@NameInMap(value="CertifyId") public String certifyId
Unique real-person authentication identifier.
example:91707dc296d469ad38e4c5efa6a0****
@NameInMap(value="Result") public String result
Authentication result. Values:
● Y: AIGC-generated face.
● N: Not detected
example:Y
@NameInMap(value="Score") public String score
Detection score
example:1.0000
public static AIGCFaceVerifyResponseBody.AIGCFaceVerifyResponseBodyResultObject build(Map<String,?> map) throws Exception
Exceptionpublic AIGCFaceVerifyResponseBody.AIGCFaceVerifyResponseBodyResultObject setCertifyId(String certifyId)
public String getCertifyId()
public AIGCFaceVerifyResponseBody.AIGCFaceVerifyResponseBodyResultObject setResult(String result)
public String getResult()
public AIGCFaceVerifyResponseBody.AIGCFaceVerifyResponseBodyResultObject setScore(String score)
public String getScore()
Copyright © 2025. All rights reserved.