public static class GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResultTopList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
label
The category of the review result.
|
String |
score
The score of the image of the category that is indicated by Label.
|
String |
timestamp
The position in the video.
|
String |
url
The URL of the image.
|
| 构造器和说明 |
|---|
GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResultTopList() |
@NameInMap(value="Label") public String label
The category of the review result. Valid values:
* **porn**
* **sexy**
* **normal**
@NameInMap(value="Score") public String score
The 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="Timestamp") public String timestamp
The position in the video. Unit: milliseconds.
@NameInMap(value="Url") public String url
The URL of the image.
public GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResultTopList()
public static GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResultTopList build(Map<String,?> map) throws Exception
Exceptionpublic GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResultTopList setLabel(String label)
public String getLabel()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResultTopList setScore(String score)
public String getScore()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResultTopList setTimestamp(String timestamp)
public String getTimestamp()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultPornResultTopList setUrl(String url)
public String getUrl()
Copyright © 2024. All rights reserved.