tencentcloud-sdk-nodejs-intl-en 3.0.1419 → 3.0.1421
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.
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/mdc/v20200828/mdc_client.js +5 -2
- package/tencentcloud/mdc/v20200828/models.js +192 -31
- package/tencentcloud/mps/v20190612/models.js +1829 -2002
- package/tencentcloud/mps/v20190612/mps_client.js +34 -34
- package/tencentcloud/redis/v20180412/models.js +2493 -931
- package/tencentcloud/redis/v20180412/redis_client.js +137 -25
|
@@ -772,6 +772,7 @@ const PoliticalAsrReviewTemplateInfo = models.PoliticalAsrReviewTemplateInfo;
|
|
|
772
772
|
const DeleteProcessImageTemplateRequest = models.DeleteProcessImageTemplateRequest;
|
|
773
773
|
const SmartSubtitlesTaskInput = models.SmartSubtitlesTaskInput;
|
|
774
774
|
const CreateAnimatedGraphicsTemplateResponse = models.CreateAnimatedGraphicsTemplateResponse;
|
|
775
|
+
const TranslateConfigureInfoForUpdate = models.TranslateConfigureInfoForUpdate;
|
|
775
776
|
const SampleSnapshotTemplate = models.SampleSnapshotTemplate;
|
|
776
777
|
const SubtitleEmbedTemplateItem = models.SubtitleEmbedTemplateItem;
|
|
777
778
|
const MediaImageSpriteItem = models.MediaImageSpriteItem;
|
|
@@ -972,8 +973,8 @@ class MpsClient extends AbstractClient {
|
|
|
972
973
|
}
|
|
973
974
|
|
|
974
975
|
/**
|
|
975
|
-
*
|
|
976
|
-
|
|
976
|
+
* After receiving the message from CMQ, parse out the content of the MPS live stream processing event notification from the msgBody field of the message.
|
|
977
|
+
This API is not used to trigger network calls, but to help generate SDKs for each language platform. You can refer to the parsing implementation in the SDK to parse event notifications.
|
|
977
978
|
* @param {ParseLiveStreamProcessNotificationRequest} req
|
|
978
979
|
* @param {function(string, ParseLiveStreamProcessNotificationResponse):void} cb
|
|
979
980
|
* @public
|
|
@@ -995,7 +996,7 @@ Instead of initiating a video processing task, this API is used to help generate
|
|
|
995
996
|
}
|
|
996
997
|
|
|
997
998
|
/**
|
|
998
|
-
* This API is used to delete
|
|
999
|
+
* This API is used to delete custom transcoding templates.
|
|
999
1000
|
* @param {DeleteTranscodeTemplateRequest} req
|
|
1000
1001
|
* @param {function(string, DeleteTranscodeTemplateResponse):void} cb
|
|
1001
1002
|
* @public
|
|
@@ -1119,7 +1120,7 @@ Note: templates with an ID below 10000 are preset and cannot be modified.
|
|
|
1119
1120
|
}
|
|
1120
1121
|
|
|
1121
1122
|
/**
|
|
1122
|
-
* This API is used to
|
|
1123
|
+
* This API is used to query a live recording template.
|
|
1123
1124
|
* @param {DescribeLiveRecordTemplatesRequest} req
|
|
1124
1125
|
* @param {function(string, DescribeLiveRecordTemplatesResponse):void} cb
|
|
1125
1126
|
* @public
|
|
@@ -1286,8 +1287,8 @@ Note: templates with an ID below 10000 are preset and cannot be modified.
|
|
|
1286
1287
|
}
|
|
1287
1288
|
|
|
1288
1289
|
/**
|
|
1289
|
-
* This API is used to initiate batch processing tasks for URL video links, with features
|
|
1290
|
-
Smart subtitle (full speech, speech hotword, and speech translation)
|
|
1290
|
+
* This API is used to initiate batch processing tasks for URL video links, with features:
|
|
1291
|
+
Smart subtitle (full speech, speech hotword, and speech translation)
|
|
1291
1292
|
* @param {BatchProcessMediaRequest} req
|
|
1292
1293
|
* @param {function(string, BatchProcessMediaResponse):void} cb
|
|
1293
1294
|
* @public
|
|
@@ -1678,7 +1679,7 @@ Note: templates with an ID below 10000 are preset and cannot be deleted.
|
|
|
1678
1679
|
}
|
|
1679
1680
|
|
|
1680
1681
|
/**
|
|
1681
|
-
* This API is used to create a
|
|
1682
|
+
* This API is used to create a user-defined content analysis template. Up to 50 templates can be created.
|
|
1682
1683
|
* @param {CreateAIAnalysisTemplateRequest} req
|
|
1683
1684
|
* @param {function(string, CreateAIAnalysisTemplateResponse):void} cb
|
|
1684
1685
|
* @public
|
|
@@ -1722,7 +1723,7 @@ Note: templates with an ID below 10000 are preset and cannot be deleted.
|
|
|
1722
1723
|
}
|
|
1723
1724
|
|
|
1724
1725
|
/**
|
|
1725
|
-
* This API is used to modify a
|
|
1726
|
+
* This API is used to modify a user-defined Content Recognition template.
|
|
1726
1727
|
* @param {ModifyAIRecognitionTemplateRequest} req
|
|
1727
1728
|
* @param {function(string, ModifyAIRecognitionTemplateResponse):void} cb
|
|
1728
1729
|
* @public
|
|
@@ -1755,7 +1756,7 @@ Note: templates with an ID below 10000 are preset and cannot be deleted.
|
|
|
1755
1756
|
}
|
|
1756
1757
|
|
|
1757
1758
|
/**
|
|
1758
|
-
* This API is used to modify
|
|
1759
|
+
* This API is used to modify custom transcoding template information.
|
|
1759
1760
|
* @param {ModifyTranscodeTemplateRequest} req
|
|
1760
1761
|
* @param {function(string, ModifyTranscodeTemplateResponse):void} cb
|
|
1761
1762
|
* @public
|
|
@@ -1876,7 +1877,7 @@ Note: templates with an ID below 10000 are preset and cannot be deleted.
|
|
|
1876
1877
|
}
|
|
1877
1878
|
|
|
1878
1879
|
/**
|
|
1879
|
-
* This API is used to delete a
|
|
1880
|
+
* This API is used to delete a user-defined Content Recognition template.
|
|
1880
1881
|
* @param {DeleteAIRecognitionTemplateRequest} req
|
|
1881
1882
|
* @param {function(string, DeleteAIRecognitionTemplateResponse):void} cb
|
|
1882
1883
|
* @public
|
|
@@ -2019,23 +2020,21 @@ Note: A workflow is disabled upon creation. You need to manually enable it.
|
|
|
2019
2020
|
}
|
|
2020
2021
|
|
|
2021
2022
|
/**
|
|
2022
|
-
* This API is used to set processing rules for uploaded media files under the specified Bucket
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2023
|
+
* This API is used to set processing rules for uploaded media files under the directory of a specified Bucket in COS, including:
|
|
2024
|
+
1. Video transcoding (watermarked);
|
|
2025
|
+
2. Video-to-GIF conversion;
|
|
2026
|
+
3. Screenshot taking at specified time points;
|
|
2027
|
+
4. Sampled screenshot taking;
|
|
2028
|
+
5. Sprite screenshot taking;
|
|
2029
|
+
6. Transcoding to adaptive bitrate streaming;
|
|
2030
|
+
7. Intelligent content moderation (porn detection and sensitive information detection);
|
|
2031
|
+
8. Intelligent content analysis (tag, category, cover, frame tag).
|
|
2032
|
+
9. Intelligent content identification (human face, full text, text keyword, full speech, speech keyword).
|
|
2032
2033
|
10. Media quality inspection (live stream format diagnosis, audio and video content detection (jitter, blur, low light, overexposure, black and white edges, black and white screens, screen glitch, noise, mosaic, QR code, and more), and no-reference scoring).
|
|
2033
|
-
|
|
2034
2034
|
11. Smart subtitle (full speech, speech hotword, and speech translation).
|
|
2035
|
+
12. Smart erasing (watermark removal, subtitle removal, and privacy protection).
|
|
2035
2036
|
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
This API is used to create an orchestration, which is in disable status by default and requires manual enablement.
|
|
2037
|
+
Note: After orchestration is created successfully, it is in disable status and needs to be manually enabled.
|
|
2039
2038
|
* @param {CreateScheduleRequest} req
|
|
2040
2039
|
* @param {function(string, CreateScheduleResponse):void} cb
|
|
2041
2040
|
* @public
|
|
@@ -2047,7 +2046,7 @@ This API is used to create an orchestration, which is in disable status by defau
|
|
|
2047
2046
|
|
|
2048
2047
|
/**
|
|
2049
2048
|
* This API is used to return the daily Media Processing Service (MPS) usage information within the specified query time range.
|
|
2050
|
-
|
|
2049
|
+
1. MPS statistical data from the last 365 days can be queried.
|
|
2051
2050
|
2. The query time span should not exceed 90 days.
|
|
2052
2051
|
* @param {DescribeUsageDataRequest} req
|
|
2053
2052
|
* @param {function(string, DescribeUsageDataResponse):void} cb
|
|
@@ -2136,8 +2135,8 @@ This API is used to create an orchestration, which is in disable status by defau
|
|
|
2136
2135
|
}
|
|
2137
2136
|
|
|
2138
2137
|
/**
|
|
2139
|
-
*
|
|
2140
|
-
|
|
2138
|
+
* After receiving a message from CMQ, parse out the content of the MPS event notification from the msgBody field of the message.
|
|
2139
|
+
This API is not used to trigger network calls, but to help generate SDKs for each language platform. You can refer to the parsing function in the SDK to implement event notification parsing.
|
|
2141
2140
|
* @param {ParseNotificationRequest} req
|
|
2142
2141
|
* @param {function(string, ParseNotificationResponse):void} cb
|
|
2143
2142
|
* @public
|
|
@@ -2192,7 +2191,8 @@ Instead of initiating a video processing task, this API is used to help generate
|
|
|
2192
2191
|
}
|
|
2193
2192
|
|
|
2194
2193
|
/**
|
|
2195
|
-
*
|
|
2194
|
+
* This API is used to create an AIGC documentation generation video task.
|
|
2195
|
+
This API is used to query tasks.
|
|
2196
2196
|
* @param {CreateDocToVideoTaskRequest} req
|
|
2197
2197
|
* @param {function(string, CreateDocToVideoTaskResponse):void} cb
|
|
2198
2198
|
* @public
|
|
@@ -2280,15 +2280,15 @@ Instead of initiating a video processing task, this API is used to help generate
|
|
|
2280
2280
|
}
|
|
2281
2281
|
|
|
2282
2282
|
/**
|
|
2283
|
-
* This API is used to initiate
|
|
2283
|
+
* This API is used to initiate processing tasks on a live stream. Features include:
|
|
2284
2284
|
|
|
2285
|
-
Intelligent content moderation (porn detection in images, sensitive information detection, audio pornography detection)
|
|
2286
|
-
* Smart content recognition (human faces, full texts, text keywords, full speech, speech keywords, real-time speech translation, object recognition, game tagging).
|
|
2285
|
+
Intelligent content moderation (porn detection in images, sensitive information detection, audio pornography detection);
|
|
2286
|
+
* Smart content recognition (human faces, full texts, text keywords, full speech, speech keywords, real-time speech translation, object recognition, and game tagging).
|
|
2287
2287
|
Intelligent content analysis (clipping, highlights).
|
|
2288
2288
|
Quality inspection (live stream format diagnosis, audio and video content detection (jitter, blur, low light, overexposure, black and white edges, black and white screens, screen glitch, noise, mosaic, QR code, and more), and no-reference scoring).
|
|
2289
|
-
|
|
2289
|
+
Recording
|
|
2290
2290
|
|
|
2291
|
-
Live stream processing event notification supports HTTP
|
|
2291
|
+
Live stream processing event notification supports HTTP callbacks and also supports real-time writing to the message queue CMQ specified by the user. The user obtains the event notification result from the message queue CMQ. Meanwhile, if an output file exists during the process, it will be written to the target storage of the output file specified by the user.
|
|
2292
2292
|
* @param {ProcessLiveStreamRequest} req
|
|
2293
2293
|
* @param {function(string, ProcessLiveStreamResponse):void} cb
|
|
2294
2294
|
* @public
|
|
@@ -2420,7 +2420,7 @@ Live stream processing event notification supports HTTP callback and also suppor
|
|
|
2420
2420
|
}
|
|
2421
2421
|
|
|
2422
2422
|
/**
|
|
2423
|
-
* This API is used to create a
|
|
2423
|
+
* This API is used to create a user-defined Content Recognition template. Up to 50 templates can be created.
|
|
2424
2424
|
* @param {CreateAIRecognitionTemplateRequest} req
|
|
2425
2425
|
* @param {function(string, CreateAIRecognitionTemplateResponse):void} cb
|
|
2426
2426
|
* @public
|