public class AiReviewPornAsrTaskOutput extends AbstractModel
Constructor and Description |
---|
AiReviewPornAsrTaskOutput() |
AiReviewPornAsrTaskOutput(AiReviewPornAsrTaskOutput 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 Asr 文字涉黄评分,分值为0到100。
|
MediaContentReviewAsrTextSegmentItem[] |
getSegmentSet()
Get Asr 文字有涉黄嫌疑的视频片段列表。
|
String |
getSuggestion()
Get Asr 文字涉黄结果建议,取值范围:
pass。
review。
block。
|
void |
setConfidence(Float Confidence)
Set Asr 文字涉黄评分,分值为0到100。
|
void |
setSegmentSet(MediaContentReviewAsrTextSegmentItem[] SegmentSet)
Set Asr 文字有涉黄嫌疑的视频片段列表。
|
void |
setSuggestion(String Suggestion)
Set Asr 文字涉黄结果建议,取值范围:
pass。
review。
block。
|
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 AiReviewPornAsrTaskOutput()
public AiReviewPornAsrTaskOutput(AiReviewPornAsrTaskOutput source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- Asr 文字涉黄评分,分值为0到100。public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- Asr 文字涉黄结果建议,取值范围:
public MediaContentReviewAsrTextSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewAsrTextSegmentItem[] SegmentSet)
SegmentSet
- Asr 文字有涉黄嫌疑的视频片段列表。Copyright © 2021. All rights reserved.