tencentcloud-sdk-python-trtc 3.0.1377__py2.py3-none-any.whl → 3.0.1378__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 +15 -0
- {tencentcloud_sdk_python_trtc-3.0.1377.dist-info → tencentcloud_sdk_python_trtc-3.0.1378.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_trtc-3.0.1378.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_trtc-3.0.1377.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_trtc-3.0.1377.dist-info → tencentcloud_sdk_python_trtc-3.0.1378.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_trtc-3.0.1377.dist-info → tencentcloud_sdk_python_trtc-3.0.1378.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -10054,11 +10054,14 @@ class RecognizeConfig(AbstractModel):
|
|
|
10054
10054
|
挪威语: no
|
|
10055
10055
|
丹麦语: da
|
|
10056
10056
|
:type TranslationLanguage: str
|
|
10057
|
+
:param _HotWordList: 热词表:该参数用于提升识别准确率。 单个热词限制:"热词|权重",单个热词不超过30个字符(最多10个汉字),权重[1-11]或者100,如:“腾讯云|5” 或 “ASR|11”; 热词表限制:多个热词用英文逗号分割,最多支持300个热词,如:“腾讯云|10,语音识别|5,ASR|11”;
|
|
10058
|
+
:type HotWordList: str
|
|
10057
10059
|
"""
|
|
10058
10060
|
self._Language = None
|
|
10059
10061
|
self._AlternativeLanguage = None
|
|
10060
10062
|
self._Model = None
|
|
10061
10063
|
self._TranslationLanguage = None
|
|
10064
|
+
self._HotWordList = None
|
|
10062
10065
|
|
|
10063
10066
|
@property
|
|
10064
10067
|
def Language(self):
|
|
@@ -10177,12 +10180,24 @@ class RecognizeConfig(AbstractModel):
|
|
|
10177
10180
|
|
|
10178
10181
|
self._TranslationLanguage = TranslationLanguage
|
|
10179
10182
|
|
|
10183
|
+
@property
|
|
10184
|
+
def HotWordList(self):
|
|
10185
|
+
"""热词表:该参数用于提升识别准确率。 单个热词限制:"热词|权重",单个热词不超过30个字符(最多10个汉字),权重[1-11]或者100,如:“腾讯云|5” 或 “ASR|11”; 热词表限制:多个热词用英文逗号分割,最多支持300个热词,如:“腾讯云|10,语音识别|5,ASR|11”;
|
|
10186
|
+
:rtype: str
|
|
10187
|
+
"""
|
|
10188
|
+
return self._HotWordList
|
|
10189
|
+
|
|
10190
|
+
@HotWordList.setter
|
|
10191
|
+
def HotWordList(self, HotWordList):
|
|
10192
|
+
self._HotWordList = HotWordList
|
|
10193
|
+
|
|
10180
10194
|
|
|
10181
10195
|
def _deserialize(self, params):
|
|
10182
10196
|
self._Language = params.get("Language")
|
|
10183
10197
|
self._AlternativeLanguage = params.get("AlternativeLanguage")
|
|
10184
10198
|
self._Model = params.get("Model")
|
|
10185
10199
|
self._TranslationLanguage = params.get("TranslationLanguage")
|
|
10200
|
+
self._HotWordList = params.get("HotWordList")
|
|
10186
10201
|
memeber_set = set(params.keys())
|
|
10187
10202
|
for name, value in vars(self).items():
|
|
10188
10203
|
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.1378
|
|
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.1378)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=AWlqrS_ezPlzoy13F5wDFGxuqr-8L3wgM3Qzt-YVCMo,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=pyX8VMxH8qG_Z7bsjUfp-7j-C7iGGUmXMQmTTKEtpiw,568750
|
|
6
|
+
tencentcloud/trtc/v20190722/trtc_client.py,sha256=G592wfKp9NGEiju_hkgsbFBnFaE3pKw45WS9D0G2WWk,79427
|
|
7
|
+
tencentcloud_sdk_python_trtc-3.0.1378.dist-info/METADATA,sha256=MyNM68Hd2g3XUJTJQLKQ5Lex0acg8s8JenMdPHVvTZQ,1501
|
|
8
|
+
tencentcloud_sdk_python_trtc-3.0.1378.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_trtc-3.0.1378.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_trtc-3.0.1378.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=QOG6nOaQTBseW_Ad_7yMUZEUwj_wRRGZ_xlug1B2myw,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=PtheX2LM6M2i9MZ4lvDmtpfOo1MIcjhf_E7Z42GMH4I,567684
|
|
6
|
-
tencentcloud/trtc/v20190722/trtc_client.py,sha256=G592wfKp9NGEiju_hkgsbFBnFaE3pKw45WS9D0G2WWk,79427
|
|
7
|
-
tencentcloud_sdk_python_trtc-3.0.1377.dist-info/METADATA,sha256=CNasFNd_ez456RFBtxYsSpjH9rXt-k3lNG8MUxvg8NI,1501
|
|
8
|
-
tencentcloud_sdk_python_trtc-3.0.1377.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_trtc-3.0.1377.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_trtc-3.0.1377.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|