tencentcloud-sdk-gme 3.0.995 → 3.0.997

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180711/models.rb +18 -16
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8d5d7ece0aac6636af66527115fe5fe64586683
4
- data.tar.gz: c079019f5c999fbe9c78b23d6b89b74662300dc5
3
+ metadata.gz: 98796aecc776aa702172d76bc4dec5614f11452c
4
+ data.tar.gz: 4faa5edd5bbab0a79e3752952a4230c0c6fc793c
5
5
  SHA512:
6
- metadata.gz: 8eb7477eb81a64c8c7b70e83c201cecc702a80f258670e5db16e686edfcacc07a4665a64b0c2ea6887e725f50d56ab3a4fba0c8aa35855c75d8f7b319ab75a40
7
- data.tar.gz: 7a00fd81a6b5eb67e5ad4b602e89844ba7cae3fd1b2fb786e346ed974ee692273243f1c7a21d74017e93a340643eaa7dd456ca195bd50f5a0eebea39889c8f2e
6
+ metadata.gz: 6f10d76cc9a0cdfbb3c3f682b00f6701a7ef783618afd2914e9e497c04eeae80403db28809de523d20b7f9e2f77bcae1725b403bd8eac74295d655b41c972413
7
+ data.tar.gz: 5f1877d32ccd24992ad0bef9b376923116de218ec1110c53fd4751683d64e32b2b0335ae15900709e2aabfe16e1a8faf91786f9205e631f01bed442752439fe0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.995
1
+ 3.0.997
@@ -68,27 +68,20 @@ module TencentCloud
68
68
  # 应用用量统计数据
69
69
  class AppStatisticsItem < TencentCloud::Common::AbstractModel
70
70
  # @param RealtimeSpeechStatisticsItem: 实时语音统计数据
71
- # 注意:此字段可能返回 null,表示取不到有效值。
72
71
  # @type RealtimeSpeechStatisticsItem: :class:`Tencentcloud::Gme.v20180711.models.RealTimeSpeechStatisticsItem`
73
72
  # @param VoiceMessageStatisticsItem: 语音消息统计数据
74
- # 注意:此字段可能返回 null,表示取不到有效值。
75
73
  # @type VoiceMessageStatisticsItem: :class:`Tencentcloud::Gme.v20180711.models.VoiceMessageStatisticsItem`
76
74
  # @param VoiceFilterStatisticsItem: 语音过滤统计数据
77
- # 注意:此字段可能返回 null,表示取不到有效值。
78
75
  # @type VoiceFilterStatisticsItem: :class:`Tencentcloud::Gme.v20180711.models.VoiceFilterStatisticsItem`
79
76
  # @param Date: 统计时间
80
77
  # @type Date: String
81
78
  # @param AudioTextStatisticsItem: 录音转文本用量统计数据
82
- # 注意:此字段可能返回 null,表示取不到有效值。
83
79
  # @type AudioTextStatisticsItem: :class:`Tencentcloud::Gme.v20180711.models.AudioTextStatisticsItem`
84
80
  # @param StreamTextStatisticsItem: 流式转文本用量数据
85
- # 注意:此字段可能返回 null,表示取不到有效值。
86
81
  # @type StreamTextStatisticsItem: :class:`Tencentcloud::Gme.v20180711.models.StreamTextStatisticsItem`
87
82
  # @param OverseaTextStatisticsItem: 海外转文本用量数据
88
- # 注意:此字段可能返回 null,表示取不到有效值。
89
83
  # @type OverseaTextStatisticsItem: :class:`Tencentcloud::Gme.v20180711.models.OverseaTextStatisticsItem`
90
84
  # @param RealtimeTextStatisticsItem: 实时语音转文本用量数据
91
- # 注意:此字段可能返回 null,表示取不到有效值。
92
85
  # @type RealtimeTextStatisticsItem: :class:`Tencentcloud::Gme.v20180711.models.RealtimeTextStatisticsItem`
93
86
 
94
87
  attr_accessor :RealtimeSpeechStatisticsItem, :VoiceMessageStatisticsItem, :VoiceFilterStatisticsItem, :Date, :AudioTextStatisticsItem, :StreamTextStatisticsItem, :OverseaTextStatisticsItem, :RealtimeTextStatisticsItem
@@ -326,7 +319,6 @@ module TencentCloud
326
319
  # 录音转文本用量统计数据
327
320
  class AudioTextStatisticsItem < TencentCloud::Common::AbstractModel
328
321
  # @param Data: 统计值,单位:秒
329
- # 注意:此字段可能返回 null,表示取不到有效值。
330
322
  # @type Data: Float
331
323
 
332
324
  attr_accessor :Data
@@ -1863,7 +1855,6 @@ module TencentCloud
1863
1855
  # 海外转文本用量数据
1864
1856
  class OverseaTextStatisticsItem < TencentCloud::Common::AbstractModel
1865
1857
  # @param Data: 统计值,单位:秒
1866
- # 注意:此字段可能返回 null,表示取不到有效值。
1867
1858
  # @type Data: Float
1868
1859
 
1869
1860
  attr_accessor :Data
@@ -1936,7 +1927,6 @@ module TencentCloud
1936
1927
  # 实时语音转文本用量数据
1937
1928
  class RealtimeTextStatisticsItem < TencentCloud::Common::AbstractModel
1938
1929
  # @param Data: 统计值,单位:秒
1939
- # 注意:此字段可能返回 null,表示取不到有效值。
1940
1930
  # @type Data: Float
1941
1931
 
1942
1932
  attr_accessor :Data
@@ -2207,12 +2197,27 @@ module TencentCloud
2207
2197
  # 'VoiceMessage','语音消息',
2208
2198
  # 'GMECloudApi':'GME云API接口'
2209
2199
  class SceneInfo < TencentCloud::Common::AbstractModel
2210
-
2211
-
2212
- def initialize()
2200
+ # @param SceneId: 'RealTime','实时语音分析',
2201
+ # 'VoiceMessage','语音消息',
2202
+ # 'GMECloudApi':'GME云API接口'
2203
+ # @type SceneId: String
2204
+ # @param Status: 开关状态,true开启/false关闭
2205
+ # @type Status: Boolean
2206
+ # @param CallbackUrl: 用户回调地址
2207
+ # @type CallbackUrl: String
2208
+
2209
+ attr_accessor :SceneId, :Status, :CallbackUrl
2210
+
2211
+ def initialize(sceneid=nil, status=nil, callbackurl=nil)
2212
+ @SceneId = sceneid
2213
+ @Status = status
2214
+ @CallbackUrl = callbackurl
2213
2215
  end
2214
2216
 
2215
2217
  def deserialize(params)
2218
+ @SceneId = params['SceneId']
2219
+ @Status = params['Status']
2220
+ @CallbackUrl = params['CallbackUrl']
2216
2221
  end
2217
2222
  end
2218
2223
 
@@ -2402,7 +2407,6 @@ module TencentCloud
2402
2407
  # 流式转文本用量数据
2403
2408
  class StreamTextStatisticsItem < TencentCloud::Common::AbstractModel
2404
2409
  # @param Data: 统计值,单位:秒
2405
- # 注意:此字段可能返回 null,表示取不到有效值。
2406
2410
  # @type Data: Float
2407
2411
 
2408
2412
  attr_accessor :Data
@@ -2441,10 +2445,8 @@ module TencentCloud
2441
2445
  # 标签列表
2442
2446
  class Tag < TencentCloud::Common::AbstractModel
2443
2447
  # @param TagKey: 标签键
2444
- # 注意:此字段可能返回 null,表示取不到有效值。
2445
2448
  # @type TagKey: String
2446
2449
  # @param TagValue: 标签值
2447
- # 注意:此字段可能返回 null,表示取不到有效值。
2448
2450
  # @type TagValue: String
2449
2451
 
2450
2452
  attr_accessor :TagKey, :TagValue
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.995
4
+ version: 3.0.997
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-10 00:00:00.000000000 Z
11
+ date: 2025-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common