-
Notifications
You must be signed in to change notification settings - Fork 0
/
transcription.json
60 lines (60 loc) · 1.23 KB
/
transcription.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
{
"speakers": [
{
"id": 1,
"name": "Paul, M."
},
{
"id": 2,
"name": "Ted Danson"
}],
"monologues": [
{
"id": 1,
"speaker": 1,
"speaker_name": "Paul, M.",
"elements": [
{
"type": "text",
"value": "Hello",
"timestamp": "00:00:01,000",
"end_timestamp": "00:00:01,138"
},
{
"type": "text",
"value": " "
},
{
"type": "text",
"value": "Ted",
"timestamp": "00:00:01,222",
"end_timestamp": "00:00:01,566"
}]
},
{
"id": 2,
"speaker": 2,
"speaker_name": "Ted Danson",
"elements": [
{
"type": "text",
"value": "Hi",
"timestamp": "00:00:02,000",
"end_timestamp": "00:00:02,138"
},
{
"type": "text",
"value": " "
},
{
"type": "text",
"value": "Paul",
"timestamp": "00:00:03,352",
"end_timestamp": "00:00:03,586"
},
{
"type": "text",
"value": ". ",
}]
}]
}