public class AiReviewProhibitedOcrTaskOutput extends AbstractModel
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 Ocr 文字涉违禁评分,分值为0到100。
|
MediaContentReviewOcrTextSegmentItem[] |
getSegmentSet()
Get Ocr 文字有涉违禁嫌疑的视频片段列表。
|
String |
getSuggestion()
Get Ocr 文字涉违禁结果建议,取值范围:
pass。
review。
block。
|
void |
setConfidence(Float Confidence)
Set Ocr 文字涉违禁评分,分值为0到100。
|
void |
setSegmentSet(MediaContentReviewOcrTextSegmentItem[] SegmentSet)
Set Ocr 文字有涉违禁嫌疑的视频片段列表。
|
void |
setSuggestion(String Suggestion)
Set Ocr 文字涉违禁结果建议,取值范围:
pass。
review。
block。
|
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 AiReviewProhibitedOcrTaskOutput()
public AiReviewProhibitedOcrTaskOutput(AiReviewProhibitedOcrTaskOutput source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- Ocr 文字涉违禁评分,分值为0到100。public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- Ocr 文字涉违禁结果建议,取值范围:
public MediaContentReviewOcrTextSegmentItem[] getSegmentSet()
public void setSegmentSet(MediaContentReviewOcrTextSegmentItem[] SegmentSet)
SegmentSet
- Ocr 文字有涉违禁嫌疑的视频片段列表。Copyright © 2022. All rights reserved.