public class AiReviewProhibitedOcrTaskOutput extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AiReviewProhibitedOcrTaskOutput() | 
| AiReviewProhibitedOcrTaskOutput(AiReviewProhibitedOcrTaskOutput 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 Score of OCR-detected prohibited information in text between 0 and 100. | 
| MediaContentReviewOcrTextSegmentItem[] | getSegmentSet()Get List of video segments that contain the OCR-detected prohibited information in text. | 
| String | getSuggestion()Get Suggestion for OCR-detected prohibited information in text. | 
| void | setConfidence(Float Confidence)Set Score of OCR-detected prohibited information in text between 0 and 100. | 
| void | setSegmentSet(MediaContentReviewOcrTextSegmentItem[] SegmentSet)Set List of video segments that contain the OCR-detected prohibited information in text. | 
| void | setSuggestion(String Suggestion)Set Suggestion for OCR-detected prohibited information in text. | 
| 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 AiReviewProhibitedOcrTaskOutput()
public AiReviewProhibitedOcrTaskOutput(AiReviewProhibitedOcrTaskOutput source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - Score of OCR-detected prohibited information in text between 0 and 100.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion - Suggestion for OCR-detected prohibited information in text. Valid values:
public MediaContentReviewOcrTextSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewOcrTextSegmentItem[] SegmentSet)
SegmentSet - List of video segments that contain the OCR-detected prohibited information in text.Copyright © 2025. All rights reserved.