public static class GetMediaAuditResultDetailResponseBody.GetMediaAuditResultDetailResponseBodyMediaAuditResultDetailList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
adLabel
The category of the ad review result.
|
String |
adScore
The score of the review result category.
|
String |
liveLabel
The category of the undesirable scene review result.
|
String |
liveScore
The score of the review result category.
|
String |
logoLabel
The category of the logo review result.
|
String |
logoScore
The score of the review result category.
|
String |
pornLabel
The category of the pornographic content review result.
|
String |
pornScore
The score of the review result category.
|
String |
terrorismLabel
The category of the terrorist content review result.
|
String |
terrorismScore
The score of the review result category.
|
String |
timestamp
The position in the video.
|
String |
url
The URL of the image.
|
| 构造器和说明 |
|---|
GetMediaAuditResultDetailResponseBodyMediaAuditResultDetailList() |
@NameInMap(value="AdLabel") public String adLabel
The category of the ad review result. Valid values:
* **normal**: normal content
* **ad**: ad or text violation
@NameInMap(value="AdScore") public String adScore
The score of the review result category. It is representative of the confidence. Valid values: `[0.00-100.00].` The value is rounded down to 10 decimal places.
@NameInMap(value="LiveLabel") public String liveLabel
The category of the undesirable scene review result. Valid values:
* **normal**: The video does not contain undesirable scenes.
* **live**: The video contains undesirable scenes.
@NameInMap(value="LiveScore") public String liveScore
The score of the review result category. It is representative of the confidence. Valid values: `[0.00-100.00].` The value is rounded down to 10 decimal places.
@NameInMap(value="LogoLabel") public String logoLabel
The category of the logo review result. Valid values:
* **normal**
* **tlogo**
@NameInMap(value="LogoScore") public String logoScore
The score of the review result category. It is representative of the confidence. Valid values: `[0.00-100.00].` The value is rounded down to 10 decimal places.
@NameInMap(value="PornLabel") public String pornLabel
The category of the pornographic content review result. Valid values:
* **normal**
* **porn**
* **sexy**
@NameInMap(value="PornScore") public String pornScore
The score of the review result category. It is representative of the confidence. Valid values: `[0.00-100.00].` The value is rounded down to 10 decimal places.
@NameInMap(value="TerrorismLabel") public String terrorismLabel
The category of the terrorist content review result.
* **normal**: normal
* **terrorism**: terrorist content
* **outfit**: special costume
* **logo**: special logo
* **weapon**: weapon
* **politics**: politically sensitive content
* **others**: other terrorist content and politically sensitive content
@NameInMap(value="TerrorismScore") public String terrorismScore
The score of the review result category. It is representative of the confidence. Valid values: `[0.00-100.00].` The value is rounded down to 10 decimal places.
@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 GetMediaAuditResultDetailResponseBodyMediaAuditResultDetailList()
public static GetMediaAuditResultDetailResponseBody.GetMediaAuditResultDetailResponseBodyMediaAuditResultDetailList build(Map<String,?> map) throws Exception
Exceptionpublic GetMediaAuditResultDetailResponseBody.GetMediaAuditResultDetailResponseBodyMediaAuditResultDetailList setAdLabel(String adLabel)
public String getAdLabel()
public GetMediaAuditResultDetailResponseBody.GetMediaAuditResultDetailResponseBodyMediaAuditResultDetailList setAdScore(String adScore)
public String getAdScore()
public GetMediaAuditResultDetailResponseBody.GetMediaAuditResultDetailResponseBodyMediaAuditResultDetailList setLiveLabel(String liveLabel)
public String getLiveLabel()
public GetMediaAuditResultDetailResponseBody.GetMediaAuditResultDetailResponseBodyMediaAuditResultDetailList setLiveScore(String liveScore)
public String getLiveScore()
public GetMediaAuditResultDetailResponseBody.GetMediaAuditResultDetailResponseBodyMediaAuditResultDetailList setLogoLabel(String logoLabel)
public String getLogoLabel()
public GetMediaAuditResultDetailResponseBody.GetMediaAuditResultDetailResponseBodyMediaAuditResultDetailList setLogoScore(String logoScore)
public String getLogoScore()
public GetMediaAuditResultDetailResponseBody.GetMediaAuditResultDetailResponseBodyMediaAuditResultDetailList setPornLabel(String pornLabel)
public String getPornLabel()
public GetMediaAuditResultDetailResponseBody.GetMediaAuditResultDetailResponseBodyMediaAuditResultDetailList setPornScore(String pornScore)
public String getPornScore()
public GetMediaAuditResultDetailResponseBody.GetMediaAuditResultDetailResponseBodyMediaAuditResultDetailList setTerrorismLabel(String terrorismLabel)
public String getTerrorismLabel()
public GetMediaAuditResultDetailResponseBody.GetMediaAuditResultDetailResponseBodyMediaAuditResultDetailList setTerrorismScore(String terrorismScore)
public String getTerrorismScore()
public GetMediaAuditResultDetailResponseBody.GetMediaAuditResultDetailResponseBodyMediaAuditResultDetailList setTimestamp(String timestamp)
public String getTimestamp()
public GetMediaAuditResultDetailResponseBody.GetMediaAuditResultDetailResponseBodyMediaAuditResultDetailList setUrl(String url)
public String getUrl()
Copyright © 2024. All rights reserved.