tencentcloud-sdk-vod 3.0.406 → 3.0.407
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/v20180717/models.rb +2 -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: eb28f0dc904364b9d0a152598e3f8e11e2eb1225
|
|
4
|
+
data.tar.gz: 7b59a259a021f19da2e3a21d5f2678aaebe7dd90
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 411d6cad53e0e6ee92ef66889242e3ca53fc3d211e0e31915bd7270b9052f313a5bc805f67adea19eb0cdc68ce103f7e6364182dcdd0ee9a8b647525e37d66da
|
|
7
|
+
data.tar.gz: 147fa2bc544bdd64ab1d4b83132d94fe06e91f2539e9710240cd593bf689031628d2cce14bf6723bae8ccbd35099dbbe3d0147230f3a621344f5d1de821c28a8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.407
|
data/lib/v20180717/models.rb
CHANGED
|
@@ -17950,7 +17950,7 @@ module TencentCloud
|
|
|
17950
17950
|
# @type SubAppId: Integer
|
|
17951
17951
|
# @param TasksPriority: 任务流的优先级,数值越大优先级越高,取值范围是 -10 到 10,不填代表 0。
|
|
17952
17952
|
# @type TasksPriority: Integer
|
|
17953
|
-
# @param SessionContext:
|
|
17953
|
+
# @param SessionContext: 来源上下文,用于透传用户请求信息,音视频审核完成回调将返回该字段值,最长 1000 个字符。
|
|
17954
17954
|
# @type SessionContext: String
|
|
17955
17955
|
# @param SessionId: 用于去重的识别码,如果三天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
|
|
17956
17956
|
# @type SessionId: String
|
|
@@ -18102,7 +18102,7 @@ module TencentCloud
|
|
|
18102
18102
|
# @type Output: :class:`Tencentcloud::Vod.v20180717.models.ReviewAudioVideoTaskOutput`
|
|
18103
18103
|
# @param SessionId: 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
|
|
18104
18104
|
# @type SessionId: String
|
|
18105
|
-
# @param SessionContext:
|
|
18105
|
+
# @param SessionContext: 来源上下文,用于透传用户请求信息,音视频审核完成回调将返回该字段值,最长 1000 个字符。
|
|
18106
18106
|
# @type SessionContext: String
|
|
18107
18107
|
|
|
18108
18108
|
attr_accessor :TaskId, :Status, :ErrCodeExt, :Message, :Input, :Output, :SessionId, :SessionContext
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-vod
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.407
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-09-
|
|
11
|
+
date: 2022-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|