tencentcloud-sdk-python-trtc 3.0.1295__py2.py3-none-any.whl → 3.0.1302__py2.py3-none-any.whl
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.
Potentially problematic release.
This version of tencentcloud-sdk-python-trtc might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/trtc/v20190722/models.py +4 -16
- {tencentcloud_sdk_python_trtc-3.0.1295.dist-info → tencentcloud_sdk_python_trtc-3.0.1302.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_trtc-3.0.1302.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_trtc-3.0.1295.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_trtc-3.0.1295.dist-info → tencentcloud_sdk_python_trtc-3.0.1302.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_trtc-3.0.1295.dist-info → tencentcloud_sdk_python_trtc-3.0.1302.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -1642,7 +1642,7 @@ class DeleteBasicModerationRequest(AbstractModel):
|
|
|
1642
1642
|
|
|
1643
1643
|
def __init__(self):
|
|
1644
1644
|
r"""
|
|
1645
|
-
:param _SdkAppId: TRTC的SDKAppId,和TRTC
|
|
1645
|
+
:param _SdkAppId: TRTC的SDKAppId,和TRTC的房间所使用的SDKAppId相同。
|
|
1646
1646
|
:type SdkAppId: int
|
|
1647
1647
|
:param _TaskId: 审核任务的唯一Id,在启动审核任务成功后会返回。
|
|
1648
1648
|
:type TaskId: str
|
|
@@ -1652,7 +1652,7 @@ class DeleteBasicModerationRequest(AbstractModel):
|
|
|
1652
1652
|
|
|
1653
1653
|
@property
|
|
1654
1654
|
def SdkAppId(self):
|
|
1655
|
-
"""TRTC的SDKAppId,和TRTC
|
|
1655
|
+
"""TRTC的SDKAppId,和TRTC的房间所使用的SDKAppId相同。
|
|
1656
1656
|
:rtype: int
|
|
1657
1657
|
"""
|
|
1658
1658
|
return self._SdkAppId
|
|
@@ -1693,7 +1693,7 @@ class DeleteBasicModerationResponse(AbstractModel):
|
|
|
1693
1693
|
|
|
1694
1694
|
def __init__(self):
|
|
1695
1695
|
r"""
|
|
1696
|
-
:param _TaskId: 审核任务的唯一Id
|
|
1696
|
+
:param _TaskId: 审核任务的唯一Id。
|
|
1697
1697
|
:type TaskId: str
|
|
1698
1698
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1699
1699
|
:type RequestId: str
|
|
@@ -1703,7 +1703,7 @@ class DeleteBasicModerationResponse(AbstractModel):
|
|
|
1703
1703
|
|
|
1704
1704
|
@property
|
|
1705
1705
|
def TaskId(self):
|
|
1706
|
-
"""审核任务的唯一Id
|
|
1706
|
+
"""审核任务的唯一Id。
|
|
1707
1707
|
:rtype: str
|
|
1708
1708
|
"""
|
|
1709
1709
|
return self._TaskId
|
|
@@ -2421,10 +2421,8 @@ class DescribeCallDetailInfoResponse(AbstractModel):
|
|
|
2421
2421
|
:param _Total: 返回的用户总条数
|
|
2422
2422
|
:type Total: int
|
|
2423
2423
|
:param _UserList: 用户信息列表
|
|
2424
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2425
2424
|
:type UserList: list of UserInformation
|
|
2426
2425
|
:param _Data: 质量数据
|
|
2427
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2428
2426
|
:type Data: list of QualityData
|
|
2429
2427
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2430
2428
|
:type RequestId: str
|
|
@@ -2448,7 +2446,6 @@ class DescribeCallDetailInfoResponse(AbstractModel):
|
|
|
2448
2446
|
@property
|
|
2449
2447
|
def UserList(self):
|
|
2450
2448
|
"""用户信息列表
|
|
2451
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2452
2449
|
:rtype: list of UserInformation
|
|
2453
2450
|
"""
|
|
2454
2451
|
return self._UserList
|
|
@@ -2460,7 +2457,6 @@ class DescribeCallDetailInfoResponse(AbstractModel):
|
|
|
2460
2457
|
@property
|
|
2461
2458
|
def Data(self):
|
|
2462
2459
|
"""质量数据
|
|
2463
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2464
2460
|
:rtype: list of QualityData
|
|
2465
2461
|
"""
|
|
2466
2462
|
return self._Data
|
|
@@ -3561,7 +3557,6 @@ class DescribeScaleInfoResponse(AbstractModel):
|
|
|
3561
3557
|
:param _Total: 返回的数据条数
|
|
3562
3558
|
:type Total: int
|
|
3563
3559
|
:param _ScaleList: 返回的数据
|
|
3564
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3565
3560
|
:type ScaleList: list of ScaleInfomation
|
|
3566
3561
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3567
3562
|
:type RequestId: str
|
|
@@ -3584,7 +3579,6 @@ class DescribeScaleInfoResponse(AbstractModel):
|
|
|
3584
3579
|
@property
|
|
3585
3580
|
def ScaleList(self):
|
|
3586
3581
|
"""返回的数据
|
|
3587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3588
3582
|
:rtype: list of ScaleInfomation
|
|
3589
3583
|
"""
|
|
3590
3584
|
return self._ScaleList
|
|
@@ -5567,7 +5561,6 @@ class DescribeUserInfoResponse(AbstractModel):
|
|
|
5567
5561
|
:param _Total: 返回的用户总条数
|
|
5568
5562
|
:type Total: int
|
|
5569
5563
|
:param _UserList: 用户信息列表
|
|
5570
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5571
5564
|
:type UserList: list of UserInformation
|
|
5572
5565
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5573
5566
|
:type RequestId: str
|
|
@@ -5590,7 +5583,6 @@ class DescribeUserInfoResponse(AbstractModel):
|
|
|
5590
5583
|
@property
|
|
5591
5584
|
def UserList(self):
|
|
5592
5585
|
"""用户信息列表
|
|
5593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5594
5586
|
:rtype: list of UserInformation
|
|
5595
5587
|
"""
|
|
5596
5588
|
return self._UserList
|
|
@@ -5698,10 +5690,8 @@ class DescribeWebRecordResponse(AbstractModel):
|
|
|
5698
5690
|
:param _Status: 1: 正在录制中
|
|
5699
5691
|
:type Status: int
|
|
5700
5692
|
:param _TaskId: 在使用RecordId查询时返回
|
|
5701
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5702
5693
|
:type TaskId: str
|
|
5703
5694
|
:param _RecordId: 在使用TaskId查询时返回
|
|
5704
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5705
5695
|
:type RecordId: str
|
|
5706
5696
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5707
5697
|
:type RequestId: str
|
|
@@ -5725,7 +5715,6 @@ class DescribeWebRecordResponse(AbstractModel):
|
|
|
5725
5715
|
@property
|
|
5726
5716
|
def TaskId(self):
|
|
5727
5717
|
"""在使用RecordId查询时返回
|
|
5728
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5729
5718
|
:rtype: str
|
|
5730
5719
|
"""
|
|
5731
5720
|
return self._TaskId
|
|
@@ -5737,7 +5726,6 @@ class DescribeWebRecordResponse(AbstractModel):
|
|
|
5737
5726
|
@property
|
|
5738
5727
|
def RecordId(self):
|
|
5739
5728
|
"""在使用TaskId查询时返回
|
|
5740
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5741
5729
|
:rtype: str
|
|
5742
5730
|
"""
|
|
5743
5731
|
return self._RecordId
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-trtc
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1302
|
|
4
4
|
Summary: Tencent Cloud Trtc SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common (==3.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1302)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=PVkjQ4ZfvB-6-FrnVJnpT_wvAcNbwN1sAxPhWpTrOew,631
|
|
2
|
+
tencentcloud/trtc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
tencentcloud/trtc/v20190722/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
tencentcloud/trtc/v20190722/errorcodes.py,sha256=xHA8fGLzwp1OSMztNVB4c08EyyYW8WaOn3et3qE_m7I,11586
|
|
5
|
+
tencentcloud/trtc/v20190722/models.py,sha256=K2RUURuCkoYiI6t6xyReDPeBOHrG4V1R7aNxgE_hZWQ,558448
|
|
6
|
+
tencentcloud/trtc/v20190722/trtc_client.py,sha256=oaomKfzcpEGOJYalgpYuTdCr7K0ugW3CV9jk-3t3Dn4,79095
|
|
7
|
+
tencentcloud_sdk_python_trtc-3.0.1302.dist-info/METADATA,sha256=Leyl402m0T_PTjG0wxpicvifjeplPa-UGQCWmsEc1KQ,1501
|
|
8
|
+
tencentcloud_sdk_python_trtc-3.0.1302.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_trtc-3.0.1302.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_trtc-3.0.1302.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=_RgzKSY9R1limCSBVqvKZn2GGWFbn9Zghw1tY3_-EuY,631
|
|
2
|
-
tencentcloud/trtc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
tencentcloud/trtc/v20190722/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
tencentcloud/trtc/v20190722/errorcodes.py,sha256=xHA8fGLzwp1OSMztNVB4c08EyyYW8WaOn3et3qE_m7I,11586
|
|
5
|
-
tencentcloud/trtc/v20190722/models.py,sha256=bAijf6BCAIn-u-EZSD9IAas15aDVXmoy1faHnYBGhn8,559324
|
|
6
|
-
tencentcloud/trtc/v20190722/trtc_client.py,sha256=oaomKfzcpEGOJYalgpYuTdCr7K0ugW3CV9jk-3t3Dn4,79095
|
|
7
|
-
tencentcloud_sdk_python_trtc-3.0.1295.dist-info/METADATA,sha256=t9L8DqkZbnk76Dk0ClOT_lRu-c4tkXm-u5tto5XpXA4,1501
|
|
8
|
-
tencentcloud_sdk_python_trtc-3.0.1295.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_trtc-3.0.1295.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_trtc-3.0.1295.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|