alibabacloud-quanmiaolightapp20240801 2.6.4__tar.gz → 2.6.5__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.
Files changed (17) hide show
  1. {alibabacloud_quanmiaolightapp20240801-2.6.4 → alibabacloud_quanmiaolightapp20240801-2.6.5}/ChangeLog.md +6 -0
  2. {alibabacloud_quanmiaolightapp20240801-2.6.4 → alibabacloud_quanmiaolightapp20240801-2.6.5}/PKG-INFO +1 -1
  3. alibabacloud_quanmiaolightapp20240801-2.6.5/alibabacloud_quanmiaolightapp20240801/__init__.py +1 -0
  4. {alibabacloud_quanmiaolightapp20240801-2.6.4 → alibabacloud_quanmiaolightapp20240801-2.6.5}/alibabacloud_quanmiaolightapp20240801/client.py +8 -0
  5. {alibabacloud_quanmiaolightapp20240801-2.6.4 → alibabacloud_quanmiaolightapp20240801-2.6.5}/alibabacloud_quanmiaolightapp20240801/models.py +24 -0
  6. {alibabacloud_quanmiaolightapp20240801-2.6.4 → alibabacloud_quanmiaolightapp20240801-2.6.5}/alibabacloud_quanmiaolightapp20240801.egg-info/PKG-INFO +1 -1
  7. {alibabacloud_quanmiaolightapp20240801-2.6.4 → alibabacloud_quanmiaolightapp20240801-2.6.5}/setup.py +1 -1
  8. alibabacloud_quanmiaolightapp20240801-2.6.4/alibabacloud_quanmiaolightapp20240801/__init__.py +0 -1
  9. {alibabacloud_quanmiaolightapp20240801-2.6.4 → alibabacloud_quanmiaolightapp20240801-2.6.5}/LICENSE +0 -0
  10. {alibabacloud_quanmiaolightapp20240801-2.6.4 → alibabacloud_quanmiaolightapp20240801-2.6.5}/MANIFEST.in +0 -0
  11. {alibabacloud_quanmiaolightapp20240801-2.6.4 → alibabacloud_quanmiaolightapp20240801-2.6.5}/README-CN.md +0 -0
  12. {alibabacloud_quanmiaolightapp20240801-2.6.4 → alibabacloud_quanmiaolightapp20240801-2.6.5}/README.md +0 -0
  13. {alibabacloud_quanmiaolightapp20240801-2.6.4 → alibabacloud_quanmiaolightapp20240801-2.6.5}/alibabacloud_quanmiaolightapp20240801.egg-info/SOURCES.txt +0 -0
  14. {alibabacloud_quanmiaolightapp20240801-2.6.4 → alibabacloud_quanmiaolightapp20240801-2.6.5}/alibabacloud_quanmiaolightapp20240801.egg-info/dependency_links.txt +0 -0
  15. {alibabacloud_quanmiaolightapp20240801-2.6.4 → alibabacloud_quanmiaolightapp20240801-2.6.5}/alibabacloud_quanmiaolightapp20240801.egg-info/requires.txt +0 -0
  16. {alibabacloud_quanmiaolightapp20240801-2.6.4 → alibabacloud_quanmiaolightapp20240801-2.6.5}/alibabacloud_quanmiaolightapp20240801.egg-info/top_level.txt +0 -0
  17. {alibabacloud_quanmiaolightapp20240801-2.6.4 → alibabacloud_quanmiaolightapp20240801-2.6.5}/setup.cfg +0 -0
@@ -1,3 +1,9 @@
1
+ 2025-03-27 Version: 2.6.4
2
+ - Update API RunVideoAnalysis: add request parameters excludeGenerateOptions.
3
+ - Update API SubmitVideoAnalysisTask: add request parameters deduplicationId.
4
+ - Update API SubmitVideoAnalysisTask: add request parameters excludeGenerateOptions.
5
+
6
+
1
7
  2025-03-18 Version: 2.6.3
2
8
  - Update API RunVideoAnalysis: add param splitInterval.
3
9
  - Update API SubmitVideoAnalysisTask: add param splitInterval.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud_quanmiaolightapp20240801
3
- Version: 2.6.4
3
+ Version: 2.6.5
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
@@ -2232,6 +2232,8 @@ class Client(OpenApiClient):
2232
2232
  if not UtilClient.is_unset(tmp_req.tags):
2233
2233
  request.tags_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.tags, 'tags', 'json')
2234
2234
  body = {}
2235
+ if not UtilClient.is_unset(request.api_key):
2236
+ body['apiKey'] = request.api_key
2235
2237
  if not UtilClient.is_unset(request.business_type):
