tencentcloud-sdk-python-trtc 3.0.1386__py2.py3-none-any.whl → 3.0.1387__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 CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1386'
17
+ __version__ = '3.0.1387'
@@ -10056,12 +10056,15 @@ class RecognizeConfig(AbstractModel):
10056
10056
  :type TranslationLanguage: str
10057
10057
  :param _HotWordList: 热词表:该参数用于提升识别准确率。 单个热词限制:"热词|权重",单个热词不超过30个字符(最多10个汉字),权重[1-11]或者100,如:“腾讯云|5” 或 “ASR|11”; 热词表限制:多个热词用英文逗号分割,最多支持300个热词,如:“腾讯云|10,语音识别|5,ASR|11”;
10058
10058
  :type HotWordList: str
10059
+ :param _VadSilenceTime: 语音识别vad的时间,范围为240-2000,默认为1000,单位为ms。更小的值会让语音识别分句更快。
10060
+ :type VadSilenceTime: int
10059
10061
  """
10060
10062
  self._Language = None
10061
10063
  self._AlternativeLanguage = None
10062
10064
  self._Model = None
10063
10065
  self._TranslationLanguage = None
10064
10066
  self._HotWordList = None
10067
+ self._VadSilenceTime = None
10065
10068
 
10066
10069
  @property
10067
10070
  def Language(self):
@@ -10191,6 +10194,17 @@ class RecognizeConfig(AbstractModel):
10191
10194
  def HotWordList(self, HotWordList):
10192
10195
  self._HotWordList = HotWordList
10193
10196
 
10197
+ @property
10198
+ def VadSilenceTime(self):
10199
+ """语音识别vad的时间,范围为240-2000,默认为1000,单位为ms。更小的值会让语音识别分句更快。
10200
+ :rtype: int
10201
+ """
10202
+ return self._VadSilenceTime
10203
+
10204
+ @VadSilenceTime.setter
10205
+ def VadSilenceTime(self, VadSilenceTime):
10206
+ self._VadSilenceTime = VadSilenceTime
10207
+
10194
10208
 
10195
10209
  def _deserialize(self, params):
10196
10210
  self._Language = params.get("Language")
@@ -10198,6 +10212,7 @@ class RecognizeConfig(AbstractModel):
10198
10212
  self._Model = params.get("Model")
10199
10213
  self._TranslationLanguage = params.get("TranslationLanguage")
10200
10214
  self._HotWordList = params.get("HotWordList")
10215
+ self._VadSilenceTime = params.get("VadSilenceTime")
10201
10216
  memeber_set = set(params.keys())
10202
10217
  for name, value in vars(self).items():
10203
10218
  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.1386
3
+ Version: 3.0.1387
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.1386)
18
+ Requires-Dist: tencentcloud-sdk-python-common (==3.0.1387)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1,10 @@
1
+ tencentcloud/__init__.py,sha256=N7KqyBCG5U518voDFt7NOmMjBSXRpWswOIXAt-0AxJ0,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=whLTFWdyPQ5yMVtVs9wtv7TrPgYHAMKFizb62Iy8swM,572130
6
+ tencentcloud/trtc/v20190722/trtc_client.py,sha256=kKVuscEdwu8Pzt1Ng6E8VcVdOz79P7pT-ekxmaZ3V-8,79107
7
+ tencentcloud_sdk_python_trtc-3.0.1387.dist-info/METADATA,sha256=nIxMoitdD9I3z5iOQIkkOarleS0XOZvZTJGv-PPdwYg,1501
8
+ tencentcloud_sdk_python_trtc-3.0.1387.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_trtc-3.0.1387.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_trtc-3.0.1387.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tencentcloud/__init__.py,sha256=sFKbmMbpdiL3Rld6v7amlCmf-rtkh7AM-xi-0V5zjEk,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=HTeXMS0AKb46zF4M5VkUYCqJNAK5QAXhagqkBybhfhY,571478
6
- tencentcloud/trtc/v20190722/trtc_client.py,sha256=kKVuscEdwu8Pzt1Ng6E8VcVdOz79P7pT-ekxmaZ3V-8,79107
7
- tencentcloud_sdk_python_trtc-3.0.1386.dist-info/METADATA,sha256=Vm5Q9AX-2hObRLQd-6JqYAkNvVn46XC7zImmLSVrlwc,1501
8
- tencentcloud_sdk_python_trtc-3.0.1386.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_trtc-3.0.1386.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_trtc-3.0.1386.dist-info/RECORD,,