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