public class AiReviewTerrorismTaskOutput extends AbstractModel
header, skipSign
Constructor and Description |
---|
AiReviewTerrorismTaskOutput() |
AiReviewTerrorismTaskOutput(AiReviewTerrorismTaskOutput 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 Score of detected terrorism information in a video between 0 and 100.
|
String |
getLabel()
Get Tag of the detected terrorism information in a video.
|
MediaContentReviewSegmentItem[] |
getSegmentSet()
Get List of video segments that contain terrorism information
Note: This list displays the first 100 results at most.
|
String |
getSegmentSetFileUrl()
Get URL to the file for video segments that contain terrorism information.
|
String |
getSegmentSetFileUrlExpireTime()
Get Expiration time of the URL to the file for video segments that contain terrorism information, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)
|
String |
getSuggestion()
Get Suggestion for detected terrorism information.
|
void |
setConfidence(Float Confidence)
Set Score of detected terrorism information in a video between 0 and 100.
|
void |
setLabel(String Label)
Set Tag of the detected terrorism information in a video.
|
void |
setSegmentSet(MediaContentReviewSegmentItem[] SegmentSet)
Set List of video segments that contain terrorism information
Note: This list displays the first 100 results at most.
|
void |
setSegmentSetFileUrl(String SegmentSetFileUrl)
Set URL to the file for video segments that contain terrorism information.
|
void |
setSegmentSetFileUrlExpireTime(String SegmentSetFileUrlExpireTime)
Set Expiration time of the URL to the file for video segments that contain terrorism information, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)
|
void |
setSuggestion(String Suggestion)
Set Suggestion for detected terrorism information.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AiReviewTerrorismTaskOutput()
public AiReviewTerrorismTaskOutput(AiReviewTerrorismTaskOutput source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- Score of detected terrorism information in a video between 0 and 100.
Note: this field may return null, indicating that no valid values can be obtained.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- Suggestion for detected terrorism information. Valid values:
public String getLabel()
public void setLabel(String Label)
Label
- Tag of the detected terrorism information in a video. Valid values:
public MediaContentReviewSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewSegmentItem[] SegmentSet)
SegmentSet
- List of video segments that contain terrorism information
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 terrorism information. 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 terrorism information, in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format)Copyright © 2024. All rights reserved.