Class: TencentCloud::Ocr::V20181119::FinanBillSliceInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::FinanBillSliceInfo
- Defined in:
- lib/v20181119/models.rb
Overview
金融票据切片识别单个字段的内容
Instance Attribute Summary collapse
-
#Name ⇒ Object
大写金额、小写金额、账号、票号1、票号2、收款人、大写日期、同城交换号、地址-省份、地址-城市、付款行全称、支票密码、支票用途。.
-
#Value ⇒ Object
大写金额、小写金额、账号、票号1、票号2、收款人、大写日期、同城交换号、地址-省份、地址-城市、付款行全称、支票密码、支票用途。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ FinanBillSliceInfo
constructor
A new instance of FinanBillSliceInfo.
Constructor Details
#initialize(name = nil, value = nil) ⇒ FinanBillSliceInfo
Returns a new instance of FinanBillSliceInfo.
2922 2923 2924 2925 |
# File 'lib/v20181119/models.rb', line 2922 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
大写金额、小写金额、账号、票号1、票号2、收款人、大写日期、同城交换号、地址-省份、地址-城市、付款行全称、支票密码、支票用途。
2920 2921 2922 |
# File 'lib/v20181119/models.rb', line 2920 def Name @Name end |
#Value ⇒ Object
大写金额、小写金额、账号、票号1、票号2、收款人、大写日期、同城交换号、地址-省份、地址-城市、付款行全称、支票密码、支票用途。
2920 2921 2922 |
# File 'lib/v20181119/models.rb', line 2920 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
2927 2928 2929 2930 |
# File 'lib/v20181119/models.rb', line 2927 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |