alibabacloud-quanmiaolightapp20240801 2.6.3__tar.gz → 2.6.4__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.3 → alibabacloud_quanmiaolightapp20240801-2.6.4}/ChangeLog.md +5 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.3 → alibabacloud_quanmiaolightapp20240801-2.6.4}/PKG-INFO +1 -1
- alibabacloud_quanmiaolightapp20240801-2.6.4/alibabacloud_quanmiaolightapp20240801/__init__.py +1 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.3 → alibabacloud_quanmiaolightapp20240801-2.6.4}/alibabacloud_quanmiaolightapp20240801/client.py +20 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.3 → alibabacloud_quanmiaolightapp20240801-2.6.4}/alibabacloud_quanmiaolightapp20240801/models.py +36 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.3 → alibabacloud_quanmiaolightapp20240801-2.6.4}/alibabacloud_quanmiaolightapp20240801.egg-info/PKG-INFO +1 -1
- {alibabacloud_quanmiaolightapp20240801-2.6.3 → alibabacloud_quanmiaolightapp20240801-2.6.4}/setup.py +1 -1
- alibabacloud_quanmiaolightapp20240801-2.6.3/alibabacloud_quanmiaolightapp20240801/__init__.py +0 -1
- {alibabacloud_quanmiaolightapp20240801-2.6.3 → alibabacloud_quanmiaolightapp20240801-2.6.4}/LICENSE +0 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.3 → alibabacloud_quanmiaolightapp20240801-2.6.4}/MANIFEST.in +0 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.3 → alibabacloud_quanmiaolightapp20240801-2.6.4}/README-CN.md +0 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.3 → alibabacloud_quanmiaolightapp20240801-2.6.4}/README.md +0 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.3 → alibabacloud_quanmiaolightapp20240801-2.6.4}/alibabacloud_quanmiaolightapp20240801.egg-info/SOURCES.txt +0 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.3 → alibabacloud_quanmiaolightapp20240801-2.6.4}/alibabacloud_quanmiaolightapp20240801.egg-info/dependency_links.txt +0 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.3 → alibabacloud_quanmiaolightapp20240801-2.6.4}/alibabacloud_quanmiaolightapp20240801.egg-info/requires.txt +0 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.3 → alibabacloud_quanmiaolightapp20240801-2.6.4}/alibabacloud_quanmiaolightapp20240801.egg-info/top_level.txt +0 -0
- {alibabacloud_quanmiaolightapp20240801-2.6.3 → alibabacloud_quanmiaolightapp20240801-2.6.4}/setup.cfg +0 -0
{alibabacloud_quanmiaolightapp20240801-2.6.3 → alibabacloud_quanmiaolightapp20240801-2.6.4}/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.4
|
|
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.4'
|
|
@@ -2381,6 +2381,8 @@ class Client(OpenApiClient):
|
|
|
2381
2381
|
UtilClient.validate_model(tmp_req)
|
|
2382
2382
|
request = quan_miao_light_app_20240801_models.RunVideoAnalysisShrinkRequest()
|
|
2383
2383
|
OpenApiUtilClient.convert(tmp_req, request)
|
|
2384
|
+
if not UtilClient.is_unset(tmp_req.exclude_generate_options):
|
|
2385
|
+
request.exclude_generate_options_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.exclude_generate_options, 'excludeGenerateOptions', 'json')
|
|
2384
2386
|
if not UtilClient.is_unset(tmp_req.frame_sample_method):
|
|
2385
2387
|
request.frame_sample_method_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.frame_sample_method, 'frameSampleMethod', 'json')
|
|
2386
2388
|
if not UtilClient.is_unset(tmp_req.generate_options):
|
|
@@ -2390,6 +2392,8 @@ class Client(OpenApiClient):
|
|
|
2390
2392
|
if not UtilClient.is_unset(tmp_req.video_roles):
|
|
2391
2393
|
request.video_roles_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.video_roles, 'videoRoles', 'json')
|
|
2392
2394
|
body = {}
|
|
2395
|
+
if not UtilClient.is_unset(request.exclude_generate_options_shrink):
|
|
2396
|
+
body['excludeGenerateOptions'] = request.exclude_generate_options_shrink
|
|
2393
2397
|
if not UtilClient.is_unset(request.face_identity_similarity_min_score):
|
|
2394
2398
|
body['faceIdentitySimilarityMinScore'] = request.face_identity_similarity_min_score
|
|
2395
2399
|
if not UtilClient.is_unset(request.frame_sample_method_shrink):
|
|
@@ -2470,6 +2474,8 @@ class Client(OpenApiClient):
|
|
|
2470
2474
|
UtilClient.validate_model(tmp_req)
|
|
2471
2475
|
request = quan_miao_light_app_20240801_models.RunVideoAnalysisShrinkRequest()
|
|
2472
2476
|
OpenApiUtilClient.convert(tmp_req, request)
|
|
2477
|
+
if not UtilClient.is_unset(tmp_req.exclude_generate_options):
|
|
2478
|
+
request.exclude_generate_options_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.exclude_generate_options, 'excludeGenerateOptions', 'json')
|
|
2473
2479
|
if not UtilClient.is_unset(tmp_req.frame_sample_method):
|
|
2474
2480
|
request.frame_sample_method_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.frame_sample_method, 'frameSampleMethod', 'json')
|
|
2475
2481
|
if not UtilClient.is_unset(tmp_req.generate_options):
|
|
@@ -2479,6 +2485,8 @@ class Client(OpenApiClient):
|
|
|
2479
2485
|
if not UtilClient.is_unset(tmp_req.video_roles):
|
|
2480
2486
|
request.video_roles_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.video_roles, 'videoRoles', 'json')
|
|
2481
2487
|
body = {}
|
|
2488
|
+
if not UtilClient.is_unset(request.exclude_generate_options_shrink):
|
|
2489
|
+
body['excludeGenerateOptions'] = request.exclude_generate_options_shrink
|
|
2482
2490
|
if not UtilClient.is_unset(request.face_identity_similarity_min_score):
|
|
2483
2491
|
body['faceIdentitySimilarityMinScore'] = request.face_identity_similarity_min_score
|
|
2484
2492
|
if not UtilClient.is_unset(request.frame_sample_method_shrink):
|
|
@@ -2749,6 +2757,8 @@ class Client(OpenApiClient):
|
|
|
2749
2757
|
UtilClient.validate_model(tmp_req)
|
|
2750
2758
|
request = quan_miao_light_app_20240801_models.SubmitVideoAnalysisTaskShrinkRequest()
|
|
2751
2759
|
OpenApiUtilClient.convert(tmp_req, request)
|
|
2760
|
+
if not UtilClient.is_unset(tmp_req.exclude_generate_options):
|
|
2761
|
+
request.exclude_generate_options_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.exclude_generate_options, 'excludeGenerateOptions', 'json')
|
|
2752
2762
|
if not UtilClient.is_unset(tmp_req.frame_sample_method):
|
|
2753
2763
|
request.frame_sample_method_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.frame_sample_method, 'frameSampleMethod', 'json')
|
|
2754
2764
|
if not UtilClient.is_unset(tmp_req.generate_options):
|
|
@@ -2758,6 +2768,10 @@ class Client(OpenApiClient):
|
|
|
2758
2768
|
if not UtilClient.is_unset(tmp_req.video_roles):
|
|
2759
2769
|
request.video_roles_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.video_roles, 'videoRoles', 'json')
|
|
2760
2770
|
body = {}
|
|
2771
|
+
if not UtilClient.is_unset(request.deduplication_id):
|
|
2772
|
+
body['deduplicationId'] = request.deduplication_id
|
|
2773
|
+
if not UtilClient.is_unset(request.exclude_generate_options_shrink):
|
|
2774
|
+
body['excludeGenerateOptions'] = request.exclude_generate_options_shrink
|
|
2761
2775
|
if not UtilClient.is_unset(request.face_identity_similarity_min_score):
|
|
2762
2776
|
body['faceIdentitySimilarityMinScore'] = request.face_identity_similarity_min_score
|
|
2763
2777
|
if not UtilClient.is_unset(request.frame_sample_method_shrink):
|
|
@@ -2834,6 +2848,8 @@ class Client(OpenApiClient):
|
|
|
2834
2848
|
UtilClient.validate_model(tmp_req)
|
|
2835
2849
|
request = quan_miao_light_app_20240801_models.SubmitVideoAnalysisTaskShrinkRequest()
|
|
2836
2850
|
OpenApiUtilClient.convert(tmp_req, request)
|
|
2851
|
+
if not UtilClient.is_unset(tmp_req.exclude_generate_options):
|
|
2852
|
+
request.exclude_generate_options_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.exclude_generate_options, 'excludeGenerateOptions', 'json')
|
|
2837
2853
|
if not UtilClient.is_unset(tmp_req.frame_sample_method):
|
|
2838
2854
|
request.frame_sample_method_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.frame_sample_method, 'frameSampleMethod', 'json')
|
|
2839
2855
|
if not UtilClient.is_unset(tmp_req.generate_options):
|
|
@@ -2843,6 +2859,10 @@ class Client(OpenApiClient):
|
|
|
2843
2859
|
if not UtilClient.is_unset(tmp_req.video_roles):
|
|
2844
2860
|
request.video_roles_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.video_roles, 'videoRoles', 'json')
|
|
2845
2861
|
body = {}
|
|
2862
|
+
if not UtilClient.is_unset(request.deduplication_id):
|
|
2863
|
+
body['deduplicationId'] = request.deduplication_id
|
|
2864
|
+
if not UtilClient.is_unset(request.exclude_generate_options_shrink):
|
|
2865
|
+
body['excludeGenerateOptions'] = request.exclude_generate_options_shrink
|
|
2846
2866
|
if not UtilClient.is_unset(request.face_identity_similarity_min_score):
|
|
2847
2867
|
body['faceIdentitySimilarityMinScore'] = request.face_identity_similarity_min_score
|
|
2848
2868
|
if not UtilClient.is_unset(request.frame_sample_method_shrink):
|
|
@@ -7133,6 +7133,7 @@ class RunVideoAnalysisRequestVideoRoles(TeaModel):
|
|
|
7133
7133
|
class RunVideoAnalysisRequest(TeaModel):
|
|
7134
7134
|
def __init__(
|
|
7135
7135
|
self,
|
|
7136
|
+
exclude_generate_options: List[str] = None,
|
|
7136
7137
|
face_identity_similarity_min_score: float = None,
|
|
7137
7138
|
frame_sample_method: RunVideoAnalysisRequestFrameSampleMethod = None,
|
|
7138
7139
|
generate_options: List[str] = None,
|
|
@@ -7152,6 +7153,7 @@ class RunVideoAnalysisRequest(TeaModel):
|
|
|
7152
7153
|
video_shot_face_identity_count: int = None,
|
|
7153
7154
|
video_url: str = None,
|
|
7154
7155
|
):
|
|
7156
|
+
self.exclude_generate_options = exclude_generate_options
|
|
7155
7157
|
self.face_identity_similarity_min_score = face_identity_similarity_min_score
|
|
7156
7158
|
self.frame_sample_method = frame_sample_method
|
|
7157
7159
|
self.generate_options = generate_options
|
|
@@ -7189,6 +7191,8 @@ class RunVideoAnalysisRequest(TeaModel):
|
|
|
7189
7191
|
return _map
|
|
7190
7192
|
|
|
7191
7193
|
result = dict()
|
|
7194
|
+
if self.exclude_generate_options is not None:
|
|
7195
|
+
result['excludeGenerateOptions'] = self.exclude_generate_options
|
|
7192
7196
|
if self.face_identity_similarity_min_score is not None:
|
|
7193
7197
|
result['faceIdentitySimilarityMinScore'] = self.face_identity_similarity_min_score
|
|
7194
7198
|
if self.frame_sample_method is not None:
|
|
@@ -7233,6 +7237,8 @@ class RunVideoAnalysisRequest(TeaModel):
|
|
|
7233
7237
|
|
|
7234
7238
|
def from_map(self, m: dict = None):
|
|
7235
7239
|
m = m or dict()
|
|
7240
|
+
if m.get('excludeGenerateOptions') is not None:
|
|
7241
|
+
self.exclude_generate_options = m.get('excludeGenerateOptions')
|
|
7236
7242
|
if m.get('faceIdentitySimilarityMinScore') is not None:
|
|
7237
7243
|
self.face_identity_similarity_min_score = m.get('faceIdentitySimilarityMinScore')
|
|
7238
7244
|
if m.get('frameSampleMethod') is not None:
|
|
@@ -7282,6 +7288,7 @@ class RunVideoAnalysisRequest(TeaModel):
|
|
|
7282
7288
|
class RunVideoAnalysisShrinkRequest(TeaModel):
|
|
7283
7289
|
def __init__(
|
|
7284
7290
|
self,
|
|
7291
|
+
exclude_generate_options_shrink: str = None,
|
|
7285
7292
|
face_identity_similarity_min_score: float = None,
|
|
7286
7293
|
frame_sample_method_shrink: str = None,
|
|
7287
7294
|
generate_options_shrink: str = None,
|
|
@@ -7301,6 +7308,7 @@ class RunVideoAnalysisShrinkRequest(TeaModel):
|
|
|
7301
7308
|
video_shot_face_identity_count: int = None,
|
|
7302
7309
|
video_url: str = None,
|
|
7303
7310
|
):
|
|
7311
|
+
self.exclude_generate_options_shrink = exclude_generate_options_shrink
|
|
7304
7312
|
self.face_identity_similarity_min_score = face_identity_similarity_min_score
|
|
7305
7313
|
self.frame_sample_method_shrink = frame_sample_method_shrink
|
|
7306
7314
|
self.generate_options_shrink = generate_options_shrink
|
|
@@ -7329,6 +7337,8 @@ class RunVideoAnalysisShrinkRequest(TeaModel):
|
|
|
7329
7337
|
return _map
|
|
7330
7338
|
|
|
7331
7339
|
result = dict()
|
|
7340
|
+
if self.exclude_generate_options_shrink is not None:
|
|
7341
|
+
result['excludeGenerateOptions'] = self.exclude_generate_options_shrink
|
|
7332
7342
|
if self.face_identity_similarity_min_score is not None:
|
|
7333
7343
|
result['faceIdentitySimilarityMinScore'] = self.face_identity_similarity_min_score
|
|
7334
7344
|
if self.frame_sample_method_shrink is not None:
|
|
@@ -7369,6 +7379,8 @@ class RunVideoAnalysisShrinkRequest(TeaModel):
|
|
|
7369
7379
|
|
|
7370
7380
|
def from_map(self, m: dict = None):
|
|
7371
7381
|
m = m or dict()
|
|
7382
|
+
if m.get('excludeGenerateOptions') is not None:
|
|
7383
|
+
self.exclude_generate_options_shrink = m.get('excludeGenerateOptions')
|
|
7372
7384
|
if m.get('faceIdentitySimilarityMinScore') is not None:
|
|
7373
7385
|
self.face_identity_similarity_min_score = m.get('faceIdentitySimilarityMinScore')
|
|
7374
7386
|
if m.get('frameSampleMethod') is not None:
|
|
@@ -9018,6 +9030,8 @@ class SubmitVideoAnalysisTaskRequestVideoRoles(TeaModel):
|
|
|
9018
9030
|
class SubmitVideoAnalysisTaskRequest(TeaModel):
|
|
9019
9031
|
def __init__(
|
|
9020
9032
|
self,
|
|
9033
|
+
deduplication_id: str = None,
|
|
9034
|
+
exclude_generate_options: List[str] = None,
|
|
9021
9035
|
face_identity_similarity_min_score: float = None,
|
|
9022
9036
|
frame_sample_method: SubmitVideoAnalysisTaskRequestFrameSampleMethod = None,
|
|
9023
9037
|
generate_options: List[str] = None,
|
|
@@ -9035,6 +9049,8 @@ class SubmitVideoAnalysisTaskRequest(TeaModel):
|
|
|
9035
9049
|
video_shot_face_identity_count: int = None,
|
|
9036
9050
|
video_url: str = None,
|
|
9037
9051
|
):
|
|
9052
|
+
self.deduplication_id = deduplication_id
|
|
9053
|
+
self.exclude_generate_options = exclude_generate_options
|
|
9038
9054
|
self.face_identity_similarity_min_score = face_identity_similarity_min_score
|
|
9039
9055
|
self.frame_sample_method = frame_sample_method
|
|
9040
9056
|
self.generate_options = generate_options
|
|
@@ -9071,6 +9087,10 @@ class SubmitVideoAnalysisTaskRequest(TeaModel):
|
|
|
9071
9087
|
return _map
|
|
9072
9088
|
|
|
9073
9089
|
result = dict()
|
|
9090
|
+
if self.deduplication_id is not None:
|
|
9091
|
+
result['deduplicationId'] = self.deduplication_id
|
|
9092
|
+
if self.exclude_generate_options is not None:
|
|
9093
|
+
result['excludeGenerateOptions'] = self.exclude_generate_options
|
|
9074
9094
|
if self.face_identity_similarity_min_score is not None:
|
|
9075
9095
|
result['faceIdentitySimilarityMinScore'] = self.face_identity_similarity_min_score
|
|
9076
9096
|
if self.frame_sample_method is not None:
|
|
@@ -9111,6 +9131,10 @@ class SubmitVideoAnalysisTaskRequest(TeaModel):
|
|
|
9111
9131
|
|
|
9112
9132
|
def from_map(self, m: dict = None):
|
|
9113
9133
|
m = m or dict()
|
|
9134
|
+
if m.get('deduplicationId') is not None:
|
|
9135
|
+
self.deduplication_id = m.get('deduplicationId')
|
|
9136
|
+
if m.get('excludeGenerateOptions') is not None:
|
|
9137
|
+
self.exclude_generate_options = m.get('excludeGenerateOptions')
|
|
9114
9138
|
if m.get('faceIdentitySimilarityMinScore') is not None:
|
|
9115
9139
|
self.face_identity_similarity_min_score = m.get('faceIdentitySimilarityMinScore')
|
|
9116
9140
|
if m.get('frameSampleMethod') is not None:
|
|
@@ -9156,6 +9180,8 @@ class SubmitVideoAnalysisTaskRequest(TeaModel):
|
|
|
9156
9180
|
class SubmitVideoAnalysisTaskShrinkRequest(TeaModel):
|
|
9157
9181
|
def __init__(
|
|
9158
9182
|
self,
|
|
9183
|
+
deduplication_id: str = None,
|
|
9184
|
+
exclude_generate_options_shrink: str = None,
|
|
9159
9185
|
face_identity_similarity_min_score: float = None,
|
|
9160
9186
|
frame_sample_method_shrink: str = None,
|
|
9161
9187
|
generate_options_shrink: str = None,
|
|
@@ -9173,6 +9199,8 @@ class SubmitVideoAnalysisTaskShrinkRequest(TeaModel):
|
|
|
9173
9199
|
video_shot_face_identity_count: int = None,
|
|
9174
9200
|
video_url: str = None,
|
|
9175
9201
|
):
|
|
9202
|
+
self.deduplication_id = deduplication_id
|
|
9203
|
+
self.exclude_generate_options_shrink = exclude_generate_options_shrink
|
|
9176
9204
|
self.face_identity_similarity_min_score = face_identity_similarity_min_score
|
|
9177
9205
|
self.frame_sample_method_shrink = frame_sample_method_shrink
|
|
9178
9206
|
self.generate_options_shrink = generate_options_shrink
|
|
@@ -9200,6 +9228,10 @@ class SubmitVideoAnalysisTaskShrinkRequest(TeaModel):
|
|
|
9200
9228
|
return _map
|
|
9201
9229
|
|
|
9202
9230
|
result = dict()
|
|
9231
|
+
if self.deduplication_id is not None:
|
|
9232
|
+
result['deduplicationId'] = self.deduplication_id
|
|
9233
|
+
if self.exclude_generate_options_shrink is not None:
|
|
9234
|
+
result['excludeGenerateOptions'] = self.exclude_generate_options_shrink
|
|
9203
9235
|
if self.face_identity_similarity_min_score is not None:
|
|
9204
9236
|
result['faceIdentitySimilarityMinScore'] = self.face_identity_similarity_min_score
|
|
9205
9237
|
if self.frame_sample_method_shrink is not None:
|
|
@@ -9236,6 +9268,10 @@ class SubmitVideoAnalysisTaskShrinkRequest(TeaModel):
|
|
|
9236
9268
|
|
|
9237
9269
|
def from_map(self, m: dict = None):
|
|
9238
9270
|
m = m or dict()
|
|
9271
|
+
if m.get('deduplicationId') is not None:
|
|
9272
|
+
self.deduplication_id = m.get('deduplicationId')
|
|
9273
|
+
if m.get('excludeGenerateOptions') is not None:
|
|
9274
|
+
self.exclude_generate_options_shrink = m.get('excludeGenerateOptions')
|
|
9239
9275
|
if m.get('faceIdentitySimilarityMinScore') is not None:
|
|
9240
9276
|
self.face_identity_similarity_min_score = m.get('faceIdentitySimilarityMinScore')
|
|
9241
9277
|
if m.get('frameSampleMethod') 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.4
|
|
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.3/alibabacloud_quanmiaolightapp20240801/__init__.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.6.3'
|
{alibabacloud_quanmiaolightapp20240801-2.6.3 → alibabacloud_quanmiaolightapp20240801-2.6.4}/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
|