File tree Expand file tree Collapse file tree 9 files changed +19
-9
lines changed Expand file tree Collapse file tree 9 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 11
11
12
12
# 腾讯云COSV5Python SDK, 目前可以支持Python2.6与Python2.7以及Python3.x
13
13
14
- # https://cloud.tencent.com/document/product/436/46782
14
+ # 审核相关API 请参考如下文档
15
+ # 图片审核 https://cloud.tencent.com/document/product/436/45434
16
+ # 视频审核 https://cloud.tencent.com/document/product/436/47316
17
+ # 音频审核 https://cloud.tencent.com/document/product/436/54063
18
+ # 文本审核 https://cloud.tencent.com/document/product/436/56289
19
+ # 文档审核 https://cloud.tencent.com/document/product/436/59381
15
20
16
21
logging .basicConfig (level = logging .INFO , stream = sys .stdout )
17
22
@@ -308,4 +313,4 @@ def ci_auditing_report_badcase():
308
313
# ci_get_object_sensitive_content_recognition()
309
314
# ci_auditing_audio_submit()
310
315
# ci_auditing_document_submit()
311
- ci_auditing_report_badcase ()
316
+ ci_auditing_report_badcase ()
Original file line number Diff line number Diff line change 8
8
9
9
# 腾讯云COSV5Python SDK, 目前可以支持Python2.6与Python2.7以及Python3.x
10
10
11
- # https://cloud.tencent.com/document/product/436/48987
11
+ # 高级图片压缩 TPG压缩相关API请参考 https://cloud.tencent.com/document/product/460/60526
12
+ # 高级图片压缩 HEIF压缩相关API请参考 https://cloud.tencent.com/document/product/460/60525
12
13
13
14
logging .basicConfig (level = logging .INFO , stream = sys .stdout )
14
15
Original file line number Diff line number Diff line change 9
9
10
10
# 腾讯云COSV5Python SDK, 目前可以支持Python2.6与Python2.7以及Python3.x
11
11
12
- # https://cloud.tencent.com/document/product/436/46782
12
+ # 文档预览相关API请参考 https://cloud.tencent.com/document/product/460/46942
13
13
14
14
logging .basicConfig (level = logging .INFO , stream = sys .stdout )
15
15
Original file line number Diff line number Diff line change 10
10
11
11
# 腾讯云COSV5Python SDK, 目前可以支持Python2.6与Python2.7以及Python3.x
12
12
13
- # https://cloud.tencent.com/document/product/436/46782
13
+ # 哈希计算相关API请参考 https://cloud.tencent.com/document/product/460/83084
14
+ # 文件压缩相关API请参考 https://cloud.tencent.com/document/product/460/83091
15
+ # 文件解压相关API请参考 https://cloud.tencent.com/document/product/460/83087
14
16
15
17
logging .basicConfig (level = logging .INFO , stream = sys .stdout )
16
18
Original file line number Diff line number Diff line change 15
15
16
16
# 腾讯云COSV5Python SDK, 目前可以支持Python2.6与Python2.7以及Python3.x
17
17
18
- # https://cloud.tencent.com/document/product/436/46782
18
+ # 图片处理相关API请参考 https://cloud.tencent.com/document/product/460/18147
19
19
20
20
logging .basicConfig (level = logging .INFO , stream = sys .stdout )
21
21
Original file line number Diff line number Diff line change 10
10
11
11
# 腾讯云COSV5Python SDK, 目前可以支持Python2.6与Python2.7以及Python3.x
12
12
13
- # https://cloud.tencent.com/document/product/436/48987
13
+ # 媒体处理相关API请参考 https://cloud.tencent.com/document/product/460/84790
14
14
15
15
logging .basicConfig (level = logging .INFO , stream = sys .stdout )
16
16
Original file line number Diff line number Diff line change 12
12
13
13
# 腾讯云COSV5Python SDK, 目前可以支持Python2.6与Python2.7以及Python3.x
14
14
15
- # https://cloud.tencent.com/document/product/436/48987
15
+ # 媒体处理模板相关API 请参考 https://cloud.tencent.com/document/product/460/84733
16
+ # 媒体处理对不同类型的任务有不同的模板,此处指向转码模板
16
17
17
18
logging .basicConfig (level = logging .INFO , stream = sys .stdout )
18
19
Original file line number Diff line number Diff line change 8
8
9
9
# 腾讯云COSV5Python SDK, 目前可以支持Python2.6与Python2.7以及Python3.x
10
10
11
- # https://cloud.tencent.com/document/product/436/46782
11
+ # 图片盲水印相关API 请参考 https://cloud.tencent.com/document/product/436/46782
12
12
13
13
logging .basicConfig (level = logging .INFO , stream = sys .stdout )
14
14
Original file line number Diff line number Diff line change 7
7
import sys
8
8
import logging
9
9
10
+ # 基础图片处理相关API 请参考 https://cloud.tencent.com/document/product/460/36540
10
11
11
12
def percentage (consumed_bytes , total_bytes ):
12
13
"""进度条回调函数,计算当前上传的百分比
You can’t perform that action at this time.
0 commit comments