public class AiReviewPoliticalAsrTaskOutput extends AbstractModel
构造器和说明 |
---|
AiReviewPoliticalAsrTaskOutput() |
限定符和类型 | 方法和说明 |
---|---|
Float |
getConfidence()
获取Asr 文字涉政、敏感评分,分值为0到100。
|
MediaContentReviewAsrTextSegmentItem[] |
getSegmentSet()
获取Asr 文字有涉政、敏感嫌疑的视频片段列表。
|
String |
getSuggestion()
获取Asr 文字涉政、敏感结果建议,取值范围:
pass。
|
void |
setConfidence(Float Confidence)
设置Asr 文字涉政、敏感评分,分值为0到100。
|
void |
setSegmentSet(MediaContentReviewAsrTextSegmentItem[] SegmentSet)
设置Asr 文字有涉政、敏感嫌疑的视频片段列表。
|
void |
setSuggestion(String Suggestion)
设置Asr 文字涉政、敏感结果建议,取值范围:
pass。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2019. All rights reserved.