tencentcloud-sdk-mps 3.0.491 → 3.0.493
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/v20190612/models.rb +8 -2
- 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: e34b8808594ca3da9098829f25cab338af86bd70
|
4
|
+
data.tar.gz: 6fa79e28f55226f84039d16ed37dc9a97dda2bb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1799244a9c4933df9fb333b0edd4c94ac432abe7b02acd1984c105f69466dac959435277984a5c1cfa893a0a60f51c72ad7ca58bed3e353c58b6925b04cefae
|
7
|
+
data.tar.gz: 3c68c94118ab44ee232f6a872c855e7b94a360b1ead2fbf97b4023ed81ef2affb152537362b459a2c33a7eb4f1dc4c4dcb91392c441e787aff8ab03c9b0e39cf
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.493
|
data/lib/v20190612/models.rb
CHANGED
@@ -789,15 +789,21 @@ module TencentCloud
|
|
789
789
|
class AiAnalysisTaskInput < TencentCloud::Common::AbstractModel
|
790
790
|
# @param Definition: 视频内容分析模板 ID。
|
791
791
|
# @type Definition: Integer
|
792
|
+
# @param ExtendedParameter: 扩展参数,其值为序列化的 json字符串。
|
793
|
+
# 注意:此参数为定制需求参数,需要线下对接。
|
794
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
795
|
+
# @type ExtendedParameter: String
|
792
796
|
|
793
|
-
attr_accessor :Definition
|
797
|
+
attr_accessor :Definition, :ExtendedParameter
|
794
798
|
|
795
|
-
def initialize(definition=nil)
|
799
|
+
def initialize(definition=nil, extendedparameter=nil)
|
796
800
|
@Definition = definition
|
801
|
+
@ExtendedParameter = extendedparameter
|
797
802
|
end
|
798
803
|
|
799
804
|
def deserialize(params)
|
800
805
|
@Definition = params['Definition']
|
806
|
+
@ExtendedParameter = params['ExtendedParameter']
|
801
807
|
end
|
802
808
|
end
|
803
809
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-mps
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.493
|
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-01-
|
11
|
+
date: 2023-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|