public class ImageResultsResultDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
ImageResultsResultDetail() |
ImageResultsResultDetail(ImageResultsResultDetail 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 |
---|---|
String[] |
getKeywords()
Get 命中的关键词
|
String |
getLabel()
Get 标签
|
String |
getLibId()
Get 库ID
|
String |
getLibName()
Get 库名称
|
ImageResultsResultDetailLocation |
getLocation()
Get 位置信息
|
String |
getName()
Get 任务名称
|
OcrHitInfo[] |
getOcrHitInfos()
Get Ocr文本命中信息
|
Long |
getScore()
Get 得分
|
String |
getSubLabel()
Get 子标签
|
String |
getSubLabelCode()
Get 子标签码
|
String |
getSuggestion()
Get 建议
|
String |
getText()
Get OCR识别文本
|
void |
setKeywords(String[] Keywords)
Set 命中的关键词
|
void |
setLabel(String Label)
Set 标签
|
void |
setLibId(String LibId)
Set 库ID
|
void |
setLibName(String LibName)
Set 库名称
|
void |
setLocation(ImageResultsResultDetailLocation Location)
Set 位置信息
|
void |
setName(String Name)
Set 任务名称
|
void |
setOcrHitInfos(OcrHitInfo[] OcrHitInfos)
Set Ocr文本命中信息
|
void |
setScore(Long Score)
Set 得分
|
void |
setSubLabel(String SubLabel)
Set 子标签
|
void |
setSubLabelCode(String SubLabelCode)
Set 子标签码
|
void |
setSuggestion(String Suggestion)
Set 建议
|
void |
setText(String Text)
Set OCR识别文本
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ImageResultsResultDetail()
public ImageResultsResultDetail(ImageResultsResultDetail source)
public String getName()
public void setName(String Name)
Name
- 任务名称public String getText()
public void setText(String Text)
Text
- OCR识别文本public ImageResultsResultDetailLocation getLocation()
public void setLocation(ImageResultsResultDetailLocation Location)
Location
- 位置信息public String getLabel()
public void setLabel(String Label)
Label
- 标签public String getLibId()
public void setLibId(String LibId)
LibId
- 库IDpublic String getLibName()
public void setLibName(String LibName)
LibName
- 库名称public String[] getKeywords()
public void setKeywords(String[] Keywords)
Keywords
- 命中的关键词public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- 建议public Long getScore()
public void setScore(Long Score)
Score
- 得分public String getSubLabelCode()
public void setSubLabelCode(String SubLabelCode)
SubLabelCode
- 子标签码public String getSubLabel()
public void setSubLabel(String SubLabel)
SubLabel
- 子标签public OcrHitInfo[] getOcrHitInfos()
public void setOcrHitInfos(OcrHitInfo[] OcrHitInfos)
OcrHitInfos
- Ocr文本命中信息Copyright © 2025. All rights reserved.