tencentcloud-sdk-mps 1.0.317 → 1.0.318
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190612/client.rb +4 -4
- data/lib/v20190612/models.rb +132 -77
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6563d56fa94fe6514e3e76da47cc15f1631127c8
|
|
4
|
+
data.tar.gz: 600850b73225117ed2a924522e88bc3c0504cab2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e402e5469ea5d62a25c58e082a6575e893fdea9bacd223812c43490c44f631055d195c411200e77b057da865650c4a6b5ccc002f491604c8917c745f41fe07a
|
|
7
|
+
data.tar.gz: fddf5cfd9b8c1c1c7cfef2c5b07e097230066a79231cd4176e8bdc58a117a57666939a702f7499f9d600d90040627b51aae9a999f8c0ba3dc89cc9a8ecee664c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.318
|
data/lib/v20190612/client.rb
CHANGED
|
@@ -450,7 +450,7 @@ module TencentCloud
|
|
|
450
450
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
451
451
|
end
|
|
452
452
|
|
|
453
|
-
#
|
|
453
|
+
# 删除用户自定义内容审核模板。
|
|
454
454
|
|
|
455
455
|
# @param request: Request instance for DeleteContentReviewTemplate.
|
|
456
456
|
# @type request: :class:`Tencentcloud::mps::V20190612::DeleteContentReviewTemplateRequest`
|
|
@@ -762,7 +762,7 @@ module TencentCloud
|
|
|
762
762
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
763
763
|
end
|
|
764
764
|
|
|
765
|
-
#
|
|
765
|
+
# 根据智能审核模板唯一标识,获取智能审核模板详情列表。返回结果包含符合条件的所有用户自定义模板及系统预置智能审核模板。
|
|
766
766
|
|
|
767
767
|
# @param request: Request instance for DescribeContentReviewTemplates.
|
|
768
768
|
# @type request: :class:`Tencentcloud::mps::V20190612::DescribeContentReviewTemplatesRequest`
|
|
@@ -1128,7 +1128,7 @@ module TencentCloud
|
|
|
1128
1128
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1129
1129
|
end
|
|
1130
1130
|
|
|
1131
|
-
#
|
|
1131
|
+
# 本接口仅用于定制开发的特殊场景,除非云媒体处理客服人员主动告知您需要使用本接口,其它情况请勿调用。
|
|
1132
1132
|
|
|
1133
1133
|
# @param request: Request instance for ExecuteFunction.
|
|
1134
1134
|
# @type request: :class:`Tencentcloud::mps::V20190612::ExecuteFunctionRequest`
|
|
@@ -1274,7 +1274,7 @@ module TencentCloud
|
|
|
1274
1274
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1275
1275
|
end
|
|
1276
1276
|
|
|
1277
|
-
#
|
|
1277
|
+
# 修改用户自定义内容审核模板。
|
|
1278
1278
|
|
|
1279
1279
|
# @param request: Request instance for ModifyContentReviewTemplate.
|
|
1280
1280
|
# @type request: :class:`Tencentcloud::mps::V20190612::ModifyContentReviewTemplateRequest`
|
data/lib/v20190612/models.rb
CHANGED
|
@@ -459,7 +459,7 @@ module TencentCloud
|
|
|
459
459
|
class AiAnalysisTaskClassificationResult < TencentCloud::Common::AbstractModel
|
|
460
460
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
461
461
|
# @type Status: String
|
|
462
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
462
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
463
463
|
# @type ErrCodeExt: String
|
|
464
464
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
465
465
|
# @type ErrCode: Integer
|
|
@@ -548,7 +548,7 @@ module TencentCloud
|
|
|
548
548
|
class AiAnalysisTaskCoverResult < TencentCloud::Common::AbstractModel
|
|
549
549
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
550
550
|
# @type Status: String
|
|
551
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
551
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
552
552
|
# @type ErrCodeExt: String
|
|
553
553
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
554
554
|
# @type ErrCode: Integer
|
|
@@ -630,7 +630,7 @@ module TencentCloud
|
|
|
630
630
|
class AiAnalysisTaskFrameTagResult < TencentCloud::Common::AbstractModel
|
|
631
631
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
632
632
|
# @type Status: String
|
|
633
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
633
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
634
634
|
# @type ErrCodeExt: String
|
|
635
635
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
636
636
|
# @type ErrCode: Integer
|
|
@@ -728,7 +728,7 @@ module TencentCloud
|
|
|
728
728
|
class AiAnalysisTaskTagResult < TencentCloud::Common::AbstractModel
|
|
729
729
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
730
730
|
# @type Status: String
|
|
731
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
731
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
732
732
|
# @type ErrCodeExt: String
|
|
733
733
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
734
734
|
# @type ErrCode: Integer
|
|
@@ -967,7 +967,7 @@ module TencentCloud
|
|
|
967
967
|
class AiRecognitionTaskAsrFullTextResult < TencentCloud::Common::AbstractModel
|
|
968
968
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
969
969
|
# @type Status: String
|
|
970
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
970
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
971
971
|
# @type ErrCodeExt: String
|
|
972
972
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
973
973
|
# @type ErrCode: Integer
|
|
@@ -1088,7 +1088,7 @@ module TencentCloud
|
|
|
1088
1088
|
class AiRecognitionTaskAsrWordsResult < TencentCloud::Common::AbstractModel
|
|
1089
1089
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
1090
1090
|
# @type Status: String
|
|
1091
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
1091
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
1092
1092
|
# @type ErrCodeExt: String
|
|
1093
1093
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
1094
1094
|
# @type ErrCode: Integer
|
|
@@ -1221,7 +1221,7 @@ module TencentCloud
|
|
|
1221
1221
|
class AiRecognitionTaskFaceResult < TencentCloud::Common::AbstractModel
|
|
1222
1222
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
1223
1223
|
# @type Status: String
|
|
1224
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
1224
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
1225
1225
|
# @type ErrCodeExt: String
|
|
1226
1226
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
1227
1227
|
# @type ErrCode: Integer
|
|
@@ -1288,14 +1288,56 @@ module TencentCloud
|
|
|
1288
1288
|
# @type Name: String
|
|
1289
1289
|
# @param SegmentSet: 人物出现的片段结果集。
|
|
1290
1290
|
# @type SegmentSet: Array
|
|
1291
|
+
# @param Gender: 人物性别:
|
|
1292
|
+
# <li>Male:男性;</li>
|
|
1293
|
+
# <li>Female:女性。</li>
|
|
1294
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1295
|
+
# @type Gender: String
|
|
1296
|
+
# @param Birthday: 人物出生日期。
|
|
1297
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1298
|
+
# @type Birthday: String
|
|
1299
|
+
# @param Profession: 人物职业或者职务。
|
|
1300
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1301
|
+
# @type Profession: String
|
|
1302
|
+
# @param SchoolOfGraduation: 人物毕业院校。
|
|
1303
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1304
|
+
# @type SchoolOfGraduation: String
|
|
1305
|
+
# @param Abstract: 人物简介。
|
|
1306
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1307
|
+
# @type Abstract: String
|
|
1308
|
+
# @param PlaceOfBirth: 人物出生地或者籍贯。
|
|
1309
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1310
|
+
# @type PlaceOfBirth: String
|
|
1311
|
+
# @param PersonType: 人物类型:
|
|
1312
|
+
# <li>Politician:官员;</li>
|
|
1313
|
+
# <li>Artist:艺人。</li>
|
|
1314
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1315
|
+
# @type PersonType: String
|
|
1316
|
+
# @param Remark: 敏感度标注:
|
|
1317
|
+
# <li>Normal:正常;</li>
|
|
1318
|
+
# <li>Sensitive:敏感。</li>
|
|
1319
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1320
|
+
# @type Remark: String
|
|
1321
|
+
# @param Url: 截图链接
|
|
1322
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1323
|
+
# @type Url: String
|
|
1291
1324
|
|
|
1292
|
-
attr_accessor :Id, :Type, :Name, :SegmentSet
|
|
1325
|
+
attr_accessor :Id, :Type, :Name, :SegmentSet, :Gender, :Birthday, :Profession, :SchoolOfGraduation, :Abstract, :PlaceOfBirth, :PersonType, :Remark, :Url
|
|
1293
1326
|
|
|
1294
|
-
def initialize(id=nil, type=nil, name=nil, segmentset=nil)
|
|
1327
|
+
def initialize(id=nil, type=nil, name=nil, segmentset=nil, gender=nil, birthday=nil, profession=nil, schoolofgraduation=nil, abstract=nil, placeofbirth=nil, persontype=nil, remark=nil, url=nil)
|
|
1295
1328
|
@Id = id
|
|
1296
1329
|
@Type = type
|
|
1297
1330
|
@Name = name
|
|
1298
1331
|
@SegmentSet = segmentset
|
|
1332
|
+
@Gender = gender
|
|
1333
|
+
@Birthday = birthday
|
|
1334
|
+
@Profession = profession
|
|
1335
|
+
@SchoolOfGraduation = schoolofgraduation
|
|
1336
|
+
@Abstract = abstract
|
|
1337
|
+
@PlaceOfBirth = placeofbirth
|
|
1338
|
+
@PersonType = persontype
|
|
1339
|
+
@Remark = remark
|
|
1340
|
+
@Url = url
|
|
1299
1341
|
end
|
|
1300
1342
|
|
|
1301
1343
|
def deserialize(params)
|
|
@@ -1310,6 +1352,15 @@ module TencentCloud
|
|
|
1310
1352
|
@SegmentSet << airecognitiontaskfacesegmentitem_tmp
|
|
1311
1353
|
end
|
|
1312
1354
|
end
|
|
1355
|
+
@Gender = params['Gender']
|
|
1356
|
+
@Birthday = params['Birthday']
|
|
1357
|
+
@Profession = params['Profession']
|
|
1358
|
+
@SchoolOfGraduation = params['SchoolOfGraduation']
|
|
1359
|
+
@Abstract = params['Abstract']
|
|
1360
|
+
@PlaceOfBirth = params['PlaceOfBirth']
|
|
1361
|
+
@PersonType = params['PersonType']
|
|
1362
|
+
@Remark = params['Remark']
|
|
1363
|
+
@Url = params['Url']
|
|
1313
1364
|
end
|
|
1314
1365
|
end
|
|
1315
1366
|
|
|
@@ -1384,7 +1435,7 @@ module TencentCloud
|
|
|
1384
1435
|
class AiRecognitionTaskOcrFullTextResult < TencentCloud::Common::AbstractModel
|
|
1385
1436
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
1386
1437
|
# @type Status: String
|
|
1387
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
1438
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
1388
1439
|
# @type ErrCodeExt: String
|
|
1389
1440
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
1390
1441
|
# @type ErrCode: Integer
|
|
@@ -1521,7 +1572,7 @@ module TencentCloud
|
|
|
1521
1572
|
class AiRecognitionTaskOcrWordsResult < TencentCloud::Common::AbstractModel
|
|
1522
1573
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
1523
1574
|
# @type Status: String
|
|
1524
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
1575
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
1525
1576
|
# @type ErrCodeExt: String
|
|
1526
1577
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
1527
1578
|
# @type ErrCode: Integer
|
|
@@ -2074,7 +2125,7 @@ module TencentCloud
|
|
|
2074
2125
|
class AiReviewTaskPoliticalAsrResult < TencentCloud::Common::AbstractModel
|
|
2075
2126
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
2076
2127
|
# @type Status: String
|
|
2077
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
2128
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
2078
2129
|
# @type ErrCodeExt: String
|
|
2079
2130
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
2080
2131
|
# @type ErrCode: Integer
|
|
@@ -2117,7 +2168,7 @@ module TencentCloud
|
|
|
2117
2168
|
class AiReviewTaskPoliticalOcrResult < TencentCloud::Common::AbstractModel
|
|
2118
2169
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS,FAIL 三种。
|
|
2119
2170
|
# @type Status: String
|
|
2120
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
2171
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
2121
2172
|
# @type ErrCodeExt: String
|
|
2122
2173
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
2123
2174
|
# @type ErrCode: Integer
|
|
@@ -2160,7 +2211,7 @@ module TencentCloud
|
|
|
2160
2211
|
class AiReviewTaskPoliticalResult < TencentCloud::Common::AbstractModel
|
|
2161
2212
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
2162
2213
|
# @type Status: String
|
|
2163
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
2214
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
2164
2215
|
# @type ErrCodeExt: String
|
|
2165
2216
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
2166
2217
|
# @type ErrCode: Integer
|
|
@@ -2203,7 +2254,7 @@ module TencentCloud
|
|
|
2203
2254
|
class AiReviewTaskPornAsrResult < TencentCloud::Common::AbstractModel
|
|
2204
2255
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
2205
2256
|
# @type Status: String
|
|
2206
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
2257
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
2207
2258
|
# @type ErrCodeExt: String
|
|
2208
2259
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
2209
2260
|
# @type ErrCode: Integer
|
|
@@ -2246,7 +2297,7 @@ module TencentCloud
|
|
|
2246
2297
|
class AiReviewTaskPornOcrResult < TencentCloud::Common::AbstractModel
|
|
2247
2298
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
2248
2299
|
# @type Status: String
|
|
2249
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
2300
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
2250
2301
|
# @type ErrCodeExt: String
|
|
2251
2302
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
2252
2303
|
# @type ErrCode: Integer
|
|
@@ -2289,7 +2340,7 @@ module TencentCloud
|
|
|
2289
2340
|
class AiReviewTaskPornResult < TencentCloud::Common::AbstractModel
|
|
2290
2341
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
2291
2342
|
# @type Status: String
|
|
2292
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
2343
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
2293
2344
|
# @type ErrCodeExt: String
|
|
2294
2345
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
2295
2346
|
# @type ErrCode: Integer
|
|
@@ -2332,7 +2383,7 @@ module TencentCloud
|
|
|
2332
2383
|
class AiReviewTaskProhibitedAsrResult < TencentCloud::Common::AbstractModel
|
|
2333
2384
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
2334
2385
|
# @type Status: String
|
|
2335
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
2386
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
2336
2387
|
# @type ErrCodeExt: String
|
|
2337
2388
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
2338
2389
|
# @type ErrCode: Integer
|
|
@@ -2375,7 +2426,7 @@ module TencentCloud
|
|
|
2375
2426
|
class AiReviewTaskProhibitedOcrResult < TencentCloud::Common::AbstractModel
|
|
2376
2427
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
2377
2428
|
# @type Status: String
|
|
2378
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
2429
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
2379
2430
|
# @type ErrCodeExt: String
|
|
2380
2431
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
2381
2432
|
# @type ErrCode: Integer
|
|
@@ -2418,7 +2469,7 @@ module TencentCloud
|
|
|
2418
2469
|
class AiReviewTaskTerrorismOcrResult < TencentCloud::Common::AbstractModel
|
|
2419
2470
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
2420
2471
|
# @type Status: String
|
|
2421
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
2472
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
2422
2473
|
# @type ErrCodeExt: String
|
|
2423
2474
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
2424
2475
|
# @type ErrCode: Integer
|
|
@@ -2461,7 +2512,7 @@ module TencentCloud
|
|
|
2461
2512
|
class AiReviewTaskTerrorismResult < TencentCloud::Common::AbstractModel
|
|
2462
2513
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
2463
2514
|
# @type Status: String
|
|
2464
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
2515
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
2465
2516
|
# @type ErrCodeExt: String
|
|
2466
2517
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
2467
2518
|
# @type ErrCode: Integer
|
|
@@ -3262,13 +3313,13 @@ module TencentCloud
|
|
|
3262
3313
|
end
|
|
3263
3314
|
end
|
|
3264
3315
|
|
|
3265
|
-
#
|
|
3316
|
+
# 媒体处理 COS 对象信息。
|
|
3266
3317
|
class CosInputInfo < TencentCloud::Common::AbstractModel
|
|
3267
|
-
# @param Bucket:
|
|
3318
|
+
# @param Bucket: 媒体处理对象文件所在的 COS Bucket 名,如 TopRankVideo-125xxx88。
|
|
3268
3319
|
# @type Bucket: String
|
|
3269
|
-
# @param Region:
|
|
3320
|
+
# @param Region: 媒体处理对象文件所在的 COS Bucket 所属园区,如 ap-chongqing。
|
|
3270
3321
|
# @type Region: String
|
|
3271
|
-
# @param Object:
|
|
3322
|
+
# @param Object: 媒体处理对象文件的输入路径,如`/movie/201907/WildAnimal.mov`。
|
|
3272
3323
|
# @type Object: String
|
|
3273
3324
|
|
|
3274
3325
|
attr_accessor :Bucket, :Region, :Object
|
|
@@ -3286,11 +3337,11 @@ module TencentCloud
|
|
|
3286
3337
|
end
|
|
3287
3338
|
end
|
|
3288
3339
|
|
|
3289
|
-
#
|
|
3340
|
+
# 媒体处理 COS 输出对象信息。
|
|
3290
3341
|
class CosOutputStorage < TencentCloud::Common::AbstractModel
|
|
3291
|
-
# @param Bucket:
|
|
3342
|
+
# @param Bucket: 媒体处理生成的文件输出的目标 Bucket 名,如 TopRankVideo-125xxx88。如果不填,表示继承上层。
|
|
3292
3343
|
# @type Bucket: String
|
|
3293
|
-
# @param Region:
|
|
3344
|
+
# @param Region: 媒体处理生成的文件输出的目标 Bucket 的园区,如 ap-chongqing。如果不填,表示继承上层。
|
|
3294
3345
|
# @type Region: String
|
|
3295
3346
|
|
|
3296
3347
|
attr_accessor :Bucket, :Region
|
|
@@ -4275,11 +4326,11 @@ module TencentCloud
|
|
|
4275
4326
|
# @type WorkflowName: String
|
|
4276
4327
|
# @param Trigger: 工作流绑定的触发规则,当上传视频命中该规则到该对象时即触发工作流。
|
|
4277
4328
|
# @type Trigger: :class:`Tencentcloud::Mps.v20190612.models.WorkflowTrigger`
|
|
4278
|
-
# @param OutputStorage:
|
|
4329
|
+
# @param OutputStorage: 媒体处理的文件输出存储位置。不填则继承 Trigger 中的存储位置。
|
|
4279
4330
|
# @type OutputStorage: :class:`Tencentcloud::Mps.v20190612.models.TaskOutputStorage`
|
|
4280
|
-
# @param OutputDir:
|
|
4331
|
+
# @param OutputDir: 媒体处理生成的文件输出的目标目录,如`/movie/201907/`。如果不填,表示与触发文件所在的目录一致。
|
|
4281
4332
|
# @type OutputDir: String
|
|
4282
|
-
# @param MediaProcessTask:
|
|
4333
|
+
# @param MediaProcessTask: 媒体处理类型任务参数。
|
|
4283
4334
|
# @type MediaProcessTask: :class:`Tencentcloud::Mps.v20190612.models.MediaProcessTaskInput`
|
|
4284
4335
|
# @param AiContentReviewTask: 视频内容审核类型任务参数。
|
|
4285
4336
|
# @type AiContentReviewTask: :class:`Tencentcloud::Mps.v20190612.models.AiContentReviewTaskInput`
|
|
@@ -4492,7 +4543,7 @@ module TencentCloud
|
|
|
4492
4543
|
|
|
4493
4544
|
# DeleteContentReviewTemplate请求参数结构体
|
|
4494
4545
|
class DeleteContentReviewTemplateRequest < TencentCloud::Common::AbstractModel
|
|
4495
|
-
# @param Definition:
|
|
4546
|
+
# @param Definition: 内容审核模板唯一标识。
|
|
4496
4547
|
# @type Definition: Integer
|
|
4497
4548
|
|
|
4498
4549
|
attr_accessor :Definition
|
|
@@ -5024,7 +5075,7 @@ module TencentCloud
|
|
|
5024
5075
|
|
|
5025
5076
|
# DescribeContentReviewTemplates请求参数结构体
|
|
5026
5077
|
class DescribeContentReviewTemplatesRequest < TencentCloud::Common::AbstractModel
|
|
5027
|
-
# @param Definitions:
|
|
5078
|
+
# @param Definitions: 智能审核模板唯一标识过滤条件,数组长度限制:50。
|
|
5028
5079
|
# @type Definitions: Array
|
|
5029
5080
|
# @param Offset: 分页偏移量,默认值:0。
|
|
5030
5081
|
# @type Offset: Integer
|
|
@@ -5891,9 +5942,9 @@ module TencentCloud
|
|
|
5891
5942
|
class EditMediaRequest < TencentCloud::Common::AbstractModel
|
|
5892
5943
|
# @param FileInfos: 输入的视频文件信息。
|
|
5893
5944
|
# @type FileInfos: Array
|
|
5894
|
-
# @param OutputStorage:
|
|
5945
|
+
# @param OutputStorage: 媒体处理输出文件的目标存储。
|
|
5895
5946
|
# @type OutputStorage: :class:`Tencentcloud::Mps.v20190612.models.TaskOutputStorage`
|
|
5896
|
-
# @param OutputObjectPath:
|
|
5947
|
+
# @param OutputObjectPath: 媒体处理输出文件的目标路径。
|
|
5897
5948
|
# @type OutputObjectPath: String
|
|
5898
5949
|
# @param OutputConfig: 编辑后生成的文件配置。
|
|
5899
5950
|
# @type OutputConfig: :class:`Tencentcloud::Mps.v20190612.models.EditMediaOutputConfig`
|
|
@@ -7104,7 +7155,7 @@ module TencentCloud
|
|
|
7104
7155
|
|
|
7105
7156
|
# 直播处理任务信息
|
|
7106
7157
|
class LiveStreamProcessTask < TencentCloud::Common::AbstractModel
|
|
7107
|
-
# @param TaskId:
|
|
7158
|
+
# @param TaskId: 媒体处理任务 ID。
|
|
7108
7159
|
# @type TaskId: String
|
|
7109
7160
|
# @param Status: 任务流状态,取值:
|
|
7110
7161
|
# <li>PROCESSING:处理中;</li>
|
|
@@ -7662,13 +7713,13 @@ module TencentCloud
|
|
|
7662
7713
|
end
|
|
7663
7714
|
end
|
|
7664
7715
|
|
|
7665
|
-
#
|
|
7716
|
+
# 媒体处理的输入对象信息。
|
|
7666
7717
|
class MediaInputInfo < TencentCloud::Common::AbstractModel
|
|
7667
7718
|
# @param Type: 输入来源对象的类型,支持 COS 和 URL 两种。
|
|
7668
7719
|
# @type Type: String
|
|
7669
|
-
# @param CosInputInfo: 当 Type 为 COS
|
|
7720
|
+
# @param CosInputInfo: 当 Type 为 COS 时有效,则该项为必填,表示媒体处理 COS 对象信息。
|
|
7670
7721
|
# @type CosInputInfo: :class:`Tencentcloud::Mps.v20190612.models.CosInputInfo`
|
|
7671
|
-
# @param UrlInputInfo: 当 Type 为 URL
|
|
7722
|
+
# @param UrlInputInfo: 当 Type 为 URL 时有效,则该项为必填,表示媒体处理 URL 对象信息。
|
|
7672
7723
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7673
7724
|
# @type UrlInputInfo: :class:`Tencentcloud::Mps.v20190612.models.UrlInputInfo`
|
|
7674
7725
|
|
|
@@ -7767,7 +7818,7 @@ module TencentCloud
|
|
|
7767
7818
|
class MediaProcessTaskAdaptiveDynamicStreamingResult < TencentCloud::Common::AbstractModel
|
|
7768
7819
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
7769
7820
|
# @type Status: String
|
|
7770
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
7821
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
7771
7822
|
# @type ErrCodeExt: String
|
|
7772
7823
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
7773
7824
|
# @type ErrCode: Integer
|
|
@@ -7810,7 +7861,7 @@ module TencentCloud
|
|
|
7810
7861
|
class MediaProcessTaskAnimatedGraphicResult < TencentCloud::Common::AbstractModel
|
|
7811
7862
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
7812
7863
|
# @type Status: String
|
|
7813
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
7864
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
7814
7865
|
# @type ErrCodeExt: String
|
|
7815
7866
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
7816
7867
|
# @type ErrCode: Integer
|
|
@@ -7853,7 +7904,7 @@ module TencentCloud
|
|
|
7853
7904
|
class MediaProcessTaskImageSpriteResult < TencentCloud::Common::AbstractModel
|
|
7854
7905
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
7855
7906
|
# @type Status: String
|
|
7856
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
7907
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
7857
7908
|
# @type ErrCodeExt: String
|
|
7858
7909
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
7859
7910
|
# @type ErrCode: Integer
|
|
@@ -7892,7 +7943,7 @@ module TencentCloud
|
|
|
7892
7943
|
end
|
|
7893
7944
|
end
|
|
7894
7945
|
|
|
7895
|
-
#
|
|
7946
|
+
# 媒体处理任务类型
|
|
7896
7947
|
class MediaProcessTaskInput < TencentCloud::Common::AbstractModel
|
|
7897
7948
|
# @param TranscodeTaskSet: 视频转码任务列表。
|
|
7898
7949
|
# @type TranscodeTaskSet: Array
|
|
@@ -8045,7 +8096,7 @@ module TencentCloud
|
|
|
8045
8096
|
class MediaProcessTaskSampleSnapshotResult < TencentCloud::Common::AbstractModel
|
|
8046
8097
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
8047
8098
|
# @type Status: String
|
|
8048
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
8099
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
8049
8100
|
# @type ErrCodeExt: String
|
|
8050
8101
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
8051
8102
|
# @type ErrCode: Integer
|
|
@@ -8088,7 +8139,7 @@ module TencentCloud
|
|
|
8088
8139
|
class MediaProcessTaskSnapshotByTimeOffsetResult < TencentCloud::Common::AbstractModel
|
|
8089
8140
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
8090
8141
|
# @type Status: String
|
|
8091
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
8142
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
8092
8143
|
# @type ErrCodeExt: String
|
|
8093
8144
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
8094
8145
|
# @type ErrCode: Integer
|
|
@@ -8131,7 +8182,7 @@ module TencentCloud
|
|
|
8131
8182
|
class MediaProcessTaskTranscodeResult < TencentCloud::Common::AbstractModel
|
|
8132
8183
|
# @param Status: 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
|
|
8133
8184
|
# @type Status: String
|
|
8134
|
-
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [
|
|
8185
|
+
# @param ErrCodeExt: 错误码,空字符串表示成功,其他值表示失败,取值请参考 [媒体处理类错误码](https://cloud.tencent.com/document/product/862/50369#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
|
|
8135
8186
|
# @type ErrCodeExt: String
|
|
8136
8187
|
# @param ErrCode: 错误码,0 表示成功,其他值表示失败(该字段已不推荐使用,建议使用新的错误码字段 ErrCodeExt)。
|
|
8137
8188
|
# @type ErrCode: Integer
|
|
@@ -8697,11 +8748,11 @@ module TencentCloud
|
|
|
8697
8748
|
|
|
8698
8749
|
# ModifyContentReviewTemplate请求参数结构体
|
|
8699
8750
|
class ModifyContentReviewTemplateRequest < TencentCloud::Common::AbstractModel
|
|
8700
|
-
# @param Definition:
|
|
8751
|
+
# @param Definition: 内容审核模板唯一标识。
|
|
8701
8752
|
# @type Definition: Integer
|
|
8702
|
-
# @param Name:
|
|
8753
|
+
# @param Name: 内容审核模板名称,长度限制:64 个字符。
|
|
8703
8754
|
# @type Name: String
|
|
8704
|
-
# @param Comment:
|
|
8755
|
+
# @param Comment: 内容审核模板描述信息,长度限制:256 个字符。
|
|
8705
8756
|
# @type Comment: String
|
|
8706
8757
|
# @param PornConfigure: 令人反感的信息的控制参数。
|
|
8707
8758
|
# @type PornConfigure: :class:`Tencentcloud::Mps.v20190612.models.PornConfigureInfoForUpdate`
|
|
@@ -8714,7 +8765,7 @@ module TencentCloud
|
|
|
8714
8765
|
# <li>涉毒违法。</li>
|
|
8715
8766
|
# 注意:此参数尚未支持。
|
|
8716
8767
|
# @type ProhibitedConfigure: :class:`Tencentcloud::Mps.v20190612.models.ProhibitedConfigureInfoForUpdate`
|
|
8717
|
-
# @param UserDefineConfigure:
|
|
8768
|
+
# @param UserDefineConfigure: 用户自定义内容审核控制参数。
|
|
8718
8769
|
# @type UserDefineConfigure: :class:`Tencentcloud::Mps.v20190612.models.UserDefineConfigureInfoForUpdate`
|
|
8719
8770
|
|
|
8720
8771
|
attr_accessor :Definition, :Name, :Comment, :PornConfigure, :TerrorismConfigure, :PoliticalConfigure, :ProhibitedConfigure, :UserDefineConfigure
|
|
@@ -9326,7 +9377,7 @@ module TencentCloud
|
|
|
9326
9377
|
end
|
|
9327
9378
|
end
|
|
9328
9379
|
|
|
9329
|
-
#
|
|
9380
|
+
# 媒体处理任务中的马赛克参数类型
|
|
9330
9381
|
class MosaicInput < TencentCloud::Common::AbstractModel
|
|
9331
9382
|
# @param CoordinateOrigin: 原点位置,目前仅支持:
|
|
9332
9383
|
# <li>TopLeft:表示坐标原点位于视频图像左上角,马赛克原点为图片或文字的左上角。</li>
|
|
@@ -10244,13 +10295,13 @@ module TencentCloud
|
|
|
10244
10295
|
|
|
10245
10296
|
# ProcessMedia请求参数结构体
|
|
10246
10297
|
class ProcessMediaRequest < TencentCloud::Common::AbstractModel
|
|
10247
|
-
# @param InputInfo:
|
|
10298
|
+
# @param InputInfo: 媒体处理的文件输入信息。
|
|
10248
10299
|
# @type InputInfo: :class:`Tencentcloud::Mps.v20190612.models.MediaInputInfo`
|
|
10249
|
-
# @param OutputStorage:
|
|
10300
|
+
# @param OutputStorage: 媒体处理输出文件的目标存储。不填则继承 InputInfo 中的存储位置。
|
|
10250
10301
|
# @type OutputStorage: :class:`Tencentcloud::Mps.v20190612.models.TaskOutputStorage`
|
|
10251
|
-
# @param OutputDir:
|
|
10302
|
+
# @param OutputDir: 媒体处理生成的文件输出的目标目录,如`/movie/201907/`。如果不填,表示与 InputInfo 中文件所在的目录一致。
|
|
10252
10303
|
# @type OutputDir: String
|
|
10253
|
-
# @param MediaProcessTask:
|
|
10304
|
+
# @param MediaProcessTask: 媒体处理类型任务参数。
|
|
10254
10305
|
# @type MediaProcessTask: :class:`Tencentcloud::Mps.v20190612.models.MediaProcessTaskInput`
|
|
10255
10306
|
# @param AiContentReviewTask: 视频内容审核类型任务参数。
|
|
10256
10307
|
# @type AiContentReviewTask: :class:`Tencentcloud::Mps.v20190612.models.AiContentReviewTaskInput`
|
|
@@ -11197,28 +11248,32 @@ module TencentCloud
|
|
|
11197
11248
|
|
|
11198
11249
|
# 任务的事件通知配置。
|
|
11199
11250
|
class TaskNotifyConfig < TencentCloud::Common::AbstractModel
|
|
11200
|
-
# @param CmqModel: CMQ 的模型,有 Queue 和 Topic
|
|
11251
|
+
# @param CmqModel: CMQ或TDMQ-CMQ 的模型,有 Queue 和 Topic 两种。
|
|
11201
11252
|
# @type CmqModel: String
|
|
11202
|
-
# @param CmqRegion: CMQ 的园区,如 sh,bj 等。
|
|
11253
|
+
# @param CmqRegion: CMQ或TDMQ-CMQ 的园区,如 sh,bj 等。
|
|
11203
11254
|
# @type CmqRegion: String
|
|
11204
|
-
# @param
|
|
11205
|
-
# @type QueueName: String
|
|
11206
|
-
# @param TopicName: 当模型为 Topic 时有效,表示接收事件通知的 CMQ 的主题名。
|
|
11255
|
+
# @param TopicName: 当模型为 Topic 时有效,表示接收事件通知的 CMQ 或 TDMQ-CMQ 的主题名。
|
|
11207
11256
|
# @type TopicName: String
|
|
11257
|
+
# @param QueueName: 当模型为 Queue 时有效,表示接收事件通知的 CMQ 或 TDMQ-CMQ 的队列名。
|
|
11258
|
+
# @type QueueName: String
|
|
11208
11259
|
# @param NotifyMode: 工作流通知的模式,可取值有 Finish 和 Change,不填代表 Finish。
|
|
11209
11260
|
# @type NotifyMode: String
|
|
11210
|
-
# @param NotifyType:
|
|
11261
|
+
# @param NotifyType: 通知类型,可选值:
|
|
11262
|
+
# <li>CMQ:已下线,建议切换到TDMQ-CMQ</li>
|
|
11263
|
+
# <li>TDMQ-CMQ:消息队列</li>
|
|
11264
|
+
# <li>URL:指定URL时HTTP回调推送到 NotifyUrl 指定的地址,回调协议http+json,包体内容同解析事件通知接口的输出参数 </li>
|
|
11265
|
+
# 目前 默认CMQ。
|
|
11211
11266
|
# @type NotifyType: String
|
|
11212
11267
|
# @param NotifyUrl: HTTP回调地址,NotifyType为URL时必填。
|
|
11213
11268
|
# @type NotifyUrl: String
|
|
11214
11269
|
|
|
11215
|
-
attr_accessor :CmqModel, :CmqRegion, :
|
|
11270
|
+
attr_accessor :CmqModel, :CmqRegion, :TopicName, :QueueName, :NotifyMode, :NotifyType, :NotifyUrl
|
|
11216
11271
|
|
|
11217
|
-
def initialize(cmqmodel=nil, cmqregion=nil,
|
|
11272
|
+
def initialize(cmqmodel=nil, cmqregion=nil, topicname=nil, queuename=nil, notifymode=nil, notifytype=nil, notifyurl=nil)
|
|
11218
11273
|
@CmqModel = cmqmodel
|
|
11219
11274
|
@CmqRegion = cmqregion
|
|
11220
|
-
@QueueName = queuename
|
|
11221
11275
|
@TopicName = topicname
|
|
11276
|
+
@QueueName = queuename
|
|
11222
11277
|
@NotifyMode = notifymode
|
|
11223
11278
|
@NotifyType = notifytype
|
|
11224
11279
|
@NotifyUrl = notifyurl
|
|
@@ -11227,19 +11282,19 @@ module TencentCloud
|
|
|
11227
11282
|
def deserialize(params)
|
|
11228
11283
|
@CmqModel = params['CmqModel']
|
|
11229
11284
|
@CmqRegion = params['CmqRegion']
|
|
11230
|
-
@QueueName = params['QueueName']
|
|
11231
11285
|
@TopicName = params['TopicName']
|
|
11286
|
+
@QueueName = params['QueueName']
|
|
11232
11287
|
@NotifyMode = params['NotifyMode']
|
|
11233
11288
|
@NotifyType = params['NotifyType']
|
|
11234
11289
|
@NotifyUrl = params['NotifyUrl']
|
|
11235
11290
|
end
|
|
11236
11291
|
end
|
|
11237
11292
|
|
|
11238
|
-
#
|
|
11293
|
+
# 媒体处理输出对象信息。
|
|
11239
11294
|
class TaskOutputStorage < TencentCloud::Common::AbstractModel
|
|
11240
|
-
# @param Type:
|
|
11295
|
+
# @param Type: 媒体处理输出对象存储位置的类型,现在仅支持 COS。
|
|
11241
11296
|
# @type Type: String
|
|
11242
|
-
# @param CosOutputStorage: 当 Type 为 COS
|
|
11297
|
+
# @param CosOutputStorage: 当 Type 为 COS 时有效,则该项为必填,表示媒体处理 COS 输出位置。
|
|
11243
11298
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11244
11299
|
# @type CosOutputStorage: :class:`Tencentcloud::Mps.v20190612.models.CosOutputStorage`
|
|
11245
11300
|
|
|
@@ -11727,7 +11782,7 @@ module TencentCloud
|
|
|
11727
11782
|
end
|
|
11728
11783
|
end
|
|
11729
11784
|
|
|
11730
|
-
#
|
|
11785
|
+
# 媒体处理 URL 对象信息。
|
|
11731
11786
|
class UrlInputInfo < TencentCloud::Common::AbstractModel
|
|
11732
11787
|
# @param Url: 视频的 URL。
|
|
11733
11788
|
# @type Url: String
|
|
@@ -12141,7 +12196,7 @@ module TencentCloud
|
|
|
12141
12196
|
end
|
|
12142
12197
|
end
|
|
12143
12198
|
|
|
12144
|
-
#
|
|
12199
|
+
# 媒体处理任务中的水印参数类型
|
|
12145
12200
|
class WatermarkInput < TencentCloud::Common::AbstractModel
|
|
12146
12201
|
# @param Definition: 水印模板 ID。
|
|
12147
12202
|
# @type Definition: Integer
|
|
@@ -12284,10 +12339,10 @@ module TencentCloud
|
|
|
12284
12339
|
# @type Status: String
|
|
12285
12340
|
# @param Trigger: 工作流绑定的输入规则,当上传视频命中该规则到该对象时即触发工作流。
|
|
12286
12341
|
# @type Trigger: :class:`Tencentcloud::Mps.v20190612.models.WorkflowTrigger`
|
|
12287
|
-
# @param OutputStorage:
|
|
12342
|
+
# @param OutputStorage: 媒体处理的文件输出存储位置。
|
|
12288
12343
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12289
12344
|
# @type OutputStorage: :class:`Tencentcloud::Mps.v20190612.models.TaskOutputStorage`
|
|
12290
|
-
# @param MediaProcessTask:
|
|
12345
|
+
# @param MediaProcessTask: 媒体处理类型任务参数。
|
|
12291
12346
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12292
12347
|
# @type MediaProcessTask: :class:`Tencentcloud::Mps.v20190612.models.MediaProcessTaskInput`
|
|
12293
12348
|
# @param AiContentReviewTask: 视频内容审核类型任务参数。
|
|
@@ -12304,7 +12359,7 @@ module TencentCloud
|
|
|
12304
12359
|
# @type TaskNotifyConfig: :class:`Tencentcloud::Mps.v20190612.models.TaskNotifyConfig`
|
|
12305
12360
|
# @param TaskPriority: 任务流的优先级,数值越大优先级越高,取值范围是 -10 到 10,不填代表 0。
|
|
12306
12361
|
# @type TaskPriority: Integer
|
|
12307
|
-
# @param OutputDir:
|
|
12362
|
+
# @param OutputDir: 媒体处理生成的文件输出的目标目录,如`/movie/201907/`。
|
|
12308
12363
|
# @type OutputDir: String
|
|
12309
12364
|
# @param CreateTime: 工作流创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
|
|
12310
12365
|
# @type CreateTime: String
|
|
@@ -12369,9 +12424,9 @@ module TencentCloud
|
|
|
12369
12424
|
end
|
|
12370
12425
|
end
|
|
12371
12426
|
|
|
12372
|
-
#
|
|
12427
|
+
# 媒体处理任务信息
|
|
12373
12428
|
class WorkflowTask < TencentCloud::Common::AbstractModel
|
|
12374
|
-
# @param TaskId:
|
|
12429
|
+
# @param TaskId: 媒体处理任务 ID。
|
|
12375
12430
|
# @type TaskId: String
|
|
12376
12431
|
# @param Status: 任务流状态,取值:
|
|
12377
12432
|
# <li>PROCESSING:处理中;</li>
|
|
@@ -12381,13 +12436,13 @@ module TencentCloud
|
|
|
12381
12436
|
# @type ErrCode: Integer
|
|
12382
12437
|
# @param Message: 已弃用,请使用各个具体任务的 Message。
|
|
12383
12438
|
# @type Message: String
|
|
12384
|
-
# @param InputInfo:
|
|
12439
|
+
# @param InputInfo: 媒体处理的目标文件信息。
|
|
12385
12440
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12386
12441
|
# @type InputInfo: :class:`Tencentcloud::Mps.v20190612.models.MediaInputInfo`
|
|
12387
12442
|
# @param MetaData: 原始视频的元信息。
|
|
12388
12443
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12389
12444
|
# @type MetaData: :class:`Tencentcloud::Mps.v20190612.models.MediaMetaData`
|
|
12390
|
-
# @param MediaProcessResultSet:
|
|
12445
|
+
# @param MediaProcessResultSet: 媒体处理任务的执行状态与结果。
|
|
12391
12446
|
# @type MediaProcessResultSet: Array
|
|
12392
12447
|
# @param AiContentReviewResultSet: 视频内容审核任务的执行状态与结果。
|
|
12393
12448
|
# @type AiContentReviewResultSet: Array
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-mps
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.318
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-05-
|
|
11
|
+
date: 2022-05-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|