tencentcloud-sdk-iotexplorer 3.0.886 → 3.0.888

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: 10e6772541536c40675e1047dc0e52b7c605904d
4
- data.tar.gz: 8231594e15deebacc6da01100d347a55871073af
3
+ metadata.gz: 97695da7a00b23c88e9b906297962f9fcc685f18
4
+ data.tar.gz: f743c7326faf15739530b88cd73e03bb95a00f54
5
5
  SHA512:
6
- metadata.gz: d1d1ab8a0dd5c59bf82bccf577222b5f031484221e4f464cb62b633962f90b0b4acf63ca0d80dfcbc40f083b67fcb1fadbd6a7f76a5074809da3632cd0673293
7
- data.tar.gz: 3cefd0567428a55c884ac9c800b278b628b828d7b3881c15e37b75cc1cdb8aa2fcb424c8f9e71cc2d4b533fced0d744efa966cb3ddc62c2a4f8442487759e2e9
6
+ metadata.gz: 09abe14a58bcd9237e53399e4e6a6c9f7898ebd88942447ff09c1352b62d3f686578a5b8c2ec191d851eda24dbbfdd1c64b4cf6c88b1bf356de05bd8e8f5da7a
7
+ data.tar.gz: 1feedb0cb3c10fdd726dcc1f3c781474f94347e83195f8a653c77adbc28ef594a7c0d9d8bd647504e0160514844aa24dd708ec6b68c1f46b56dbf6526ede150b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.886
1
+ 3.0.888
@@ -682,7 +682,7 @@ module TencentCloud
682
682
  # @type ChannelId: Integer
683
683
  # @param ServiceType: 云存 AI 服务类型。可能取值:
684
684
 
685
- # - `PackageDetect`:包裹检测
685
+ # - `RealtimeObjectDetect`:目标检测
686
686
  # - `Highlight`:视频浓缩
687
687
  # @type ServiceType: String
688
688
  # @param StartTime: 对应云存视频的起始时间
@@ -699,10 +699,12 @@ module TencentCloud
699
699
  # @type CreateTime: Integer
700
700
  # @param UpdateTime: 最后更新时间
701
701
  # @type UpdateTime: Integer
702
+ # @param CustomId: 自定义任务 ID
703
+ # @type CustomId: String
702
704
 
703
- attr_accessor :TaskId, :ProductId, :DeviceName, :ChannelId, :ServiceType, :StartTime, :EndTime, :Status, :Result, :Files, :CreateTime, :UpdateTime
705
+ attr_accessor :TaskId, :ProductId, :DeviceName, :ChannelId, :ServiceType, :StartTime, :EndTime, :Status, :Result, :Files, :CreateTime, :UpdateTime, :CustomId
704
706
 
705
- def initialize(taskid=nil, productid=nil, devicename=nil, channelid=nil, servicetype=nil, starttime=nil, endtime=nil, status=nil, result=nil, files=nil, createtime=nil, updatetime=nil)
707
+ def initialize(taskid=nil, productid=nil, devicename=nil, channelid=nil, servicetype=nil, starttime=nil, endtime=nil, status=nil, result=nil, files=nil, createtime=nil, updatetime=nil, customid=nil)
706
708
  @TaskId = taskid
707
709
  @ProductId = productid
708
710
  @DeviceName = devicename
@@ -715,6 +717,7 @@ module TencentCloud
715
717
  @Files = files
716
718
  @CreateTime = createtime
717
719
  @UpdateTime = updatetime
720
+ @CustomId = customid
718
721
  end
719
722
 
720
723
  def deserialize(params)
@@ -730,6 +733,7 @@ module TencentCloud
730
733
  @Files = params['Files']
731
734
  @CreateTime = params['CreateTime']
732
735
  @UpdateTime = params['UpdateTime']
736
+ @CustomId = params['CustomId']
733
737
  end
734
738
  end
735
739
 
@@ -2368,19 +2372,15 @@ module TencentCloud
2368
2372
  # - `1`:全时套餐
2369
2373
  # - `2`:事件套餐
2370
2374
  # - `3`:低功耗套餐
2371
- # 注意:此字段可能返回 null,表示取不到有效值。
2372
2375
  # @type Type: Integer
2373
2376
  # @param Status: 云存 AI 套餐生效状态。可能取值:
2374
2377
 
2375
2378
  # - `0`:未开通或已过期
2376
2379
  # - `1`:生效中
2377
- # 注意:此字段可能返回 null,表示取不到有效值。
2378
2380
  # @type Status: Integer
2379
2381
  # @param ExpireTime: 云存 AI 套餐过期时间 UNIX 时间戳
2380
- # 注意:此字段可能返回 null,表示取不到有效值。
2381
2382
  # @type ExpireTime: Integer
2382
2383
  # @param UserId: 用户 ID
2383
- # 注意:此字段可能返回 null,表示取不到有效值。
2384
2384
  # @type UserId: String
2385
2385
  # @param Enabled: 视频分析启用状态
2386
2386
  # @type Enabled: Boolean
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.886
4
+ version: 3.0.888
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-14 00:00:00.000000000 Z
11
+ date: 2024-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common