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 The confidence score for the detection of sensitive information.
|
String |
getLabel()
Get The labels for the detected sensitive content.
|
MediaContentReviewPoliticalSegmentItem[] |
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(MediaContentReviewPoliticalSegmentItem[] 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AiReviewPoliticalTaskOutput()
public AiReviewPoliticalTaskOutput(AiReviewPoliticalTaskOutput 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. The relationship between the values of this parameter and those of the `LabelSet` parameter in [PoliticalImgReviewTemplateInfo](https://intl.cloud.tencent.com/document/api/862/37615?from_cn_redirect=1#AiReviewPoliticalTaskOutput) is as follows:
violation_photo:
public MediaContentReviewPoliticalSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewPoliticalSegmentItem[] SegmentSet)
SegmentSet
- The video segments that contain sensitive information.Copyright © 2023. All rights reserved.