forked from watson-developer-cloud/node-red-labs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paths2t_dropbox_flow.json
64 lines (64 loc) · 1.22 KB
/
s2t_dropbox_flow.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[{
"id": "8406cb38.9d7cb8",
"type": "inject",
"z": "be41e0e.58b392",
"name": "",
"topic": "",
"payload": "",
"payloadType": "date",
"repeat": "",
"crontab": "",
"once": false,
"x": 124,
"y": 416,
"wires": [
["944dae2e.dd141"]
]
}, {
"id": "944dae2e.dd141",
"type": "dropbox",
"z": "be41e0e.58b392",
"dropbox": "",
"filename": "SpaceShuttle.wav",
"name": "Dropbox",
"x": 324,
"y": 416,
"wires": [
["78827e7.191958"]
]
}, {
"id": "78827e7.191958",
"type": "watson-speech-to-text",
"z": "be41e0e.58b392",
"name": "",
"alternatives": "",
"speakerlabels": false,
"smartformatting": false,
"lang": "en-US",
"langhidden": "en-US",
"langcustom": "NoCustomisationSetting",
"langcustomhidden": "NoCustomisationSetting",
"band": "BroadbandModel",
"bandhidden": "BroadbandModel",
"password": "",
"payload-response": false,
"streaming-mode": false,
"default-endpoint": false,
"service-endpoint": "",
"x": 544,
"y": 416,
"wires": [
["8703f9dd.364d18"]
]
}, {
"id": "8703f9dd.364d18",
"type": "debug",
"z": "be41e0e.58b392",
"name": "",
"active": true,
"console": "false",
"complete": "transcription",
"x": 794,
"y": 416,
"wires": []
}]