public class VodPoliticalOcrReviewResult extends AbstractModel
Constructor and Description |
---|
VodPoliticalOcrReviewResult() |
VodPoliticalOcrReviewResult(VodPoliticalOcrReviewResult 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 |
---|---|
Long |
getCode()
Get 错误码,0:成功,其他值:失败。
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getConfidence()
Get Ocr 文字涉政、敏感评分,分值为0到100。
|
String |
getMsg()
Get 错误信息。
注意:此字段可能返回 null,表示取不到有效值。
|
VodOcrTextSegmentItem[] |
getSegmentSet()
Get Ocr 文字有涉政、敏感嫌疑的视频片段列表。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatus()
Get 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
String |
getSuggestion()
Get Ocr 文字涉政、敏感结果建议,取值范围:
pass。
review。
block。
|
void |
setCode(Long Code)
Set 错误码,0:成功,其他值:失败。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConfidence(Float Confidence)
Set Ocr 文字涉政、敏感评分,分值为0到100。
|
void |
setMsg(String Msg)
Set 错误信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSegmentSet(VodOcrTextSegmentItem[] SegmentSet)
Set Ocr 文字有涉政、敏感嫌疑的视频片段列表。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(String Status)
Set 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
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 VodPoliticalOcrReviewResult()
public VodPoliticalOcrReviewResult(VodPoliticalOcrReviewResult source)
public String getStatus()
public void setStatus(String Status)
Status
- 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。public Long getCode()
public void setCode(Long Code)
Code
- 错误码,0:成功,其他值:失败。
注意:此字段可能返回 null,表示取不到有效值。public String getMsg()
public void setMsg(String Msg)
Msg
- 错误信息。
注意:此字段可能返回 null,表示取不到有效值。public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- Ocr 文字涉政、敏感评分,分值为0到100。public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- Ocr 文字涉政、敏感结果建议,取值范围:
pass。
review。
block。public VodOcrTextSegmentItem[] getSegmentSet()
public void setSegmentSet(VodOcrTextSegmentItem[] SegmentSet)
SegmentSet
- Ocr 文字有涉政、敏感嫌疑的视频片段列表。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.