public class AiReviewTerrorismTaskOutput extends AbstractModel
| 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 the detected terrorism information in a video from 0 to 100. | 
| String | getLabel()Get Tags for detected terrorism information in a video. | 
| MediaContentReviewSegmentItem[] | getSegmentSet()Get List of video segments that contain the detected terrorism information. | 
| String | getSuggestion()Get Suggestion for the detected terrorism information. | 
| void | setConfidence(Float Confidence)Set Score of the detected terrorism information in a video from 0 to 100. | 
| void | setLabel(String Label)Set Tags for detected terrorism information in a video. | 
| void | setSegmentSet(MediaContentReviewSegmentItem[] SegmentSet)Set List of video segments that contain the detected terrorism information. | 
| void | setSuggestion(String Suggestion)Set Suggestion for the detected terrorism information. | 
| 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 AiReviewTerrorismTaskOutput()
public AiReviewTerrorismTaskOutput(AiReviewTerrorismTaskOutput source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - Score of the detected terrorism information in a video from 0 to 100.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion - Suggestion for the detected terrorism information. Valid values:
public String getLabel()
public void setLabel(String Label)
Label - Tags for detected terrorism information in a video. Valid values:
public MediaContentReviewSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewSegmentItem[] SegmentSet)
SegmentSet - List of video segments that contain the detected terrorism information.Copyright © 2022. All rights reserved.