public class ContentReviewOcrResult extends AbstractModel
Constructor and Description |
---|
ContentReviewOcrResult() |
ContentReviewOcrResult(ContentReviewOcrResult 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[] |
getAreaCoordSet()
Get Ocr 文字鉴别的嫌疑文字出现的区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。
|
Float |
getConfidence()
Get Ocr 文字鉴别结果的评分,分值为0到100。
|
String[] |
getKeywordSet()
Get Ocr 文字鉴别的嫌疑关键词列表。
|
String |
getSuggestion()
Get Ocr 文字鉴别的结果建议,取值范围:
pass;
review;
block。
|
void |
setAreaCoordSet(Long[] AreaCoordSet)
Set Ocr 文字鉴别的嫌疑文字出现的区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。
|
void |
setConfidence(Float Confidence)
Set Ocr 文字鉴别结果的评分,分值为0到100。
|
void |
setKeywordSet(String[] KeywordSet)
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 ContentReviewOcrResult()
public ContentReviewOcrResult(ContentReviewOcrResult source)
public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- Ocr 文字鉴别结果的评分,分值为0到100。public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- Ocr 文字鉴别的结果建议,取值范围:
public String[] getKeywordSet()
public void setKeywordSet(String[] KeywordSet)
KeywordSet
- Ocr 文字鉴别的嫌疑关键词列表。public Long[] getAreaCoordSet()
public void setAreaCoordSet(Long[] AreaCoordSet)
AreaCoordSet
- Ocr 文字鉴别的嫌疑文字出现的区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。Copyright © 2022. All rights reserved.