public class ImageResultsResultDetail extends AbstractModel
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 命中的关键词
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLabel()
Get 标签
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLibId()
Get 库ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLibName()
Get 库名称
注意:此字段可能返回 null,表示取不到有效值。
|
ImageResultsResultDetailLocation |
getLocation()
Get 位置信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 任务名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getScore()
Get 得分
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSubLabelCode()
Get 子标签码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSuggestion()
Get 建议
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getText()
Get OCR识别文本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKeywords(String[] Keywords)
Set 命中的关键词
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLabel(String Label)
Set 标签
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLibId(String LibId)
Set 库ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLibName(String LibName)
Set 库名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLocation(ImageResultsResultDetailLocation Location)
Set 位置信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 任务名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScore(Long Score)
Set 得分
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSubLabelCode(String SubLabelCode)
Set 子标签码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSuggestion(String Suggestion)
Set 建议
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setText(String Text)
Set OCR识别文本
注意:此字段可能返回 null,表示取不到有效值。
|
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 ImageResultsResultDetail()
public ImageResultsResultDetail(ImageResultsResultDetail source)
public String getName()
public void setName(String Name)
Name
- 任务名称
注意:此字段可能返回 null,表示取不到有效值。public String getText()
public void setText(String Text)
Text
- OCR识别文本
注意:此字段可能返回 null,表示取不到有效值。public ImageResultsResultDetailLocation getLocation()
public void setLocation(ImageResultsResultDetailLocation Location)
Location
- 位置信息
注意:此字段可能返回 null,表示取不到有效值。public String getLabel()
public void setLabel(String Label)
Label
- 标签
注意:此字段可能返回 null,表示取不到有效值。public String getLibId()
public void setLibId(String LibId)
LibId
- 库ID
注意:此字段可能返回 null,表示取不到有效值。public String getLibName()
public void setLibName(String LibName)
LibName
- 库名称
注意:此字段可能返回 null,表示取不到有效值。public String[] getKeywords()
public void setKeywords(String[] Keywords)
Keywords
- 命中的关键词
注意:此字段可能返回 null,表示取不到有效值。public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- 建议
注意:此字段可能返回 null,表示取不到有效值。public Long getScore()
public void setScore(Long Score)
Score
- 得分
注意:此字段可能返回 null,表示取不到有效值。public String getSubLabelCode()
public void setSubLabelCode(String SubLabelCode)
SubLabelCode
- 子标签码
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.