Skip to content

Commit 32e3183

Browse files
authored
Fix typo (#335)
1 parent 85e11f9 commit 32e3183

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ cos-php-sdk-v5 Upgrade Guide
33
2.6.8 to 2.6.9
44
---------
55
1. 开通智能语音服务
6-
2. 开通智能语音服务
7-
3. 查询智能语音服务
8-
4. 关闭智能语音服务
6+
2. 查询智能语音服务
7+
3. 关闭智能语音服务
8+
4. 更新智能语音队列
99
5. 查询智能语音队列
1010
6. 创建音频降噪模板
1111
7. 更新音频降噪模板

src/Client.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@
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) 提交听歌识曲任务

src/Service.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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(), // 提交听歌识曲任务

0 commit comments

Comments
 (0)