tencentcloud-sdk-ocr 3.0.541 → 3.0.543

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97d62b9eec8ef32861b8b6815e0cb0f392094598
4
- data.tar.gz: 0095fde5fa04c4e1bb678e4e5ecda8c9dbcc70a0
3
+ metadata.gz: 5822a5cc34d9790795fc0f699b0c2179d4bb1646
4
+ data.tar.gz: 3c9f0615700359d78b99ab73aaf77f4af18bfaaa
5
5
  SHA512:
6
- metadata.gz: ad77b7557d85708b162ee504bd60b5c02cba933d24304165c04cd3343e04d0bae2a0524c9a7be9ea22ae52abe4adcfb34a9d3fbadd51948ca9fd91320353b8b5
7
- data.tar.gz: 9b7d1be2541cf1a4476c84c24c25f99987dea1742381fca9b45ea56f7f14ca99d8986b2895707b20cf7abe7ca291a038bb108d168cb8bfba6b9e3f8386c3cda9
6
+ metadata.gz: e1fccce1116d1e8a26eb17714f85742719498d5a18541e61ceecc1286692cebe0899de9791c2efc92c8954f51cc63a311c794cae7ec5afdf34d5f0809ed0a696
7
+ data.tar.gz: b34eecf3deffbd02fe6dda23c5e00dcd39003633ce5ed82610f007b3fe074a19144ad29064e7151407cb31d7197b46366c1538646a824daa2595af8447e5e53e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.541
1
+ 3.0.543
@@ -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.543
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-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common