public static class GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLiveResultTopList
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.
|
| 构造器和说明 |
|---|
GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLiveResultTopList() |
@NameInMap(value="Label") public String label
The category of the review result. Valid values:
* **live**: The content contains undesirable scenes.
* **normal**
@NameInMap(value="Score") public String score
The score of the image of the category that is indicated by Label.
@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 GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLiveResultTopList()
public static GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLiveResultTopList build(Map<String,?> map) throws Exception
Exceptionpublic GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLiveResultTopList setLabel(String label)
public String getLabel()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLiveResultTopList setScore(String score)
public String getScore()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLiveResultTopList setTimestamp(String timestamp)
public String getTimestamp()
public GetAIMediaAuditJobResponseBody.GetAIMediaAuditJobResponseBodyMediaAuditJobDataVideoResultLiveResultTopList setUrl(String url)
public String getUrl()
Copyright © 2024. All rights reserved.