tencentcloud-sdk-iotexplorer 3.0.1048 → 3.0.1049
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 +34 -10
- 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: 4a0036462805090b5082cc615be9f0cf16b97af4
|
4
|
+
data.tar.gz: ec14d15a1058945f8638dcbfd8aa46ad61461362
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 32e25c9bae559b1baa957cbc04194ca0249e0f545cee7742eedd993819c1cc850fe8ea634bae88e8c5543590c355809cc09968d3d559caabd08c916310bddffc
|
7
|
+
data.tar.gz: fc37885ef2e2cdfbc40d4ce3672ef084a90e90c8bbaca6daa904f452063a6f19050a0668bb41941d5bed7c869858951dfef1f0f5a72b2a6f202bebba46bb9b38
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1049
|
data/lib/v20190423/models.rb
CHANGED
@@ -712,10 +712,14 @@ module TencentCloud
|
|
712
712
|
# - `Highlight`:视频浓缩
|
713
713
|
# - `VideoToText`:视频语义理解
|
714
714
|
# @type ServiceType: String
|
715
|
-
# @param StartTime:
|
715
|
+
# @param StartTime: 对应云存视频的起始时间(秒级 UNIX 时间戳)
|
716
716
|
# @type StartTime: Integer
|
717
|
-
# @param
|
717
|
+
# @param StartTimeMs: 对应云存视频的起始时间(毫秒级 UNIX 时间戳)
|
718
|
+
# @type StartTimeMs: Integer
|
719
|
+
# @param EndTime: 对应云存视频的结束时间(秒级 UNIX 时间戳)
|
718
720
|
# @type EndTime: Integer
|
721
|
+
# @param EndTimeMs: 对应云存视频的结束时间(毫秒级 UNIX 时间戳)
|
722
|
+
# @type EndTimeMs: Integer
|
719
723
|
# @param Status: 任务状态(1:失败;2:成功但结果为空;3:成功且结果非空;4:执行中)
|
720
724
|
# @type Status: Integer
|
721
725
|
# @param Result: 任务结果
|
@@ -731,16 +735,18 @@ module TencentCloud
|
|
731
735
|
# @param CustomId: 自定义任务 ID
|
732
736
|
# @type CustomId: String
|
733
737
|
|
734
|
-
attr_accessor :TaskId, :ProductId, :DeviceName, :ChannelId, :ServiceType, :StartTime, :EndTime, :Status, :Result, :Files, :FilesInfo, :CreateTime, :UpdateTime, :CustomId
|
738
|
+
attr_accessor :TaskId, :ProductId, :DeviceName, :ChannelId, :ServiceType, :StartTime, :StartTimeMs, :EndTime, :EndTimeMs, :Status, :Result, :Files, :FilesInfo, :CreateTime, :UpdateTime, :CustomId
|
735
739
|
|
736
|
-
def initialize(taskid=nil, productid=nil, devicename=nil, channelid=nil, servicetype=nil, starttime=nil, endtime=nil, status=nil, result=nil, files=nil, filesinfo=nil, createtime=nil, updatetime=nil, customid=nil)
|
740
|
+
def initialize(taskid=nil, productid=nil, devicename=nil, channelid=nil, servicetype=nil, starttime=nil, starttimems=nil, endtime=nil, endtimems=nil, status=nil, result=nil, files=nil, filesinfo=nil, createtime=nil, updatetime=nil, customid=nil)
|
737
741
|
@TaskId = taskid
|
738
742
|
@ProductId = productid
|
739
743
|
@DeviceName = devicename
|
740
744
|
@ChannelId = channelid
|
741
745
|
@ServiceType = servicetype
|
742
746
|
@StartTime = starttime
|
747
|
+
@StartTimeMs = starttimems
|
743
748
|
@EndTime = endtime
|
749
|
+
@EndTimeMs = endtimems
|
744
750
|
@Status = status
|
745
751
|
@Result = result
|
746
752
|
@Files = files
|
@@ -757,7 +763,9 @@ module TencentCloud
|
|
757
763
|
@ChannelId = params['ChannelId']
|
758
764
|
@ServiceType = params['ServiceType']
|
759
765
|
@StartTime = params['StartTime']
|
766
|
+
@StartTimeMs = params['StartTimeMs']
|
760
767
|
@EndTime = params['EndTime']
|
768
|
+
@EndTimeMs = params['EndTimeMs']
|
761
769
|
@Status = params['Status']
|
762
770
|
@Result = params['Result']
|
763
771
|
@Files = params['Files']
|
@@ -7796,14 +7804,17 @@ module TencentCloud
|
|
7796
7804
|
# @type Query: String
|
7797
7805
|
# @param SummaryLang: 搜索结果总结的语言类型,支持的类型有:en-US、zh-CN、id-ID、th-TH
|
7798
7806
|
# @type SummaryLang: String
|
7807
|
+
# @param ChannelId: 通道ID
|
7808
|
+
# @type ChannelId: Integer
|
7799
7809
|
|
7800
|
-
attr_accessor :ProductId, :DeviceName, :Query, :SummaryLang
|
7810
|
+
attr_accessor :ProductId, :DeviceName, :Query, :SummaryLang, :ChannelId
|
7801
7811
|
|
7802
|
-
def initialize(productid=nil, devicename=nil, query=nil, summarylang=nil)
|
7812
|
+
def initialize(productid=nil, devicename=nil, query=nil, summarylang=nil, channelid=nil)
|
7803
7813
|
@ProductId = productid
|
7804
7814
|
@DeviceName = devicename
|
7805
7815
|
@Query = query
|
7806
7816
|
@SummaryLang = summarylang
|
7817
|
+
@ChannelId = channelid
|
7807
7818
|
end
|
7808
7819
|
|
7809
7820
|
def deserialize(params)
|
@@ -7811,6 +7822,7 @@ module TencentCloud
|
|
7811
7822
|
@DeviceName = params['DeviceName']
|
7812
7823
|
@Query = params['Query']
|
7813
7824
|
@SummaryLang = params['SummaryLang']
|
7825
|
+
@ChannelId = params['ChannelId']
|
7814
7826
|
end
|
7815
7827
|
end
|
7816
7828
|
|
@@ -7820,14 +7832,17 @@ module TencentCloud
|
|
7820
7832
|
# @type Summary: String
|
7821
7833
|
# @param Targets: 视频结果集
|
7822
7834
|
# @type Targets: Array
|
7835
|
+
# @param VideoURL: 视频回放URL
|
7836
|
+
# @type VideoURL: String
|
7823
7837
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7824
7838
|
# @type RequestId: String
|
7825
7839
|
|
7826
|
-
attr_accessor :Summary, :Targets, :RequestId
|
7840
|
+
attr_accessor :Summary, :Targets, :VideoURL, :RequestId
|
7827
7841
|
|
7828
|
-
def initialize(summary=nil, targets=nil, requestid=nil)
|
7842
|
+
def initialize(summary=nil, targets=nil, videourl=nil, requestid=nil)
|
7829
7843
|
@Summary = summary
|
7830
7844
|
@Targets = targets
|
7845
|
+
@VideoURL = videourl
|
7831
7846
|
@RequestId = requestid
|
7832
7847
|
end
|
7833
7848
|
|
@@ -7841,6 +7856,7 @@ module TencentCloud
|
|
7841
7856
|
@Targets << targetinfo_tmp
|
7842
7857
|
end
|
7843
7858
|
end
|
7859
|
+
@VideoURL = params['VideoURL']
|
7844
7860
|
@RequestId = params['RequestId']
|
7845
7861
|
end
|
7846
7862
|
end
|
@@ -10818,10 +10834,14 @@ module TencentCloud
|
|
10818
10834
|
# @type EventId: String
|
10819
10835
|
# @param Summary: 视频内容摘要
|
10820
10836
|
# @type Summary: String
|
10837
|
+
# @param ChannelId: 通道ID
|
10838
|
+
# @type ChannelId: Integer
|
10839
|
+
# @param Thumbnail: 缩略图路径
|
10840
|
+
# @type Thumbnail: String
|
10821
10841
|
|
10822
|
-
attr_accessor :Id, :ProductId, :DeviceName, :StartTimeMs, :EndTimeMs, :EventId, :Summary
|
10842
|
+
attr_accessor :Id, :ProductId, :DeviceName, :StartTimeMs, :EndTimeMs, :EventId, :Summary, :ChannelId, :Thumbnail
|
10823
10843
|
|
10824
|
-
def initialize(id=nil, productid=nil, devicename=nil, starttimems=nil, endtimems=nil, eventid=nil, summary=nil)
|
10844
|
+
def initialize(id=nil, productid=nil, devicename=nil, starttimems=nil, endtimems=nil, eventid=nil, summary=nil, channelid=nil, thumbnail=nil)
|
10825
10845
|
@Id = id
|
10826
10846
|
@ProductId = productid
|
10827
10847
|
@DeviceName = devicename
|
@@ -10829,6 +10849,8 @@ module TencentCloud
|
|
10829
10849
|
@EndTimeMs = endtimems
|
10830
10850
|
@EventId = eventid
|
10831
10851
|
@Summary = summary
|
10852
|
+
@ChannelId = channelid
|
10853
|
+
@Thumbnail = thumbnail
|
10832
10854
|
end
|
10833
10855
|
|
10834
10856
|
def deserialize(params)
|
@@ -10839,6 +10861,8 @@ module TencentCloud
|
|
10839
10861
|
@EndTimeMs = params['EndTimeMs']
|
10840
10862
|
@EventId = params['EventId']
|
10841
10863
|
@Summary = params['Summary']
|
10864
|
+
@ChannelId = params['ChannelId']
|
10865
|
+
@Thumbnail = params['Thumbnail']
|
10842
10866
|
end
|
10843
10867
|
end
|
10844
10868
|
|
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.1049
|
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-04-
|
11
|
+
date: 2025-04-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|