Class AiReviewPoliticalTaskOutput
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.AiReviewPoliticalTaskOutput
-
public class AiReviewPoliticalTaskOutput extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetConfidence()Get 视频涉敏评分,分值为0到100。StringgetLabel()Get 视频涉敏结果标签。内容审核模板[画面涉敏任务控制参数](https://cloud.tencent.com/document/api/862/37615#AiReviewPoliticalTaskOutput)里 LabelSet 参数与此参数取值范围的对应关系: violation_photo: violation_photo:违规图标。 其他(即 politician/entertainment/sport/entrepreneur/scholar/celebrity/military): politician:涉敏人物。MediaContentReviewPoliticalSegmentItem[]getSegmentSet()Get 有涉敏嫌疑的视频片段列表。StringgetSuggestion()Get 涉敏结果建议,取值范围: pass。 review。 block。voidsetConfidence(Float Confidence)Set 视频涉敏评分,分值为0到100。voidsetLabel(String Label)Set 视频涉敏结果标签。内容审核模板[画面涉敏任务控制参数](https://cloud.tencent.com/document/api/862/37615#AiReviewPoliticalTaskOutput)里 LabelSet 参数与此参数取值范围的对应关系: violation_photo: violation_photo:违规图标。 其他(即 politician/entertainment/sport/entrepreneur/scholar/celebrity/military): politician:涉敏人物。voidsetSegmentSet(MediaContentReviewPoliticalSegmentItem[] SegmentSet)Set 有涉敏嫌疑的视频片段列表。voidsetSuggestion(String Suggestion)Set 涉敏结果建议,取值范围: pass。 review。 block。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AiReviewPoliticalTaskOutput
public AiReviewPoliticalTaskOutput()
-
AiReviewPoliticalTaskOutput
public 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.
-
-
Method Detail
-
getConfidence
public Float getConfidence()
Get 视频涉敏评分,分值为0到100。- Returns:
- Confidence 视频涉敏评分,分值为0到100。
-
setConfidence
public void setConfidence(Float Confidence)
Set 视频涉敏评分,分值为0到100。- Parameters:
Confidence- 视频涉敏评分,分值为0到100。
-
getSuggestion
public String getSuggestion()
Get 涉敏结果建议,取值范围:- pass。
- review。
- block。
- Returns:
- Suggestion 涉敏结果建议,取值范围:
- pass。
- review。
- block。
-
setSuggestion
public void setSuggestion(String Suggestion)
Set 涉敏结果建议,取值范围:- pass。
- review。
- block。
- Parameters:
Suggestion- 涉敏结果建议,取值范围:- pass。
- review。
- block。
-
getLabel
public String getLabel()
Get 视频涉敏结果标签。内容审核模板[画面涉敏任务控制参数](https://cloud.tencent.com/document/api/862/37615#AiReviewPoliticalTaskOutput)里 LabelSet 参数与此参数取值范围的对应关系: violation_photo:- violation_photo:违规图标。
其他(即 politician/entertainment/sport/entrepreneur/scholar/celebrity/military):- politician:涉敏人物。
- Returns:
- Label 视频涉敏结果标签。内容审核模板[画面涉敏任务控制参数](https://cloud.tencent.com/document/api/862/37615#AiReviewPoliticalTaskOutput)里 LabelSet 参数与此参数取值范围的对应关系:
violation_photo:
- violation_photo:违规图标。
其他(即 politician/entertainment/sport/entrepreneur/scholar/celebrity/military):- politician:涉敏人物。
-
setLabel
public void setLabel(String Label)
Set 视频涉敏结果标签。内容审核模板[画面涉敏任务控制参数](https://cloud.tencent.com/document/api/862/37615#AiReviewPoliticalTaskOutput)里 LabelSet 参数与此参数取值范围的对应关系: violation_photo:- violation_photo:违规图标。
其他(即 politician/entertainment/sport/entrepreneur/scholar/celebrity/military):- politician:涉敏人物。
- Parameters:
Label- 视频涉敏结果标签。内容审核模板[画面涉敏任务控制参数](https://cloud.tencent.com/document/api/862/37615#AiReviewPoliticalTaskOutput)里 LabelSet 参数与此参数取值范围的对应关系: violation_photo:- violation_photo:违规图标。
其他(即 politician/entertainment/sport/entrepreneur/scholar/celebrity/military):- politician:涉敏人物。
-
getSegmentSet
public MediaContentReviewPoliticalSegmentItem[] getSegmentSet()
Get 有涉敏嫌疑的视频片段列表。- Returns:
- SegmentSet 有涉敏嫌疑的视频片段列表。
-
setSegmentSet
public void setSegmentSet(MediaContentReviewPoliticalSegmentItem[] SegmentSet)
Set 有涉敏嫌疑的视频片段列表。- Parameters:
SegmentSet- 有涉敏嫌疑的视频片段列表。
-
-