public class AiReviewPoliticalTaskOutput extends AbstractModel
| Constructor and Description |
|---|
AiReviewPoliticalTaskOutput() |
AiReviewPoliticalTaskOutput(AiReviewPoliticalTaskOutput source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
Float |
getConfidence()
Get Confidence score for the detected politically sensitive content.
|
String |
getLabel()
Get Labels for the detected politically sensitive content.
|
MediaContentReviewPoliticalSegmentItem[] |
getSegmentSet()
Get List of video segments that contain detected politically sensitive content
Note: This list displays the first 100 results at most.
|
String |
getSegmentSetFileUrl()
Get URL to the file for video segments that contain detected politically sensitive content.
|
String |
getSegmentSetFileUrlExpireTime()
Get Expiration time of the URL to the file for video segments that contain politically sensitive content, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)
|
String |
getSuggestion()
Get Processing suggestion for the detected politically sensitive content
pass
review
block
|
void |
setConfidence(Float Confidence)
Set Confidence score for the detected politically sensitive content.
|
void |
setLabel(String Label)
Set Labels for the detected politically sensitive content.
|
void |
setSegmentSet(MediaContentReviewPoliticalSegmentItem[] SegmentSet)
Set List of video segments that contain detected politically sensitive content
Note: This list displays the first 100 results at most.
|
void |
setSegmentSetFileUrl(String SegmentSetFileUrl)
Set URL to the file for video segments that contain detected politically sensitive content.
|
void |
setSegmentSetFileUrlExpireTime(String SegmentSetFileUrlExpireTime)
Set Expiration time of the URL to the file for video segments that contain politically sensitive content, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)
|
void |
setSuggestion(String Suggestion)
Set Processing suggestion for the detected politically sensitive content
pass
review
block
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic AiReviewPoliticalTaskOutput()
public AiReviewPoliticalTaskOutput(AiReviewPoliticalTaskOutput source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - Confidence score for the detected politically sensitive content. Value range: 0-100public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion - Processing suggestion for the detected politically sensitive content
public String getLabel()
public void setLabel(String Label)
Label - Labels for the detected politically sensitive content. The relationship between the values of this parameter and those of the `LabelSet` parameter in [PoliticalImgReviewTemplateInfo](https://intl.cloud.tencent.com/document/api/266/31773?from_cn_redirect=1#PoliticalImgReviewTemplateInfo) is as follows:
violation_photo:
public MediaContentReviewPoliticalSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewPoliticalSegmentItem[] SegmentSet)
SegmentSet - List of video segments that contain detected politically sensitive content
Note: This list displays the first 100 results at most. You can get all the results from the file at the URL specified by `SegmentSetFileUrl`.public String getSegmentSetFileUrl()
public void setSegmentSetFileUrl(String SegmentSetFileUrl)
SegmentSetFileUrl - URL to the file for video segments that contain detected politically sensitive content. The file is in JSON format and has the same data structure as `SegmentSet`. Instead of being saved permanently, the file is deleted upon the expiration time specified by `SegmentSetFileUrlExpireTime`.public String getSegmentSetFileUrlExpireTime()
public void setSegmentSetFileUrlExpireTime(String SegmentSetFileUrlExpireTime)
SegmentSetFileUrlExpireTime - Expiration time of the URL to the file for video segments that contain politically sensitive content, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)Copyright © 2022. All rights reserved.