tencentcloud-sdk-ocr 3.0.1152 → 3.0.1156
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20181119/models.rb +13 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ce4ef48cc2a9dc3d7f08c34d49804996bc17e17
|
4
|
+
data.tar.gz: c193abf2a1cbbbe7174d6cf38b8422266d8f93b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b67e5530c8c11d6dc056a0d2b50b4191818ec63aeb5fb34a8ddd2adda0d7a9d06b525ad823e0e6644b918f1e693450d8e13013410fef3dd3f243945839a0b04d
|
7
|
+
data.tar.gz: c1a53ccde35d9839620b4efe774b3b46985090d577d6152fd50156da248e61e2cabe16ccf862155897136a180e477bb56bbf7d225d14175205a6381b35d2e77b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1156
|
data/lib/v20181119/models.rb
CHANGED
@@ -3002,15 +3002,18 @@ module TencentCloud
|
|
3002
3002
|
# @type StructuralList: Array
|
3003
3003
|
# @param WordList: 还原文本信息
|
3004
3004
|
# @type WordList: Array
|
3005
|
+
# @param SealInfos: 全部印章信息
|
3006
|
+
# @type SealInfos: Array
|
3005
3007
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3006
3008
|
# @type RequestId: String
|
3007
3009
|
|
3008
|
-
attr_accessor :Angle, :StructuralList, :WordList, :RequestId
|
3010
|
+
attr_accessor :Angle, :StructuralList, :WordList, :SealInfos, :RequestId
|
3009
3011
|
|
3010
|
-
def initialize(angle=nil, structurallist=nil, wordlist=nil, requestid=nil)
|
3012
|
+
def initialize(angle=nil, structurallist=nil, wordlist=nil, sealinfos=nil, requestid=nil)
|
3011
3013
|
@Angle = angle
|
3012
3014
|
@StructuralList = structurallist
|
3013
3015
|
@WordList = wordlist
|
3016
|
+
@SealInfos = sealinfos
|
3014
3017
|
@RequestId = requestid
|
3015
3018
|
end
|
3016
3019
|
|
@@ -3032,6 +3035,14 @@ module TencentCloud
|
|
3032
3035
|
@WordList << worditem_tmp
|
3033
3036
|
end
|
3034
3037
|
end
|
3038
|
+
unless params['SealInfos'].nil?
|
3039
|
+
@SealInfos = []
|
3040
|
+
params['SealInfos'].each do |i|
|
3041
|
+
sealinfo_tmp = SealInfo.new
|
3042
|
+
sealinfo_tmp.deserialize(i)
|
3043
|
+
@SealInfos << sealinfo_tmp
|
3044
|
+
end
|
3045
|
+
end
|
3035
3046
|
@RequestId = params['RequestId']
|
3036
3047
|
end
|
3037
3048
|
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.
|
4
|
+
version: 3.0.1156
|
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-10-
|
11
|
+
date: 2025-10-19 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:
|