tencentcloud-sdk-python-vod 3.1.114__tar.gz → 3.1.124__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_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/setup.py +1 -1
- {tencentcloud_sdk_python_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/tencentcloud/vod/v20180717/models.py +129 -0
- {tencentcloud_sdk_python_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/tencentcloud_sdk_python_vod.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_vod-3.1.124/tencentcloud_sdk_python_vod.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_vod-3.1.114/tencentcloud_sdk_python_vod.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/README.rst +0 -0
- {tencentcloud_sdk_python_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/setup.cfg +0 -0
- {tencentcloud_sdk_python_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/tencentcloud/vod/__init__.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/tencentcloud/vod/v20180717/__init__.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/tencentcloud/vod/v20180717/errorcodes.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/tencentcloud/vod/v20180717/vod_client.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/tencentcloud/vod/v20180717/vod_client_async.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/tencentcloud/vod/v20240718/__init__.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/tencentcloud/vod/v20240718/errorcodes.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/tencentcloud/vod/v20240718/models.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/tencentcloud/vod/v20240718/vod_client.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/tencentcloud/vod/v20240718/vod_client_async.py +0 -0
- {tencentcloud_sdk_python_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/tencentcloud_sdk_python_vod.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/tencentcloud_sdk_python_vod.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_vod-3.1.114 → tencentcloud_sdk_python_vod-3.1.124}/tencentcloud_sdk_python_vod.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-vod
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.124
|
|
4
4
|
Summary: Tencent Cloud Vod 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.124
|
|
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-vod',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.124,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Vod SDK for Python',
|
|
@@ -53691,6 +53691,115 @@ class JustInTimeTranscodeTemplate(AbstractModel):
|
|
|
53691
53691
|
|
|
53692
53692
|
|
|
53693
53693
|
|
|
53694
|
+
class KnowledgeAnalysisInfo(AbstractModel):
|
|
53695
|
+
r"""知识库媒体分析信息。
|
|
53696
|
+
|
|
53697
|
+
"""
|
|
53698
|
+
|
|
53699
|
+
def __init__(self):
|
|
53700
|
+
r"""
|
|
53701
|
+
:param _Definition: <p>大模型解析模板号</p>
|
|
53702
|
+
:type Definition: int
|
|
53703
|
+
:param _AnalysisResults: <p>大模型解析结果</p>
|
|
53704
|
+
:type AnalysisResults: list of KnowledgeAnalysisResult
|
|
53705
|
+
"""
|
|
53706
|
+
self._Definition = None
|
|
53707
|
+
self._AnalysisResults = None
|
|
53708
|
+
|
|
53709
|
+
@property
|
|
53710
|
+
def Definition(self):
|
|
53711
|
+
r"""<p>大模型解析模板号</p>
|
|
53712
|
+
:rtype: int
|
|
53713
|
+
"""
|
|
53714
|
+
return self._Definition
|
|
53715
|
+
|
|
53716
|
+
@Definition.setter
|
|
53717
|
+
def Definition(self, Definition):
|
|
53718
|
+
self._Definition = Definition
|
|
53719
|
+
|
|
53720
|
+
@property
|
|
53721
|
+
def AnalysisResults(self):
|
|
53722
|
+
r"""<p>大模型解析结果</p>
|
|
53723
|
+
:rtype: list of KnowledgeAnalysisResult
|
|
53724
|
+
"""
|
|
53725
|
+
return self._AnalysisResults
|
|
53726
|
+
|
|
53727
|
+
@AnalysisResults.setter
|
|
53728
|
+
def AnalysisResults(self, AnalysisResults):
|
|
53729
|
+
self._AnalysisResults = AnalysisResults
|
|
53730
|
+
|
|
53731
|
+
|
|
53732
|
+
def _deserialize(self, params):
|
|
53733
|
+
self._Definition = params.get("Definition")
|
|
53734
|
+
if params.get("AnalysisResults") is not None:
|
|
53735
|
+
self._AnalysisResults = []
|
|
53736
|
+
for item in params.get("AnalysisResults"):
|
|
53737
|
+
obj = KnowledgeAnalysisResult()
|
|
53738
|
+
obj._deserialize(item)
|
|
53739
|
+
self._AnalysisResults.append(obj)
|
|
53740
|
+
memeber_set = set(params.keys())
|
|
53741
|
+
for name, value in vars(self).items():
|
|
53742
|
+
property_name = name[1:]
|
|
53743
|
+
if property_name in memeber_set:
|
|
53744
|
+
memeber_set.remove(property_name)
|
|
53745
|
+
if len(memeber_set) > 0:
|
|
53746
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
53747
|
+
|
|
53748
|
+
|
|
53749
|
+
|
|
53750
|
+
class KnowledgeAnalysisResult(AbstractModel):
|
|
53751
|
+
r"""知识库媒体分析结果。
|
|
53752
|
+
|
|
53753
|
+
"""
|
|
53754
|
+
|
|
53755
|
+
def __init__(self):
|
|
53756
|
+
r"""
|
|
53757
|
+
:param _TaskType: <p>处理任务类型</p><p>枚举值:</p><ul><li>AiAnalysis.DescriptionTask: 智能摘要任务</li><li>AiAnalysis.VideoComprehensionTask: 视频理解任务</li><li>SmartSubtitle.AsrFullTextTask: 智能语音全文识别任务</li></ul>
|
|
53758
|
+
:type TaskType: str
|
|
53759
|
+
:param _File: <p>任务输出文件集合</p>
|
|
53760
|
+
:type File: :class:`tencentcloud.vod.v20180717.models.MPSOutputFileInfo`
|
|
53761
|
+
"""
|
|
53762
|
+
self._TaskType = None
|
|
53763
|
+
self._File = None
|
|
53764
|
+
|
|
53765
|
+
@property
|
|
53766
|
+
def TaskType(self):
|
|
53767
|
+
r"""<p>处理任务类型</p><p>枚举值:</p><ul><li>AiAnalysis.DescriptionTask: 智能摘要任务</li><li>AiAnalysis.VideoComprehensionTask: 视频理解任务</li><li>SmartSubtitle.AsrFullTextTask: 智能语音全文识别任务</li></ul>
|
|
53768
|
+
:rtype: str
|
|
53769
|
+
"""
|
|
53770
|
+
return self._TaskType
|
|
53771
|
+
|
|
53772
|
+
@TaskType.setter
|
|
53773
|
+
def TaskType(self, TaskType):
|
|
53774
|
+
self._TaskType = TaskType
|
|
53775
|
+
|
|
53776
|
+
@property
|
|
53777
|
+
def File(self):
|
|
53778
|
+
r"""<p>任务输出文件集合</p>
|
|
53779
|
+
:rtype: :class:`tencentcloud.vod.v20180717.models.MPSOutputFileInfo`
|
|
53780
|
+
"""
|
|
53781
|
+
return self._File
|
|
53782
|
+
|
|
53783
|
+
@File.setter
|
|
53784
|
+
def File(self, File):
|
|
53785
|
+
self._File = File
|
|
53786
|
+
|
|
53787
|
+
|
|
53788
|
+
def _deserialize(self, params):
|
|
53789
|
+
self._TaskType = params.get("TaskType")
|
|
53790
|
+
if params.get("File") is not None:
|
|
53791
|
+
self._File = MPSOutputFileInfo()
|
|
53792
|
+
self._File._deserialize(params.get("File"))
|
|
53793
|
+
memeber_set = set(params.keys())
|
|
53794
|
+
for name, value in vars(self).items():
|
|
53795
|
+
property_name = name[1:]
|
|
53796
|
+
if property_name in memeber_set:
|
|
53797
|
+
memeber_set.remove(property_name)
|
|
53798
|
+
if len(memeber_set) > 0:
|
|
53799
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
53800
|
+
|
|
53801
|
+
|
|
53802
|
+
|
|
53694
53803
|
class KnowledgeBasesInfo(AbstractModel):
|
|
53695
53804
|
r"""媒资智能知识库信息
|
|
53696
53805
|
|
|
@@ -53700,8 +53809,11 @@ class KnowledgeBasesInfo(AbstractModel):
|
|
|
53700
53809
|
r"""
|
|
53701
53810
|
:param _Bases: <p>当前媒资当导入的知识库列表</p>
|
|
53702
53811
|
:type Bases: list of str
|
|
53812
|
+
:param _KnowledgeAnalysisInfos: <p>知识库中媒体分析信息</p>
|
|
53813
|
+
:type KnowledgeAnalysisInfos: list of KnowledgeAnalysisInfo
|
|
53703
53814
|
"""
|
|
53704
53815
|
self._Bases = None
|
|
53816
|
+
self._KnowledgeAnalysisInfos = None
|
|
53705
53817
|
|
|
53706
53818
|
@property
|
|
53707
53819
|
def Bases(self):
|
|
@@ -53714,9 +53826,26 @@ class KnowledgeBasesInfo(AbstractModel):
|
|
|
53714
53826
|
def Bases(self, Bases):
|
|
53715
53827
|
self._Bases = Bases
|
|
53716
53828
|
|
|
53829
|
+
@property
|
|
53830
|
+
def KnowledgeAnalysisInfos(self):
|
|
53831
|
+
r"""<p>知识库中媒体分析信息</p>
|
|
53832
|
+
:rtype: list of KnowledgeAnalysisInfo
|
|
53833
|
+
"""
|
|
53834
|
+
return self._KnowledgeAnalysisInfos
|
|
53835
|
+
|
|
53836
|
+
@KnowledgeAnalysisInfos.setter
|
|
53837
|
+
def KnowledgeAnalysisInfos(self, KnowledgeAnalysisInfos):
|
|
53838
|
+
self._KnowledgeAnalysisInfos = KnowledgeAnalysisInfos
|
|
53839
|
+
|
|
53717
53840
|
|
|
53718
53841
|
def _deserialize(self, params):
|
|
53719
53842
|
self._Bases = params.get("Bases")
|
|
53843
|
+
if params.get("KnowledgeAnalysisInfos") is not None:
|
|
53844
|
+
self._KnowledgeAnalysisInfos = []
|
|
53845
|
+
for item in params.get("KnowledgeAnalysisInfos"):
|
|
53846
|
+
obj = KnowledgeAnalysisInfo()
|
|
53847
|
+
obj._deserialize(item)
|
|
53848
|
+
self._KnowledgeAnalysisInfos.append(obj)
|
|
53720
53849
|
memeber_set = set(params.keys())
|
|
53721
53850
|
for name, value in vars(self).items():
|
|
53722
53851
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-vod
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.124
|
|
4
4
|
Summary: Tencent Cloud Vod 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.124
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.124
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.114
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|