tencentcloud-sdk-python-trtc 3.0.1226__py2.py3-none-any.whl → 3.0.1232__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 +13 -0
- {tencentcloud_sdk_python_trtc-3.0.1226.dist-info → tencentcloud_sdk_python_trtc-3.0.1232.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_trtc-3.0.1232.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_trtc-3.0.1226.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_trtc-3.0.1226.dist-info → tencentcloud_sdk_python_trtc-3.0.1232.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_trtc-3.0.1226.dist-info → tencentcloud_sdk_python_trtc-3.0.1232.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -8242,9 +8242,13 @@ class STTConfig(AbstractModel):
|
|
|
8242
8242
|
|
|
8243
8243
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8244
8244
|
:type AlternativeLanguage: list of str
|
|
8245
|
+
:param _VadSilenceTime: 语音识别vad的时间,范围为240-2000,默认为1000,单位为ms。更小的值会让语音识别分句更快。
|
|
8246
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8247
|
+
:type VadSilenceTime: int
|
|
8245
8248
|
"""
|
|
8246
8249
|
self._Language = None
|
|
8247
8250
|
self._AlternativeLanguage = None
|
|
8251
|
+
self._VadSilenceTime = None
|
|
8248
8252
|
|
|
8249
8253
|
@property
|
|
8250
8254
|
def Language(self):
|
|
@@ -8262,10 +8266,19 @@ class STTConfig(AbstractModel):
|
|
|
8262
8266
|
def AlternativeLanguage(self, AlternativeLanguage):
|
|
8263
8267
|
self._AlternativeLanguage = AlternativeLanguage
|
|
8264
8268
|
|
|
8269
|
+
@property
|
|
8270
|
+
def VadSilenceTime(self):
|
|
8271
|
+
return self._VadSilenceTime
|
|
8272
|
+
|
|
8273
|
+
@VadSilenceTime.setter
|
|
8274
|
+
def VadSilenceTime(self, VadSilenceTime):
|
|
8275
|
+
self._VadSilenceTime = VadSilenceTime
|
|
8276
|
+
|
|
8265
8277
|
|
|
8266
8278
|
def _deserialize(self, params):
|
|
8267
8279
|
self._Language = params.get("Language")
|
|
8268
8280
|
self._AlternativeLanguage = params.get("AlternativeLanguage")
|
|
8281
|
+
self._VadSilenceTime = params.get("VadSilenceTime")
|
|
8269
8282
|
memeber_set = set(params.keys())
|
|
8270
8283
|
for name, value in vars(self).items():
|
|
8271
8284
|
property_name = name[1:]
|
|
@@ -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.1232
|
|
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.1232)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=mS-K0TcqOBHguMgyIRhNJI8WsiibU68pPBjUq_3RzWQ,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=WNu9Hx8kn4lpbc342xXM1lw4uTQIx2JCvZchRlUXBL8,10987
|
|
5
|
+
tencentcloud/trtc/v20190722/models.py,sha256=izGCPCS09gxLizUTIEXXgtUOU32fFtwXVRLU3zqwoa8,400324
|
|
6
|
+
tencentcloud/trtc/v20190722/trtc_client.py,sha256=sTzamtT7sp-ul08Ekv4xEa9sWm03AEDqQMcioZX4LtE,78132
|
|
7
|
+
tencentcloud_sdk_python_trtc-3.0.1232.dist-info/METADATA,sha256=56sqAnVUUbo4PylsxgTfdNxMEkN9qS_rHQ4-SG_l-rM,1497
|
|
8
|
+
tencentcloud_sdk_python_trtc-3.0.1232.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_trtc-3.0.1232.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_trtc-3.0.1232.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=fExKqbqYqEktiCGlF5XJeG4Nw6S7_B52vrCudvgOvGc,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=WNu9Hx8kn4lpbc342xXM1lw4uTQIx2JCvZchRlUXBL8,10987
|
|
5
|
-
tencentcloud/trtc/v20190722/models.py,sha256=eTslSIC0G7IyP_zsCnnVYoHGlEbvkDUPbTFwEJWJqkI,399772
|
|
6
|
-
tencentcloud/trtc/v20190722/trtc_client.py,sha256=sTzamtT7sp-ul08Ekv4xEa9sWm03AEDqQMcioZX4LtE,78132
|
|
7
|
-
tencentcloud_sdk_python_trtc-3.0.1226.dist-info/METADATA,sha256=ObPjq50DyQP7q3j3BzuV-ifpJoJy5pticmHpttQptZ4,1497
|
|
8
|
-
tencentcloud_sdk_python_trtc-3.0.1226.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_trtc-3.0.1226.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_trtc-3.0.1226.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|