-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
29 lines (29 loc) · 873 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"base_parameters": {
"url": "https://brain.deepgram.com/v2/listen"
},
"headers": {
"dg_authentication_headers": {
"Authorization": "Basic {BASE64_ENCODED_USER_PASS}"
},
"url_content_type": {
"Content-Type": "application/json"
},
"binary_content_type": {
"Content-Type": "application/octet-stream"
}
},
"req_parameters" :{
"binary_payload_path" : "/Users/elliot/Downloads/commercial_mono.wav",
"url_payload_path": "http://storage.googleapis.com/cloud-samples-data/speech/commercial_mono.wav",
"query_parameters": {
"models": {
"model_1": "phonecall",
"model_2": "voicemail"
},
"languages": {
"language": "en-US"
}
}
}
}