alibabacloud-quanmiaolightapp20240801 2.6.2__tar.gz → 2.6.3__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.
- {alibabacloud_quanmiaolightapp20240801-2.6.2 → alibabacloud_quanmiaolightapp20240801-2.6.3}/ChangeLog.md +4 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.2 → alibabacloud_quanmiaolightapp20240801-2.6.3}/PKG-INFO +1 -1
- alibabacloud_quanmiaolightapp20240801-2.6.3/alibabacloud_quanmiaolightapp20240801/__init__.py +1 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.2 → alibabacloud_quanmiaolightapp20240801-2.6.3}/alibabacloud_quanmiaolightapp20240801/client.py +8 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.2 → alibabacloud_quanmiaolightapp20240801-2.6.3}/alibabacloud_quanmiaolightapp20240801/models.py +24 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.2 → alibabacloud_quanmiaolightapp20240801-2.6.3}/alibabacloud_quanmiaolightapp20240801.egg-info/PKG-INFO +1 -1
- {alibabacloud_quanmiaolightapp20240801-2.6.2 → alibabacloud_quanmiaolightapp20240801-2.6.3}/setup.py +1 -1
- alibabacloud_quanmiaolightapp20240801-2.6.2/alibabacloud_quanmiaolightapp20240801/__init__.py +0 -1
- {alibabacloud_quanmiaolightapp20240801-2.6.2 → alibabacloud_quanmiaolightapp20240801-2.6.3}/LICENSE +0 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.2 → alibabacloud_quanmiaolightapp20240801-2.6.3}/MANIFEST.in +0 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.2 → alibabacloud_quanmiaolightapp20240801-2.6.3}/README-CN.md +0 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.2 → alibabacloud_quanmiaolightapp20240801-2.6.3}/README.md +0 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.2 → alibabacloud_quanmiaolightapp20240801-2.6.3}/alibabacloud_quanmiaolightapp20240801.egg-info/SOURCES.txt +0 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.2 → alibabacloud_quanmiaolightapp20240801-2.6.3}/alibabacloud_quanmiaolightapp20240801.egg-info/dependency_links.txt +0 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.2 → alibabacloud_quanmiaolightapp20240801-2.6.3}/alibabacloud_quanmiaolightapp20240801.egg-info/requires.txt +0 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.2 → alibabacloud_quanmiaolightapp20240801-2.6.3}/alibabacloud_quanmiaolightapp20240801.egg-info/top_level.txt +0 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.2 → alibabacloud_quanmiaolightapp20240801-2.6.3}/setup.cfg +0 -0
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
2025-03-17 Version: 2.6.2
|
|
2
|
+
- Update API RunHotTopicSummary: update param stepForCustomSummaryStyleConfig.
|
|
3
|
+
|
|
4
|
+
|
|
1
5
|
2025-03-13 Version: 2.6.1
|
|
2
6
|
- Update API GetVideoAnalysisTask: update response param.
|
|
3
7
|
- Update API RunVideoAnalysis: add param faceIdentitySimilarityMinScore.
|
{alibabacloud_quanmiaolightapp20240801-2.6.2 → alibabacloud_quanmiaolightapp20240801-2.6.3}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: alibabacloud_quanmiaolightapp20240801
|
|
3
|
-
Version: 2.6.
|
|
3
|
+
Version: 2.6.3
|
|
4
4
|
Summary: Alibaba Cloud QuanMiaoLightApp (20240801) SDK Library for Python
|
|
5
5
|
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
6
|
Author: Alibaba Cloud SDK
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.6.3'
|
|
@@ -2408,6 +2408,8 @@ class Client(OpenApiClient):
|
|
|
2408
2408
|
body['originalSessionId'] = request.original_session_id
|
|
2409
2409
|
if not UtilClient.is_unset(request.snapshot_interval):
|
|
2410
2410
|
body['snapshotInterval'] = request.snapshot_interval
|
|
2411
|
+
if not UtilClient.is_unset(request.split_interval):
|
|
2412
|
+
body['splitInterval'] = request.split_interval
|
|
2411
2413
|
if not UtilClient.is_unset(request.task_id):
|
|
2412
2414
|
body['taskId'] = request.task_id
|
|
2413
2415
|
if not UtilClient.is_unset(request.text_process_tasks_shrink):
|
|
@@ -2495,6 +2497,8 @@ class Client(OpenApiClient):
|
|
|
2495
2497
|
body['originalSessionId'] = request.original_session_id
|
|
2496
2498
|
if not UtilClient.is_unset(request.snapshot_interval):
|
|
2497
2499
|
body['snapshotInterval'] = request.snapshot_interval
|
|
2500
|
+
if not UtilClient.is_unset(request.split_interval):
|
|
2501
|
+
body['splitInterval'] = request.split_interval
|
|
2498
2502
|
if not UtilClient.is_unset(request.task_id):
|
|
2499
2503
|
body['taskId'] = request.task_id
|
|
2500
2504
|
if not UtilClient.is_unset(request.text_process_tasks_shrink):
|
|
@@ -2770,6 +2774,8 @@ class Client(OpenApiClient):
|
|
|
2770
2774
|
body['modelId'] = request.model_id
|
|
2771
2775
|
if not UtilClient.is_unset(request.snapshot_interval):
|
|
2772
2776
|
body['snapshotInterval'] = request.snapshot_interval
|
|
2777
|
+
if not UtilClient.is_unset(request.split_interval):
|
|
2778
|
+
body['splitInterval'] = request.split_interval
|
|
2773
2779
|
if not UtilClient.is_unset(request.text_process_tasks_shrink):
|
|
2774
2780
|
body['textProcessTasks'] = request.text_process_tasks_shrink
|
|
2775
2781
|
if not UtilClient.is_unset(request.video_extra_info):
|
|
@@ -2853,6 +2859,8 @@ class Client(OpenApiClient):
|
|
|
2853
2859
|
body['modelId'] = request.model_id
|
|
2854
2860
|
if not UtilClient.is_unset(request.snapshot_interval):
|
|
2855
2861
|
body['snapshotInterval'] = request.snapshot_interval
|
|
2862
|
+
if not UtilClient.is_unset(request.split_interval):
|
|
2863
|
+
body['splitInterval'] = request.split_interval
|
|
2856
2864
|
if not UtilClient.is_unset(request.text_process_tasks_shrink):
|
|
2857
2865
|
body['textProcessTasks'] = request.text_process_tasks_shrink
|
|
2858
2866
|
if not UtilClient.is_unset(request.video_extra_info):
|
|
@@ -7142,6 +7142,7 @@ class RunVideoAnalysisRequest(TeaModel):
|
|
|
7142
7142
|
model_id: str = None,
|
|
7143
7143
|
original_session_id: str = None,
|
|
7144
7144
|
snapshot_interval: float = None,
|
|
7145
|
+
split_interval: int = None,
|
|
7145
7146
|
task_id: str = None,
|
|
7146
7147
|
text_process_tasks: List[RunVideoAnalysisRequestTextProcessTasks] = None,
|
|
7147
7148
|
video_extra_info: str = None,
|
|
@@ -7160,6 +7161,7 @@ class RunVideoAnalysisRequest(TeaModel):
|
|
|
7160
7161
|
self.model_id = model_id
|
|
7161
7162
|
self.original_session_id = original_session_id
|
|
7162
7163
|
self.snapshot_interval = snapshot_interval
|
|
7164
|
+
self.split_interval = split_interval
|
|
7163
7165
|
self.task_id = task_id
|
|
7164
7166
|
self.text_process_tasks = text_process_tasks
|
|
7165
7167
|
self.video_extra_info = video_extra_info
|
|
@@ -7205,6 +7207,8 @@ class RunVideoAnalysisRequest(TeaModel):
|
|
|
7205
7207
|
result['originalSessionId'] = self.original_session_id
|
|
7206
7208
|
if self.snapshot_interval is not None:
|
|
7207
7209
|
result['snapshotInterval'] = self.snapshot_interval
|
|
7210
|
+
if self.split_interval is not None:
|
|
7211
|
+
result['splitInterval'] = self.split_interval
|
|
7208
7212
|
if self.task_id is not None:
|
|
7209
7213
|
result['taskId'] = self.task_id
|
|
7210
7214
|
result['textProcessTasks'] = []
|
|
@@ -7248,6 +7252,8 @@ class RunVideoAnalysisRequest(TeaModel):
|
|
|
7248
7252
|
self.original_session_id = m.get('originalSessionId')
|
|
7249
7253
|
if m.get('snapshotInterval') is not None:
|
|
7250
7254
|
self.snapshot_interval = m.get('snapshotInterval')
|
|
7255
|
+
if m.get('splitInterval') is not None:
|
|
7256
|
+
self.split_interval = m.get('splitInterval')
|
|
7251
7257
|
if m.get('taskId') is not None:
|
|
7252
7258
|
self.task_id = m.get('taskId')
|
|
7253
7259
|
self.text_process_tasks = []
|
|
@@ -7285,6 +7291,7 @@ class RunVideoAnalysisShrinkRequest(TeaModel):
|
|
|
7285
7291
|
model_id: str = None,
|
|
7286
7292
|
original_session_id: str = None,
|
|
7287
7293
|
snapshot_interval: float = None,
|
|
7294
|
+
split_interval: int = None,
|
|
7288
7295
|
task_id: str = None,
|
|
7289
7296
|
text_process_tasks_shrink: str = None,
|
|
7290
7297
|
video_extra_info: str = None,
|
|
@@ -7303,6 +7310,7 @@ class RunVideoAnalysisShrinkRequest(TeaModel):
|
|
|
7303
7310
|
self.model_id = model_id
|
|
7304
7311
|
self.original_session_id = original_session_id
|
|
7305
7312
|
self.snapshot_interval = snapshot_interval
|
|
7313
|
+
self.split_interval = split_interval
|
|
7306
7314
|
self.task_id = task_id
|
|
7307
7315
|
self.text_process_tasks_shrink = text_process_tasks_shrink
|
|
7308
7316
|
self.video_extra_info = video_extra_info
|
|
@@ -7339,6 +7347,8 @@ class RunVideoAnalysisShrinkRequest(TeaModel):
|
|
|
7339
7347
|
result['originalSessionId'] = self.original_session_id
|
|
7340
7348
|
if self.snapshot_interval is not None:
|
|
7341
7349
|
result['snapshotInterval'] = self.snapshot_interval
|
|
7350
|
+
if self.split_interval is not None:
|
|
7351
|
+
result['splitInterval'] = self.split_interval
|
|
7342
7352
|
if self.task_id is not None:
|
|
7343
7353
|
result['taskId'] = self.task_id
|
|
7344
7354
|
if self.text_process_tasks_shrink is not None:
|
|
@@ -7377,6 +7387,8 @@ class RunVideoAnalysisShrinkRequest(TeaModel):
|
|
|
7377
7387
|
self.original_session_id = m.get('originalSessionId')
|
|
7378
7388
|
if m.get('snapshotInterval') is not None:
|
|
7379
7389
|
self.snapshot_interval = m.get('snapshotInterval')
|
|
7390
|
+
if m.get('splitInterval') is not None:
|
|
7391
|
+
self.split_interval = m.get('splitInterval')
|
|
7380
7392
|
if m.get('taskId') is not None:
|
|
7381
7393
|
self.task_id = m.get('taskId')
|
|
7382
7394
|
if m.get('textProcessTasks') is not None:
|
|
@@ -9014,6 +9026,7 @@ class SubmitVideoAnalysisTaskRequest(TeaModel):
|
|
|
9014
9026
|
model_custom_prompt_template_id: str = None,
|
|
9015
9027
|
model_id: str = None,
|
|
9016
9028
|
snapshot_interval: float = None,
|
|
9029
|
+
split_interval: int = None,
|
|
9017
9030
|
text_process_tasks: List[SubmitVideoAnalysisTaskRequestTextProcessTasks] = None,
|
|
9018
9031
|
video_extra_info: str = None,
|
|
9019
9032
|
video_model_custom_prompt_template: str = None,
|
|
@@ -9030,6 +9043,7 @@ class SubmitVideoAnalysisTaskRequest(TeaModel):
|
|
|
9030
9043
|
self.model_custom_prompt_template_id = model_custom_prompt_template_id
|
|
9031
9044
|
self.model_id = model_id
|
|
9032
9045
|
self.snapshot_interval = snapshot_interval
|
|
9046
|
+
self.split_interval = split_interval
|
|
9033
9047
|
self.text_process_tasks = text_process_tasks
|
|
9034
9048
|
self.video_extra_info = video_extra_info
|
|
9035
9049
|
self.video_model_custom_prompt_template = video_model_custom_prompt_template
|
|
@@ -9073,6 +9087,8 @@ class SubmitVideoAnalysisTaskRequest(TeaModel):
|
|
|
9073
9087
|
result['modelId'] = self.model_id
|
|
9074
9088
|
if self.snapshot_interval is not None:
|
|
9075
9089
|
result['snapshotInterval'] = self.snapshot_interval
|
|
9090
|
+
if self.split_interval is not None:
|
|
9091
|
+
result['splitInterval'] = self.split_interval
|
|
9076
9092
|
result['textProcessTasks'] = []
|
|
9077
9093
|
if self.text_process_tasks is not None:
|
|
9078
9094
|
for k in self.text_process_tasks:
|
|
@@ -9112,6 +9128,8 @@ class SubmitVideoAnalysisTaskRequest(TeaModel):
|
|
|
9112
9128
|
self.model_id = m.get('modelId')
|
|
9113
9129
|
if m.get('snapshotInterval') is not None:
|
|
9114
9130
|
self.snapshot_interval = m.get('snapshotInterval')
|
|
9131
|
+
if m.get('splitInterval') is not None:
|
|
9132
|
+
self.split_interval = m.get('splitInterval')
|
|
9115
9133
|
self.text_process_tasks = []
|
|
9116
9134
|
if m.get('textProcessTasks') is not None:
|
|
9117
9135
|
for k in m.get('textProcessTasks'):
|
|
@@ -9146,6 +9164,7 @@ class SubmitVideoAnalysisTaskShrinkRequest(TeaModel):
|
|
|
9146
9164
|
model_custom_prompt_template_id: str = None,
|
|
9147
9165
|
model_id: str = None,
|
|
9148
9166
|
snapshot_interval: float = None,
|
|
9167
|
+
split_interval: int = None,
|
|
9149
9168
|
text_process_tasks_shrink: str = None,
|
|
9150
9169
|
video_extra_info: str = None,
|
|
9151
9170
|
video_model_custom_prompt_template: str = None,
|
|
@@ -9162,6 +9181,7 @@ class SubmitVideoAnalysisTaskShrinkRequest(TeaModel):
|
|
|
9162
9181
|
self.model_custom_prompt_template_id = model_custom_prompt_template_id
|
|
9163
9182
|
self.model_id = model_id
|
|
9164
9183
|
self.snapshot_interval = snapshot_interval
|
|
9184
|
+
self.split_interval = split_interval
|
|
9165
9185
|
self.text_process_tasks_shrink = text_process_tasks_shrink
|
|
9166
9186
|
self.video_extra_info = video_extra_info
|
|
9167
9187
|
self.video_model_custom_prompt_template = video_model_custom_prompt_template
|
|
@@ -9196,6 +9216,8 @@ class SubmitVideoAnalysisTaskShrinkRequest(TeaModel):
|
|
|
9196
9216
|
result['modelId'] = self.model_id
|
|
9197
9217
|
if self.snapshot_interval is not None:
|
|
9198
9218
|
result['snapshotInterval'] = self.snapshot_interval
|
|
9219
|
+
if self.split_interval is not None:
|
|
9220
|
+
result['splitInterval'] = self.split_interval
|
|
9199
9221
|
if self.text_process_tasks_shrink is not None:
|
|
9200
9222
|
result['textProcessTasks'] = self.text_process_tasks_shrink
|
|
9201
9223
|
if self.video_extra_info is not None:
|
|
@@ -9230,6 +9252,8 @@ class SubmitVideoAnalysisTaskShrinkRequest(TeaModel):
|
|
|
9230
9252
|
self.model_id = m.get('modelId')
|
|
9231
9253
|
if m.get('snapshotInterval') is not None:
|
|
9232
9254
|
self.snapshot_interval = m.get('snapshotInterval')
|
|
9255
|
+
if m.get('splitInterval') is not None:
|
|
9256
|
+
self.split_interval = m.get('splitInterval')
|
|
9233
9257
|
if m.get('textProcessTasks') is not None:
|
|
9234
9258
|
self.text_process_tasks_shrink = m.get('textProcessTasks')
|
|
9235
9259
|
if m.get('videoExtraInfo') is not None:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: alibabacloud-quanmiaolightapp20240801
|
|
3
|
-
Version: 2.6.
|
|
3
|
+
Version: 2.6.3
|
|
4
4
|
Summary: Alibaba Cloud QuanMiaoLightApp (20240801) SDK Library for Python
|
|
5
5
|
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
6
|
Author: Alibaba Cloud SDK
|
alibabacloud_quanmiaolightapp20240801-2.6.2/alibabacloud_quanmiaolightapp20240801/__init__.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.6.2'
|
{alibabacloud_quanmiaolightapp20240801-2.6.2 → alibabacloud_quanmiaolightapp20240801-2.6.3}/LICENSE
RENAMED
|
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
|