public class AiReviewPornTaskOutput extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Float |
getConfidence()
Get 视频鉴黄评分,分值为0到100。
|
String |
getLabel()
Get 视频鉴黄结果标签,取值范围:
porn:色情。
sexy:性感。
vulgar:低俗。
intimacy:亲密行为。
|
MediaContentReviewSegmentItem[] |
getSegmentSet()
Get 有涉黄嫌疑的视频片段列表。
|
String |
getSuggestion()
Get 鉴黄结果建议,取值范围:
pass。
review。
block。
|
void |
setConfidence(Float Confidence)
Set 视频鉴黄评分,分值为0到100。
|
void |
setLabel(String Label)
Set 视频鉴黄结果标签,取值范围:
porn:色情。
sexy:性感。
vulgar:低俗。
intimacy:亲密行为。
|
void |
setSegmentSet(MediaContentReviewSegmentItem[] SegmentSet)
Set 有涉黄嫌疑的视频片段列表。
|
void |
setSuggestion(String Suggestion)
Set 鉴黄结果建议,取值范围:
pass。
review。
block。
|
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, toJsonString
public AiReviewPornTaskOutput()
public AiReviewPornTaskOutput(AiReviewPornTaskOutput source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- 视频鉴黄评分,分值为0到100。public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- 鉴黄结果建议,取值范围:
public String getLabel()
public void setLabel(String Label)
Label
- 视频鉴黄结果标签,取值范围:
public MediaContentReviewSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewSegmentItem[] SegmentSet)
SegmentSet
- 有涉黄嫌疑的视频片段列表。Copyright © 2024. All rights reserved.