Class AiReviewPornTaskOutput
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.AiReviewPornTaskOutput
-
public class AiReviewPornTaskOutput extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AiReviewPornTaskOutput()AiReviewPornTaskOutput(AiReviewPornTaskOutput 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 视频鉴黄结果标签,取值范围: porn:色情。 sexy:性感。 vulgar:低俗。 intimacy:亲密行为。MediaContentReviewSegmentItem[]getSegmentSet()Get 有涉黄嫌疑的视频片段列表。StringgetSuggestion()Get 鉴黄结果建议,取值范围: pass。 review。 block。voidsetConfidence(Float Confidence)Set 视频鉴黄评分,分值为0到100。voidsetLabel(String Label)Set 视频鉴黄结果标签,取值范围: porn:色情。 sexy:性感。 vulgar:低俗。 intimacy:亲密行为。voidsetSegmentSet(MediaContentReviewSegmentItem[] 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
-
AiReviewPornTaskOutput
public AiReviewPornTaskOutput()
-
AiReviewPornTaskOutput
public AiReviewPornTaskOutput(AiReviewPornTaskOutput 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 视频鉴黄结果标签,取值范围:- porn:色情。
- sexy:性感。
- vulgar:低俗。
- intimacy:亲密行为。
- Returns:
- Label 视频鉴黄结果标签,取值范围:
- porn:色情。
- sexy:性感。
- vulgar:低俗。
- intimacy:亲密行为。
-
setLabel
public void setLabel(String Label)
Set 视频鉴黄结果标签,取值范围:- porn:色情。
- sexy:性感。
- vulgar:低俗。
- intimacy:亲密行为。
- Parameters:
Label- 视频鉴黄结果标签,取值范围:- porn:色情。
- sexy:性感。
- vulgar:低俗。
- intimacy:亲密行为。
-
getSegmentSet
public MediaContentReviewSegmentItem[] getSegmentSet()
Get 有涉黄嫌疑的视频片段列表。- Returns:
- SegmentSet 有涉黄嫌疑的视频片段列表。
-
setSegmentSet
public void setSegmentSet(MediaContentReviewSegmentItem[] SegmentSet)
Set 有涉黄嫌疑的视频片段列表。- Parameters:
SegmentSet- 有涉黄嫌疑的视频片段列表。
-
-