public static class CredentialVerifyV2ResponseBody.CredentialVerifyV2ResponseBodyResultObjectVlResult
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
success
Qwen interpretation success indicator
true: Success
false: Failure
example:
true
|
String |
vlContent
Image understanding result:
When PromptModel is DEFAULT, the output format refers to the example on the right.
|
| 构造器和说明 |
|---|
CredentialVerifyV2ResponseBodyResultObjectVlResult() |
@NameInMap(value="Success") public Boolean success
Qwen interpretation success indicator
true: Success
false: Failure
example:true
@NameInMap(value="VlContent") public String vlContent
Image understanding result:
When PromptModel is DEFAULT, the output format refers to the example on the right.
When PromptModel is CUSTOM, the output format follows the agreed format of the Prompt.
{ "CHK_DOOR_PHOTO":1, -- 是否门头照 1:是 0:否 "CHK_INTERIOR_PHOTO":0, -- 是否内景照 1:是 0:否 "CHK_COUNTER_PHOTO":0 -- 是否柜台照 1:是 0:否 }
public CredentialVerifyV2ResponseBodyResultObjectVlResult()
public static CredentialVerifyV2ResponseBody.CredentialVerifyV2ResponseBodyResultObjectVlResult build(Map<String,?> map) throws Exception
Exceptionpublic CredentialVerifyV2ResponseBody.CredentialVerifyV2ResponseBodyResultObjectVlResult setSuccess(Boolean success)
public Boolean getSuccess()
public CredentialVerifyV2ResponseBody.CredentialVerifyV2ResponseBodyResultObjectVlResult setVlContent(String vlContent)
public String getVlContent()
Copyright © 2025. All rights reserved.