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 The confidence score for the OCR-based detection of sensitive information.
|
MediaContentReviewOcrTextSegmentItem[] |
getSegmentSet()
Get The video segments that contain sensitive information detected based on OCR.
|
String |
getSuggestion()
Get The suggestion for handling the sensitive information detected based on OCR.
|
void |
setConfidence(Float Confidence)
Set The confidence score for the OCR-based detection of sensitive information.
|
void |
setSegmentSet(MediaContentReviewOcrTextSegmentItem[] SegmentSet)
Set The video segments that contain sensitive information detected based on OCR.
|
void |
setSuggestion(String Suggestion)
Set The suggestion for handling the sensitive information detected based on OCR.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AiReviewPoliticalOcrTaskOutput()
public AiReviewPoliticalOcrTaskOutput(AiReviewPoliticalOcrTaskOutput source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- The confidence score for the OCR-based detection of sensitive information. Value range: 0-100.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- The suggestion for handling the sensitive information detected based on OCR. Valid values:
public MediaContentReviewOcrTextSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewOcrTextSegmentItem[] SegmentSet)
SegmentSet
- The video segments that contain sensitive information detected based on OCR.Copyright © 2024. All rights reserved.