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 The confidence score for the detection of sensitive information. | 
| String | getLabel()Get The labels for the detected sensitive content. | 
| MediaContentReviewSegmentItem[] | getSegmentSet()Get The video segments that contain sensitive information. | 
| String | getSuggestion()Get The suggestion for handling the sensitive information detected. | 
| void | setConfidence(Float Confidence)Set The confidence score for the detection of sensitive information. | 
| void | setLabel(String Label)Set The labels for the detected sensitive content. | 
| void | setSegmentSet(MediaContentReviewSegmentItem[] SegmentSet)Set The video segments that contain sensitive information. | 
| void | setSuggestion(String Suggestion)Set The suggestion for handling the sensitive information detected. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AiReviewTerrorismTaskOutput()
public AiReviewTerrorismTaskOutput(AiReviewTerrorismTaskOutput source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - The confidence score for the detection of sensitive information. Value range: 0-100.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion - The suggestion for handling the sensitive information detected. Valid values:
public String getLabel()
public void setLabel(String Label)
Label - The labels for the detected sensitive content. Valid values:
public MediaContentReviewSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewSegmentItem[] SegmentSet)
SegmentSet - The video segments that contain sensitive information.Copyright © 2025. All rights reserved.