diff --git a/sample/closeAsrService.php b/sample/closeAsrService.php index 9b8353d..7250337 100644 --- a/sample/closeAsrService.php +++ b/sample/closeAsrService.php @@ -21,4 +21,4 @@ } catch (\Exception $e) { // 请求失败 echo($e); -} \ No newline at end of file +} diff --git a/src/Client.php b/src/Client.php index d9614ae..a43fea0 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) 提交听歌识曲任务