public class InvoiceGeneralInfo extends AbstractModel
Constructor and Description |
---|
InvoiceGeneralInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get 识别出的字段名称(关键字),支持以下字段:
发票代码、发票号码、日期、合计金额(小写)、合计金额(大写)、购买方识别号、销售方识别号、校验码、购买方名称、销售方名称、时间、种类、发票消费类型、省、市、是否有公司印章。
|
Rect |
getRect()
Get 文本行在旋转纠正之后的图像中的像素坐标。
|
String |
getValue()
Get 识别出的字段名称对应的值,也就是字段Name对应的字符串结果。
|
void |
setName(String Name)
Set 识别出的字段名称(关键字),支持以下字段:
发票代码、发票号码、日期、合计金额(小写)、合计金额(大写)、购买方识别号、销售方识别号、校验码、购买方名称、销售方名称、时间、种类、发票消费类型、省、市、是否有公司印章。
|
void |
setRect(Rect Rect)
Set 文本行在旋转纠正之后的图像中的像素坐标。
|
void |
setValue(String Value)
Set 识别出的字段名称对应的值,也就是字段Name对应的字符串结果。
|
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 String getName()
public void setName(String Name)
Name
- 识别出的字段名称(关键字),支持以下字段:
发票代码、发票号码、日期、合计金额(小写)、合计金额(大写)、购买方识别号、销售方识别号、校验码、购买方名称、销售方名称、时间、种类、发票消费类型、省、市、是否有公司印章。public String getValue()
public void setValue(String Value)
Value
- 识别出的字段名称对应的值,也就是字段Name对应的字符串结果。public Rect getRect()
public void setRect(Rect Rect)
Rect
- 文本行在旋转纠正之后的图像中的像素坐标。Copyright © 2021. All rights reserved.