tencentcloud-sdk-gme 3.0.1000 → 3.0.1002
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/v20180711/models.rb +0 -6
- 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: 5f320a2f695b042ec0bb09fea9265d0d4d7e7ef1
|
4
|
+
data.tar.gz: ba8981a0f646e210bf5dc0158c1810093c8443a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03769536981e760ab5cb3242490e4d181cd2ee8fac344aa8c90af7f2cb5a67fbaf6d82ca425ac087992b2528015428b17773207f34bb4a4c50cb807a0de3ebd1
|
7
|
+
data.tar.gz: 3d3fbb5d2b1bd1b192e9d145f8b6aa6a4711d4a2cc1aa9325f544ac72bea3ecffe60c8b88358aa5688cda1877fcda48954ebe5b992aca99a9d07ef9b8ac1b7f5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1002
|
data/lib/v20180711/models.rb
CHANGED
@@ -2211,22 +2211,16 @@ module TencentCloud
|
|
2211
2211
|
# 服务开关状态
|
2212
2212
|
class ServiceStatus < TencentCloud::Common::AbstractModel
|
2213
2213
|
# @param RealTimeSpeech: 实时语音服务开关状态
|
2214
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2215
2214
|
# @type RealTimeSpeech: :class:`Tencentcloud::Gme.v20180711.models.StatusInfo`
|
2216
2215
|
# @param VoiceMessage: 语音消息服务开关状态
|
2217
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2218
2216
|
# @type VoiceMessage: :class:`Tencentcloud::Gme.v20180711.models.StatusInfo`
|
2219
2217
|
# @param Porn: 语音内容安全服务开关状态
|
2220
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2221
2218
|
# @type Porn: :class:`Tencentcloud::Gme.v20180711.models.StatusInfo`
|
2222
2219
|
# @param Live: 语音录制服务开关状态
|
2223
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2224
2220
|
# @type Live: :class:`Tencentcloud::Gme.v20180711.models.StatusInfo`
|
2225
2221
|
# @param RealTimeAsr: 语音转文本服务开关状态
|
2226
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2227
2222
|
# @type RealTimeAsr: :class:`Tencentcloud::Gme.v20180711.models.StatusInfo`
|
2228
2223
|
# @param TextTranslate: 文本翻译服务开关状态
|
2229
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2230
2224
|
# @type TextTranslate: :class:`Tencentcloud::Gme.v20180711.models.StatusInfo`
|
2231
2225
|
|
2232
2226
|
attr_accessor :RealTimeSpeech, :VoiceMessage, :Porn, :Live, :RealTimeAsr, :TextTranslate
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-gme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1002
|
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-02-
|
11
|
+
date: 2025-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|