public static class GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResult
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
averageScore
The average score of the images of the category that is indicated by Label.
|
List<GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResultCounterList> |
counterList
The categories of the review results and the number of images.
|
String |
label
The category of the review result.
|
String |
maxScore
The highest score of the image of the category that is indicated by Label.
|
String |
suggestion
The recommendation for review results.
|
List<GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResultTopList> |
topList
The information about the image with the highest score of the category that is indicated by Label.
|
| 构造器和说明 |
|---|
GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResult() |
@NameInMap(value="AverageScore") public String averageScore
The average score of the images of the category that is indicated by Label. Valid values: `[0, 100]`. The value is accurate to 10 decimal places. The score is representative of the confidence.
@NameInMap(value="CounterList") public List<GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResultCounterList> counterList
The categories of the review results and the number of images.
@NameInMap(value="Label") public String label
The category of the review result. Valid values:
* **porn**
* **sexy**
* **normal**
@NameInMap(value="MaxScore") public String maxScore
The highest score of the image of the category that is indicated by Label. Valid values: `[0, 100]`. The value is accurate to 10 decimal places. 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="TopList") public List<GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResultTopList> topList
The information about the image with the highest score of the category that is indicated by Label.
public GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResult()
public static GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResult build(Map<String,?> map) throws Exception
Exceptionpublic GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResult setAverageScore(String averageScore)
public String getAverageScore()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResult setCounterList(List<GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResultCounterList> counterList)
public List<GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResultCounterList> getCounterList()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResult setLabel(String label)
public String getLabel()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResult setMaxScore(String maxScore)
public String getMaxScore()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResult setSuggestion(String suggestion)
public String getSuggestion()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResult setTopList(List<GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResultTopList> topList)
public List<GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResultTopList> getTopList()
Copyright © 2024. All rights reserved.