2236
2238
  body['businessType'] = request.business_type
2237
2239
  if not UtilClient.is_unset(request.content):
@@ -2293,6 +2295,8 @@ class Client(OpenApiClient):
2293
2295
  if not UtilClient.is_unset(tmp_req.tags):
2294
2296
  request.tags_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.tags, 'tags', 'json')
2295
2297
  body = {}
2298
+ if not UtilClient.is_unset(request.api_key):
2299
+ body['apiKey'] = request.api_key
2296
2300
  if not UtilClient.is_unset(request.business_type):
2297
2301
  body['businessType'] = request.business_type
2298
2302
  if not UtilClient.is_unset(request.content):
@@ -2602,6 +2606,8 @@ class Client(OpenApiClient):
2602
2606
  if not UtilClient.is_unset(tmp_req.tags):
2603
2607
  request.tags_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.tags, 'tags', 'json')
2604
2608
  body = {}
2609
+ if not UtilClient.is_unset(request.api_key):
2610
+ body['apiKey'] = request.api_key
2605
2611
  if not UtilClient.is_unset(request.business_type):
2606
2612
  body['businessType'] = request.business_type
2607
2613
  if not UtilClient.is_unset(request.contents_shrink):
@@ -2667,6 +2673,8 @@ class Client(OpenApiClient):
2667
2673
  if not UtilClient.is_unset(tmp_req.tags):
2668
2674
  request.tags_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.tags, 'tags', 'json')
2669
2675
  body = {}
2676
+ if not UtilClient.is_unset(request.api_key):
2677
+ body['apiKey'] = request.api_key
2670
2678
  if not UtilClient.is_unset(request.business_type):
2671
2679
  body['businessType'] = request.business_type
2672
2680
  if not UtilClient.is_unset(request.contents_shrink):
@@ -6633,6 +6633,7 @@ class RunTagMiningAnalysisRequestTags(TeaModel):
6633
6633
  class RunTagMiningAnalysisRequest(TeaModel):
6634
6634
  def __init__(
6635
6635
  self,
6636
+ api_key: str = None,
6636
6637
  business_type: str = None,
6637
6638
  content: str = None,
6638
6639
  extra_info: str = None,
@@ -6641,6 +6642,7 @@ class RunTagMiningAnalysisRequest(TeaModel):
6641
6642
  tags: List[RunTagMiningAnalysisRequestTags] = None,
6642
6643
  task_description: str = None,
6643
6644
  ):
6645
+ self.api_key = api_key
6644
6646
  self.business_type = business_type
6645
6647
  # This parameter is required.
6646
6648
  self.content = content
@@ -6662,6 +6664,8 @@ class RunTagMiningAnalysisRequest(TeaModel):
6662
6664
  return _map
6663
6665
 
6664
6666
  result = dict()
6667
+ if self.api_key is not None:
6668
+ result['apiKey'] = self.api_key
6665
6669
  if self.business_type is not None:
6666
6670
  result['businessType'] = self.business_type
6667
6671
  if self.content is not None:
@@ -6682,6 +6686,8 @@ class RunTagMiningAnalysisRequest(TeaModel):
6682
6686
 
6683
6687
  def from_map(self, m: dict = None):
6684
6688
  m = m or dict()
6689
+ if m.get('apiKey') is not None:
6690
+ self.api_key = m.get('apiKey')
6685
6691
  if m.get('businessType') is not None:
6686
6692
  self.business_type = m.get('businessType')
6687
6693
  if m.get('content') is not None:
@@ -6705,6 +6711,7 @@ class RunTagMiningAnalysisRequest(TeaModel):
6705
6711
  class RunTagMiningAnalysisShrinkRequest(TeaModel):
6706
6712
  def __init__(
6707
6713
  self,
6714
+ api_key: str = None,
6708
6715
  business_type: str = None,
6709
6716
  content: str = None,
6710
6717
  extra_info: str = None,
@@ -6713,6 +6720,7 @@ class RunTagMiningAnalysisShrinkRequest(TeaModel):
6713
6720
  tags_shrink: str = None,
6714
6721
  task_description: str = None,
6715
6722
  ):
6723
+ self.api_key = api_key
6716
6724
  self.business_type = business_type
6717
6725
  # This parameter is required.
6718
6726
  self.content = content
@@ -6731,6 +6739,8 @@ class RunTagMiningAnalysisShrinkRequest(TeaModel):
6731
6739
  return _map
6732
6740
 
6733
6741
  result = dict()
