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