Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ming2692 authored and github-actions[bot] committed Jan 12, 2024
1 parent e8017f1 commit 517415a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sample/closeAsrService.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
} catch (\Exception $e) {
// 请求失败
echo($e);
}
}
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

0 comments on commit 517415a

Please sign in to comment.