Open-source atomic malware analysis

Analyze another

tencentcloud_sdk_python_vod-3.1.114-py2.py3-none-any.whl

WHL
Verdict: BENIGN
Mal-ecule
H(Db)
Size 437.0 KB download
First seen 5 days ago
Analyzed 5 days ago
Ecosystem python
Source pythonhosted.org
vod_client.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
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.tennotification 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. 按指定的自适应码流模板输出 HLSDASH 自适应码流
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.tennotification 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
models.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
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

Micro-behaviors

Metadata

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