public static class GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataImageResultResult
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
label
The category of the review result.
|
String |
scene
The review scenario.
|
String |
score
The score of the image of the category that is indicated by Label.
|
String |
suggestion
The recommendation for review results.
|
| 构造器和说明 |
|---|
GetAIMediaAuditJobResponseBodyMediaAuditJobDataImageResultResult() |
@NameInMap(value="Label") public String label
The category of the review result.
Valid values if scene is **porn**:
* **porn**
* **sexy**
* **normal**
Valid values if scene is **terrorism**:
* **normal**
* **bloody**
* **explosion**
* **outfit**
* **logo**
* **weapon**
* **politics**
* **violence**
* **crowd**
* **parade**
* **carcrash**
* **flag**
* **location**
* **others**
Valid values if scene is **ad**:
* **normal**
* **ad**
* **politics**
* **porn**
* **abuse**
* **terrorism**
* **contraband**
* **spam**
* **npx**: illegal ad
* **qrcode**: QR code
* **programCode**
Valid values if scene is **live**:
* **normal**
* **meaningless**
* **PIP**
* **smoking**
* **drivelive**
Valid values if scene is **logo**:
* **normal**
* **TV**
* **trademark**
@NameInMap(value="Scene") public String scene
The review scenario. Valid values:
* **porn**
* **terrorism**
* **ad**
* **live**: undesirable scenes
* **logo**
@NameInMap(value="Score") public String score
The score of the image of the category that is indicated by Label. Valid values: `[0, 100]`. The score is representative of the confidence.
@NameInMap(value="Suggestion") public String suggestion
The recommendation for review results. Valid values:
* **block**: The content violates the regulations.
* **review**: The content may violate the regulations.
* **pass**: The content passes the review.
public GetAIMediaAuditJobResponseBodyMediaAuditJobDataImageResultResult()
public static GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataImageResultResult build(Map<String,?> map) throws Exception
Exceptionpublic GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataImageResultResult setLabel(String label)
public String getLabel()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataImageResultResult setScene(String scene)
public String getScene()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataImageResultResult setScore(String score)
public String getScore()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataImageResultResult setSuggestion(String suggestion)
public String getSuggestion()
Copyright © 2024. All rights reserved.