Skip to content

Commit

Permalink
Fix typo (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Jan 17, 2024
1 parent 85e11f9 commit 32e3183
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. 更新音频降噪模板
Expand Down
8 changes: 4 additions & 4 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) 提交听歌识曲任务
Expand Down
8 changes: 4 additions & 4 deletions src/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(), // 提交听歌识曲任务
Expand Down

0 comments on commit 32e3183

Please sign in to comment.