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 Hit keyword
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getLabel()
Get Tag
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getLibId()
Get Library ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getLibName()
Get Database name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
ImageResultsResultDetailLocation | 
getLocation()
Get Location information
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getName()
Get Task name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getScore()
Get Score
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getSubLabelCode()
Get Subtag under the current tag
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getSuggestion()
Get Suggestion
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getText()
Get OCR-recognized text
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setKeywords(String[] Keywords)
Set Hit keyword
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setLabel(String Label)
Set Tag
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setLibId(String LibId)
Set Library ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setLibName(String LibName)
Set Database name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setLocation(ImageResultsResultDetailLocation Location)
Set Location information
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setName(String Name)
Set Task name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setScore(Long Score)
Set Score
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setSubLabelCode(String SubLabelCode)
Set Subtag under the current tag
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setSuggestion(String Suggestion)
Set Suggestion
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setText(String Text)
Set OCR-recognized text
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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, toJsonStringpublic ImageResultsResultDetail()
public ImageResultsResultDetail(ImageResultsResultDetail source)
public String getName()
public void setName(String Name)
Name - Task name
Note: This field may return null, indicating that no valid values can be obtained.public String getText()
public void setText(String Text)
Text - OCR-recognized text
Note: This field may return null, indicating that no valid values can be obtained.public ImageResultsResultDetailLocation getLocation()
public void setLocation(ImageResultsResultDetailLocation Location)
Location - Location information
Note: This field may return null, indicating that no valid values can be obtained.public String getLabel()
public void setLabel(String Label)
Label - Tag
Note: This field may return null, indicating that no valid values can be obtained.public String getLibId()
public void setLibId(String LibId)
LibId - Library ID
Note: This field may return null, indicating that no valid values can be obtained.public String getLibName()
public void setLibName(String LibName)
LibName - Database name
Note: This field may return null, indicating that no valid values can be obtained.public String[] getKeywords()
public void setKeywords(String[] Keywords)
Keywords - Hit keyword
Note: This field may return null, indicating that no valid values can be obtained.public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion - Suggestion
Note: This field may return null, indicating that no valid values can be obtained.public Long getScore()
public void setScore(Long Score)
Score - Score
Note: This field may return null, indicating that no valid values can be obtained.public String getSubLabelCode()
public void setSubLabelCode(String SubLabelCode)
SubLabelCode - Subtag under the current tag
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.