public static class GetMediaAuditResultResponseBody.GetMediaAuditResultResponseBodyMediaAuditResultVideoResultTerrorismResultTopList
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.
|
@NameInMap(value="Label") public String label
The category of the review result. Valid values:
- **normal**
- **bloody**
- **explosion**
- **outfit**
- **logo**
- **weapon**
- **politics**
- **violence**
- **crowd**
- **parade**
- **carcrash**
- **flag**
- **location**
- **others**
@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 GetMediaAuditResultResponseBodyMediaAuditResultVideoResultTerrorismResultTopList()
public static GetMediaAuditResultResponseBody.GetMediaAuditResultResponseBodyMediaAuditResultVideoResultTerrorismResultTopList build(Map<String,?> map) throws Exception
Exceptionpublic GetMediaAuditResultResponseBody.GetMediaAuditResultResponseBodyMediaAuditResultVideoResultTerrorismResultTopList setLabel(String label)
public String getLabel()
public GetMediaAuditResultResponseBody.GetMediaAuditResultResponseBodyMediaAuditResultVideoResultTerrorismResultTopList setScore(String score)
public String getScore()
public GetMediaAuditResultResponseBody.GetMediaAuditResultResponseBodyMediaAuditResultVideoResultTerrorismResultTopList setTimestamp(String timestamp)
public String getTimestamp()
public GetMediaAuditResultResponseBody.GetMediaAuditResultResponseBodyMediaAuditResultVideoResultTerrorismResultTopList setUrl(String url)
public String getUrl()
Copyright © 2024. All rights reserved.