public static class GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLogoResult
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
averageScore
The average score of the images of the category that is indicated by Label.
|
List<GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLogoResultCounterList> |
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.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLogoResultTopList> |
topList
The information about the image with the highest score of the category that is indicated by Label.
|
| 构造器和说明 |
|---|
GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLogoResult() |
@NameInMap(value="AverageScore") public String averageScore
The average score of the images of the category that is indicated by Label.
@NameInMap(value="CounterList") public List<GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLogoResultCounterList> 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:
* **logo**
* **normal**
@NameInMap(value="MaxScore") public String maxScore
The highest score of the image of the category that is indicated by Label.
@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.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLogoResultTopList> topList
The information about the image with the highest score of the category that is indicated by Label.
public GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLogoResult()
public static GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLogoResult build(Map<String,?> map) throws Exception
Exceptionpublic GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLogoResult setAverageScore(String averageScore)
public String getAverageScore()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLogoResult setCounterList(List<GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLogoResultCounterList> counterList)
public List<GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLogoResultCounterList> getCounterList()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLogoResult setLabel(String label)
public String getLabel()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLogoResult setMaxScore(String maxScore)
public String getMaxScore()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLogoResult setSuggestion(String suggestion)
public String getSuggestion()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLogoResult setTopList(List<GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLogoResultTopList> topList)
public List<GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLogoResultTopList> getTopList()
Copyright © 2024. All rights reserved.