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