-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest_output.json
More file actions
102 lines (102 loc) · 1.97 KB
/
Copy pathtest_output.json
File metadata and controls
102 lines (102 loc) · 1.97 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"raw_asr": {
"segments": [
{
"start": 2.062,
"end": 4.034,
"text": " I'm hungry.",
"words": [
{
"word": "I'm",
"start": 2.062,
"end": 2.182,
"score": 0.363
},
{
"word": "hungry.",
"start": 3.833,
"end": 4.034,
"score": 0.217
}
]
}
],
"word_segments": [
{
"word": "I'm",
"start": 2.062,
"end": 2.182,
"score": 0.363
},
{
"word": "hungry.",
"start": 3.833,
"end": 4.034,
"score": 0.217
}
]
},
"audio_events": [
{
"type": "sigh",
"start": 1.5,
"end": 3.5,
"confidence": 0.8481593132019043
},
{
"type": "sigh",
"start": 0.0,
"end": 6.1765,
"confidence": 0.7542628049850464
},
{
"type": "gasp",
"start": 2.5,
"end": 3.5,
"confidence": 0.3069184720516205
}
],
"integrated_transcript": {
"plain_text": "[sigh] [sigh] I'm [gasp] hungry.",
"rich_text": [
{
"type": "audio_event",
"content": "[sigh]",
"event_type": "sigh",
"start": 0.0,
"end": 6.1765,
"confidence": 0.7542628049850464
},
{
"type": "audio_event",
"content": "[sigh]",
"event_type": "sigh",
"start": 1.5,
"end": 3.5,
"confidence": 0.8481593132019043
},
{
"type": "word",
"content": "I'm",
"start": 2.062,
"end": 2.182,
"score": 0.363
},
{
"type": "audio_event",
"content": "[gasp]",
"event_type": "gasp",
"start": 2.5,
"end": 3.5,
"confidence": 0.3069184720516205
},
{
"type": "word",
"content": "hungry.",
"start": 3.833,
"end": 4.034,
"score": 0.217
}
]
}
}