tencentcloud-sdk-python-trtc 3.0.1217__py2.py3-none-any.whl → 3.0.1228__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.1217'
17
+ __version__ = '3.0.1228'
@@ -7605,7 +7605,7 @@ class RecognizeConfig(AbstractModel):
7605
7605
  - English = "en" # 英语
7606
7606
  - Vietnamese = "vi" # 越南语
7607
7607
  - Japanese = "ja" # 日语
7608
- - Korean = "ko" # 汉语
7608
+ - Korean = "ko" # 韩语
7609
7609
  - Indonesia = "id" # 印度尼西亚语
7610
7610
  - Thai = "th" # 泰语
7611
7611
  - Portuguese = "pt" # 葡萄牙语
@@ -8218,7 +8218,7 @@ class STTConfig(AbstractModel):
8218
8218
  4. English = "en" # 英语
8219
8219
  5. Vietnamese = "vi" # 越南语
8220
8220
  6. Japanese = "ja" # 日语
8221
- 7. Korean = "ko" # 汉语
8221
+ 7. Korean = "ko" # 韩语
8222
8222
  8. Indonesia = "id" # 印度尼西亚语
8223
8223
  9. Thai = "th" # 泰语
8224
8224
  10. Portuguese = "pt" # 葡萄牙语
@@ -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.1217
3
+ Version: 3.0.1228
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.1217)
18
+ Requires-Dist: tencentcloud-sdk-python-common (==3.0.1228)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1,10 @@
1
+ tencentcloud/__init__.py,sha256=yF0KudfiXmeWFHh3CcO5YQnW6pACTczZNWjoePDb4mI,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.1228.dist-info/METADATA,sha256=xnzlfiD3XXk4YFr7J601GZ156LhGIlwTE5RO53-Uu-Q,1497
8
+ tencentcloud_sdk_python_trtc-3.0.1228.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_trtc-3.0.1228.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_trtc-3.0.1228.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tencentcloud/__init__.py,sha256=nAqJP-2EbR95pFSVXRNKiFs1cOl9Fv4Lz31OcExbf2U,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=u0n5Wjl8Ax2vvKoCG1TsSAbJccaBfY1SB4zBNI-TbfI,399772
6
- tencentcloud/trtc/v20190722/trtc_client.py,sha256=sTzamtT7sp-ul08Ekv4xEa9sWm03AEDqQMcioZX4LtE,78132
7
- tencentcloud_sdk_python_trtc-3.0.1217.dist-info/METADATA,sha256=hiOAJW0MP9dh65MF0xdLOB0a-O0n1kDH02stYioS4XI,1497
8
- tencentcloud_sdk_python_trtc-3.0.1217.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_trtc-3.0.1217.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_trtc-3.0.1217.dist-info/RECORD,,