tencentcloud-sdk-mps 3.0.538 → 3.0.539
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 +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: 6a30255a0828b55cc339be63d3aa1832d43b9e5c
|
4
|
+
data.tar.gz: cbcfe748e6608c5e40a1c0c15bad21723c76dfa5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d47e4462352dadd29575330a62ccf0d2c90dbfe7442746d05ef2c722cf5dc727e420006682d367421954df4600cb23c9f4fd136c1cfc164006a03a67fee5ca6f
|
7
|
+
data.tar.gz: 80fb5e5bc250fbdbb689aecf118ae5fcf15ed7014a4a78f286a40847f878b5aac4b76c275ce9becacbe276f924bb21c35d6c474a850907601952029b8cec6ebf
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.539
|
data/lib/v20190612/models.rb
CHANGED
@@ -10233,7 +10233,7 @@ module TencentCloud
|
|
10233
10233
|
# <li>ImagePorn:图片鉴黄</li>
|
10234
10234
|
# <li>ImageTerrorism:图片涉敏</li>
|
10235
10235
|
# <li>ImagePolitical:图片涉敏</li>
|
10236
|
-
# <li>
|
10236
|
+
# <li>VoicePorn:声音违规</li>
|
10237
10237
|
# @type Type: String
|
10238
10238
|
# @param ImagePornResultSet: 图片鉴黄的结果,当 Type 为 ImagePorn 时有效。
|
10239
10239
|
# @type ImagePornResultSet: Array
|
@@ -10241,7 +10241,7 @@ module TencentCloud
|
|
10241
10241
|
# @type ImageTerrorismResultSet: Array
|
10242
10242
|
# @param ImagePoliticalResultSet: 图片涉敏的结果,当 Type 为 ImagePolitical 时有效。
|
10243
10243
|
# @type ImagePoliticalResultSet: Array
|
10244
|
-
# @param VoicePornResultSet:
|
10244
|
+
# @param VoicePornResultSet: 声音违规的结果,当 Type 为 VoicePorn 时有效。
|
10245
10245
|
# @type VoicePornResultSet: Array
|
10246
10246
|
|
10247
10247
|
attr_accessor :Type, :ImagePornResultSet, :ImageTerrorismResultSet, :ImagePoliticalResultSet, :VoicePornResultSet
|
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.539
|
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-03-
|
11
|
+
date: 2023-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|