alibabacloud-quanmiaolightapp20240801 2.5.1__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.5.1/ChangeLog.md +78 -0
- alibabacloud_quanmiaolightapp20240801-2.5.1/LICENSE +13 -0
- alibabacloud_quanmiaolightapp20240801-2.5.1/MANIFEST.in +2 -0
- alibabacloud_quanmiaolightapp20240801-2.5.1/PKG-INFO +65 -0
- alibabacloud_quanmiaolightapp20240801-2.5.1/README-CN.md +42 -0
- alibabacloud_quanmiaolightapp20240801-2.5.1/README.md +41 -0
- alibabacloud_quanmiaolightapp20240801-2.5.1/alibabacloud_quanmiaolightapp20240801/__init__.py +1 -0
- alibabacloud_quanmiaolightapp20240801-2.5.1/alibabacloud_quanmiaolightapp20240801/client.py +2732 -0
- alibabacloud_quanmiaolightapp20240801-2.5.1/alibabacloud_quanmiaolightapp20240801/models.py +8387 -0
- alibabacloud_quanmiaolightapp20240801-2.5.1/alibabacloud_quanmiaolightapp20240801.egg-info/PKG-INFO +65 -0
- alibabacloud_quanmiaolightapp20240801-2.5.1/alibabacloud_quanmiaolightapp20240801.egg-info/SOURCES.txt +15 -0
- alibabacloud_quanmiaolightapp20240801-2.5.1/alibabacloud_quanmiaolightapp20240801.egg-info/dependency_links.txt +1 -0
- alibabacloud_quanmiaolightapp20240801-2.5.1/alibabacloud_quanmiaolightapp20240801.egg-info/requires.txt +4 -0
- alibabacloud_quanmiaolightapp20240801-2.5.1/alibabacloud_quanmiaolightapp20240801.egg-info/top_level.txt +1 -0
- alibabacloud_quanmiaolightapp20240801-2.5.1/setup.cfg +7 -0
- alibabacloud_quanmiaolightapp20240801-2.5.1/setup.py +79 -0
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
2025-01-17 Version: 2.5.0
|
|
2
|
+
- Support API RunNetworkContentAudit.
|
|
3
|
+
- Support API RunScriptChat.
|
|
4
|
+
- Support API RunScriptRefine.
|
|
5
|
+
- Update API GetVideoAnalysisTask: update response param.
|
|
6
|
+
- Update API RunVideoAnalysis: update response param.
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
2025-01-16 Version: 2.4.0
|
|
10
|
+
- Support API RunScriptChat.
|
|
11
|
+
- Support API RunScriptRefine.
|
|
12
|
+
- Update API GetVideoAnalysisTask: update response param.
|
|
13
|
+
- Update API RunVideoAnalysis: update response param.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
2025-01-15 Version: 2.3.0
|
|
17
|
+
- Support API RunScriptChat.
|
|
18
|
+
- Support API RunScriptRefine.
|
|
19
|
+
- Update API GetVideoAnalysisTask: update response param.
|
|
20
|
+
- Update API RunVideoAnalysis: update response param.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
2025-01-14 Version: 2.2.0
|
|
24
|
+
- Support API GetVideoAnalysisConfig.
|
|
25
|
+
- Support API GetVideoAnalysisTask.
|
|
26
|
+
- Support API SubmitVideoAnalysisTask.
|
|
27
|
+
- Support API UpdateVideoAnalysisConfig.
|
|
28
|
+
- Update API RunVideoAnalysis: add param frameSampleMethod.
|
|
29
|
+
- Update API RunVideoAnalysis: add param language.
|
|
30
|
+
- Update API RunVideoAnalysis: add param videoRoles.
|
|
31
|
+
- Update API RunVideoAnalysis: update response param.
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
2024-12-26 Version: 2.1.0
|
|
35
|
+
- Support API GenerateOutputFormat.
|
|
36
|
+
- Support API RunTagMiningAnalysis.
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
2024-12-11 Version: 2.0.1
|
|
40
|
+
- Update API RunHotTopicChat: add param messages.
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
2024-12-05 Version: 2.0.0
|
|
44
|
+
- Delete API RunCommentGeneration.
|
|
45
|
+
- Update API RunHotTopicChat: update response param.
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
2024-11-06 Version: 1.4.1
|
|
49
|
+
- Update API RunMarketingInformationWriting: add param customLimitation.
|
|
50
|
+
- Update API RunMarketingInformationWriting: add param inputExample.
|
|
51
|
+
- Update API RunMarketingInformationWriting: add param outputExample.
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
2024-11-01 Version: 1.4.0
|
|
55
|
+
- Support API RunHotTopicChat.
|
|
56
|
+
- Support API RunHotTopicSummary.
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
2024-09-26 Version: 1.3.0
|
|
60
|
+
- Support API GenerateBroadcastNews.
|
|
61
|
+
- Support API RunCommentGeneration.
|
|
62
|
+
- Update API RunVideoAnalysis: add param snapshotInterval.
|
|
63
|
+
- Update API RunVideoAnalysis: add param videoExtraInfo.
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
2024-09-14 Version: 1.2.0
|
|
67
|
+
- Support API ListHotTopicSummaries.
|
|
68
|
+
- Update API RunVideoAnalysis: update response param.
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
2024-09-14 Version: 1.1.0
|
|
72
|
+
- Support API ListHotTopicSummaries.
|
|
73
|
+
- Update API RunVideoAnalysis: update response param.
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
2024-09-05 Version: 1.0.0
|
|
77
|
+
- Generated python 2024-08-01 for QuanMiaoLightApp.
|
|
78
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
2
|
+
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License.
|
|
5
|
+
You may obtain a copy of the License at
|
|
6
|
+
|
|
7
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
|
|
9
|
+
Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
See the License for the specific language governing permissions and
|
|
13
|
+
limitations under the License.
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: alibabacloud_quanmiaolightapp20240801
|
|
3
|
+
Version: 2.5.1
|
|
4
|
+
Summary: Alibaba Cloud QuanMiaoLightApp (20240801) SDK Library for Python
|
|
5
|
+
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
|
+
Author: Alibaba Cloud SDK
|
|
7
|
+
Author-email: sdk-team@alibabacloud.com
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Keywords: alibabacloud,quanmiaolightapp20240801
|
|
10
|
+
Platform: any
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
|
+
Classifier: Programming Language :: Python
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
20
|
+
Classifier: Topic :: Software Development
|
|
21
|
+
Requires-Python: >=3.6
|
|
22
|
+
Description-Content-Type: text/markdown
|
|
23
|
+
License-File: LICENSE
|
|
24
|
+
|
|
25
|
+
English | [简体中文](README-CN.md)
|
|
26
|
+

