tencentcloud_sdk_python_vod-3.1.114-py2.py3-none-any.whl
WHL
Verdict: BENIGN
| 1 |
# -*- coding: utf8 -*-PyPI install context |
| 2 |
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.Copyright notice |
| 3 |
# |
| 4 |
# Licensed under the Apache License, Version 2.0 (the "License");Apache License text |
| 5 |
# you may not use this file except in compliance with the License. |
| 6 |
# You may obtain a copy of the License at |
| 29 |
def ApplyUpload(self, request): |
| 30 |
r"""* 我们强烈建议您使用云点播提供的 [服务端上传 SDK](/document/product/…Dense Han ideograph prose (localized source) |
| 31 |
* 该接口用于申请媒体文件(和封面文件)的上传,获取文件上传到云… |
| 32 |
* 上传流程请参考 [服务端上传综述](/document/product/266/9759)。 |
| 34 |
:param request: Request instance for ApplyUpload. |
| 35 |
:type request: :class:`tencentcloud.vod.v20180717.models.ApplyUploadRequest`Auto-generated cloud-SDK API-model code |
| 36 |
:rtype: :class:`tencentcloud.vod.v20180717.models.ApplyUploadResponse` |
| 41 |
headers = request.headers |
| 42 |
body = self.call("ApplyUpload", params, headers=headers) |
| 43 |
response = json.loads(body)Python json.loads call |
| 44 |
model = models.ApplyUploadResponse() |
| 45 |
model._deserialize(response["Response"]) |
| 46 |
return model |
| 47 |
except Exception as e:Error handling keywords |
| 48 |
if isinstance(e, TencentCloudSDKException): |
| 49 |
raise |
| 55 |
r"""关联媒资字幕,将指定的字幕关联到转自适应码流模板号对应的媒体…Sphinx :param: directive |
| 112 |
…(音频)。如使用事件通知,事件通知的类型为 [视频合成完成](https://cloud.ten…notification or alert vocabulary word |
| 297 |
def CreateAigcAudioTask(self, request): |
| 298 |
r"""调用该接口,用于创建AI生音频��务。CJK UI prose source context |
| 576 |
def CreateComplexAdaptiveDynamicStreamingTask(self, request): |
| 577 |
r"""发起复杂自适应码流处理��务,功能包括:CJK UI prose source context |
| 578 |
1. 按指定的自适应码流模板输出 HLS、DASH 自适应码流; |
| 798 |
r"""该接口用于创建自定义模板,模板用于 ProcessMediaByMPS 接口的部分功…CJK UI prose source context |
| 799 |
创建模板时,需要将 MPS 相关参数以 JSON 格式填入 MPSCreateTemplateParams 参… |
| 828 |
def CreatePersonSample(self, request):Python script performs sandbox detection |
| 829 |
r"""该接口用于创建素材样本,用于通过五官定位等技术,进行内容识别… |
| 1344 |
def DeleteAigcApiToken(self, request): |
| 1345 |
r"""删除 AIGC API TokenCredential-related keyword present |
| 2508 |
def DescribeDailyMostPlayedStat(self, request): |
| 2509 |
r"""该接口用于查询每日播放Top100 的媒体文件的播放统计数据。Script validates executable-format magic bytes |
| 2510 |
* 可以查询最近一年的播放统计数据。 |
| 2511 |
* 可以按播放次数或者播放流量查询。 |
vod_client_async.py
python
| 1 |
# -*- coding: utf8 -*-PyPI install context |
| 2 |
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.Copyright notice |
| 3 |
# |
| 4 |
# Licensed under the Apache License, Version 2.0 (the "License");Apache License text |
| 5 |
# you may not use this file except in compliance with the License. |
| 6 |
# You may obtain a copy of the License at |
| 32 |
) -> models.ApplyUploadResponse: |
| 33 |
""" |
| 34 |
* 我们强烈建议您使用云点播提供的 [服务端上传 SDK](/document/product/266/…Dense Han ideograph prose (localized source) |
| 35 |
* 该接口用于申请媒体文件(和封面文件)的上传,获取文件上传到云… |
| 36 |
* 上传流程请参考 [服务端上传综述](/document/product/266/9759)。 |
| 41 |
kwargs["params"] = request._serialize() |
| 42 |
kwargs["resp_cls"] = models.ApplyUploadResponse |
| 43 |
kwargs["headers"] = request.headersHTTP configuration field (headers) |
| 44 |
kwargs["opts"] = opts or {} |
| 45 |
|
| 101 |
…(音频)。如使用事件通知,事件通知的类型为 [视频合成完成](https://cloud.ten…notification or alert vocabulary word |
| 102 |
""" |
| 103 |
|
| 244 |
opts: Dict = None, |
| 245 |
) -> models.CreateAigcAudioTaskResponse: |
| 246 |
"""CJK UI prose source context |
| 247 |
调用该接口,用于创建AI生音频任务。 |
| 248 |
""" |
| 464 |
) -> models.CreateComplexAdaptiveDynamicStreamingTaskResponse: |
| 465 |
"""CJK UI prose source context |
| 466 |
发起复杂自适应码流处理任务,功能包括: |
| 641 |
"""CJK UI prose source context |
| 642 |
该接口用于创建自定义模板,模板用于 ProcessMediaByMPS 接口的部分功能。 |
| 660 |
return await self.call_and_deserialize(**kwargs) |
| 661 |
|
| 662 |
async def CreatePersonSample(Python script performs sandbox detection |
| 663 |
self, |
| 664 |
request: models.CreatePersonSampleRequest, |
| 1072 |
) -> models.DeleteAigcApiTokenResponse: |
| 1073 |
""" |
| 1074 |
删除 AIGC API TokenCredential-related keyword present |
| 1075 |
""" |
| 1076 |
|
| 1990 |
opts: Dict = None, |
| 1991 |
) -> models.DescribeDailyMostPlayedStatResponse: |
| 1992 |
"""Script validates executable-format magic bytes |
| 1993 |
该接口用于查询每日播放Top100 的媒体文件的播放统计数据。 |
| 1994 |
* 可以查询最近一年的播放统计数据。 |
| 2997 |
) -> models.HandleCurrentPlaylistResponse: |
| 2998 |
""" |
| 2999 |
…:向当前播列表插入播放节目。</li><li> Delete:删除播列表中的播放节目。</li>Destructive delete verb |
| 3000 |
""" |
| 3001 |
|
| 1 |
# -*- coding: utf8 -*-PyPI install context |
| 2 |
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.Copyright notice |
| 3 |
# |
| 4 |
# Licensed under the Apache License, Version 2.0 (the "License");Apache License text |
| 5 |
# you may not use this file except in compliance with the License. |
| 6 |
# You may obtain a copy of the License at |
| 21 |
class AIAnalysisTemplateItem(AbstractModel): |
| 22 |
r"""AI 智能分析模板详情Dense Han ideograph prose (localized source) |
| 27 |
r""" |
| 28 |
:param _Definition: 智能分析模板唯一标识。 |
| 29 |
:type Definition: intAuto-generated cloud-SDK API-model code |
| 30 |
:param _Name: 智能分析模板名称。 |
| 31 |
:type Name: str |
| 194 |
property_name = name[1:] |
| 195 |
if property_name in memeber_set: |
| 196 |
memeber_set.remove(property_name)Destructive delete verb |
| 197 |
if len(memeber_set) > 0: |
| 198 |
warnings.warn("%s fileds are useless." % ",".join(memeber_set)) |
| 826 |
if params.get("SubStreamSet") is not None: |
| 827 |
self._SubStreamSet = [] |
| 828 |
for item in params.get("SubStreamSet"):Iteration or loop pattern |
| 829 |
obj = MediaSubStreamInfoItem() |
| 830 |
obj._deserialize(item) |
| 10179 |
class AiSampleFaceInfo(AbstractModel):Python script performs sandbox detection |
| 10180 |
r"""AI 样本管理,人脸信息。 |
| 10239 |
:param _FaceIds: 人脸 ID 集合,当 Type为delete 时,该字段必填。 |
| 10240 |
:type FaceIds: list of str |
| 10241 |
…FaceContents: 人脸图片 [Base64](https://tools.ietf.org/html/rfc4648) 编码后的字符串集合…base64 encoding keyword |
| 10242 |
<li>当 Type为add 或 reset 时,该字段必填;</li> |
| 10243 |
<li>数组长度限制:5 张图片。</li> |
| 10729 |
:param _ClothesFileInfos: <p>输入需要更换的衣物图片列表。支持1-4张图片。… |
| 10730 |
:type ClothesFileInfos: list of SceneAigcImageTaskInputFileInfo |
| 10731 |
:param _Prompt: <p>换装指令Prompt。</p>LLM instruction context |
| 10732 |
:type Prompt: str |
| 10733 |
""" |
| 10895 |
注意:此字段可能返回 null,表示取不到有效值。 |
| 10896 |
:type Type: str |
| 10897 |
…30">视频上传完成事件通知</a> 或 <a href="https://console.cloud.tencent.com/vod/media">云…notification or alert vocabulary word |
| 10898 |
注意:此字段可能返回 null,表示取不到有效值。 |
| 10899 |
:type FileId: str |
| 15337 |
class AreaCLSTargetInfo(AbstractModel): |
| 15338 |
r"""日志推送目标。notify/sender vocabulary word |
| 23320 |
:param _VoiceName: <p>音色名称,文本内容最大长度 20 个字符</p> |
| 23321 |
:type VoiceName: str |
| 23322 |
…支持 .mp3 / .wav / .mp4 / .mov 格式的音视频文件。音频中人声需干净无杂音,有且…DOS dispatcher check op |
| 23323 |
:type VoiceUrl: str |
| 23324 |
:param _VideoId: <p>历史作品 ID,可通过引用历史作品提供音频素材。</p> |
| 31637 |
:param _SubAppId: <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起… |
| 31638 |
:type SubAppId: int |
| 31639 |
:param _ApiToken: API 的 TokenCredential-related keyword present |
| 31640 |
:type ApiToken: str |
| 31641 |
""" |
Objectives
-
errorcodes.py
identifiers.high_entropy_ratio = 0.87
×6
-
identifiers.high_entropy_ratio = 0.76
×3
-
identifiers.high_entropy_ratio = 0.82
×3
-
__init__.py
comments.to_code_ratio = 1.83
×2
-
errorcodes.py
identifiers.avg_length = 32.55
×2
-
errorcodes.py
text.char_entropy = 6.11
×2
-
errorcodes.py
text.whitespace_ratio = 0.06
×2
-
errorcodes.py
comments.to_code_ratio = 0.52
-
errorcodes.py
comments.to_code_ratio = 0.85
-
errorcodes.py
identifiers.avg_length = 34.36
-
vod_client_async.py
identifiers.high_entropy_ratio = 0.39
-
errorcodes.py
text.char_entropy = 5.96
-
models.py
text.lines_over_1000 = 1.00
-
comments.to_code_ratio = 0.52
-
comments.to_code_ratio = 0.85
-
identifiers.avg_length = 25.30
-
identifiers.avg_length = 26.97
-
identifiers.avg_length = 34.36
-
identifiers.high_entropy_ratio = 0.39
-
text.char_entropy = 5.85
-
text.char_entropy = 5.96
-
errorcodes.py
domain
-
models.py
domain
-
errorcodes.py
internal
-
errorcodes.py
internal
-
errorcodes.py
sample
×6
-
errorcodes.py
Service
×2
-
vod_client.py
1024
-
errorcodes.py
DOMAIN
×4
-
errorcodes.py
AUTH
-
errorcodes.py
INVALIDPARAMETERVALUE_ADDKEYFRAMEDESCSANDCLEARKEYFRAMEDESCSCONFLICT = 'InvalidParameterValue.AddKeyFrameDescsAndClearKeyFrameDes
-
vod_client.py
android
-
errorcodes.py
errorcodes.py
-
errorcodes.py
errorcodes.py
-
models.py
models.py
-
vod_client.py
vod_client.py
-
vod_client_async.py
vod_client_async.py
-
models.py
functions.count = 223.00
-
models.py
functions.count = 87.00
-
functions.count = 87.00
-
models.py
loads(b
-
vod_client.py
loads(b
-
errorcodes.py
except
×2
-
errorcodes.py
except
×2
-
models.py
except
×2
-
vod_client.py
except
×2
-
vod_client_async.py
except
×2
Micro-behaviors
-
vod_client.py
json.loads
×2
-
vod_client.py
1955
-
models.py
7a3
json.loads
-
errorcodes.py
Base64
×2
-
errorcodes.py
webp
×2
-
models.py
372869
-
vod_client_async.py
from tencentcloud.common.abstract_client_async import AbstractClient
-
vod_client.py
from tencentcloud.common.abstract_model import AbstractModel
-
models.py
from tencentcloud.common.abstract_model import AbstractModel
-
vod_client.py
from tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException
-
from tencentcloud.common.abstract_client_async import AbstractClient
-
from tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException
-
models.py
856343
-
vod_client.py
mov
-
models.py
903
-
vod_client.py
1601
-
vod_client.py
:type Definition:
-
:type SubAppId:
-
:type request:
Metadata
-
__init__.py
__init__.py
×6
-
errorcodes.py
×3
-
models.py
×3
-
vod_client.py
×3
-
vod_client_async.py
×3
-
top_level.txt
-
errorcodes.py
text.total_lines = 753.00
×2
-
models.py
761
-
vod_client.py
1023
-
vod_client.py
13431
-
vod_client.py
26505
-
vod_client.py
36809
-
vod_client_async.py
10167
-
vod_client_async.py
1079
-
vod_client_async.py
19660
-
vod_client_async.py
27124
-
models.py
text.max_line_length = 680.00
-
vod_client.py
text.max_line_length = 8136.00
-
vod_client_async.py
text.total_lines = 160.00
-
vod_client.py
text.total_lines = 195.00
-
models.py
text.total_lines = 2061.00
-
errorcodes.py
text.total_lines = 48.00
-
models.py
8fc9
创建模板时,需要将 MPS 相关参数以 JSON 格式填入 MPSCreateTemplateParams 参数中。关于具体的任务参
-
models.py
99dc
创建用户自定义的任务
-
models.py
11d7d
删除用户自定义 MPS 任务
-
models.py
12917
删除用户自定义的任务
-
models.py
6789
发起复杂自适应码流处理任务
-
models.py
cb7a
已经<font color='red'>不再维护</font>,新版播放器签名不再使用播放器配置
-
models.py
3477
调用该接口,用于创建AI生音频任务
-
errorcodes.py
鉴权错误
-
vod_client.py
json
-
vod_client_async.py
typing
-
models.py
warnings
-
vod_client.py
tencentcloud.common.abstract_client
-
vod_client_async.py
tencentcloud.common.abstract_client_async
-
models.py
tencentcloud.common.abstract_model
-
vod_client.py
tencentcloud.common.exception.tencent_cloud_sdk_exception
-
vod_client.py
tencentcloud.vod.v20240718
-
vod_client_async.py
tencentcloud.vod.v20240718
-
METADATA
2.1
×2
-
METADATA
3.1.114
×2
-
__init__.py
Apache License
×2
-
METADATA
Tencent Cloud Vod SDK for Python
×2
-
METADATA
tencentcloud-sdk-python-vod
×2
-
2.1
×2
-
3.1.114
×2
-
Tencent Cloud Vod SDK for Python
×2
-
tencentcloud-sdk-python-vod
×2
-
models.py
102
-
vod_client.py
102
-
vod_client_async.py
102
-
errorcodes.py
Apache License
-
errorcodes.py
Apache License
-
models.py
Apache License
-
vod_client.py
Apache License
-
vod_client_async.py
Apache License
-
tencentcloud_sdk_python_vod-3.1.114.dist-info/WHEEL
20 of 37 traits shown
Identity
| SHA-256 |
b831a62ac98f3dc7d3ddc89bbe69b4cd707ea103d86119ec408b06523410bf89 |
| Canonical SHA-256 |
043af8a2443e6f7171e9f0ff2a752df0ee02fcb01c772b080cf68dcbedd6eb1b |
| Filename |
tencentcloud_sdk_python_vod-3.1.114-py2.py3-none-any.whl |
| Package |
tencentcloud-sdk-python-vod |
| Version |
3.1.114-py2.py3-none-any |
Origin
| Source |
harvest |
| Feed |
pypi.org |
| Ecosystem |
python |
| Domain |
pythonhosted.org |
Timeline
| First seen |
11 Jun 2026 19:22 UTC |
| First analyzed |
11 Jun 2026 22:15 UTC |
| Last analyzed |
11 Jun 2026 22:15 UTC |
| Last updated |
11 Jun 2026 22:15 UTC |
Labeling
| Label |
unknown |
| Label source |
harvest |
| Traits version |
e31a3 |