tencentcloud-sdk-python-trtc 3.1.80__tar.gz → 3.1.85__tar.gz
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.
- {tencentcloud_sdk_python_trtc-3.1.80 → tencentcloud_sdk_python_trtc-3.1.85}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_trtc-3.1.80 → tencentcloud_sdk_python_trtc-3.1.85}/setup.py +1 -1
- {tencentcloud_sdk_python_trtc-3.1.80 → tencentcloud_sdk_python_trtc-3.1.85}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_trtc-3.1.80 → tencentcloud_sdk_python_trtc-3.1.85}/tencentcloud/trtc/v20190722/models.py +51 -0
- {tencentcloud_sdk_python_trtc-3.1.80 → tencentcloud_sdk_python_trtc-3.1.85}/tencentcloud_sdk_python_trtc.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_trtc-3.1.85/tencentcloud_sdk_python_trtc.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_trtc-3.1.80/tencentcloud_sdk_python_trtc.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_trtc-3.1.80 → tencentcloud_sdk_python_trtc-3.1.85}/README.rst +0 -0
- {tencentcloud_sdk_python_trtc-3.1.80 → tencentcloud_sdk_python_trtc-3.1.85}/setup.cfg +0 -0
- {tencentcloud_sdk_python_trtc-3.1.80 → tencentcloud_sdk_python_trtc-3.1.85}/tencentcloud/trtc/__init__.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.80 → tencentcloud_sdk_python_trtc-3.1.85}/tencentcloud/trtc/v20190722/__init__.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.80 → tencentcloud_sdk_python_trtc-3.1.85}/tencentcloud/trtc/v20190722/errorcodes.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.80 → tencentcloud_sdk_python_trtc-3.1.85}/tencentcloud/trtc/v20190722/trtc_client.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.80 → tencentcloud_sdk_python_trtc-3.1.85}/tencentcloud/trtc/v20190722/trtc_client_async.py +0 -0
- {tencentcloud_sdk_python_trtc-3.1.80 → tencentcloud_sdk_python_trtc-3.1.85}/tencentcloud_sdk_python_trtc.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_trtc-3.1.80 → tencentcloud_sdk_python_trtc-3.1.85}/tencentcloud_sdk_python_trtc.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_trtc-3.1.80 → tencentcloud_sdk_python_trtc-3.1.85}/tencentcloud_sdk_python_trtc.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-trtc
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.85
|
|
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<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.85
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-trtc',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.85,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Trtc SDK for Python',
|
|
@@ -720,12 +720,24 @@ class AsrParam(AbstractModel):
|
|
|
720
720
|
:type AlternativeLanguage: list of str
|
|
721
721
|
:param _VadLevel: vad的远场人声抑制能力(不会对asr识别效果造成影响),范围为[0, 3],默认为0。推荐设置为2,有较好的远场人声抑制能力。
|
|
722
722
|
:type VadLevel: int
|
|
723
|
+
:param _FilterDirty: 是否过滤脏词(目前仅支持填写基础语言引擎和标准语言引擎),范围为[0, 2],默认值为 0。
|
|
724
|
+
0:不过滤脏词;1:过滤脏词;2:将脏词替换为 " * "。
|
|
725
|
+
:type FilterDirty: int
|
|
726
|
+
:param _FilterModal: 是否过滤语气词(目前仅支持填写基础语言引擎和标准语言引擎),范围为[0, 2],默认值为 0。
|
|
727
|
+
0:不过滤语气词;1:部分过滤;2:严格过滤。
|
|
728
|
+
:type FilterModal: int
|
|
729
|
+
:param _FilterPunc: 是否过滤句末的句号(目前仅支持填写基础语言引擎和标准语言引擎),范围为[0, 1],默认值为 0。
|
|
730
|
+
0:不过滤句末的句号;1:过滤句末的句号。
|
|
731
|
+
:type FilterPunc: int
|
|
723
732
|
"""
|
|
724
733
|
self._Lang = None
|
|
725
734
|
self._VadSilenceTime = None
|
|
726
735
|
self._HotWordList = None
|
|
727
736
|
self._AlternativeLanguage = None
|
|
728
737
|
self._VadLevel = None
|
|
738
|
+
self._FilterDirty = None
|
|
739
|
+
self._FilterModal = None
|
|
740
|
+
self._FilterPunc = None
|
|
729
741
|
|
|
730
742
|
@property
|
|
731
743
|
def Lang(self):
|
|
@@ -824,6 +836,42 @@ class AsrParam(AbstractModel):
|
|
|
824
836
|
def VadLevel(self, VadLevel):
|
|
825
837
|
self._VadLevel = VadLevel
|
|
826
838
|
|
|
839
|
+
@property
|
|
840
|
+
def FilterDirty(self):
|
|
841
|
+
r"""是否过滤脏词(目前仅支持填写基础语言引擎和标准语言引擎),范围为[0, 2],默认值为 0。
|
|
842
|
+
0:不过滤脏词;1:过滤脏词;2:将脏词替换为 " * "。
|
|
843
|
+
:rtype: int
|
|
844
|
+
"""
|
|
845
|
+
return self._FilterDirty
|
|
846
|
+
|
|
847
|
+
@FilterDirty.setter
|
|
848
|
+
def FilterDirty(self, FilterDirty):
|
|
849
|
+
self._FilterDirty = FilterDirty
|
|
850
|
+
|
|
851
|
+
@property
|
|
852
|
+
def FilterModal(self):
|
|
853
|
+
r"""是否过滤语气词(目前仅支持填写基础语言引擎和标准语言引擎),范围为[0, 2],默认值为 0。
|
|
854
|
+
0:不过滤语气词;1:部分过滤;2:严格过滤。
|
|
855
|
+
:rtype: int
|
|
856
|
+
"""
|
|
857
|
+
return self._FilterModal
|
|
858
|
+
|
|
859
|
+
@FilterModal.setter
|
|
860
|
+
def FilterModal(self, FilterModal):
|
|
861
|
+
self._FilterModal = FilterModal
|
|
862
|
+
|
|
863
|
+
@property
|
|
864
|
+
def FilterPunc(self):
|
|
865
|
+
r"""是否过滤句末的句号(目前仅支持填写基础语言引擎和标准语言引擎),范围为[0, 1],默认值为 0。
|
|
866
|
+
0:不过滤句末的句号;1:过滤句末的句号。
|
|
867
|
+
:rtype: int
|
|
868
|
+
"""
|
|
869
|
+
return self._FilterPunc
|
|
870
|
+
|
|
871
|
+
@FilterPunc.setter
|
|
872
|
+
def FilterPunc(self, FilterPunc):
|
|
873
|
+
self._FilterPunc = FilterPunc
|
|
874
|
+
|
|
827
875
|
|
|
828
876
|
def _deserialize(self, params):
|
|
829
877
|
self._Lang = params.get("Lang")
|
|
@@ -831,6 +879,9 @@ class AsrParam(AbstractModel):
|
|
|
831
879
|
self._HotWordList = params.get("HotWordList")
|
|
832
880
|
self._AlternativeLanguage = params.get("AlternativeLanguage")
|
|
833
881
|
self._VadLevel = params.get("VadLevel")
|
|
882
|
+
self._FilterDirty = params.get("FilterDirty")
|
|
883
|
+
self._FilterModal = params.get("FilterModal")
|
|
884
|
+
self._FilterPunc = params.get("FilterPunc")
|
|
834
885
|
memeber_set = set(params.keys())
|
|
835
886
|
for name, value in vars(self).items():
|
|
836
887
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-trtc
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.85
|
|
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<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.85
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.85
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.80
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|