File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ cos-php-sdk-v5 Upgrade Guide
332.6.8 to 2.6.9
44---------
551 . 开通智能语音服务
6- 2 . 开通智能语音服务
7- 3 . 查询智能语音服务
8- 4 . 关闭智能语音服务
6+ 2 . 查询智能语音服务
7+ 3 . 关闭智能语音服务
8+ 4 . 更新智能语音队列
995 . 查询智能语音队列
10106 . 创建音频降噪模板
11117 . 更新音频降噪模板
Original file line number Diff line number Diff line change 248248 * @method object CreateMediaTargetRecJobs(array $args) 提交视频目标检测任务
249249 * @method object CreateMediaSegmentVideoBodyJobs(array $args) 提交视频人像抠图任务
250250 * @method object OpenAsrService(array $args) 开通智能语音服务
251- * @method object GetAsrBucketList(array $args) 开通智能语音服务
252- * @method object CloseAsrService(array $args) 查询智能语音服务
253- * @method object GetAsrQueueList(array $args) 关闭智能语音服务
254- * @method object UpdateAsrQueue(array $args) 查询智能语音队列
251+ * @method object GetAsrBucketList(array $args) 查询智能语音服务
252+ * @method object CloseAsrService(array $args) 关闭智能语音服务
253+ * @method object GetAsrQueueList(array $args) 查询智能语音队列
254+ * @method object UpdateAsrQueue(array $args) 更新智能语音队列
255255 * @method object CreateMediaNoiseReductionTemplate(array $args) 创建音频降噪模板
256256 * @method object UpdateMediaNoiseReductionTemplate(array $args) 更新音频降噪模板
257257 * @method object CreateVoiceSoundHoundJobs(array $args) 提交听歌识曲任务
Original file line number Diff line number Diff line change @@ -3843,10 +3843,10 @@ public static function getService() {
38433843 'CreateMediaTargetRecJobs ' => Descriptions::CreateMediaTargetRecJobs (), // 提交视频目标检测任务
38443844 'CreateMediaSegmentVideoBodyJobs ' => Descriptions::CreateMediaSegmentVideoBodyJobs (), // 提交视频人像抠图任务
38453845 'OpenAsrService ' => Descriptions::OpenAsrService (), //开通智能语音服务
3846- 'GetAsrBucketList ' => Descriptions::GetAsrBucketList (), // 开通智能语音服务
3847- 'CloseAsrService ' => Descriptions::CloseAsrService (), // 查询智能语音服务
3848- 'GetAsrQueueList ' => Descriptions::GetAsrQueueList (), // 关闭智能语音服务
3849- 'UpdateAsrQueue ' => Descriptions::UpdateAsrQueue (), // 查询智能语音队列
3846+ 'GetAsrBucketList ' => Descriptions::GetAsrBucketList (), // 查询智能语音服务
3847+ 'CloseAsrService ' => Descriptions::CloseAsrService (), // 关闭智能语音服务
3848+ 'GetAsrQueueList ' => Descriptions::GetAsrQueueList (), // 查询智能语音队列
3849+ 'UpdateAsrQueue ' => Descriptions::UpdateAsrQueue (), // 更新智能语音队列
38503850 'CreateMediaNoiseReductionTemplate ' => Descriptions::CreateMediaNoiseReductionTemplate (), // 创建音频降噪模板
38513851 'UpdateMediaNoiseReductionTemplate ' => Descriptions::UpdateMediaNoiseReductionTemplate (), // 更新音频降噪模板
38523852 'CreateVoiceSoundHoundJobs ' => Descriptions::CreateVoiceSoundHoundJobs (), // 提交听歌识曲任务
You can’t perform that action at this time.
0 commit comments