public class TextEduPaper extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.