tencentcloud-sdk-iotexplorer 3.0.1064 → 3.0.1065
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/v20190423/models.rb +22 -18
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03cbeaf0021be49663bd8622c8d8ab9741beb288
|
4
|
+
data.tar.gz: 5cab341f2e2a05a4a482e7cfd084934a9be4f28f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 482f93e1c64aa2ca55a6576b5fb055e8b29c2159f8c2d8f546e2635dfe61bfc6d21b584762283bffb7ed6a16048c7e45a5cdd4fcee59c866f16757d58c3ba744
|
7
|
+
data.tar.gz: 9783c5acc2d6d64918f38b584a33dfc01e947e248de22c965c203a4dd6562115cb6e5bc1abd23e37d253fbb62c972f11764f56cf26410565420585cd0a68490e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1065
|
data/lib/v20190423/models.rb
CHANGED
@@ -69,8 +69,8 @@ module TencentCloud
|
|
69
69
|
|
70
70
|
attr_accessor :PkgType, :MiniProgramAppId, :DeviceList
|
71
71
|
extend Gem::Deprecate
|
72
|
-
deprecate :MiniProgramAppId, :none, 2025,
|
73
|
-
deprecate :MiniProgramAppId=, :none, 2025,
|
72
|
+
deprecate :MiniProgramAppId, :none, 2025, 5
|
73
|
+
deprecate :MiniProgramAppId=, :none, 2025, 5
|
74
74
|
|
75
75
|
def initialize(pkgtype=nil, miniprogramappid=nil, devicelist=nil)
|
76
76
|
@PkgType = pkgtype
|
@@ -105,8 +105,8 @@ module TencentCloud
|
|
105
105
|
|
106
106
|
attr_accessor :DeviceList, :FailureList, :SuccessList, :RequestId
|
107
107
|
extend Gem::Deprecate
|
108
|
-
deprecate :DeviceList, :none, 2025,
|
109
|
-
deprecate :DeviceList=, :none, 2025,
|
108
|
+
deprecate :DeviceList, :none, 2025, 5
|
109
|
+
deprecate :DeviceList=, :none, 2025, 5
|
110
110
|
|
111
111
|
def initialize(devicelist=nil, failurelist=nil, successlist=nil, requestid=nil)
|
112
112
|
@DeviceList = devicelist
|
@@ -5921,8 +5921,8 @@ module TencentCloud
|
|
5921
5921
|
|
5922
5922
|
attr_accessor :ModelId, :Sn, :ErrCode, :ExpireTime
|
5923
5923
|
extend Gem::Deprecate
|
5924
|
-
deprecate :ModelId, :none, 2025,
|
5925
|
-
deprecate :ModelId=, :none, 2025,
|
5924
|
+
deprecate :ModelId, :none, 2025, 5
|
5925
|
+
deprecate :ModelId=, :none, 2025, 5
|
5926
5926
|
|
5927
5927
|
def initialize(modelid=nil, sn=nil, errcode=nil, expiretime=nil)
|
5928
5928
|
@ModelId = modelid
|
@@ -7491,8 +7491,8 @@ module TencentCloud
|
|
7491
7491
|
|
7492
7492
|
attr_accessor :MiniProgramAppId, :DeviceList
|
7493
7493
|
extend Gem::Deprecate
|
7494
|
-
deprecate :MiniProgramAppId, :none, 2025,
|
7495
|
-
deprecate :MiniProgramAppId=, :none, 2025,
|
7494
|
+
deprecate :MiniProgramAppId, :none, 2025, 5
|
7495
|
+
deprecate :MiniProgramAppId=, :none, 2025, 5
|
7496
7496
|
|
7497
7497
|
def initialize(miniprogramappid=nil, devicelist=nil)
|
7498
7498
|
@MiniProgramAppId = miniprogramappid
|
@@ -10745,8 +10745,8 @@ module TencentCloud
|
|
10745
10745
|
|
10746
10746
|
attr_accessor :ModelId, :Sn, :ExpireTime, :PkgType
|
10747
10747
|
extend Gem::Deprecate
|
10748
|
-
deprecate :ModelId, :none, 2025,
|
10749
|
-
deprecate :ModelId=, :none, 2025,
|
10748
|
+
deprecate :ModelId, :none, 2025, 5
|
10749
|
+
deprecate :ModelId=, :none, 2025, 5
|
10750
10750
|
|
10751
10751
|
def initialize(modelid=nil, sn=nil, expiretime=nil, pkgtype=nil)
|
10752
10752
|
@ModelId = modelid
|
@@ -10776,10 +10776,10 @@ module TencentCloud
|
|
10776
10776
|
|
10777
10777
|
attr_accessor :Sn, :ModelId, :ActiveNum
|
10778
10778
|
extend Gem::Deprecate
|
10779
|
-
deprecate :ModelId, :none, 2025,
|
10780
|
-
deprecate :ModelId=, :none, 2025,
|
10781
|
-
deprecate :ActiveNum, :none, 2025,
|
10782
|
-
deprecate :ActiveNum=, :none, 2025,
|
10779
|
+
deprecate :ModelId, :none, 2025, 5
|
10780
|
+
deprecate :ModelId=, :none, 2025, 5
|
10781
|
+
deprecate :ActiveNum, :none, 2025, 5
|
10782
|
+
deprecate :ActiveNum=, :none, 2025, 5
|
10783
10783
|
|
10784
10784
|
def initialize(sn=nil, modelid=nil, activenum=nil)
|
10785
10785
|
@Sn = sn
|
@@ -11439,7 +11439,7 @@ module TencentCloud
|
|
11439
11439
|
|
11440
11440
|
# TWeSee 语义理解结果
|
11441
11441
|
class VisionRecognitionResult < TencentCloud::Common::AbstractModel
|
11442
|
-
# @param Status: 任务状态(1
|
11442
|
+
# @param Status: 任务状态(1:分析失败;2:下载/读取视频/图片失败;3:成功)
|
11443
11443
|
# @type Status: Integer
|
11444
11444
|
# @param DetectedClassifications: 识别到的目标类型。可能取值:
|
11445
11445
|
|
@@ -11452,21 +11452,25 @@ module TencentCloud
|
|
11452
11452
|
# - `package`:快递包裹
|
11453
11453
|
# - `license_plate`:车牌
|
11454
11454
|
# @type DetectedClassifications: Array
|
11455
|
-
# @param Summary:
|
11455
|
+
# @param Summary: 摘要文本
|
11456
11456
|
# @type Summary: String
|
11457
|
+
# @param AlternativeSummary: 摘要文本(次选语言)
|
11458
|
+
# @type AlternativeSummary: String
|
11457
11459
|
|
11458
|
-
attr_accessor :Status, :DetectedClassifications, :Summary
|
11460
|
+
attr_accessor :Status, :DetectedClassifications, :Summary, :AlternativeSummary
|
11459
11461
|
|
11460
|
-
def initialize(status=nil, detectedclassifications=nil, summary=nil)
|
11462
|
+
def initialize(status=nil, detectedclassifications=nil, summary=nil, alternativesummary=nil)
|
11461
11463
|
@Status = status
|
11462
11464
|
@DetectedClassifications = detectedclassifications
|
11463
11465
|
@Summary = summary
|
11466
|
+
@AlternativeSummary = alternativesummary
|
11464
11467
|
end
|
11465
11468
|
|
11466
11469
|
def deserialize(params)
|
11467
11470
|
@Status = params['Status']
|
11468
11471
|
@DetectedClassifications = params['DetectedClassifications']
|
11469
11472
|
@Summary = params['Summary']
|
11473
|
+
@AlternativeSummary = params['AlternativeSummary']
|
11470
11474
|
end
|
11471
11475
|
end
|
11472
11476
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-iotexplorer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1065
|
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-05-
|
11
|
+
date: 2025-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|