alibabacloud-quanmiaolightapp20240801 2.13.2__py3-none-any.whl → 2.13.3__py3-none-any.whl
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/__init__.py +1 -1
- alibabacloud_quanmiaolightapp20240801/client.py +4448 -3769
- alibabacloud_quanmiaolightapp20240801/models/__init__.py +691 -0
- alibabacloud_quanmiaolightapp20240801/models/_cancel_async_task_request.py +33 -0
- alibabacloud_quanmiaolightapp20240801/models/_cancel_async_task_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_cancel_async_task_response_body.py +74 -0
- alibabacloud_quanmiaolightapp20240801/models/_export_analysis_tag_detail_by_task_id_request.py +52 -0
- alibabacloud_quanmiaolightapp20240801/models/_export_analysis_tag_detail_by_task_id_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_export_analysis_tag_detail_by_task_id_response_body.py +66 -0
- alibabacloud_quanmiaolightapp20240801/models/_export_analysis_tag_detail_by_task_id_shrink_request.py +50 -0
- alibabacloud_quanmiaolightapp20240801/models/_generate_broadcast_news_request.py +34 -0
- alibabacloud_quanmiaolightapp20240801/models/_generate_broadcast_news_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_generate_broadcast_news_response_body.py +303 -0
- alibabacloud_quanmiaolightapp20240801/models/_generate_output_format_request.py +112 -0
- alibabacloud_quanmiaolightapp20240801/models/_generate_output_format_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_generate_output_format_response_body.py +104 -0
- alibabacloud_quanmiaolightapp20240801/models/_generate_output_format_shrink_request.py +66 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_enterprise_voc_analysis_task_request.py +33 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_enterprise_voc_analysis_task_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_enterprise_voc_analysis_task_response_body.py +374 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_essay_correction_task_request.py +33 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_essay_correction_task_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_essay_correction_task_response_body.py +174 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_file_content_request.py +33 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_file_content_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_file_content_response_body.py +104 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_tag_mining_analysis_task_request.py +33 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_tag_mining_analysis_task_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_tag_mining_analysis_task_response_body.py +347 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_video_analysis_config_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_video_analysis_config_response_body.py +104 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_video_analysis_task_request.py +34 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_video_analysis_task_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_video_analysis_task_response_body.py +1620 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_video_detect_shot_config_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_video_detect_shot_config_response_body.py +106 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_video_detect_shot_task_request.py +34 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_video_detect_shot_task_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_get_video_detect_shot_task_response_body.py +494 -0
- alibabacloud_quanmiaolightapp20240801/models/_hot_news_recommend_request.py +33 -0
- alibabacloud_quanmiaolightapp20240801/models/_hot_news_recommend_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_hot_news_recommend_response_body.py +180 -0
- alibabacloud_quanmiaolightapp20240801/models/_list_analysis_tag_detail_by_task_id_request.py +50 -0
- alibabacloud_quanmiaolightapp20240801/models/_list_analysis_tag_detail_by_task_id_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_list_analysis_tag_detail_by_task_id_response_body.py +196 -0
- alibabacloud_quanmiaolightapp20240801/models/_list_hot_topic_summaries_request.py +65 -0
- alibabacloud_quanmiaolightapp20240801/models/_list_hot_topic_summaries_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_list_hot_topic_summaries_response_body.py +367 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_enterprise_voc_analysis_request.py +203 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_enterprise_voc_analysis_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_enterprise_voc_analysis_response_body.py +331 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_enterprise_voc_analysis_shrink_request.py +109 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_essay_correction_request.py +81 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_essay_correction_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_essay_correction_response_body.py +241 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_hot_topic_chat_request.py +264 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_hot_topic_chat_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_hot_topic_chat_response_body.py +636 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_hot_topic_chat_shrink_request.py +121 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_hot_topic_summary_request.py +100 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_hot_topic_summary_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_hot_topic_summary_response_body.py +241 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_hot_topic_summary_shrink_request.py +52 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_marketing_information_extract_request.py +59 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_marketing_information_extract_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_marketing_information_extract_response_body.py +232 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_marketing_information_extract_shrink_request.py +57 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_marketing_information_writing_request.py +89 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_marketing_information_writing_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_marketing_information_writing_response_body.py +248 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_network_content_audit_request.py +136 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_network_content_audit_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_network_content_audit_response_body.py +233 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_network_content_audit_shrink_request.py +90 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_ocr_parse_request.py +49 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_ocr_parse_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_ocr_parse_response_body.py +233 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_script_chat_request.py +42 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_script_chat_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_script_chat_response_body.py +248 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_script_continue_request.py +50 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_script_continue_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_script_continue_response_body.py +248 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_script_planning_request.py +82 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_script_planning_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_script_planning_response_body.py +248 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_script_refine_request.py +33 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_script_refine_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_script_refine_response_body.py +290 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_style_writing_request.py +75 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_style_writing_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_style_writing_response_body.py +248 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_style_writing_shrink_request.py +73 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_tag_mining_analysis_request.py +136 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_tag_mining_analysis_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_tag_mining_analysis_response_body.py +233 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_tag_mining_analysis_shrink_request.py +90 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_video_analysis_request.py +600 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_video_analysis_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_video_analysis_response_body.py +1668 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_video_analysis_shrink_request.py +209 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_video_detect_shot_request.py +142 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_video_detect_shot_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_video_detect_shot_response_body.py +363 -0
- alibabacloud_quanmiaolightapp20240801/models/_run_video_detect_shot_shrink_request.py +140 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_enterprise_voc_analysis_task_request.py +247 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_enterprise_voc_analysis_task_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_enterprise_voc_analysis_task_response_body.py +104 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_enterprise_voc_analysis_task_shrink_request.py +113 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_essay_correction_task_request.py +167 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_essay_correction_task_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_essay_correction_task_response_body.py +103 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_essay_correction_task_shrink_request.py +81 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_tag_mining_analysis_task_request.py +143 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_tag_mining_analysis_task_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_tag_mining_analysis_task_response_body.py +104 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_tag_mining_analysis_task_shrink_request.py +97 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_video_analysis_task_request.py +593 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_video_analysis_task_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_video_analysis_task_response_body.py +103 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_video_analysis_task_shrink_request.py +202 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_video_detect_shot_task_request.py +148 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_video_detect_shot_task_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_video_detect_shot_task_response_body.py +104 -0
- alibabacloud_quanmiaolightapp20240801/models/_submit_video_detect_shot_task_shrink_request.py +146 -0
- alibabacloud_quanmiaolightapp20240801/models/_update_video_analysis_config_request.py +34 -0
- alibabacloud_quanmiaolightapp20240801/models/_update_video_analysis_config_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_update_video_analysis_config_response_body.py +66 -0
- alibabacloud_quanmiaolightapp20240801/models/_update_video_analysis_task_request.py +43 -0
- alibabacloud_quanmiaolightapp20240801/models/_update_video_analysis_task_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_update_video_analysis_task_response_body.py +119 -0
- alibabacloud_quanmiaolightapp20240801/models/_update_video_analysis_tasks_request.py +45 -0
- alibabacloud_quanmiaolightapp20240801/models/_update_video_analysis_tasks_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_update_video_analysis_tasks_response_body.py +136 -0
- alibabacloud_quanmiaolightapp20240801/models/_update_video_analysis_tasks_shrink_request.py +43 -0
- alibabacloud_quanmiaolightapp20240801/models/_update_video_detect_shot_config_request.py +34 -0
- alibabacloud_quanmiaolightapp20240801/models/_update_video_detect_shot_config_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_update_video_detect_shot_config_response_body.py +66 -0
- alibabacloud_quanmiaolightapp20240801/models/_update_video_detect_shot_task_request.py +43 -0
- alibabacloud_quanmiaolightapp20240801/models/_update_video_detect_shot_task_response.py +54 -0
- alibabacloud_quanmiaolightapp20240801/models/_update_video_detect_shot_task_response_body.py +120 -0
- {alibabacloud_quanmiaolightapp20240801-2.13.2.dist-info → alibabacloud_quanmiaolightapp20240801-2.13.3.dist-info}/METADATA +7 -7
- alibabacloud_quanmiaolightapp20240801-2.13.3.dist-info/RECORD +146 -0
- alibabacloud_quanmiaolightapp20240801/models.py +0 -16578
- alibabacloud_quanmiaolightapp20240801-2.13.2.dist-info/RECORD +0 -8
- {alibabacloud_quanmiaolightapp20240801-2.13.2.dist-info → alibabacloud_quanmiaolightapp20240801-2.13.3.dist-info}/LICENSE +0 -0
- {alibabacloud_quanmiaolightapp20240801-2.13.2.dist-info → alibabacloud_quanmiaolightapp20240801-2.13.3.dist-info}/WHEEL +0 -0
- {alibabacloud_quanmiaolightapp20240801-2.13.2.dist-info → alibabacloud_quanmiaolightapp20240801-2.13.3.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import List
|
|
6
|
+
|
|
7
|
+
from alibabacloud_quanmiaolightapp20240801 import models as main_models
|
|
8
|
+
from darabonba.model import DaraModel
|
|
9
|
+
|
|
10
|
+
class UpdateVideoAnalysisTasksResponseBody(DaraModel):
|
|
11
|
+
def __init__(
|
|
12
|
+
self,
|
|
13
|
+
code: str = None,
|
|
14
|
+
data: List[main_models.UpdateVideoAnalysisTasksResponseBodyData] = None,
|
|
15
|
+
http_status_code: int = None,
|
|
16
|
+
message: str = None,
|
|
17
|
+
request_id: str = None,
|
|
18
|
+
success: bool = None,
|
|
19
|
+
):
|
|
20
|
+
self.code = code
|
|
21
|
+
self.data = data
|
|
22
|
+
self.http_status_code = http_status_code
|
|
23
|
+
self.message = message
|
|
24
|
+
# Id of the request
|
|
25
|
+
self.request_id = request_id
|
|
26
|
+
self.success = success
|
|
27
|
+
|
|
28
|
+
def validate(self):
|
|
29
|
+
if self.data:
|
|
30
|
+
for v1 in self.data:
|
|
31
|
+
if v1:
|
|
32
|
+
v1.validate()
|
|
33
|
+
|
|
34
|
+
def to_map(self):
|
|
35
|
+
result = dict()
|
|
36
|
+
_map = super().to_map()
|
|
37
|
+
if _map is not None:
|
|
38
|
+
result = _map
|
|
39
|
+
if self.code is not None:
|
|
40
|
+
result['code'] = self.code
|
|
41
|
+
|
|
42
|
+
result['data'] = []
|
|
43
|
+
if self.data is not None:
|
|
44
|
+
for k1 in self.data:
|
|
45
|
+
result['data'].append(k1.to_map() if k1 else None)
|
|
46
|
+
|
|
47
|
+
if self.http_status_code is not None:
|
|
48
|
+
result['httpStatusCode'] = self.http_status_code
|
|
49
|
+
|
|
50
|
+
if self.message is not None:
|
|
51
|
+
result['message'] = self.message
|
|
52
|
+
|
|
53
|
+
if self.request_id is not None:
|
|
54
|
+
result['requestId'] = self.request_id
|
|
55
|
+
|
|
56
|
+
if self.success is not None:
|
|
57
|
+
result['success'] = self.success
|
|
58
|
+
|
|
59
|
+
return result
|
|
60
|
+
|
|
61
|
+
def from_map(self, m: dict = None):
|
|
62
|
+
m = m or dict()
|
|
63
|
+
if m.get('code') is not None:
|
|
64
|
+
self.code = m.get('code')
|
|
65
|
+
|
|
66
|
+
self.data = []
|
|
67
|
+
if m.get('data') is not None:
|
|
68
|
+
for k1 in m.get('data'):
|
|
69
|
+
temp_model = main_models.UpdateVideoAnalysisTasksResponseBodyData()
|
|
70
|
+
self.data.append(temp_model.from_map(k1))
|
|
71
|
+
|
|
72
|
+
if m.get('httpStatusCode') is not None:
|
|
73
|
+
self.http_status_code = m.get('httpStatusCode')
|
|
74
|
+
|
|
75
|
+
if m.get('message') is not None:
|
|
76
|
+
self.message = m.get('message')
|
|
77
|
+
|
|
78
|
+
if m.get('requestId') is not None:
|
|
79
|
+
self.request_id = m.get('requestId')
|
|
80
|
+
|
|
81
|
+
if m.get('success') is not None:
|
|
82
|
+
self.success = m.get('success')
|
|
83
|
+
|
|
84
|
+
return self
|
|
85
|
+
|
|
86
|
+
class UpdateVideoAnalysisTasksResponseBodyData(DaraModel):
|
|
87
|
+
def __init__(
|
|
88
|
+
self,
|
|
89
|
+
task_error_code: str = None,
|
|
90
|
+
task_error_message: str = None,
|
|
91
|
+
task_id: str = None,
|
|
92
|
+
task_status: str = None,
|
|
93
|
+
):
|
|
94
|
+
self.task_error_code = task_error_code
|
|
95
|
+
self.task_error_message = task_error_message
|
|
96
|
+
self.task_id = task_id
|
|
97
|
+
self.task_status = task_status
|
|
98
|
+
|
|
99
|
+
def validate(self):
|
|
100
|
+
pass
|
|
101
|
+
|
|
102
|
+
def to_map(self):
|
|
103
|
+
result = dict()
|
|
104
|
+
_map = super().to_map()
|
|
105
|
+
if _map is not None:
|
|
106
|
+
result = _map
|
|
107
|
+
if self.task_error_code is not None:
|
|
108
|
+
result['taskErrorCode'] = self.task_error_code
|
|
109
|
+
|
|
110
|
+
if self.task_error_message is not None:
|
|
111
|
+
result['taskErrorMessage'] = self.task_error_message
|
|
112
|
+
|
|
113
|
+
if self.task_id is not None:
|
|
114
|
+
result['taskId'] = self.task_id
|
|
115
|
+
|
|
116
|
+
if self.task_status is not None:
|
|
117
|
+
result['taskStatus'] = self.task_status
|
|
118
|
+
|
|
119
|
+
return result
|
|
120
|
+
|
|
121
|
+
def from_map(self, m: dict = None):
|
|
122
|
+
m = m or dict()
|
|
123
|
+
if m.get('taskErrorCode') is not None:
|
|
124
|
+
self.task_error_code = m.get('taskErrorCode')
|
|
125
|
+
|
|
126
|
+
if m.get('taskErrorMessage') is not None:
|
|
127
|
+
self.task_error_message = m.get('taskErrorMessage')
|
|
128
|
+
|
|
129
|
+
if m.get('taskId') is not None:
|
|
130
|
+
self.task_id = m.get('taskId')
|
|
131
|
+
|
|
132
|
+
if m.get('taskStatus') is not None:
|
|
133
|
+
self.task_status = m.get('taskStatus')
|
|
134
|
+
|
|
135
|
+
return self
|
|
136
|
+
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from darabonba.model import DaraModel
|
|
6
|
+
|
|
7
|
+
class UpdateVideoAnalysisTasksShrinkRequest(DaraModel):
|
|
8
|
+
def __init__(
|
|
9
|
+
self,
|
|
10
|
+
task_ids_shrink: str = None,
|
|
11
|
+
task_status: str = None,
|
|
12
|
+
):
|
|
13
|
+
# This parameter is required.
|
|
14
|
+
self.task_ids_shrink = task_ids_shrink
|
|
15
|
+
# This parameter is required.
|
|
16
|
+
self.task_status = task_status
|
|
17
|
+
|
|
18
|
+
def validate(self):
|
|
19
|
+
pass
|
|
20
|
+
|
|
21
|
+
def to_map(self):
|
|
22
|
+
result = dict()
|
|
23
|
+
_map = super().to_map()
|
|
24
|
+
if _map is not None:
|
|
25
|
+
result = _map
|
|
26
|
+
if self.task_ids_shrink is not None:
|
|
27
|
+
result['taskIds'] = self.task_ids_shrink
|
|
28
|
+
|
|
29
|
+
if self.task_status is not None:
|
|
30
|
+
result['taskStatus'] = self.task_status
|
|
31
|
+
|
|
32
|
+
return result
|
|
33
|
+
|
|
34
|
+
def from_map(self, m: dict = None):
|
|
35
|
+
m = m or dict()
|
|
36
|
+
if m.get('taskIds') is not None:
|
|
37
|
+
self.task_ids_shrink = m.get('taskIds')
|
|
38
|
+
|
|
39
|
+
if m.get('taskStatus') is not None:
|
|
40
|
+
self.task_status = m.get('taskStatus')
|
|
41
|
+
|
|
42
|
+
return self
|
|
43
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from darabonba.model import DaraModel
|
|
6
|
+
|
|
7
|
+
class UpdateVideoDetectShotConfigRequest(DaraModel):
|
|
8
|
+
def __init__(
|
|
9
|
+
self,
|
|
10
|
+
async_concurrency: int = None,
|
|
11
|
+
):
|
|
12
|
+
# This parameter is required.
|
|
13
|
+
self.async_concurrency = async_concurrency
|
|
14
|
+
|
|
15
|
+
def validate(self):
|
|
16
|
+
pass
|
|
17
|
+
|
|
18
|
+
def to_map(self):
|
|
19
|
+
result = dict()
|
|
20
|
+
_map = super().to_map()
|
|
21
|
+
if _map is not None:
|
|
22
|
+
result = _map
|
|
23
|
+
if self.async_concurrency is not None:
|
|
24
|
+
result['asyncConcurrency'] = self.async_concurrency
|
|
25
|
+
|
|
26
|
+
return result
|
|
27
|
+
|
|
28
|
+
def from_map(self, m: dict = None):
|
|
29
|
+
m = m or dict()
|
|
30
|
+
if m.get('asyncConcurrency') is not None:
|
|
31
|
+
self.async_concurrency = m.get('asyncConcurrency')
|
|
32
|
+
|
|
33
|
+
return self
|
|
34
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import Dict
|
|
6
|
+
|
|
7
|
+
from alibabacloud_quanmiaolightapp20240801 import models as main_models
|
|
8
|
+
from darabonba.model import DaraModel
|
|
9
|
+
|
|
10
|
+
class UpdateVideoDetectShotConfigResponse(DaraModel):
|
|
11
|
+
def __init__(
|
|
12
|
+
self,
|
|
13
|
+
headers: Dict[str, str] = None,
|
|
14
|
+
status_code: int = None,
|
|
15
|
+
body: main_models.UpdateVideoDetectShotConfigResponseBody = None,
|
|
16
|
+
):
|
|
17
|
+
self.headers = headers
|
|
18
|
+
self.status_code = status_code
|
|
19
|
+
self.body = body
|
|
20
|
+
|
|
21
|
+
def validate(self):
|
|
22
|
+
if self.body:
|
|
23
|
+
self.body.validate()
|
|
24
|
+
|
|
25
|
+
def to_map(self):
|
|
26
|
+
result = dict()
|
|
27
|
+
_map = super().to_map()
|
|
28
|
+
if _map is not None:
|
|
29
|
+
result = _map
|
|
30
|
+
if self.headers is not None:
|
|
31
|
+
result['headers'] = self.headers
|
|
32
|
+
|
|
33
|
+
if self.status_code is not None:
|
|
34
|
+
result['statusCode'] = self.status_code
|
|
35
|
+
|
|
36
|
+
if self.body is not None:
|
|
37
|
+
result['body'] = self.body.to_map()
|
|
38
|
+
|
|
39
|
+
return result
|
|
40
|
+
|
|
41
|
+
def from_map(self, m: dict = None):
|
|
42
|
+
m = m or dict()
|
|
43
|
+
if m.get('headers') is not None:
|
|
44
|
+
self.headers = m.get('headers')
|
|
45
|
+
|
|
46
|
+
if m.get('statusCode') is not None:
|
|
47
|
+
self.status_code = m.get('statusCode')
|
|
48
|
+
|
|
49
|
+
if m.get('body') is not None:
|
|
50
|
+
temp_model = main_models.UpdateVideoDetectShotConfigResponseBody()
|
|
51
|
+
self.body = temp_model.from_map(m.get('body'))
|
|
52
|
+
|
|
53
|
+
return self
|
|
54
|
+
|
alibabacloud_quanmiaolightapp20240801/models/_update_video_detect_shot_config_response_body.py
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from darabonba.model import DaraModel
|
|
6
|
+
|
|
7
|
+
class UpdateVideoDetectShotConfigResponseBody(DaraModel):
|
|
8
|
+
def __init__(
|
|
9
|
+
self,
|
|
10
|
+
code: str = None,
|
|
11
|
+
http_status_code: int = None,
|
|
12
|
+
message: str = None,
|
|
13
|
+
request_id: str = None,
|
|
14
|
+
success: bool = None,
|
|
15
|
+
):
|
|
16
|
+
self.code = code
|
|
17
|
+
self.http_status_code = http_status_code
|
|
18
|
+
self.message = message
|
|
19
|
+
# Id of the request
|
|
20
|
+
self.request_id = request_id
|
|
21
|
+
self.success = success
|
|
22
|
+
|
|
23
|
+
def validate(self):
|
|
24
|
+
pass
|
|
25
|
+
|
|
26
|
+
def to_map(self):
|
|
27
|
+
result = dict()
|
|
28
|
+
_map = super().to_map()
|
|
29
|
+
if _map is not None:
|
|
30
|
+
result = _map
|
|
31
|
+
if self.code is not None:
|
|
32
|
+
result['code'] = self.code
|
|
33
|
+
|
|
34
|
+
if self.http_status_code is not None:
|
|
35
|
+
result['httpStatusCode'] = self.http_status_code
|
|
36
|
+
|
|
37
|
+
if self.message is not None:
|
|
38
|
+
result['message'] = self.message
|
|
39
|
+
|
|
40
|
+
if self.request_id is not None:
|
|
41
|
+
result['requestId'] = self.request_id
|
|
42
|
+
|
|
43
|
+
if self.success is not None:
|
|
44
|
+
result['success'] = self.success
|
|
45
|
+
|
|
46
|
+
return result
|
|
47
|
+
|
|
48
|
+
def from_map(self, m: dict = None):
|
|
49
|
+
m = m or dict()
|
|
50
|
+
if m.get('code') is not None:
|
|
51
|
+
self.code = m.get('code')
|
|
52
|
+
|
|
53
|
+
if m.get('httpStatusCode') is not None:
|
|
54
|
+
self.http_status_code = m.get('httpStatusCode')
|
|
55
|
+
|
|
56
|
+
if m.get('message') is not None:
|
|
57
|
+
self.message = m.get('message')
|
|
58
|
+
|
|
59
|
+
if m.get('requestId') is not None:
|
|
60
|
+
self.request_id = m.get('requestId')
|
|
61
|
+
|
|
62
|
+
if m.get('success') is not None:
|
|
63
|
+
self.success = m.get('success')
|
|
64
|
+
|
|
65
|
+
return self
|
|
66
|
+
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from darabonba.model import DaraModel
|
|
6
|
+
|
|
7
|
+
class UpdateVideoDetectShotTaskRequest(DaraModel):
|
|
8
|
+
def __init__(
|
|
9
|
+
self,
|
|
10
|
+
task_id: str = None,
|
|
11
|
+
task_status: str = None,
|
|
12
|
+
):
|
|
13
|
+
# This parameter is required.
|
|
14
|
+
self.task_id = task_id
|
|
15
|
+
# This parameter is required.
|
|
16
|
+
self.task_status = task_status
|
|
17
|
+
|
|
18
|
+
def validate(self):
|
|
19
|
+
pass
|
|
20
|
+
|
|
21
|
+
def to_map(self):
|
|
22
|
+
result = dict()
|
|
23
|
+
_map = super().to_map()
|
|
24
|
+
if _map is not None:
|
|
25
|
+
result = _map
|
|
26
|
+
if self.task_id is not None:
|
|
27
|
+
result['taskId'] = self.task_id
|
|
28
|
+
|
|
29
|
+
if self.task_status is not None:
|
|
30
|
+
result['taskStatus'] = self.task_status
|
|
31
|
+
|
|
32
|
+
return result
|
|
33
|
+
|
|
34
|
+
def from_map(self, m: dict = None):
|
|
35
|
+
m = m or dict()
|
|
36
|
+
if m.get('taskId') is not None:
|
|
37
|
+
self.task_id = m.get('taskId')
|
|
38
|
+
|
|
39
|
+
if m.get('taskStatus') is not None:
|
|
40
|
+
self.task_status = m.get('taskStatus')
|
|
41
|
+
|
|
42
|
+
return self
|
|
43
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import Dict
|
|
6
|
+
|
|
7
|
+
from alibabacloud_quanmiaolightapp20240801 import models as main_models
|
|
8
|
+
from darabonba.model import DaraModel
|
|
9
|
+
|
|
10
|
+
class UpdateVideoDetectShotTaskResponse(DaraModel):
|
|
11
|
+
def __init__(
|
|
12
|
+
self,
|
|
13
|
+
headers: Dict[str, str] = None,
|
|
14
|
+
status_code: int = None,
|
|
15
|
+
body: main_models.UpdateVideoDetectShotTaskResponseBody = None,
|
|
16
|
+
):
|
|
17
|
+
self.headers = headers
|
|
18
|
+
self.status_code = status_code
|
|
19
|
+
self.body = body
|
|
20
|
+
|
|
21
|
+
def validate(self):
|
|
22
|
+
if self.body:
|
|
23
|
+
self.body.validate()
|
|
24
|
+
|
|
25
|
+
def to_map(self):
|
|
26
|
+
result = dict()
|
|
27
|
+
_map = super().to_map()
|
|
28
|
+
if _map is not None:
|
|
29
|
+
result = _map
|
|
30
|
+
if self.headers is not None:
|
|
31
|
+
result['headers'] = self.headers
|
|
32
|
+
|
|
33
|
+
if self.status_code is not None:
|
|
34
|
+
result['statusCode'] = self.status_code
|
|
35
|
+
|
|
36
|
+
if self.body is not None:
|
|
37
|
+
result['body'] = self.body.to_map()
|
|
38
|
+
|
|
39
|
+
return result
|
|
40
|
+
|
|
41
|
+
def from_map(self, m: dict = None):
|
|
42
|
+
m = m or dict()
|
|
43
|
+
if m.get('headers') is not None:
|
|
44
|
+
self.headers = m.get('headers')
|
|
45
|
+
|
|
46
|
+
if m.get('statusCode') is not None:
|
|
47
|
+
self.status_code = m.get('statusCode')
|
|
48
|
+
|
|
49
|
+
if m.get('body') is not None:
|
|
50
|
+
temp_model = main_models.UpdateVideoDetectShotTaskResponseBody()
|
|
51
|
+
self.body = temp_model.from_map(m.get('body'))
|
|
52
|
+
|
|
53
|
+
return self
|
|
54
|
+
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from alibabacloud_quanmiaolightapp20240801 import models as main_models
|
|
6
|
+
from darabonba.model import DaraModel
|
|
7
|
+
|
|
8
|
+
class UpdateVideoDetectShotTaskResponseBody(DaraModel):
|
|
9
|
+
def __init__(
|
|
10
|
+
self,
|
|
11
|
+
code: str = None,
|
|
12
|
+
data: main_models.UpdateVideoDetectShotTaskResponseBodyData = None,
|
|
13
|
+
http_status_code: int = None,
|
|
14
|
+
message: str = None,
|
|
15
|
+
request_id: str = None,
|
|
16
|
+
success: bool = None,
|
|
17
|
+
):
|
|
18
|
+
self.code = code
|
|
19
|
+
self.data = data
|
|
20
|
+
self.http_status_code = http_status_code
|
|
21
|
+
self.message = message
|
|
22
|
+
# Id of the request
|
|
23
|
+
self.request_id = request_id
|
|
24
|
+
self.success = success
|
|
25
|
+
|
|
26
|
+
def validate(self):
|
|
27
|
+
if self.data:
|
|
28
|
+
self.data.validate()
|
|
29
|
+
|
|
30
|
+
def to_map(self):
|
|
31
|
+
result = dict()
|
|
32
|
+
_map = super().to_map()
|
|
33
|
+
if _map is not None:
|
|
34
|
+
result = _map
|
|
35
|
+
if self.code is not None:
|
|
36
|
+
result['code'] = self.code
|
|
37
|
+
|
|
38
|
+
if self.data is not None:
|
|
39
|
+
result['data'] = self.data.to_map()
|
|
40
|
+
|
|
41
|
+
if self.http_status_code is not None:
|
|
42
|
+
result['httpStatusCode'] = self.http_status_code
|
|
43
|
+
|
|
44
|
+
if self.message is not None:
|
|
45
|
+
result['message'] = self.message
|
|
46
|
+
|
|
47
|
+
if self.request_id is not None:
|
|
48
|
+
result['requestId'] = self.request_id
|
|
49
|
+
|
|
50
|
+
if self.success is not None:
|
|
51
|
+
result['success'] = self.success
|
|
52
|
+
|
|
53
|
+
return result
|
|
54
|
+
|
|
55
|
+
def from_map(self, m: dict = None):
|
|
56
|
+
m = m or dict()
|
|
57
|
+
if m.get('code') is not None:
|
|
58
|
+
self.code = m.get('code')
|
|
59
|
+
|
|
60
|
+
if m.get('data') is not None:
|
|
61
|
+
temp_model = main_models.UpdateVideoDetectShotTaskResponseBodyData()
|
|
62
|
+
self.data = temp_model.from_map(m.get('data'))
|
|
63
|
+
|
|
64
|
+
if m.get('httpStatusCode') is not None:
|
|
65
|
+
self.http_status_code = m.get('httpStatusCode')
|
|
66
|
+
|
|
67
|
+
if m.get('message') is not None:
|
|
68
|
+
self.message = m.get('message')
|
|
69
|
+
|
|
70
|
+
if m.get('requestId') is not None:
|
|
71
|
+
self.request_id = m.get('requestId')
|
|
72
|
+
|
|
73
|
+
if m.get('success') is not None:
|
|
74
|
+
self.success = m.get('success')
|
|
75
|
+
|
|
76
|
+
return self
|
|
77
|
+
|
|
78
|
+
class UpdateVideoDetectShotTaskResponseBodyData(DaraModel):
|
|
79
|
+
def __init__(
|
|
80
|
+
self,
|
|
81
|
+
task_error_message: str = None,
|
|
82
|
+
task_id: str = None,
|
|
83
|
+
task_status: str = None,
|
|
84
|
+
):
|
|
85
|
+
self.task_error_message = task_error_message
|
|
86
|
+
self.task_id = task_id
|
|
87
|
+
self.task_status = task_status
|
|
88
|
+
|
|
89
|
+
def validate(self):
|
|
90
|
+
pass
|
|
91
|
+
|
|
92
|
+
def to_map(self):
|
|
93
|
+
result = dict()
|
|
94
|
+
_map = super().to_map()
|
|
95
|
+
if _map is not None:
|
|
96
|
+
result = _map
|
|
97
|
+
if self.task_error_message is not None:
|
|
98
|
+
result['taskErrorMessage'] = self.task_error_message
|
|
99
|
+
|
|
100
|
+
if self.task_id is not None:
|
|
101
|
+
result['taskId'] = self.task_id
|
|
102
|
+
|
|
103
|
+
if self.task_status is not None:
|
|
104
|
+
result['taskStatus'] = self.task_status
|
|
105
|
+
|
|
106
|
+
return result
|
|
107
|
+
|
|
108
|
+
def from_map(self, m: dict = None):
|
|
109
|
+
m = m or dict()
|
|
110
|
+
if m.get('taskErrorMessage') is not None:
|
|
111
|
+
self.task_error_message = m.get('taskErrorMessage')
|
|
112
|
+
|
|
113
|
+
if m.get('taskId') is not None:
|
|
114
|
+
self.task_id = m.get('taskId')
|
|
115
|
+
|
|
116
|
+
if m.get('taskStatus') is not None:
|
|
117
|
+
self.task_status = m.get('taskStatus')
|
|
118
|
+
|
|
119
|
+
return self
|
|
120
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: alibabacloud-quanmiaolightapp20240801
|
|
3
|
-
Version: 2.13.
|
|
3
|
+
Version: 2.13.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
|
|
@@ -13,18 +13,18 @@ Classifier: Intended Audience :: Developers
|
|
|
13
13
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
14
|
Classifier: Programming Language :: Python
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.8
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.9
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
20
22
|
Classifier: Topic :: Software Development
|
|
21
|
-
Requires-Python: >=3.
|
|
23
|
+
Requires-Python: >=3.7
|
|
22
24
|
Description-Content-Type: text/markdown
|
|
23
25
|
License-File: LICENSE
|
|
24
|
-
Requires-Dist: alibabacloud-
|
|
25
|
-
Requires-Dist:
|
|
26
|
-
Requires-Dist: alibabacloud-tea-openapi (<1.0.0,>=0.3.16)
|
|
27
|
-
Requires-Dist: alibabacloud-tea-util (<1.0.0,>=0.3.13)
|
|
26
|
+
Requires-Dist: alibabacloud-tea-openapi (<1.0.0,>=0.4.1)
|
|
27
|
+
Requires-Dist: darabonba-core (<2.0.0,>=1.0.0)
|
|
28
28
|
|
|
29
29
|
English | [简体中文](README-CN.md)
|
|
30
30
|

|