|
|
27
|
+
|
|
28
|
+
## Alibaba Cloud QuanMiaoLightApp SDK for Python
|
|
29
|
+
|
|
30
|
+
## Requirements
|
|
31
|
+
|
|
32
|
+
- Python >= 3.7
|
|
33
|
+
|
|
34
|
+
## Installation
|
|
35
|
+
|
|
36
|
+
- **Install with pip**
|
|
37
|
+
|
|
38
|
+
Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
# Install the alibabacloud_quanmiaolightapp20240801
|
|
42
|
+
pip install alibabacloud_quanmiaolightapp20240801
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Issues
|
|
46
|
+
|
|
47
|
+
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
48
|
+
|
|
49
|
+
## Usage
|
|
50
|
+
|
|
51
|
+
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
|
52
|
+
|
|
53
|
+
## Changelog
|
|
54
|
+
|
|
55
|
+
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/quanmiaolightapp-20240801/ChangeLog.md).
|
|
56
|
+
|
|
57
|
+
## References
|
|
58
|
+
|
|
59
|
+
- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
|
|
60
|
+
|
|
61
|
+
## License
|
|
62
|
+
|
|
63
|
+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
64
|
+
|
|
65
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
[English](README.md) | 简体中文
|
|
2
|
+
|
|
3
|
+

|
|
4
|
+
|
|
5
|
+
## Alibaba Cloud QuanMiaoLightApp SDK for Python
|
|
6
|
+
|
|
7
|
+
## 要求
|
|
8
|
+
|
|
9
|
+
- Python >= 3.7
|
|
10
|
+
|
|
11
|
+
## 安装
|
|
12
|
+
|
|
13
|
+
- **使用 pip 安装(推荐)**
|
|
14
|
+
|
|
15
|
+
如未安装 `pip`, 请先至pip官网 [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") 安装pip .
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
# 安装 alibabacloud_quanmiaolightapp20240801
|
|
19
|
+
pip install alibabacloud_quanmiaolightapp20240801
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## 问题
|
|
23
|
+
|
|
24
|
+
[提交 Issue](https://github.com/aliyun/alibabacloud-python-sdk/issues/new),不符合指南的问题可能会立即关闭。
|
|
25
|
+
|
|
26
|
+
## 使用说明
|
|
27
|
+
|
|
28
|
+
[快速使用](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-CN.md#%E5%BF%AB%E9%80%9F%E4%BD%BF%E7%94%A8)
|
|
29
|
+
|
|
30
|
+
## 发行说明
|
|
31
|
+
|
|
32
|
+
每个版本的详细更改记录在[发行说明](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/quanmiaolightapp-20240801/ChangeLog.md)中。
|
|
33
|
+
|
|
34
|
+
## 相关
|
|
35
|
+
|
|
36
|
+
- [最新源码](https://github.com/aliyun/alibabacloud-python-sdk/)
|
|
37
|
+
|
|
38
|
+
## 许可证
|
|
39
|
+
|
|
40
|
+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
41
|
+
|
|
42
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
English | [简体中文](README-CN.md)
|
|
2
|
+

|
|
3
|
+
|
|
4
|
+
## Alibaba Cloud QuanMiaoLightApp SDK for Python
|
|
5
|
+
|
|
6
|
+
## Requirements
|
|
7
|
+
|
|
8
|
+
- Python >= 3.7
|
|
9
|
+
|
|
10
|
+
## Installation
|
|
11
|
+
|
|
12
|
+
- **Install with pip**
|
|
13
|
+
|
|
14
|
+
Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
# Install the alibabacloud_quanmiaolightapp20240801
|
|
18
|
+
pip install alibabacloud_quanmiaolightapp20240801
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Issues
|
|
22
|
+
|
|
23
|
+
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
24
|
+
|
|
25
|
+
## Usage
|
|
26
|
+
|
|
27
|
+
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
|
28
|
+
|
|
29
|
+
## Changelog
|
|
30
|
+
|
|
31
|
+
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/quanmiaolightapp-20240801/ChangeLog.md).
|
|
32
|
+
|
|
33
|
+
## References
|
|
34
|
+
|
|
35
|
+
- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
|
|
36
|
+
|
|
37
|
+
## License
|
|
38
|
+
|
|
39
|
+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
40
|
+
|
|
41
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.5.1'
|