- 案件排期数据相关接口
- 语音识别相关接口
- 笔录转写
- 笔录相关接口
- 笔录模版
- 文档服务
- 笔录历史记录
- 随心签
- 法庭配置
- 卷宗
- 系统管理
- 应用配置
- 签名
- 服务器硬盘监控
- 一张网对接
- 流媒体配置
- 客户端配置
- Websocket长连接注册协议GET
- 获取客户端keyPOST
- 是否启用法庭客户端配置POST
- 获取法庭客户端配置开关接口POST
推送语音识别配置 websocket
开发中
GET
pushSpeechConfig
请求参数
Body 参数application/json
method
string
请求方法
data
object
必需
key
string
必需
courtCode
integer
法院
courtRoomId
string
法庭id
userId
string
用户id
trialPlanId
string
排期id
caseInfoId
string
案件id
courtTime
integer
庭次
noClerkTrial
boolean
无书记员
caseNumber
string
案号
speechRecognitionState
boolean
语音识别状态
phoneticTranslationState
boolean
语音转写状态
示例
{
"method": "nostrud culpa consectetur",
"data": {
"key": "ut adipisicing",
"courtCode": 50,
"courtRoomId": "54",
"userId": "81",
"trialPlanId": "87",
"caseInfoId": "1",
"courtTime": 234819976973,
"noClerkTrial": true,
"caseNumber": "10",
"speechRecognitionState": false,
"phoneticTranslationState": true
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.compushSpeechConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "nostrud culpa consectetur",
"data": {
"key": "ut adipisicing",
"courtCode": 50,
"courtRoomId": "54",
"userId": "81",
"trialPlanId": "87",
"caseInfoId": "1",
"courtTime": 234819976973,
"noClerkTrial": true,
"caseNumber": "10",
"speechRecognitionState": false,
"phoneticTranslationState": true
}
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2024-07-15 03:32:36