forked from watson-developer-cloud/node-red-labs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paths2t_url_flow.json
53 lines (53 loc) · 1.11 KB
/
s2t_url_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
[{
"id": "3ebbca92.fb5366",
"type": "inject",
"z": "be41e0e.58b392",
"name": ".wav URL",
"topic": "",
"payload": "http://sd-2.archive-host.com/membres/up/102033098234604628/SpaceShuttle.wav",
"payloadType": "str",
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": "",
"x": 113,
"y": 482,
"wires": [
["e829215a.bddd4"]
]
}, {
"id": "e829215a.bddd4",
"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": 333,
"y": 482,
"wires": [
["8ed1f8ca.86ce88"]
]
}, {
"id": "8ed1f8ca.86ce88",
"type": "debug",
"z": "be41e0e.58b392",
"name": "",
"active": true,
"console": "false",
"complete": "transcription",
"x": 583,
"y": 482,
"wires": []
}]