tencentcloud-sdk-ocr 3.0.1177 → 3.0.1178

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20181119/models.rb +20 -3
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9681bbc98cd13bb44662039b9fa8f153ab9faea2
4
- data.tar.gz: 560644566aa017a0e5e1a137f1e2712c7174ead1
3
+ metadata.gz: 5cf12363cc81ba0e7f244037564f0a43349c600f
4
+ data.tar.gz: 12ca5b0de3db68ce9a275c6b3ca10986004949ae
5
5
  SHA512:
6
- metadata.gz: 32ae185eea6c7b528f842bd2fb67b9b82fd924a7a5ec7679e901e9aa99add6a2700e5d169d71fdbf08763251c85a5a69abb0cfbf39a843b714127bcd210ce2a2
7
- data.tar.gz: 45da2e0014a5dca2cce98585d570033c1d2f9ae220d1ab692833927a5f603ce1c46b98cead7d0b93982442f0e5595c31c6203d5b0d45913b352a84b8050a31d4
6
+ metadata.gz: a06bfc08c23073542d4743a2a382ac7cd858f017fee066b03ce17b2f32995854a4d8096805fe97086f90bb2fad9a9d6d636c9b25a94b15278a4b81b808ac3f23
7
+ data.tar.gz: e41ad98f8c98ebfa94b26b16dcb898f8835089487b4fd93ee7979ba138b3cf175cedca77ff77eee39e7f86db885cd977244bdcc20d02dcd5598a0ca0ef5a69ba
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1177
1
+ 3.0.1178
@@ -2169,10 +2169,18 @@ module TencentCloud
2169
2169
 
2170
2170
  # 注意:此字段可能返回 null,表示取不到有效值。
2171
2171
  # @type ElectronicAirTransportDetails: Array
2172
+ # @param Fare: 票价
2173
+ # @type Fare: String
2174
+ # @param FuelSurcharge: 燃油附加费
2175
+ # @type FuelSurcharge: String
2176
+ # @param TaxAmount: 增值税税额
2177
+ # @type TaxAmount: String
2178
+ # @param DevelopmentFund: 民航发展基金
2179
+ # @type DevelopmentFund: String
2172
2180
 
2173
- attr_accessor :Code, :Number, :Date, :Amount, :CheckCode, :Total, :DeductionMark, :StateCode, :BuyerTaxCode, :BuyerName, :Tax, :DomesticInternationalMark, :PassengerName, :PassengerNo, :ElectronicNumber, :ElectronicAirTransportDetails
2181
+ attr_accessor :Code, :Number, :Date, :Amount, :CheckCode, :Total, :DeductionMark, :StateCode, :BuyerTaxCode, :BuyerName, :Tax, :DomesticInternationalMark, :PassengerName, :PassengerNo, :ElectronicNumber, :ElectronicAirTransportDetails, :Fare, :FuelSurcharge, :TaxAmount, :DevelopmentFund
2174
2182
 
2175
- def initialize(code=nil, number=nil, date=nil, amount=nil, checkcode=nil, total=nil, deductionmark=nil, statecode=nil, buyertaxcode=nil, buyername=nil, tax=nil, domesticinternationalmark=nil, passengername=nil, passengerno=nil, electronicnumber=nil, electronicairtransportdetails=nil)
2183
+ def initialize(code=nil, number=nil, date=nil, amount=nil, checkcode=nil, total=nil, deductionmark=nil, statecode=nil, buyertaxcode=nil, buyername=nil, tax=nil, domesticinternationalmark=nil, passengername=nil, passengerno=nil, electronicnumber=nil, electronicairtransportdetails=nil, fare=nil, fuelsurcharge=nil, taxamount=nil, developmentfund=nil)
2176
2184
  @Code = code
2177
2185
  @Number = number
2178
2186
  @Date = date
@@ -2189,6 +2197,10 @@ module TencentCloud
2189
2197
  @PassengerNo = passengerno
2190
2198
  @ElectronicNumber = electronicnumber
2191
2199
  @ElectronicAirTransportDetails = electronicairtransportdetails
2200
+ @Fare = fare
2201
+ @FuelSurcharge = fuelsurcharge
2202
+ @TaxAmount = taxamount
2203
+ @DevelopmentFund = developmentfund
2192
2204
  end
2193
2205
 
2194
2206
  def deserialize(params)
@@ -2215,6 +2227,10 @@ module TencentCloud
2215
2227
  @ElectronicAirTransportDetails << electronicairtransportdetail_tmp
2216
2228
  end
2217
2229
  end
2230
+ @Fare = params['Fare']
2231
+ @FuelSurcharge = params['FuelSurcharge']
2232
+ @TaxAmount = params['TaxAmount']
2233
+ @DevelopmentFund = params['DevelopmentFund']
2218
2234
  end
2219
2235
  end
2220
2236
 
@@ -3044,6 +3060,7 @@ module TencentCloud
3044
3060
  # @type ReturnFullText: Boolean
3045
3061
  # @param ConfigId: 配置id支持:
3046
3062
  # General -- 通用场景
3063
+ # GeneralNoDate -- 无后处理日期格式模版
3047
3064
  # OnlineTaxiItinerary -- 网约车行程单
3048
3065
  # RideHailingDriverLicense -- 网约车驾驶证
3049
3066
  # RideHailingTransportLicense -- 网约车运输证
@@ -9363,7 +9380,7 @@ module TencentCloud
9363
9380
  # @param PdfPageSize: 图片为PDF时,返回PDF的总页数,默认为0
9364
9381
  # 注意:此字段可能返回 null,表示取不到有效值。
9365
9382
  # @type PdfPageSize: Integer
9366
- # @param Angle: 图片旋转角度(角度制),文本的水平方向为0°,统一以逆时针方向旋转,逆时针为负,角度范围为-360°至0°。
9383
+ # @param Angle: 图片旋转角度(角度制),文本的水平方向为0°。
9367
9384
  # 注意:此字段可能返回 null,表示取不到有效值。
9368
9385
  # @type Angle: Float
9369
9386
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ocr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1177
4
+ version: 3.0.1178
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-04 00:00:00.000000000 Z
11
+ date: 2025-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-ocr.rb
37
- - lib/v20181119/client.rb
38
36
  - lib/v20181119/models.rb
37
+ - lib/v20181119/client.rb
38
+ - lib/tencentcloud-sdk-ocr.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: