tencentcloud-sdk-gme 3.0.999 → 3.0.1000
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 -14
- 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: cfd44df08bf81057662ba4dd4b700ac9b35feb1c
|
4
|
+
data.tar.gz: f3d9e572f44cfae524f571f3e357ddc8e6278461
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06b1a9ddd98a7c77f8e9a993a87839b011631ae3297a8cb5b10452a24af04a62d3d72453cbceab2467101a463cb81e08e429d02b0538a9d3a9096d4f2be3dda5
|
7
|
+
data.tar.gz: 412046549775eb7b5693804cb65fbeae7e243505cc4295f4de394cbc5639d5bacb66be1e562f480f2c7489f032adaf7da6a0914e54cdadb3e85af4b704296ff8
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1000
|
data/lib/v20180711/models.rb
CHANGED
@@ -1275,10 +1275,8 @@ module TencentCloud
|
|
1275
1275
|
# @param Live: 是否为流
|
1276
1276
|
# @type Live: Boolean
|
1277
1277
|
# @param Msg: 业务返回描述
|
1278
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1279
1278
|
# @type Msg: String
|
1280
1279
|
# @param ScanPiece: 检测结果,Code 为 0 时返回
|
1281
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1282
1280
|
# @type ScanPiece: Array
|
1283
1281
|
# @param ScanStartTime: 提交检测的时间戳
|
1284
1282
|
# @type ScanStartTime: Integer
|
@@ -1974,13 +1972,10 @@ module TencentCloud
|
|
1974
1972
|
# @param RoomId: 房间id
|
1975
1973
|
# @type RoomId: Integer
|
1976
1974
|
# @param Uins: 房间里用户uin列表
|
1977
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1978
1975
|
# @type Uins: Array
|
1979
1976
|
# @param StrRoomId: 字符串房间id
|
1980
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1981
1977
|
# @type StrRoomId: String
|
1982
1978
|
# @param StrUins: 房间里用户字符串uin列表
|
1983
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1984
1979
|
# @type StrUins: Array
|
1985
1980
|
|
1986
1981
|
attr_accessor :RoomId, :Uins, :StrRoomId, :StrUins
|
@@ -2035,32 +2030,24 @@ module TencentCloud
|
|
2035
2030
|
# 语音检测结果,Code 为 0 时返回
|
2036
2031
|
class ScanPiece < TencentCloud::Common::AbstractModel
|
2037
2032
|
# @param DumpUrl: 流检测时返回,音频转存地址,保留30min
|
2038
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2039
2033
|
# @type DumpUrl: String
|
2040
2034
|
# @param HitFlag: 是否违规
|
2041
2035
|
# @type HitFlag: Boolean
|
2042
2036
|
# @param MainType: 违规主要类型
|
2043
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2044
2037
|
# @type MainType: String
|
2045
2038
|
# @param ScanDetail: 语音检测详情
|
2046
2039
|
# @type ScanDetail: Array
|
2047
2040
|
# @param RoomId: gme实时语音房间ID,透传任务传入时的RoomId
|
2048
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2049
2041
|
# @type RoomId: String
|
2050
2042
|
# @param OpenId: gme实时语音用户ID,透传任务传入时的OpenId
|
2051
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2052
2043
|
# @type OpenId: String
|
2053
2044
|
# @param Info: 备注
|
2054
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2055
2045
|
# @type Info: String
|
2056
2046
|
# @param Offset: 流检测时分片在流中的偏移时间,单位毫秒
|
2057
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2058
2047
|
# @type Offset: Integer
|
2059
2048
|
# @param Duration: 流检测时分片时长
|
2060
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2061
2049
|
# @type Duration: Integer
|
2062
2050
|
# @param PieceStartTime: 分片开始检测时间
|
2063
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2064
2051
|
# @type PieceStartTime: Integer
|
2065
2052
|
|
2066
2053
|
attr_accessor :DumpUrl, :HitFlag, :MainType, :ScanDetail, :RoomId, :OpenId, :Info, :Offset, :Duration, :PieceStartTime
|
@@ -2608,7 +2595,6 @@ module TencentCloud
|
|
2608
2595
|
# @param Status: 语音过滤服务开关,取值:open/close
|
2609
2596
|
# @type Status: String
|
2610
2597
|
# @param SceneInfos: 场景配置信息,如开关状态,回调地址。
|
2611
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2612
2598
|
# @type SceneInfos: Array
|
2613
2599
|
|
2614
2600
|
attr_accessor :Status, :SceneInfos
|
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.1000
|
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-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|