tencentcloud-sdk-ocr 3.0.541 → 3.0.542

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97d62b9eec8ef32861b8b6815e0cb0f392094598
4
- data.tar.gz: 0095fde5fa04c4e1bb678e4e5ecda8c9dbcc70a0
3
+ metadata.gz: e2495a04039f4236c65a32b966bcabd2232eda53
4
+ data.tar.gz: 27b783f0f5b8a09476bd87b65cb174c56aeda891
5
5
  SHA512:
6
- metadata.gz: ad77b7557d85708b162ee504bd60b5c02cba933d24304165c04cd3343e04d0bae2a0524c9a7be9ea22ae52abe4adcfb34a9d3fbadd51948ca9fd91320353b8b5
7
- data.tar.gz: 9b7d1be2541cf1a4476c84c24c25f99987dea1742381fca9b45ea56f7f14ca99d8986b2895707b20cf7abe7ca291a038bb108d168cb8bfba6b9e3f8386c3cda9
6
+ metadata.gz: 3e75c6bfb83dc5c5133c557c8cc479cdafda2cae47e4de1dcf36a41aa23edc0c48237e1628c2f41829b3cbe4ef308ace0ac37b013aecdbd5338833c6af08f40e
7
+ data.tar.gz: 2a3cc6d4098c13e91ec492b49bfb30c1387c0761e4a88e9b4ad681233ec1d02a7337cd3ca7c0a8e2d82c814ed552e785eaf1c9e1b3adfd0f95407288d33c80a4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.541
1
+ 3.0.542
@@ -1509,6 +1509,8 @@ module TencentCloud
1509
1509
 
1510
1510
  # 印尼身份证识别
1511
1511
 
1512
+ # 默认接口请求频率限制:20次/秒。
1513
+
1512
1514
  # @param request: Request instance for RecognizeIndonesiaIDCardOCR.
1513
1515
  # @type request: :class:`Tencentcloud::ocr::V20181119::RecognizeIndonesiaIDCardOCRRequest`
1514
1516
  # @rtype: :class:`Tencentcloud::ocr::V20181119::RecognizeIndonesiaIDCardOCRResponse`
@@ -4833,12 +4833,16 @@ module TencentCloud
4833
4833
  # @type IssuedDate: String
4834
4834
  # @param Photo: 人像截图
4835
4835
  # @type Photo: String
4836
+ # @param Provinsi: 省份,Scene为V2时支持识别
4837
+ # @type Provinsi: String
4838
+ # @param Kota: 城市,Scene为V2时支持识别
4839
+ # @type Kota: String
4836
4840
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4837
4841
  # @type RequestId: String
4838
4842
 
4839
- attr_accessor :NIK, :Nama, :TempatTglLahir, :JenisKelamin, :GolDarah, :Alamat, :RTRW, :KelDesa, :Kecamatan, :Agama, :StatusPerkawinan, :Perkerjaan, :KewargaNegaraan, :BerlakuHingga, :IssuedDate, :Photo, :RequestId
4843
+ attr_accessor :NIK, :Nama, :TempatTglLahir, :JenisKelamin, :GolDarah, :Alamat, :RTRW, :KelDesa, :Kecamatan, :Agama, :StatusPerkawinan, :Perkerjaan, :KewargaNegaraan, :BerlakuHingga, :IssuedDate, :Photo, :Provinsi, :Kota, :RequestId
4840
4844
 
4841
- def initialize(nik=nil, nama=nil, tempattgllahir=nil, jeniskelamin=nil, goldarah=nil, alamat=nil, rtrw=nil, keldesa=nil, kecamatan=nil, agama=nil, statusperkawinan=nil, perkerjaan=nil, kewarganegaraan=nil, berlakuhingga=nil, issueddate=nil, photo=nil, requestid=nil)
4845
+ def initialize(nik=nil, nama=nil, tempattgllahir=nil, jeniskelamin=nil, goldarah=nil, alamat=nil, rtrw=nil, keldesa=nil, kecamatan=nil, agama=nil, statusperkawinan=nil, perkerjaan=nil, kewarganegaraan=nil, berlakuhingga=nil, issueddate=nil, photo=nil, provinsi=nil, kota=nil, requestid=nil)
4842
4846
  @NIK = nik
4843
4847
  @Nama = nama
4844
4848
  @TempatTglLahir = tempattgllahir
@@ -4855,6 +4859,8 @@ module TencentCloud
4855
4859
  @BerlakuHingga = berlakuhingga
4856
4860
  @IssuedDate = issueddate
4857
4861
  @Photo = photo
4862
+ @Provinsi = provinsi
4863
+ @Kota = kota
4858
4864
  @RequestId = requestid
4859
4865
  end
4860
4866
 
@@ -4875,6 +4881,8 @@ module TencentCloud
4875
4881
  @BerlakuHingga = params['BerlakuHingga']
4876
4882
  @IssuedDate = params['IssuedDate']
4877
4883
  @Photo = params['Photo']
4884
+ @Provinsi = params['Provinsi']
4885
+ @Kota = params['Kota']
4878
4886
  @RequestId = params['RequestId']
4879
4887
  end
4880
4888
  end
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.541
4
+ version: 3.0.542
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-30 00:00:00.000000000 Z
11
+ date: 2023-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common