public class TextEduPaper extends AbstractModel
Constructor and Description |
---|
TextEduPaper() |
TextEduPaper(TextEduPaper 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 |
getDetectedText()
Get 识别出的字段名称对应的值,也就是字段Item对应的字符串结果
|
String |
getItem()
Get 识别出的字段名称(关键字)
|
ItemCoord |
getItemcoord()
Get 文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)
|
void |
setDetectedText(String DetectedText)
Set 识别出的字段名称对应的值,也就是字段Item对应的字符串结果
|
void |
setItem(String Item)
Set 识别出的字段名称(关键字)
|
void |
setItemcoord(ItemCoord Itemcoord)
Set 文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)
|
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 TextEduPaper()
public TextEduPaper(TextEduPaper source)
public String getItem()
public void setItem(String Item)
Item
- 识别出的字段名称(关键字)public String getDetectedText()
public void setDetectedText(String DetectedText)
DetectedText
- 识别出的字段名称对应的值,也就是字段Item对应的字符串结果public ItemCoord getItemcoord()
public void setItemcoord(ItemCoord Itemcoord)
Itemcoord
- 文本行在旋转纠正之后的图像中的像素坐标,表示为(左上角x, 左上角y,宽width,高height)Copyright © 2021. All rights reserved.