6742
+ if self.api_key is not None:
6743
+ result['apiKey'] = self.api_key
6734
6744
  if self.business_type is not None:
6735
6745
  result['businessType'] = self.business_type
6736
6746
  if self.content is not None:
@@ -6749,6 +6759,8 @@ class RunTagMiningAnalysisShrinkRequest(TeaModel):
6749
6759
 
6750
6760
  def from_map(self, m: dict = None):
6751
6761
  m = m or dict()
6762
+ if m.get('apiKey') is not None:
6763
+ self.api_key = m.get('apiKey')
6752
6764
  if m.get('businessType') is not None:
6753
6765
  self.business_type = m.get('businessType')
6754
6766
  if m.get('content') is not None:
@@ -8639,6 +8651,7 @@ class SubmitTagMiningAnalysisTaskRequestTags(TeaModel):
8639
8651
  class SubmitTagMiningAnalysisTaskRequest(TeaModel):
8640
8652
  def __init__(
8641
8653
  self,
8654
+ api_key: str = None,
8642
8655
  business_type: str = None,
8643
8656
  contents: List[str] = None,
8644
8657
  extra_info: str = None,
@@ -8648,6 +8661,7 @@ class SubmitTagMiningAnalysisTaskRequest(TeaModel):
8648
8661
  task_description: str = None,
8649
8662
  url: str = None,
8650
8663
  ):
8664
+ self.api_key = api_key
8651
8665
  self.business_type = business_type
8652
8666
  self.contents = contents
8653
8667
  self.extra_info = extra_info
@@ -8669,6 +8683,8 @@ class SubmitTagMiningAnalysisTaskRequest(TeaModel):
8669
8683
  return _map
8670
8684
 
8671
8685
  result = dict()
8686
+ if self.api_key is not None:
8687
+ result['apiKey'] = self.api_key
8672
8688
  if self.business_type is not None:
8673
8689
  result['businessType'] = self.business_type
8674
8690
  if self.contents is not None:
@@ -8691,6 +8707,8 @@ class SubmitTagMiningAnalysisTaskRequest(TeaModel):
8691
8707
 
8692
8708
  def from_map(self, m: dict = None):
8693
8709
  m = m or dict()
8710
+ if m.get('apiKey') is not None:
8711
+ self.api_key = m.get('apiKey')
8694
8712
  if m.get('businessType') is not None:
8695
8713
  self.business_type = m.get('businessType')
8696
8714
  if m.get('contents') is not None:
@@ -8716,6 +8734,7 @@ class SubmitTagMiningAnalysisTaskRequest(TeaModel):
8716
8734
  class SubmitTagMiningAnalysisTaskShrinkRequest(TeaModel):
8717
8735
  def __init__(
8718
8736
  self,
8737
+ api_key: str = None,
8719
8738
  business_type: str = None,
8720
8739
  contents_shrink: str = None,
8721
8740
  extra_info: str = None,
@@ -8725,6 +8744,7 @@ class SubmitTagMiningAnalysisTaskShrinkRequest(TeaModel):
8725
8744
  task_description: str = None,
8726
8745
  url: str = None,
8727
8746
  ):
8747
+ self.api_key = api_key
8728
8748
  self.business_type = business_type
8729
8749
  self.contents_shrink = contents_shrink
8730
8750
  self.extra_info = extra_info
@@ -8743,6 +8763,8 @@ class SubmitTagMiningAnalysisTaskShrinkRequest(TeaModel):
8743
8763
  return _map
8744
8764
 
8745
8765
  result = dict()
8766
+ if self.api_key is not None:
8767
+ result['apiKey'] = self.api_key
8746
8768
  if self.business_type is not None:
8747
8769
  result['businessType'] = self.business_type
8748
8770
  if self.contents_shrink is not None:
@@ -8763,6 +8785,8 @@ class SubmitTagMiningAnalysisTaskShrinkRequest(TeaModel):
8763
8785
 
8764
8786
  def from_map(self, m: dict = None):
8765
8787
  m = m or dict()
8788
+ if m.get('apiKey') is not None:
8789
+ self.api_key = m.get('apiKey')
8766
8790
  if m.get('businessType') is not None:
8767
8791
  self.business_type = m.get('businessType')
8768
8792
  if m.get('contents') is not None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud-quanmiaolightapp20240801
3
- Version: 2.6.4
3
+ Version: 2.6.5
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
@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
24
24
  """
25
25
  setup module for alibabacloud_quanmiaolightapp20240801.
26
26
 
27
- Created on 27/03/2025
27
+ Created on 10/04/2025
28
28
 
29
29
  @author: Alibaba Cloud SDK
30
30
  """