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