public class AiReviewPoliticalOcrTaskOutput extends AbstractModel
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 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, toJsonString
public AiReviewPoliticalOcrTaskOutput()
public AiReviewPoliticalOcrTaskOutput(AiReviewPoliticalOcrTaskOutput source)
public 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.