public class AiReviewPoliticalOcrTaskOutput extends AbstractModel
| Constructor and Description | 
|---|
| AiReviewPoliticalOcrTaskOutput() | 
| Modifier and Type | Method and Description | 
|---|---|
| Float | getConfidence()Get Score of the OCR-detected politically sensitive information in text from 0 to 100. | 
| MediaContentReviewOcrTextSegmentItem[] | getSegmentSet()Get List of video segments that contain OCR-detected politically sensitive information in text. | 
| String | getSuggestion()Get Suggestion for the OCR-detected politically sensitive information in text. | 
| void | setConfidence(Float Confidence)Set Score of the OCR-detected politically sensitive information in text from 0 to 100. | 
| void | setSegmentSet(MediaContentReviewOcrTextSegmentItem[] SegmentSet)Set List of video segments that contain OCR-detected politically sensitive information in text. | 
| void | setSuggestion(String Suggestion)Set Suggestion for the OCR-detected politically sensitive information in text. | 
| 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, toJsonStringpublic Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - Score of the OCR-detected politically sensitive information in text from 0 to 100.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion - Suggestion for the OCR-detected politically sensitive information in text. Valid values:
public MediaContentReviewOcrTextSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewOcrTextSegmentItem[] SegmentSet)
SegmentSet - List of video segments that contain OCR-detected politically sensitive information in text.Copyright © 2021. All rights reserved.