public static class GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataTextResult
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
content
The text.
|
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.
|
String |
type
The type of the text.
|
| 构造器和说明 |
|---|
GetAIMediaAuditJobResponseBodyMediaAuditJobDataTextResult() |
@NameInMap(value="Content") public String content
The text.
@NameInMap(value="Label") public String label
The category of the review result. Valid values:
* **spam**
* **ad**
* **abuse**
* **flood**: spam posts
* **contraband**
* **meaningless**
* **normal**
@NameInMap(value="Scene") public String scene
The review scenario. Valid value: **antispam**.
@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.
@NameInMap(value="Type") public String type
The type of the text. The value is **title**.
public GetAIMediaAuditJobResponseBodyMediaAuditJobDataTextResult()
public static GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataTextResult build(Map<String,?> map) throws Exception
Exceptionpublic GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataTextResult setContent(String content)
public String getContent()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataTextResult setLabel(String label)
public String getLabel()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataTextResult setScene(String scene)
public String getScene()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataTextResult setScore(String score)
public String getScore()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataTextResult setSuggestion(String suggestion)
public String getSuggestion()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataTextResult setType(String type)
public String getType()
Copyright © 2024. All rights reserved.