public class AiReviewPoliticalOcrTaskOutput extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AiReviewPoliticalOcrTaskOutput() | 
| AiReviewPoliticalOcrTaskOutput(AiReviewPoliticalOcrTaskOutput 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 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AiReviewPoliticalOcrTaskOutput()
public AiReviewPoliticalOcrTaskOutput(AiReviewPoliticalOcrTaskOutput source)
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 © 2025. All rights reserved.