diff --git a/CHANGELOG.md b/CHANGELOG.md index ab746f3..98a8543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ cos-php-sdk-v5 Upgrade Guide 2.6.8 to 2.6.9 --------- 1. 开通智能语音服务 -2. 开通智能语音服务 -3. 查询智能语音服务 -4. 关闭智能语音服务 +2. 查询智能语音服务 +3. 关闭智能语音服务 +4. 更新智能语音队列 5. 查询智能语音队列 6. 创建音频降噪模板 7. 更新音频降噪模板 diff --git a/src/Client.php b/src/Client.php index a43fea0..d9614ae 100644 --- a/src/Client.php +++ b/src/Client.php @@ -248,10 +248,10 @@ * @method object CreateMediaTargetRecJobs(array $args) 提交视频目标检测任务 * @method object CreateMediaSegmentVideoBodyJobs(array $args) 提交视频人像抠图任务 * @method object OpenAsrService(array $args) 开通智能语音服务 - * @method object GetAsrBucketList(array $args) 开通智能语音服务 - * @method object CloseAsrService(array $args) 查询智能语音服务 - * @method object GetAsrQueueList(array $args) 关闭智能语音服务 - * @method object UpdateAsrQueue(array $args) 查询智能语音队列 + * @method object GetAsrBucketList(array $args) 查询智能语音服务 + * @method object CloseAsrService(array $args) 关闭智能语音服务 + * @method object GetAsrQueueList(array $args) 查询智能语音队列 + * @method object UpdateAsrQueue(array $args) 更新智能语音队列 * @method object CreateMediaNoiseReductionTemplate(array $args) 创建音频降噪模板 * @method object UpdateMediaNoiseReductionTemplate(array $args) 更新音频降噪模板 * @method object CreateVoiceSoundHoundJobs(array $args) 提交听歌识曲任务 diff --git a/src/Service.php b/src/Service.php index 43818b2..0150574 100644 --- a/src/Service.php +++ b/src/Service.php @@ -3843,10 +3843,10 @@ public static function getService() { 'CreateMediaTargetRecJobs' => Descriptions::CreateMediaTargetRecJobs(), // 提交视频目标检测任务 'CreateMediaSegmentVideoBodyJobs' => Descriptions::CreateMediaSegmentVideoBodyJobs(), // 提交视频人像抠图任务 'OpenAsrService' => Descriptions::OpenAsrService(), //开通智能语音服务 - 'GetAsrBucketList' => Descriptions::GetAsrBucketList(), // 开通智能语音服务 - 'CloseAsrService' => Descriptions::CloseAsrService(), // 查询智能语音服务 - 'GetAsrQueueList' => Descriptions::GetAsrQueueList(), // 关闭智能语音服务 - 'UpdateAsrQueue' => Descriptions::UpdateAsrQueue(), // 查询智能语音队列 + 'GetAsrBucketList' => Descriptions::GetAsrBucketList(), // 查询智能语音服务 + 'CloseAsrService' => Descriptions::CloseAsrService(), // 关闭智能语音服务 + 'GetAsrQueueList' => Descriptions::GetAsrQueueList(), // 查询智能语音队列 + 'UpdateAsrQueue' => Descriptions::UpdateAsrQueue(), // 更新智能语音队列 'CreateMediaNoiseReductionTemplate' => Descriptions::CreateMediaNoiseReductionTemplate(), // 创建音频降噪模板 'UpdateMediaNoiseReductionTemplate' => Descriptions::UpdateMediaNoiseReductionTemplate(), // 更新音频降噪模板 'CreateVoiceSoundHoundJobs' => Descriptions::CreateVoiceSoundHoundJobs(), // 提交听歌识曲任务