-
Notifications
You must be signed in to change notification settings - Fork 251
Expand file tree
/
Copy pathsource.json
More file actions
61 lines (61 loc) · 984 Bytes
/
Copy pathsource.json
File metadata and controls
61 lines (61 loc) · 984 Bytes
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
{
"language_code": "en",
"audio_duration_secs": 8,
"text": "We we build a small garden. Plants need light.",
"words": [
{
"text": "We",
"start": 0.6,
"end": 0.85,
"type": "word"
},
{
"text": "we",
"start": 0.9,
"end": 1.15,
"type": "word"
},
{
"text": "build",
"start": 1.2,
"end": 1.5,
"type": "word"
},
{
"text": "a",
"start": 1.55,
"end": 1.65,
"type": "word"
},
{
"text": "small",
"start": 1.7,
"end": 2,
"type": "word"
},
{
"text": "garden.",
"start": 2.05,
"end": 2.45,
"type": "word"
},
{
"text": "Plants",
"start": 4,
"end": 4.4,
"type": "word"
},
{
"text": "need",
"start": 4.5,
"end": 4.8,
"type": "word"
},
{
"text": "light.",
"start": 4.9,
"end": 5.35,
"type": "word"
}
]
}