Class: TencentCloud::Ocr::V20181119::FinanBillSliceInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20181119/models.rb

Overview

金融票据切片识别单个字段的内容

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#NameObject

大写金额、小写金额、账号、票号1、票号2、收款人、大写日期、同城交换号、地址-省份、地址-城市、付款行全称、支票密码、支票用途。

Parameters:

  • Name:

    识别出的字段名称(关键字),支持以下字段:

  • Value:

    识别出的字段名称对应的值,也就是字段Name对应的字符串结果。



2920
2921
2922
# File 'lib/v20181119/models.rb', line 2920

def Name
  @Name
end

#ValueObject

大写金额、小写金额、账号、票号1、票号2、收款人、大写日期、同城交换号、地址-省份、地址-城市、付款行全称、支票密码、支票用途。

Parameters:

  • Name:

    识别出的字段名称(关键字),支持以下字段:

  • Value:

    识别出的字段名称对应的值,也就是字段Name对应的字符串结果。



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