tencentcloud-sdk-python-mps 3.1.48__tar.gz → 3.1.54__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-mps might be problematic. Click here for more details.
- {tencentcloud_sdk_python_mps-3.1.48 → tencentcloud_sdk_python_mps-3.1.54}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_mps-3.1.48 → tencentcloud_sdk_python_mps-3.1.54}/setup.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.48 → tencentcloud_sdk_python_mps-3.1.54}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.48 → tencentcloud_sdk_python_mps-3.1.54}/tencentcloud/mps/v20190612/models.py +111 -134
- {tencentcloud_sdk_python_mps-3.1.48 → tencentcloud_sdk_python_mps-3.1.54}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_mps-3.1.54/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_mps-3.1.48/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_mps-3.1.48 → tencentcloud_sdk_python_mps-3.1.54}/README.rst +0 -0
- {tencentcloud_sdk_python_mps-3.1.48 → tencentcloud_sdk_python_mps-3.1.54}/setup.cfg +0 -0
- {tencentcloud_sdk_python_mps-3.1.48 → tencentcloud_sdk_python_mps-3.1.54}/tencentcloud/mps/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.48 → tencentcloud_sdk_python_mps-3.1.54}/tencentcloud/mps/v20190612/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.48 → tencentcloud_sdk_python_mps-3.1.54}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.48 → tencentcloud_sdk_python_mps-3.1.54}/tencentcloud/mps/v20190612/mps_client.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.48 → tencentcloud_sdk_python_mps-3.1.54}/tencentcloud/mps/v20190612/mps_client_async.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.48 → tencentcloud_sdk_python_mps-3.1.54}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.48 → tencentcloud_sdk_python_mps-3.1.54}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.48 → tencentcloud_sdk_python_mps-3.1.54}/tencentcloud_sdk_python_mps.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-mps
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.54
|
|
4
4
|
Summary: Tencent Cloud Mps 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.54
|
|
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-mps',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.54,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Mps SDK for Python',
|
|
@@ -19207,36 +19207,25 @@ class CreateAigcImageTaskRequest(AbstractModel):
|
|
|
19207
19207
|
|
|
19208
19208
|
def __init__(self):
|
|
19209
19209
|
r"""
|
|
19210
|
-
:param _ModelName:
|
|
19211
|
-
当前支持的模型列表:
|
|
19212
|
-
Hunyuan,
|
|
19213
|
-
GEM,
|
|
19214
|
-
Qwen。
|
|
19210
|
+
:param _ModelName: <p>模型名称。<br>当前支持的模型列表:<br>Hunyuan,<br>GEM,<br>Qwen。</p>
|
|
19215
19211
|
:type ModelName: str
|
|
19216
|
-
:param _ModelVersion:
|
|
19217
|
-
|
|
19218
|
-
1. GEM, 可选[2.5,3.0]。
|
|
19212
|
+
:param _ModelVersion: <p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。</p><ol><li>GEM, 可选[2.5,3.0]。</li></ol>
|
|
19219
19213
|
:type ModelVersion: str
|
|
19220
|
-
:param _Prompt:
|
|
19214
|
+
:param _Prompt: <p>生成图片的描述。(注:最大支持1000字符)。当未传入参考图片时,此参数必填。</p>
|
|
19221
19215
|
:type Prompt: str
|
|
19222
|
-
:param _NegativePrompt:
|
|
19216
|
+
:param _NegativePrompt: <p>用于描述您想要阻止模型生成的内容。 注意:部分模型支持。 例如: 顶部照明、明亮的色彩 人物、动物 多辆汽车、风。</p>
|
|
19223
19217
|
:type NegativePrompt: str
|
|
19224
|
-
:param _EnhancePrompt:
|
|
19218
|
+
:param _EnhancePrompt: <p>默认取值为False,模型会严格地遵循指令。如果需要更精细的prompt获得最佳效果,可将此参数设置为True,将自动优化传入的prompt,以提升生成质量。</p>
|
|
19225
19219
|
:type EnhancePrompt: bool
|
|
19226
|
-
:param _ImageInfos:
|
|
19227
|
-
|
|
19228
|
-
支持多图输入的模型:
|
|
19229
|
-
1. GEM,可支持最多3张图片输入作为资源图。
|
|
19230
|
-
|
|
19231
|
-
注意:
|
|
19232
|
-
1. 推荐图片小于7M,各模型限制不同。
|
|
19233
|
-
2. 图片格式支持:jpeg, png, webp。
|
|
19220
|
+
:param _ImageInfos: <p>用于传入参考的资源图片信息,默认支持传入一张图片。</p><p>支持多图输入的模型:</p><ol><li>GEM,可支持最多3张图片输入作为资源图。</li></ol><p>注意:</p><ol><li>推荐图片小于7M,各模型限制不同。</li><li>图片格式支持:jpeg, png, webp。</li></ol>
|
|
19234
19221
|
:type ImageInfos: list of AigcImageInfo
|
|
19235
|
-
:param _ExtraParameters:
|
|
19222
|
+
:param _ExtraParameters: <p>用于传入模型要求的额外参数。</p>
|
|
19236
19223
|
:type ExtraParameters: :class:`tencentcloud.mps.v20190612.models.AigcImageExtraParam`
|
|
19237
|
-
:param
|
|
19224
|
+
:param _AdditionalParameters: <p>用于传入一些模型需要的特殊场景参数,Json格式序列化成字符串。 示例: {"size":"2048x2048"}</p>
|
|
19225
|
+
:type AdditionalParameters: str
|
|
19226
|
+
:param _StoreCosParam: <p>文件结果指定存储Cos桶信息。 注意:需开通Cos,创建并授权MPS_QcsRole角色。</p>
|
|
19238
19227
|
:type StoreCosParam: :class:`tencentcloud.mps.v20190612.models.AigcStoreCosParam`
|
|
19239
|
-
:param _Operator:
|
|
19228
|
+
:param _Operator: <p>接口操作者名称。</p>
|
|
19240
19229
|
:type Operator: str
|
|
19241
19230
|
"""
|
|
19242
19231
|
self._ModelName = None
|
|
@@ -19246,16 +19235,13 @@ Qwen。
|
|
|
19246
19235
|
self._EnhancePrompt = None
|
|
19247
19236
|
self._ImageInfos = None
|
|
19248
19237
|
self._ExtraParameters = None
|
|
19238
|
+
self._AdditionalParameters = None
|
|
19249
19239
|
self._StoreCosParam = None
|
|
19250
19240
|
self._Operator = None
|
|
19251
19241
|
|
|
19252
19242
|
@property
|
|
19253
19243
|
def ModelName(self):
|
|
19254
|
-
r"""
|
|
19255
|
-
当前支持的模型列表:
|
|
19256
|
-
Hunyuan,
|
|
19257
|
-
GEM,
|
|
19258
|
-
Qwen。
|
|
19244
|
+
r"""<p>模型名称。<br>当前支持的模型列表:<br>Hunyuan,<br>GEM,<br>Qwen。</p>
|
|
19259
19245
|
:rtype: str
|
|
19260
19246
|
"""
|
|
19261
19247
|
return self._ModelName
|
|
@@ -19266,9 +19252,7 @@ Qwen。
|
|
|
19266
19252
|
|
|
19267
19253
|
@property
|
|
19268
19254
|
def ModelVersion(self):
|
|
19269
|
-
r"""
|
|
19270
|
-
|
|
19271
|
-
1. GEM, 可选[2.5,3.0]。
|
|
19255
|
+
r"""<p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。</p><ol><li>GEM, 可选[2.5,3.0]。</li></ol>
|
|
19272
19256
|
:rtype: str
|
|
19273
19257
|
"""
|
|
19274
19258
|
return self._ModelVersion
|
|
@@ -19279,7 +19263,7 @@ Qwen。
|
|
|
19279
19263
|
|
|
19280
19264
|
@property
|
|
19281
19265
|
def Prompt(self):
|
|
19282
|
-
r"""
|
|
19266
|
+
r"""<p>生成图片的描述。(注:最大支持1000字符)。当未传入参考图片时,此参数必填。</p>
|
|
19283
19267
|
:rtype: str
|
|
19284
19268
|
"""
|
|
19285
19269
|
return self._Prompt
|
|
@@ -19290,7 +19274,7 @@ Qwen。
|
|
|
19290
19274
|
|
|
19291
19275
|
@property
|
|
19292
19276
|
def NegativePrompt(self):
|
|
19293
|
-
r"""
|
|
19277
|
+
r"""<p>用于描述您想要阻止模型生成的内容。 注意:部分模型支持。 例如: 顶部照明、明亮的色彩 人物、动物 多辆汽车、风。</p>
|
|
19294
19278
|
:rtype: str
|
|
19295
19279
|
"""
|
|
19296
19280
|
return self._NegativePrompt
|
|
@@ -19301,7 +19285,7 @@ Qwen。
|
|
|
19301
19285
|
|
|
19302
19286
|
@property
|
|
19303
19287
|
def EnhancePrompt(self):
|
|
19304
|
-
r"""
|
|
19288
|
+
r"""<p>默认取值为False,模型会严格地遵循指令。如果需要更精细的prompt获得最佳效果,可将此参数设置为True,将自动优化传入的prompt,以提升生成质量。</p>
|
|
19305
19289
|
:rtype: bool
|
|
19306
19290
|
"""
|
|
19307
19291
|
return self._EnhancePrompt
|
|
@@ -19312,14 +19296,7 @@ Qwen。
|
|
|
19312
19296
|
|
|
19313
19297
|
@property
|
|
19314
19298
|
def ImageInfos(self):
|
|
19315
|
-
r"""
|
|
19316
|
-
|
|
19317
|
-
支持多图输入的模型:
|
|
19318
|
-
1. GEM,可支持最多3张图片输入作为资源图。
|
|
19319
|
-
|
|
19320
|
-
注意:
|
|
19321
|
-
1. 推荐图片小于7M,各模型限制不同。
|
|
19322
|
-
2. 图片格式支持:jpeg, png, webp。
|
|
19299
|
+
r"""<p>用于传入参考的资源图片信息,默认支持传入一张图片。</p><p>支持多图输入的模型:</p><ol><li>GEM,可支持最多3张图片输入作为资源图。</li></ol><p>注意:</p><ol><li>推荐图片小于7M,各模型限制不同。</li><li>图片格式支持:jpeg, png, webp。</li></ol>
|
|
19323
19300
|
:rtype: list of AigcImageInfo
|
|
19324
19301
|
"""
|
|
19325
19302
|
return self._ImageInfos
|
|
@@ -19330,7 +19307,7 @@ Qwen。
|
|
|
19330
19307
|
|
|
19331
19308
|
@property
|
|
19332
19309
|
def ExtraParameters(self):
|
|
19333
|
-
r"""
|
|
19310
|
+
r"""<p>用于传入模型要求的额外参数。</p>
|
|
19334
19311
|
:rtype: :class:`tencentcloud.mps.v20190612.models.AigcImageExtraParam`
|
|
19335
19312
|
"""
|
|
19336
19313
|
return self._ExtraParameters
|
|
@@ -19339,9 +19316,20 @@ Qwen。
|
|
|
19339
19316
|
def ExtraParameters(self, ExtraParameters):
|
|
19340
19317
|
self._ExtraParameters = ExtraParameters
|
|
19341
19318
|
|
|
19319
|
+
@property
|
|
19320
|
+
def AdditionalParameters(self):
|
|
19321
|
+
r"""<p>用于传入一些模型需要的特殊场景参数,Json格式序列化成字符串。 示例: {"size":"2048x2048"}</p>
|
|
19322
|
+
:rtype: str
|
|
19323
|
+
"""
|
|
19324
|
+
return self._AdditionalParameters
|
|
19325
|
+
|
|
19326
|
+
@AdditionalParameters.setter
|
|
19327
|
+
def AdditionalParameters(self, AdditionalParameters):
|
|
19328
|
+
self._AdditionalParameters = AdditionalParameters
|
|
19329
|
+
|
|
19342
19330
|
@property
|
|
19343
19331
|
def StoreCosParam(self):
|
|
19344
|
-
r"""
|
|
19332
|
+
r"""<p>文件结果指定存储Cos桶信息。 注意:需开通Cos,创建并授权MPS_QcsRole角色。</p>
|
|
19345
19333
|
:rtype: :class:`tencentcloud.mps.v20190612.models.AigcStoreCosParam`
|
|
19346
19334
|
"""
|
|
19347
19335
|
return self._StoreCosParam
|
|
@@ -19352,7 +19340,7 @@ Qwen。
|
|
|
19352
19340
|
|
|
19353
19341
|
@property
|
|
19354
19342
|
def Operator(self):
|
|
19355
|
-
r"""
|
|
19343
|
+
r"""<p>接口操作者名称。</p>
|
|
19356
19344
|
:rtype: str
|
|
19357
19345
|
"""
|
|
19358
19346
|
return self._Operator
|
|
@@ -19377,6 +19365,7 @@ Qwen。
|
|
|
19377
19365
|
if params.get("ExtraParameters") is not None:
|
|
19378
19366
|
self._ExtraParameters = AigcImageExtraParam()
|
|
19379
19367
|
self._ExtraParameters._deserialize(params.get("ExtraParameters"))
|
|
19368
|
+
self._AdditionalParameters = params.get("AdditionalParameters")
|
|
19380
19369
|
if params.get("StoreCosParam") is not None:
|
|
19381
19370
|
self._StoreCosParam = AigcStoreCosParam()
|
|
19382
19371
|
self._StoreCosParam._deserialize(params.get("StoreCosParam"))
|
|
@@ -19398,7 +19387,7 @@ class CreateAigcImageTaskResponse(AbstractModel):
|
|
|
19398
19387
|
|
|
19399
19388
|
def __init__(self):
|
|
19400
19389
|
r"""
|
|
19401
|
-
:param _TaskId:
|
|
19390
|
+
:param _TaskId: <p>返回的任务ID。</p>
|
|
19402
19391
|
:type TaskId: str
|
|
19403
19392
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
19404
19393
|
:type RequestId: str
|
|
@@ -19408,7 +19397,7 @@ class CreateAigcImageTaskResponse(AbstractModel):
|
|
|
19408
19397
|
|
|
19409
19398
|
@property
|
|
19410
19399
|
def TaskId(self):
|
|
19411
|
-
r"""
|
|
19400
|
+
r"""<p>返回的任务ID。</p>
|
|
19412
19401
|
:rtype: str
|
|
19413
19402
|
"""
|
|
19414
19403
|
return self._TaskId
|
|
@@ -38904,29 +38893,26 @@ class EditMediaRequest(AbstractModel):
|
|
|
38904
38893
|
|
|
38905
38894
|
def __init__(self):
|
|
38906
38895
|
r"""
|
|
38907
|
-
:param _FileInfos:
|
|
38896
|
+
:param _FileInfos: <p>输入的视频文件信息。</p>
|
|
38908
38897
|
:type FileInfos: list of EditMediaFileInfo
|
|
38909
|
-
:param _OutputStorage:
|
|
38898
|
+
:param _OutputStorage: <p>媒体处理输出文件的目标存储。</p>
|
|
38910
38899
|
:type OutputStorage: :class:`tencentcloud.mps.v20190612.models.TaskOutputStorage`
|
|
38911
|
-
:param _OutputObjectPath:
|
|
38912
|
-
|
|
38913
|
-
注意:对于复杂合成任务,路径中的文件名只可为数字、字母、-、_ 的组合,最长 64 个字符。
|
|
38914
|
-
|
|
38900
|
+
:param _OutputObjectPath: <p>媒体处理输出文件的目标路径。</p><p>注意:对于复杂合成任务,路径中的文件名只可为数字、字母、-、_ 的组合,最长 64 个字符。</p>
|
|
38915
38901
|
:type OutputObjectPath: str
|
|
38916
|
-
:param _OutputConfig:
|
|
38902
|
+
:param _OutputConfig: <p>【剪辑】任务生成的文件配置。</p>
|
|
38917
38903
|
:type OutputConfig: :class:`tencentcloud.mps.v20190612.models.EditMediaOutputConfig`
|
|
38918
|
-
:param _ComposeConfig:
|
|
38919
|
-
|
|
38920
|
-
注意:当其不为空时,认为是合成任务,否则按剪辑任务处理。
|
|
38904
|
+
:param _ComposeConfig: <p>【合成】任务配置。</p><p>注意:当其不为空时,认为是合成任务,否则按剪辑任务处理。</p>
|
|
38921
38905
|
:type ComposeConfig: :class:`tencentcloud.mps.v20190612.models.ComposeMediaConfig`
|
|
38922
|
-
:param _TaskNotifyConfig:
|
|
38906
|
+
:param _TaskNotifyConfig: <p>任务的事件通知信息,不填代表不获取事件通知。</p>
|
|
38923
38907
|
:type TaskNotifyConfig: :class:`tencentcloud.mps.v20190612.models.TaskNotifyConfig`
|
|
38924
|
-
:param _TasksPriority:
|
|
38908
|
+
:param _TasksPriority: <p>任务优先级,数值越大优先级越高,取值范围是-10到 10,不填代表0。</p>
|
|
38925
38909
|
:type TasksPriority: int
|
|
38926
|
-
:param _SessionId:
|
|
38910
|
+
:param _SessionId: <p>用于去重的识别码,如果三天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。</p>
|
|
38927
38911
|
:type SessionId: str
|
|
38928
|
-
:param _SessionContext:
|
|
38912
|
+
:param _SessionContext: <p>来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。</p>
|
|
38929
38913
|
:type SessionContext: str
|
|
38914
|
+
:param _ResourceId: <p>资源ID,需要保证对应资源是开启状态。默认为帐号主资源ID。</p>
|
|
38915
|
+
:type ResourceId: str
|
|
38930
38916
|
"""
|
|
38931
38917
|
self._FileInfos = None
|
|
38932
38918
|
self._OutputStorage = None
|
|
@@ -38937,10 +38923,11 @@ class EditMediaRequest(AbstractModel):
|
|
|
38937
38923
|
self._TasksPriority = None
|
|
38938
38924
|
self._SessionId = None
|
|
38939
38925
|
self._SessionContext = None
|
|
38926
|
+
self._ResourceId = None
|
|
38940
38927
|
|
|
38941
38928
|
@property
|
|
38942
38929
|
def FileInfos(self):
|
|
38943
|
-
r"""
|
|
38930
|
+
r"""<p>输入的视频文件信息。</p>
|
|
38944
38931
|
:rtype: list of EditMediaFileInfo
|
|
38945
38932
|
"""
|
|
38946
38933
|
return self._FileInfos
|
|
@@ -38951,7 +38938,7 @@ class EditMediaRequest(AbstractModel):
|
|
|
38951
38938
|
|
|
38952
38939
|
@property
|
|
38953
38940
|
def OutputStorage(self):
|
|
38954
|
-
r"""
|
|
38941
|
+
r"""<p>媒体处理输出文件的目标存储。</p>
|
|
38955
38942
|
:rtype: :class:`tencentcloud.mps.v20190612.models.TaskOutputStorage`
|
|
38956
38943
|
"""
|
|
38957
38944
|
return self._OutputStorage
|
|
@@ -38962,10 +38949,7 @@ class EditMediaRequest(AbstractModel):
|
|
|
38962
38949
|
|
|
38963
38950
|
@property
|
|
38964
38951
|
def OutputObjectPath(self):
|
|
38965
|
-
r"""
|
|
38966
|
-
|
|
38967
|
-
注意:对于复杂合成任务,路径中的文件名只可为数字、字母、-、_ 的组合,最长 64 个字符。
|
|
38968
|
-
|
|
38952
|
+
r"""<p>媒体处理输出文件的目标路径。</p><p>注意:对于复杂合成任务,路径中的文件名只可为数字、字母、-、_ 的组合,最长 64 个字符。</p>
|
|
38969
38953
|
:rtype: str
|
|
38970
38954
|
"""
|
|
38971
38955
|
return self._OutputObjectPath
|
|
@@ -38976,7 +38960,7 @@ class EditMediaRequest(AbstractModel):
|
|
|
38976
38960
|
|
|
38977
38961
|
@property
|
|
38978
38962
|
def OutputConfig(self):
|
|
38979
|
-
r"""
|
|
38963
|
+
r"""<p>【剪辑】任务生成的文件配置。</p>
|
|
38980
38964
|
:rtype: :class:`tencentcloud.mps.v20190612.models.EditMediaOutputConfig`
|
|
38981
38965
|
"""
|
|
38982
38966
|
return self._OutputConfig
|
|
@@ -38987,9 +38971,7 @@ class EditMediaRequest(AbstractModel):
|
|
|
38987
38971
|
|
|
38988
38972
|
@property
|
|
38989
38973
|
def ComposeConfig(self):
|
|
38990
|
-
r"""
|
|
38991
|
-
|
|
38992
|
-
注意:当其不为空时,认为是合成任务,否则按剪辑任务处理。
|
|
38974
|
+
r"""<p>【合成】任务配置。</p><p>注意:当其不为空时,认为是合成任务,否则按剪辑任务处理。</p>
|
|
38993
38975
|
:rtype: :class:`tencentcloud.mps.v20190612.models.ComposeMediaConfig`
|
|
38994
38976
|
"""
|
|
38995
38977
|
return self._ComposeConfig
|
|
@@ -39000,7 +38982,7 @@ class EditMediaRequest(AbstractModel):
|
|
|
39000
38982
|
|
|
39001
38983
|
@property
|
|
39002
38984
|
def TaskNotifyConfig(self):
|
|
39003
|
-
r"""
|
|
38985
|
+
r"""<p>任务的事件通知信息,不填代表不获取事件通知。</p>
|
|
39004
38986
|
:rtype: :class:`tencentcloud.mps.v20190612.models.TaskNotifyConfig`
|
|
39005
38987
|
"""
|
|
39006
38988
|
return self._TaskNotifyConfig
|
|
@@ -39011,7 +38993,7 @@ class EditMediaRequest(AbstractModel):
|
|
|
39011
38993
|
|
|
39012
38994
|
@property
|
|
39013
38995
|
def TasksPriority(self):
|
|
39014
|
-
r"""
|
|
38996
|
+
r"""<p>任务优先级,数值越大优先级越高,取值范围是-10到 10,不填代表0。</p>
|
|
39015
38997
|
:rtype: int
|
|
39016
38998
|
"""
|
|
39017
38999
|
return self._TasksPriority
|
|
@@ -39022,7 +39004,7 @@ class EditMediaRequest(AbstractModel):
|
|
|
39022
39004
|
|
|
39023
39005
|
@property
|
|
39024
39006
|
def SessionId(self):
|
|
39025
|
-
r"""
|
|
39007
|
+
r"""<p>用于去重的识别码,如果三天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。</p>
|
|
39026
39008
|
:rtype: str
|
|
39027
39009
|
"""
|
|
39028
39010
|
return self._SessionId
|
|
@@ -39033,7 +39015,7 @@ class EditMediaRequest(AbstractModel):
|
|
|
39033
39015
|
|
|
39034
39016
|
@property
|
|
39035
39017
|
def SessionContext(self):
|
|
39036
|
-
r"""
|
|
39018
|
+
r"""<p>来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。</p>
|
|
39037
39019
|
:rtype: str
|
|
39038
39020
|
"""
|
|
39039
39021
|
return self._SessionContext
|
|
@@ -39042,6 +39024,17 @@ class EditMediaRequest(AbstractModel):
|
|
|
39042
39024
|
def SessionContext(self, SessionContext):
|
|
39043
39025
|
self._SessionContext = SessionContext
|
|
39044
39026
|
|
|
39027
|
+
@property
|
|
39028
|
+
def ResourceId(self):
|
|
39029
|
+
r"""<p>资源ID,需要保证对应资源是开启状态。默认为帐号主资源ID。</p>
|
|
39030
|
+
:rtype: str
|
|
39031
|
+
"""
|
|
39032
|
+
return self._ResourceId
|
|
39033
|
+
|
|
39034
|
+
@ResourceId.setter
|
|
39035
|
+
def ResourceId(self, ResourceId):
|
|
39036
|
+
self._ResourceId = ResourceId
|
|
39037
|
+
|
|
39045
39038
|
|
|
39046
39039
|
def _deserialize(self, params):
|
|
39047
39040
|
if params.get("FileInfos") is not None:
|
|
@@ -39066,6 +39059,7 @@ class EditMediaRequest(AbstractModel):
|
|
|
39066
39059
|
self._TasksPriority = params.get("TasksPriority")
|
|
39067
39060
|
self._SessionId = params.get("SessionId")
|
|
39068
39061
|
self._SessionContext = params.get("SessionContext")
|
|
39062
|
+
self._ResourceId = params.get("ResourceId")
|
|
39069
39063
|
memeber_set = set(params.keys())
|
|
39070
39064
|
for name, value in vars(self).items():
|
|
39071
39065
|
property_name = name[1:]
|
|
@@ -39083,7 +39077,7 @@ class EditMediaResponse(AbstractModel):
|
|
|
39083
39077
|
|
|
39084
39078
|
def __init__(self):
|
|
39085
39079
|
r"""
|
|
39086
|
-
:param _TaskId:
|
|
39080
|
+
:param _TaskId: <p>编辑视频的任务 ID,可以通过该 ID 查询编辑任务的状态。</p>
|
|
39087
39081
|
:type TaskId: str
|
|
39088
39082
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
39089
39083
|
:type RequestId: str
|
|
@@ -39093,7 +39087,7 @@ class EditMediaResponse(AbstractModel):
|
|
|
39093
39087
|
|
|
39094
39088
|
@property
|
|
39095
39089
|
def TaskId(self):
|
|
39096
|
-
r"""
|
|
39090
|
+
r"""<p>编辑视频的任务 ID,可以通过该 ID 查询编辑任务的状态。</p>
|
|
39097
39091
|
:rtype: str
|
|
39098
39092
|
"""
|
|
39099
39093
|
return self._TaskId
|
|
@@ -61599,46 +61593,32 @@ class ProcessLiveStreamRequest(AbstractModel):
|
|
|
61599
61593
|
|
|
61600
61594
|
def __init__(self):
|
|
61601
61595
|
r"""
|
|
61602
|
-
:param _Url:
|
|
61603
|
-
trtc地址如下:
|
|
61604
|
-
trtc: //trtc.rtc.qq.com/mps/`<roomid>`?sdkappid=`<sdkappid>`&userid=`<userid>`&usersig=<`usersig>`
|
|
61605
|
-
`<roomid>` 为trtc的房间号id, 为数字
|
|
61606
|
-
`<sdkappid>` 为trtc的sdk app id
|
|
61607
|
-
`<userid>` 为服务进入房间的用户id,可以区分谁是机器人
|
|
61608
|
-
<`usersig>` 为trtc 用户的签名
|
|
61609
|
-
|
|
61610
|
-
webrtc 支持[LEB](https://cloud.tencent.com/product/leb)的直播流,地址获取请[参考](https://cloud.tencent.com/document/product/267/32720)
|
|
61611
|
-
|
|
61612
|
-
srt支持地址请[参考](https://ffmpeg.org/ffmpeg-protocols.html#srt)
|
|
61613
|
-
|
|
61614
|
-
|
|
61596
|
+
:param _Url: <p>直播流 URL(必须是直播流地址,支持 rtmp,hls 和 flv, trtc,webrtc,srt等)。<br>trtc地址如下:<br> trtc: //trtc.rtc.qq.com/mps/<code><roomid></code>?sdkappid=<code><sdkappid></code>&userid=<code><userid></code>&usersig=<<code>usersig></code><br><code><roomid></code> 为trtc的房间号id, 为数字<br><code><sdkappid></code> 为trtc的sdk app id<br><code><userid></code> 为服务进入房间的用户id,可以区分谁是机器人<br><<code>usersig></code> 为trtc 用户的签名</p><p>webrtc 支持<a href="https://cloud.tencent.com/product/leb">LEB</a>的直播流,地址获取请<a href="https://cloud.tencent.com/document/product/267/32720">参考</a></p><p>srt支持地址请<a href="https://ffmpeg.org/ffmpeg-protocols.html#srt">参考</a></p>
|
|
61615
61597
|
:type Url: str
|
|
61616
|
-
:param _TaskNotifyConfig:
|
|
61598
|
+
:param _TaskNotifyConfig: <p>任务的事件通知信息,用于指定直播流处理的结果。</p>
|
|
61617
61599
|
:type TaskNotifyConfig: :class:`tencentcloud.mps.v20190612.models.LiveStreamTaskNotifyConfig`
|
|
61618
|
-
:param _OutputStorage:
|
|
61600
|
+
:param _OutputStorage: <p>直播流处理输出文件的目标存储。如处理有文件输出,该参数为必填项。</p>
|
|
61619
61601
|
:type OutputStorage: :class:`tencentcloud.mps.v20190612.models.TaskOutputStorage`
|
|
61620
|
-
:param _OutputDir:
|
|
61602
|
+
:param _OutputDir: <p>直播流处理生成的文件输出的目标目录,如<code>/movie/201909/</code>,如果不填为 <code>/</code> 目录。</p>
|
|
61621
61603
|
:type OutputDir: str
|
|
61622
|
-
:param _AiContentReviewTask:
|
|
61604
|
+
:param _AiContentReviewTask: <p>视频内容审核类型任务参数。</p>
|
|
61623
61605
|
:type AiContentReviewTask: :class:`tencentcloud.mps.v20190612.models.AiContentReviewTaskInput`
|
|
61624
|
-
:param _AiRecognitionTask:
|
|
61606
|
+
:param _AiRecognitionTask: <p>视频内容识别类型任务参数。</p>
|
|
61625
61607
|
:type AiRecognitionTask: :class:`tencentcloud.mps.v20190612.models.AiRecognitionTaskInput`
|
|
61626
|
-
:param _AiAnalysisTask:
|
|
61608
|
+
:param _AiAnalysisTask: <p>视频内容分析类型任务参数。</p>
|
|
61627
61609
|
:type AiAnalysisTask: :class:`tencentcloud.mps.v20190612.models.AiAnalysisTaskInput`
|
|
61628
|
-
:param _AiQualityControlTask:
|
|
61610
|
+
:param _AiQualityControlTask: <p>媒体质检类型任务参数。</p>
|
|
61629
61611
|
:type AiQualityControlTask: :class:`tencentcloud.mps.v20190612.models.AiQualityControlTaskInput`
|
|
61630
|
-
:param _SmartSubtitlesTask:
|
|
61612
|
+
:param _SmartSubtitlesTask: <p>智能字幕任务参数。</p>
|
|
61631
61613
|
:type SmartSubtitlesTask: :class:`tencentcloud.mps.v20190612.models.LiveSmartSubtitlesTaskInput`
|
|
61632
|
-
:param _SessionId:
|
|
61614
|
+
:param _SessionId: <p>用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。</p>
|
|
61633
61615
|
:type SessionId: str
|
|
61634
|
-
:param _SessionContext:
|
|
61616
|
+
:param _SessionContext: <p>来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。</p>
|
|
61635
61617
|
:type SessionContext: str
|
|
61636
|
-
:param _ScheduleId:
|
|
61637
|
-
注意1:对于OutputStorage、OutputDir参数:
|
|
61638
|
-
<li>当服务编排中子任务节点配置了OutputStorage、OutputDir时,该子任务节点中配置的输出作为子任务的输出。</li>
|
|
61639
|
-
<li>当服务编排中子任务节点没有配置OutputStorage、OutputDir时,若对直播流发起处理(ProcessLiveStream)有输出,将覆盖原有编排的默认输出。</li>
|
|
61640
|
-
注意2:对于TaskNotifyConfig参数,若创建任务接口(ProcessLiveStream)有设置,将覆盖原有编排的默认回调。
|
|
61618
|
+
:param _ScheduleId: <p>直播编排ID。<br>注意1:对于OutputStorage、OutputDir参数:</p><li>当服务编排中子任务节点配置了OutputStorage、OutputDir时,该子任务节点中配置的输出作为子任务的输出。</li><li>当服务编排中子任务节点没有配置OutputStorage、OutputDir时,若对直播流发起处理(ProcessLiveStream)有输出,将覆盖原有编排的默认输出。</li>注意2:对于TaskNotifyConfig参数,若创建任务接口(ProcessLiveStream)有设置,将覆盖原有编排的默认回调。
|
|
61641
61619
|
:type ScheduleId: int
|
|
61620
|
+
:param _ResourceId: <p>资源ID,需要保证对应资源是开启状态。默认为帐号主资源ID。</p>
|
|
61621
|
+
:type ResourceId: str
|
|
61642
61622
|
"""
|
|
61643
61623
|
self._Url = None
|
|
61644
61624
|
self._TaskNotifyConfig = None
|
|
@@ -61652,22 +61632,11 @@ srt支持地址请[参考](https://ffmpeg.org/ffmpeg-protocols.html#srt)
|
|
|
61652
61632
|
self._SessionId = None
|
|
61653
61633
|
self._SessionContext = None
|
|
61654
61634
|
self._ScheduleId = None
|
|
61635
|
+
self._ResourceId = None
|
|
61655
61636
|
|
|
61656
61637
|
@property
|
|
61657
61638
|
def Url(self):
|
|
61658
|
-
r"""
|
|
61659
|
-
trtc地址如下:
|
|
61660
|
-
trtc: //trtc.rtc.qq.com/mps/`<roomid>`?sdkappid=`<sdkappid>`&userid=`<userid>`&usersig=<`usersig>`
|
|
61661
|
-
`<roomid>` 为trtc的房间号id, 为数字
|
|
61662
|
-
`<sdkappid>` 为trtc的sdk app id
|
|
61663
|
-
`<userid>` 为服务进入房间的用户id,可以区分谁是机器人
|
|
61664
|
-
<`usersig>` 为trtc 用户的签名
|
|
61665
|
-
|
|
61666
|
-
webrtc 支持[LEB](https://cloud.tencent.com/product/leb)的直播流,地址获取请[参考](https://cloud.tencent.com/document/product/267/32720)
|
|
61667
|
-
|
|
61668
|
-
srt支持地址请[参考](https://ffmpeg.org/ffmpeg-protocols.html#srt)
|
|
61669
|
-
|
|
61670
|
-
|
|
61639
|
+
r"""<p>直播流 URL(必须是直播流地址,支持 rtmp,hls 和 flv, trtc,webrtc,srt等)。<br>trtc地址如下:<br> trtc: //trtc.rtc.qq.com/mps/<code><roomid></code>?sdkappid=<code><sdkappid></code>&userid=<code><userid></code>&usersig=<<code>usersig></code><br><code><roomid></code> 为trtc的房间号id, 为数字<br><code><sdkappid></code> 为trtc的sdk app id<br><code><userid></code> 为服务进入房间的用户id,可以区分谁是机器人<br><<code>usersig></code> 为trtc 用户的签名</p><p>webrtc 支持<a href="https://cloud.tencent.com/product/leb">LEB</a>的直播流,地址获取请<a href="https://cloud.tencent.com/document/product/267/32720">参考</a></p><p>srt支持地址请<a href="https://ffmpeg.org/ffmpeg-protocols.html#srt">参考</a></p>
|
|
61671
61640
|
:rtype: str
|
|
61672
61641
|
"""
|
|
61673
61642
|
return self._Url
|
|
@@ -61678,7 +61647,7 @@ srt支持地址请[参考](https://ffmpeg.org/ffmpeg-protocols.html#srt)
|
|
|
61678
61647
|
|
|
61679
61648
|
@property
|
|
61680
61649
|
def TaskNotifyConfig(self):
|
|
61681
|
-
r"""
|
|
61650
|
+
r"""<p>任务的事件通知信息,用于指定直播流处理的结果。</p>
|
|
61682
61651
|
:rtype: :class:`tencentcloud.mps.v20190612.models.LiveStreamTaskNotifyConfig`
|
|
61683
61652
|
"""
|
|
61684
61653
|
return self._TaskNotifyConfig
|
|
@@ -61689,7 +61658,7 @@ srt支持地址请[参考](https://ffmpeg.org/ffmpeg-protocols.html#srt)
|
|
|
61689
61658
|
|
|
61690
61659
|
@property
|
|
61691
61660
|
def OutputStorage(self):
|
|
61692
|
-
r"""
|
|
61661
|
+
r"""<p>直播流处理输出文件的目标存储。如处理有文件输出,该参数为必填项。</p>
|
|
61693
61662
|
:rtype: :class:`tencentcloud.mps.v20190612.models.TaskOutputStorage`
|
|
61694
61663
|
"""
|
|
61695
61664
|
return self._OutputStorage
|
|
@@ -61700,7 +61669,7 @@ srt支持地址请[参考](https://ffmpeg.org/ffmpeg-protocols.html#srt)
|
|
|
61700
61669
|
|
|
61701
61670
|
@property
|
|
61702
61671
|
def OutputDir(self):
|
|
61703
|
-
r"""
|
|
61672
|
+
r"""<p>直播流处理生成的文件输出的目标目录,如<code>/movie/201909/</code>,如果不填为 <code>/</code> 目录。</p>
|
|
61704
61673
|
:rtype: str
|
|
61705
61674
|
"""
|
|
61706
61675
|
return self._OutputDir
|
|
@@ -61711,7 +61680,7 @@ srt支持地址请[参考](https://ffmpeg.org/ffmpeg-protocols.html#srt)
|
|
|
61711
61680
|
|
|
61712
61681
|
@property
|
|
61713
61682
|
def AiContentReviewTask(self):
|
|
61714
|
-
r"""
|
|
61683
|
+
r"""<p>视频内容审核类型任务参数。</p>
|
|
61715
61684
|
:rtype: :class:`tencentcloud.mps.v20190612.models.AiContentReviewTaskInput`
|
|
61716
61685
|
"""
|
|
61717
61686
|
return self._AiContentReviewTask
|
|
@@ -61722,7 +61691,7 @@ srt支持地址请[参考](https://ffmpeg.org/ffmpeg-protocols.html#srt)
|
|
|
61722
61691
|
|
|
61723
61692
|
@property
|
|
61724
61693
|
def AiRecognitionTask(self):
|
|
61725
|
-
r"""
|
|
61694
|
+
r"""<p>视频内容识别类型任务参数。</p>
|
|
61726
61695
|
:rtype: :class:`tencentcloud.mps.v20190612.models.AiRecognitionTaskInput`
|
|
61727
61696
|
"""
|
|
61728
61697
|
return self._AiRecognitionTask
|
|
@@ -61733,7 +61702,7 @@ srt支持地址请[参考](https://ffmpeg.org/ffmpeg-protocols.html#srt)
|
|
|
61733
61702
|
|
|
61734
61703
|
@property
|
|
61735
61704
|
def AiAnalysisTask(self):
|
|
61736
|
-
r"""
|
|
61705
|
+
r"""<p>视频内容分析类型任务参数。</p>
|
|
61737
61706
|
:rtype: :class:`tencentcloud.mps.v20190612.models.AiAnalysisTaskInput`
|
|
61738
61707
|
"""
|
|
61739
61708
|
return self._AiAnalysisTask
|
|
@@ -61744,7 +61713,7 @@ srt支持地址请[参考](https://ffmpeg.org/ffmpeg-protocols.html#srt)
|
|
|
61744
61713
|
|
|
61745
61714
|
@property
|
|
61746
61715
|
def AiQualityControlTask(self):
|
|
61747
|
-
r"""
|
|
61716
|
+
r"""<p>媒体质检类型任务参数。</p>
|
|
61748
61717
|
:rtype: :class:`tencentcloud.mps.v20190612.models.AiQualityControlTaskInput`
|
|
61749
61718
|
"""
|
|
61750
61719
|
return self._AiQualityControlTask
|
|
@@ -61755,7 +61724,7 @@ srt支持地址请[参考](https://ffmpeg.org/ffmpeg-protocols.html#srt)
|
|
|
61755
61724
|
|
|
61756
61725
|
@property
|
|
61757
61726
|
def SmartSubtitlesTask(self):
|
|
61758
|
-
r"""
|
|
61727
|
+
r"""<p>智能字幕任务参数。</p>
|
|
61759
61728
|
:rtype: :class:`tencentcloud.mps.v20190612.models.LiveSmartSubtitlesTaskInput`
|
|
61760
61729
|
"""
|
|
61761
61730
|
return self._SmartSubtitlesTask
|
|
@@ -61766,7 +61735,7 @@ srt支持地址请[参考](https://ffmpeg.org/ffmpeg-protocols.html#srt)
|
|
|
61766
61735
|
|
|
61767
61736
|
@property
|
|
61768
61737
|
def SessionId(self):
|
|
61769
|
-
r"""
|
|
61738
|
+
r"""<p>用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。</p>
|
|
61770
61739
|
:rtype: str
|
|
61771
61740
|
"""
|
|
61772
61741
|
return self._SessionId
|
|
@@ -61777,7 +61746,7 @@ srt支持地址请[参考](https://ffmpeg.org/ffmpeg-protocols.html#srt)
|
|
|
61777
61746
|
|
|
61778
61747
|
@property
|
|
61779
61748
|
def SessionContext(self):
|
|
61780
|
-
r"""
|
|
61749
|
+
r"""<p>来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。</p>
|
|
61781
61750
|
:rtype: str
|
|
61782
61751
|
"""
|
|
61783
61752
|
return self._SessionContext
|
|
@@ -61788,11 +61757,7 @@ srt支持地址请[参考](https://ffmpeg.org/ffmpeg-protocols.html#srt)
|
|
|
61788
61757
|
|
|
61789
61758
|
@property
|
|
61790
61759
|
def ScheduleId(self):
|
|
61791
|
-
r"""
|
|
61792
|
-
注意1:对于OutputStorage、OutputDir参数:
|
|
61793
|
-
<li>当服务编排中子任务节点配置了OutputStorage、OutputDir时,该子任务节点中配置的输出作为子任务的输出。</li>
|
|
61794
|
-
<li>当服务编排中子任务节点没有配置OutputStorage、OutputDir时,若对直播流发起处理(ProcessLiveStream)有输出,将覆盖原有编排的默认输出。</li>
|
|
61795
|
-
注意2:对于TaskNotifyConfig参数,若创建任务接口(ProcessLiveStream)有设置,将覆盖原有编排的默认回调。
|
|
61760
|
+
r"""<p>直播编排ID。<br>注意1:对于OutputStorage、OutputDir参数:</p><li>当服务编排中子任务节点配置了OutputStorage、OutputDir时,该子任务节点中配置的输出作为子任务的输出。</li><li>当服务编排中子任务节点没有配置OutputStorage、OutputDir时,若对直播流发起处理(ProcessLiveStream)有输出,将覆盖原有编排的默认输出。</li>注意2:对于TaskNotifyConfig参数,若创建任务接口(ProcessLiveStream)有设置,将覆盖原有编排的默认回调。
|
|
61796
61761
|
:rtype: int
|
|
61797
61762
|
"""
|
|
61798
61763
|
return self._ScheduleId
|
|
@@ -61801,6 +61766,17 @@ srt支持地址请[参考](https://ffmpeg.org/ffmpeg-protocols.html#srt)
|
|
|
61801
61766
|
def ScheduleId(self, ScheduleId):
|
|
61802
61767
|
self._ScheduleId = ScheduleId
|
|
61803
61768
|
|
|
61769
|
+
@property
|
|
61770
|
+
def ResourceId(self):
|
|
61771
|
+
r"""<p>资源ID,需要保证对应资源是开启状态。默认为帐号主资源ID。</p>
|
|
61772
|
+
:rtype: str
|
|
61773
|
+
"""
|
|
61774
|
+
return self._ResourceId
|
|
61775
|
+
|
|
61776
|
+
@ResourceId.setter
|
|
61777
|
+
def ResourceId(self, ResourceId):
|
|
61778
|
+
self._ResourceId = ResourceId
|
|
61779
|
+
|
|
61804
61780
|
|
|
61805
61781
|
def _deserialize(self, params):
|
|
61806
61782
|
self._Url = params.get("Url")
|
|
@@ -61829,6 +61805,7 @@ srt支持地址请[参考](https://ffmpeg.org/ffmpeg-protocols.html#srt)
|
|
|
61829
61805
|
self._SessionId = params.get("SessionId")
|
|
61830
61806
|
self._SessionContext = params.get("SessionContext")
|
|
61831
61807
|
self._ScheduleId = params.get("ScheduleId")
|
|
61808
|
+
self._ResourceId = params.get("ResourceId")
|
|
61832
61809
|
memeber_set = set(params.keys())
|
|
61833
61810
|
for name, value in vars(self).items():
|
|
61834
61811
|
property_name = name[1:]
|
|
@@ -61846,7 +61823,7 @@ class ProcessLiveStreamResponse(AbstractModel):
|
|
|
61846
61823
|
|
|
61847
61824
|
def __init__(self):
|
|
61848
61825
|
r"""
|
|
61849
|
-
:param _TaskId:
|
|
61826
|
+
:param _TaskId: <p>任务 ID</p>
|
|
61850
61827
|
:type TaskId: str
|
|
61851
61828
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
61852
61829
|
:type RequestId: str
|
|
@@ -61856,7 +61833,7 @@ class ProcessLiveStreamResponse(AbstractModel):
|
|
|
61856
61833
|
|
|
61857
61834
|
@property
|
|
61858
61835
|
def TaskId(self):
|
|
61859
|
-
r"""
|
|
61836
|
+
r"""<p>任务 ID</p>
|
|
61860
61837
|
:rtype: str
|
|
61861
61838
|
"""
|
|
61862
61839
|
return self._TaskId
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-mps
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.54
|
|
4
4
|
Summary: Tencent Cloud Mps 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.54
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.54
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.48
|
|
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
|