@editframe/create 0.6.0-beta.19 → 0.6.0-beta.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +41 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +39 -0
- package/dist/templates/card-poetry/index.html +120 -0
- package/dist/templates/card-poetry/package.json +21 -0
- package/dist/templates/card-poetry/postcss.config.cjs +5 -0
- package/dist/templates/card-poetry/src/assets/.gitkeep +0 -0
- package/dist/templates/card-poetry/src/assets/cards/card-9-spades.json +362 -0
- package/dist/templates/card-poetry/src/assets/cards/card-9-spades.mp3 +0 -0
- package/dist/templates/card-poetry/src/assets/cards/card-9-spades.png +0 -0
- package/dist/templates/card-poetry/src/assets/cards/card-joker.json +326 -0
- package/dist/templates/card-poetry/src/assets/cards/card-joker.mp3 +0 -0
- package/dist/templates/card-poetry/src/assets/cards/card-joker.png +0 -0
- package/dist/templates/card-poetry/src/assets/cards/card-king-clubs.json +344 -0
- package/dist/templates/card-poetry/src/assets/cards/card-king-clubs.mp3 +0 -0
- package/dist/templates/card-poetry/src/assets/cards/card-king-clubs.png +0 -0
- package/dist/templates/card-poetry/src/assets/cards/card-queen-spades.json +338 -0
- package/dist/templates/card-poetry/src/assets/cards/card-queen-spades.mp3 +0 -0
- package/dist/templates/card-poetry/src/assets/cards/card-queen-spades.png +0 -0
- package/dist/templates/card-poetry/src/index.js +2 -0
- package/dist/templates/card-poetry/src/keyframes.css +163 -0
- package/dist/templates/card-poetry/src/styles.css +30 -0
- package/dist/templates/card-poetry/tailwind.config.js +8 -0
- package/dist/templates/card-poetry/vite.config.ts +14 -0
- package/dist/templates/react-demo/index.html +13 -0
- package/dist/templates/react-demo/package.json +28 -0
- package/dist/templates/react-demo/postcss.config.cjs +5 -0
- package/dist/templates/react-demo/src/Video.tsx +62 -0
- package/dist/templates/react-demo/src/assets/.gitkeep +0 -0
- package/dist/templates/react-demo/src/assets/cards/card-9-spades.json +362 -0
- package/dist/templates/react-demo/src/assets/cards/card-9-spades.mp3 +0 -0
- package/dist/templates/react-demo/src/assets/cards/card-9-spades.png +0 -0
- package/dist/templates/react-demo/src/assets/cards/card-joker.json +326 -0
- package/dist/templates/react-demo/src/assets/cards/card-joker.mp3 +0 -0
- package/dist/templates/react-demo/src/assets/cards/card-joker.png +0 -0
- package/dist/templates/react-demo/src/assets/cards/card-king-clubs.json +344 -0
- package/dist/templates/react-demo/src/assets/cards/card-king-clubs.mp3 +0 -0
- package/dist/templates/react-demo/src/assets/cards/card-king-clubs.png +0 -0
- package/dist/templates/react-demo/src/assets/cards/card-queen-spades.json +338 -0
- package/dist/templates/react-demo/src/assets/cards/card-queen-spades.mp3 +0 -0
- package/dist/templates/react-demo/src/assets/cards/card-queen-spades.png +0 -0
- package/dist/templates/react-demo/src/main.tsx +10 -0
- package/dist/templates/react-demo/src/styles.css +3 -0
- package/dist/templates/react-demo/tailwind.config.js +8 -0
- package/dist/templates/react-demo/vite.config.ts +16 -0
- package/dist/templates/simple-demo/index.html +31 -0
- package/dist/templates/simple-demo/package.json +21 -0
- package/dist/templates/simple-demo/postcss.config.cjs +5 -0
- package/dist/templates/simple-demo/src/assets/.gitkeep +0 -0
- package/dist/templates/simple-demo/src/assets/bars-n-tone.mp4 +0 -0
- package/dist/templates/simple-demo/src/assets/editframe.png +0 -0
- package/dist/templates/simple-demo/src/index.js +2 -0
- package/dist/templates/simple-demo/src/styles.css +30 -0
- package/dist/templates/simple-demo/tailwind.config.js +8 -0
- package/dist/templates/simple-demo/vite.config.ts +14 -0
- package/package.json +1 -1
|
@@ -0,0 +1,362 @@
|
|
|
1
|
+
{
|
|
2
|
+
"text": " Behold the unassuming Nine of Spades, a shadowy envoy in the deck, its presence subtle yet commanding. This card, with its sleek black design, whispers tales of mystery and strategy. A strategic companion in the realm of poker and beyond, the Nine of Spades wields influence from the sidelines, a silent architect of fate.",
|
|
3
|
+
"segments": [
|
|
4
|
+
{
|
|
5
|
+
"start": 0.1,
|
|
6
|
+
"end": 6.1,
|
|
7
|
+
"text": " Behold the unassuming Nine of Spades, a shadowy envoy in the deck, its presence subtle yet commanding.",
|
|
8
|
+
"confidence": 0.94,
|
|
9
|
+
"words": [
|
|
10
|
+
{
|
|
11
|
+
"text": "Behold",
|
|
12
|
+
"start": 0.1,
|
|
13
|
+
"end": 0.38,
|
|
14
|
+
"confidence": 0.92
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"text": "the",
|
|
18
|
+
"start": 0.38,
|
|
19
|
+
"end": 0.54,
|
|
20
|
+
"confidence": 0.99
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"text": "unassuming",
|
|
24
|
+
"start": 0.54,
|
|
25
|
+
"end": 1.06,
|
|
26
|
+
"confidence": 0.99
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"text": "Nine",
|
|
30
|
+
"start": 1.06,
|
|
31
|
+
"end": 1.32,
|
|
32
|
+
"confidence": 0.91
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"text": "of",
|
|
36
|
+
"start": 1.32,
|
|
37
|
+
"end": 1.48,
|
|
38
|
+
"confidence": 0.99
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"text": "Spades,",
|
|
42
|
+
"start": 1.48,
|
|
43
|
+
"end": 1.98,
|
|
44
|
+
"confidence": 0.98
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"text": "a",
|
|
48
|
+
"start": 2.18,
|
|
49
|
+
"end": 2.26,
|
|
50
|
+
"confidence": 0.98
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"text": "shadowy",
|
|
54
|
+
"start": 2.26,
|
|
55
|
+
"end": 2.74,
|
|
56
|
+
"confidence": 0.99
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"text": "envoy",
|
|
60
|
+
"start": 2.74,
|
|
61
|
+
"end": 3.02,
|
|
62
|
+
"confidence": 0.65
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"text": "in",
|
|
66
|
+
"start": 3.02,
|
|
67
|
+
"end": 3.32,
|
|
68
|
+
"confidence": 0.99
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"text": "the",
|
|
72
|
+
"start": 3.32,
|
|
73
|
+
"end": 3.42,
|
|
74
|
+
"confidence": 0.99
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"text": "deck,",
|
|
78
|
+
"start": 3.42,
|
|
79
|
+
"end": 3.72,
|
|
80
|
+
"confidence": 0.91
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"text": "its",
|
|
84
|
+
"start": 4.04,
|
|
85
|
+
"end": 4.18,
|
|
86
|
+
"confidence": 0.88
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"text": "presence",
|
|
90
|
+
"start": 4.18,
|
|
91
|
+
"end": 4.58,
|
|
92
|
+
"confidence": 0.98
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"text": "subtle",
|
|
96
|
+
"start": 4.58,
|
|
97
|
+
"end": 5.08,
|
|
98
|
+
"confidence": 0.92
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"text": "yet",
|
|
102
|
+
"start": 5.08,
|
|
103
|
+
"end": 5.44,
|
|
104
|
+
"confidence": 0.87
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"text": "commanding.",
|
|
108
|
+
"start": 5.44,
|
|
109
|
+
"end": 6.1,
|
|
110
|
+
"confidence": 0.89
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"start": 7.12,
|
|
116
|
+
"end": 11.46,
|
|
117
|
+
"text": " This card, with its sleek black design, whispers tales of mystery and strategy.",
|
|
118
|
+
"confidence": 0.99,
|
|
119
|
+
"words": [
|
|
120
|
+
{
|
|
121
|
+
"text": "This",
|
|
122
|
+
"start": 7.12,
|
|
123
|
+
"end": 7.28,
|
|
124
|
+
"confidence": 0.99
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"text": "card,",
|
|
128
|
+
"start": 7.28,
|
|
129
|
+
"end": 7.62,
|
|
130
|
+
"confidence": 1.0
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"text": "with",
|
|
134
|
+
"start": 7.9,
|
|
135
|
+
"end": 8.0,
|
|
136
|
+
"confidence": 1.0
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"text": "its",
|
|
140
|
+
"start": 8.0,
|
|
141
|
+
"end": 8.16,
|
|
142
|
+
"confidence": 0.98
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"text": "sleek",
|
|
146
|
+
"start": 8.16,
|
|
147
|
+
"end": 8.4,
|
|
148
|
+
"confidence": 1.0
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"text": "black",
|
|
152
|
+
"start": 8.4,
|
|
153
|
+
"end": 8.68,
|
|
154
|
+
"confidence": 0.98
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"text": "design,",
|
|
158
|
+
"start": 8.68,
|
|
159
|
+
"end": 9.12,
|
|
160
|
+
"confidence": 1.0
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"text": "whispers",
|
|
164
|
+
"start": 9.48,
|
|
165
|
+
"end": 9.76,
|
|
166
|
+
"confidence": 0.99
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"text": "tales",
|
|
170
|
+
"start": 9.76,
|
|
171
|
+
"end": 10.08,
|
|
172
|
+
"confidence": 0.99
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"text": "of",
|
|
176
|
+
"start": 10.08,
|
|
177
|
+
"end": 10.32,
|
|
178
|
+
"confidence": 1.0
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"text": "mystery",
|
|
182
|
+
"start": 10.32,
|
|
183
|
+
"end": 10.68,
|
|
184
|
+
"confidence": 1.0
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"text": "and",
|
|
188
|
+
"start": 10.68,
|
|
189
|
+
"end": 11.04,
|
|
190
|
+
"confidence": 0.98
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"text": "strategy.",
|
|
194
|
+
"start": 11.04,
|
|
195
|
+
"end": 11.46,
|
|
196
|
+
"confidence": 1.0
|
|
197
|
+
}
|
|
198
|
+
]
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"start": 12.68,
|
|
202
|
+
"end": 15.74,
|
|
203
|
+
"text": " A strategic companion in the realm of poker and beyond,",
|
|
204
|
+
"confidence": 0.97,
|
|
205
|
+
"words": [
|
|
206
|
+
{
|
|
207
|
+
"text": "A",
|
|
208
|
+
"start": 12.68,
|
|
209
|
+
"end": 12.8,
|
|
210
|
+
"confidence": 0.99
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"text": "strategic",
|
|
214
|
+
"start": 12.8,
|
|
215
|
+
"end": 13.22,
|
|
216
|
+
"confidence": 0.99
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"text": "companion",
|
|
220
|
+
"start": 13.22,
|
|
221
|
+
"end": 13.84,
|
|
222
|
+
"confidence": 1.0
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"text": "in",
|
|
226
|
+
"start": 13.84,
|
|
227
|
+
"end": 14.18,
|
|
228
|
+
"confidence": 1.0
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"text": "the",
|
|
232
|
+
"start": 14.18,
|
|
233
|
+
"end": 14.28,
|
|
234
|
+
"confidence": 1.0
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"text": "realm",
|
|
238
|
+
"start": 14.28,
|
|
239
|
+
"end": 14.48,
|
|
240
|
+
"confidence": 0.98
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"text": "of",
|
|
244
|
+
"start": 14.48,
|
|
245
|
+
"end": 14.64,
|
|
246
|
+
"confidence": 1.0
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"text": "poker",
|
|
250
|
+
"start": 14.64,
|
|
251
|
+
"end": 14.96,
|
|
252
|
+
"confidence": 0.9
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"text": "and",
|
|
256
|
+
"start": 14.96,
|
|
257
|
+
"end": 15.34,
|
|
258
|
+
"confidence": 0.86
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"text": "beyond,",
|
|
262
|
+
"start": 15.34,
|
|
263
|
+
"end": 15.74,
|
|
264
|
+
"confidence": 1.0
|
|
265
|
+
}
|
|
266
|
+
]
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"start": 16.02,
|
|
270
|
+
"end": 20.32,
|
|
271
|
+
"text": " the Nine of Spades wields influence from the sidelines, a silent architect of fate.",
|
|
272
|
+
"confidence": 0.98,
|
|
273
|
+
"words": [
|
|
274
|
+
{
|
|
275
|
+
"text": "the",
|
|
276
|
+
"start": 16.02,
|
|
277
|
+
"end": 16.18,
|
|
278
|
+
"confidence": 0.91
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"text": "Nine",
|
|
282
|
+
"start": 16.18,
|
|
283
|
+
"end": 16.38,
|
|
284
|
+
"confidence": 0.97
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"text": "of",
|
|
288
|
+
"start": 16.38,
|
|
289
|
+
"end": 16.54,
|
|
290
|
+
"confidence": 1.0
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"text": "Spades",
|
|
294
|
+
"start": 16.54,
|
|
295
|
+
"end": 16.86,
|
|
296
|
+
"confidence": 0.97
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"text": "wields",
|
|
300
|
+
"start": 16.86,
|
|
301
|
+
"end": 17.28,
|
|
302
|
+
"confidence": 0.99
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"text": "influence",
|
|
306
|
+
"start": 17.28,
|
|
307
|
+
"end": 17.66,
|
|
308
|
+
"confidence": 0.99
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"text": "from",
|
|
312
|
+
"start": 17.66,
|
|
313
|
+
"end": 17.92,
|
|
314
|
+
"confidence": 1.0
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"text": "the",
|
|
318
|
+
"start": 17.92,
|
|
319
|
+
"end": 18.08,
|
|
320
|
+
"confidence": 1.0
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"text": "sidelines,",
|
|
324
|
+
"start": 18.08,
|
|
325
|
+
"end": 18.7,
|
|
326
|
+
"confidence": 0.94
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"text": "a",
|
|
330
|
+
"start": 19.0,
|
|
331
|
+
"end": 19.08,
|
|
332
|
+
"confidence": 0.98
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"text": "silent",
|
|
336
|
+
"start": 19.08,
|
|
337
|
+
"end": 19.36,
|
|
338
|
+
"confidence": 1.0
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"text": "architect",
|
|
342
|
+
"start": 19.36,
|
|
343
|
+
"end": 19.8,
|
|
344
|
+
"confidence": 0.98
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"text": "of",
|
|
348
|
+
"start": 19.8,
|
|
349
|
+
"end": 20.06,
|
|
350
|
+
"confidence": 0.99
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"text": "fate.",
|
|
354
|
+
"start": 20.06,
|
|
355
|
+
"end": 20.32,
|
|
356
|
+
"confidence": 0.98
|
|
357
|
+
}
|
|
358
|
+
]
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"language": "en"
|
|
362
|
+
}
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,326 @@
|
|
|
1
|
+
{
|
|
2
|
+
"text": " The Joker Oh, the wild, unpredictable spirit it embodies. A trickster's delight, the Joker dances on the edge of reason, challenging the norms with a mischievous grin. In its chaos lies the essence of laughter and the unexpected, a wild card that keeps the game of life exhilarating.",
|
|
3
|
+
"segments": [
|
|
4
|
+
{
|
|
5
|
+
"start": 0.1,
|
|
6
|
+
"end": 4.54,
|
|
7
|
+
"text": " The Joker Oh, the wild, unpredictable spirit it embodies.",
|
|
8
|
+
"confidence": 0.87,
|
|
9
|
+
"words": [
|
|
10
|
+
{
|
|
11
|
+
"text": "The",
|
|
12
|
+
"start": 0.1,
|
|
13
|
+
"end": 0.24,
|
|
14
|
+
"confidence": 0.76
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"text": "Joker",
|
|
18
|
+
"start": 0.24,
|
|
19
|
+
"end": 0.54,
|
|
20
|
+
"confidence": 0.97
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"text": "Oh,",
|
|
24
|
+
"start": 0.54,
|
|
25
|
+
"end": 1.88,
|
|
26
|
+
"confidence": 0.42
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"text": "the",
|
|
30
|
+
"start": 2.22,
|
|
31
|
+
"end": 2.32,
|
|
32
|
+
"confidence": 0.94
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"text": "wild,",
|
|
36
|
+
"start": 2.32,
|
|
37
|
+
"end": 2.62,
|
|
38
|
+
"confidence": 0.89
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"text": "unpredictable",
|
|
42
|
+
"start": 2.86,
|
|
43
|
+
"end": 3.26,
|
|
44
|
+
"confidence": 0.99
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"text": "spirit",
|
|
48
|
+
"start": 3.26,
|
|
49
|
+
"end": 3.8,
|
|
50
|
+
"confidence": 0.97
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"text": "it",
|
|
54
|
+
"start": 3.8,
|
|
55
|
+
"end": 4.08,
|
|
56
|
+
"confidence": 0.97
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"text": "embodies.",
|
|
60
|
+
"start": 4.08,
|
|
61
|
+
"end": 4.54,
|
|
62
|
+
"confidence": 0.99
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"start": 5.7,
|
|
68
|
+
"end": 8.88,
|
|
69
|
+
"text": " A trickster's delight, the Joker dances on the edge of reason,",
|
|
70
|
+
"confidence": 0.96,
|
|
71
|
+
"words": [
|
|
72
|
+
{
|
|
73
|
+
"text": "A",
|
|
74
|
+
"start": 5.7,
|
|
75
|
+
"end": 5.84,
|
|
76
|
+
"confidence": 0.95
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"text": "trickster's",
|
|
80
|
+
"start": 5.84,
|
|
81
|
+
"end": 6.32,
|
|
82
|
+
"confidence": 0.97
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"text": "delight,",
|
|
86
|
+
"start": 6.32,
|
|
87
|
+
"end": 6.68,
|
|
88
|
+
"confidence": 1.0
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"text": "the",
|
|
92
|
+
"start": 6.98,
|
|
93
|
+
"end": 7.02,
|
|
94
|
+
"confidence": 0.85
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"text": "Joker",
|
|
98
|
+
"start": 7.02,
|
|
99
|
+
"end": 7.3,
|
|
100
|
+
"confidence": 0.98
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"text": "dances",
|
|
104
|
+
"start": 7.3,
|
|
105
|
+
"end": 7.76,
|
|
106
|
+
"confidence": 1.0
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"text": "on",
|
|
110
|
+
"start": 7.76,
|
|
111
|
+
"end": 8.08,
|
|
112
|
+
"confidence": 0.92
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"text": "the",
|
|
116
|
+
"start": 8.08,
|
|
117
|
+
"end": 8.28,
|
|
118
|
+
"confidence": 1.0
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"text": "edge",
|
|
122
|
+
"start": 8.28,
|
|
123
|
+
"end": 8.4,
|
|
124
|
+
"confidence": 0.97
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"text": "of",
|
|
128
|
+
"start": 8.4,
|
|
129
|
+
"end": 8.56,
|
|
130
|
+
"confidence": 0.99
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"text": "reason,",
|
|
134
|
+
"start": 8.56,
|
|
135
|
+
"end": 8.88,
|
|
136
|
+
"confidence": 0.97
|
|
137
|
+
}
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"start": 9.22,
|
|
142
|
+
"end": 15.16,
|
|
143
|
+
"text": " challenging the norms with a mischievous grin. In its chaos lies the essence of laughter and the",
|
|
144
|
+
"confidence": 0.89,
|
|
145
|
+
"words": [
|
|
146
|
+
{
|
|
147
|
+
"text": "challenging",
|
|
148
|
+
"start": 9.22,
|
|
149
|
+
"end": 9.54,
|
|
150
|
+
"confidence": 1.0
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"text": "the",
|
|
154
|
+
"start": 9.54,
|
|
155
|
+
"end": 9.82,
|
|
156
|
+
"confidence": 1.0
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"text": "norms",
|
|
160
|
+
"start": 9.82,
|
|
161
|
+
"end": 10.16,
|
|
162
|
+
"confidence": 0.99
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"text": "with",
|
|
166
|
+
"start": 10.16,
|
|
167
|
+
"end": 10.44,
|
|
168
|
+
"confidence": 0.99
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"text": "a",
|
|
172
|
+
"start": 10.44,
|
|
173
|
+
"end": 10.6,
|
|
174
|
+
"confidence": 0.98
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"text": "mischievous",
|
|
178
|
+
"start": 10.6,
|
|
179
|
+
"end": 10.96,
|
|
180
|
+
"confidence": 0.99
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"text": "grin.",
|
|
184
|
+
"start": 10.96,
|
|
185
|
+
"end": 11.32,
|
|
186
|
+
"confidence": 1.0
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"text": "In",
|
|
190
|
+
"start": 12.12,
|
|
191
|
+
"end": 12.5,
|
|
192
|
+
"confidence": 0.54
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"text": "its",
|
|
196
|
+
"start": 12.5,
|
|
197
|
+
"end": 12.66,
|
|
198
|
+
"confidence": 0.99
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"text": "chaos",
|
|
202
|
+
"start": 12.66,
|
|
203
|
+
"end": 13.12,
|
|
204
|
+
"confidence": 0.99
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"text": "lies",
|
|
208
|
+
"start": 13.12,
|
|
209
|
+
"end": 13.56,
|
|
210
|
+
"confidence": 0.71
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"text": "the",
|
|
214
|
+
"start": 13.56,
|
|
215
|
+
"end": 13.78,
|
|
216
|
+
"confidence": 0.99
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"text": "essence",
|
|
220
|
+
"start": 13.78,
|
|
221
|
+
"end": 14.04,
|
|
222
|
+
"confidence": 0.99
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"text": "of",
|
|
226
|
+
"start": 14.04,
|
|
227
|
+
"end": 14.28,
|
|
228
|
+
"confidence": 0.97
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"text": "laughter",
|
|
232
|
+
"start": 14.28,
|
|
233
|
+
"end": 14.64,
|
|
234
|
+
"confidence": 0.93
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"text": "and",
|
|
238
|
+
"start": 14.64,
|
|
239
|
+
"end": 15.02,
|
|
240
|
+
"confidence": 0.57
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"text": "the",
|
|
244
|
+
"start": 15.02,
|
|
245
|
+
"end": 15.16,
|
|
246
|
+
"confidence": 0.58
|
|
247
|
+
}
|
|
248
|
+
]
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"start": 15.76,
|
|
252
|
+
"end": 18.8,
|
|
253
|
+
"text": " unexpected, a wild card that keeps the game of life exhilarating.",
|
|
254
|
+
"confidence": 0.97,
|
|
255
|
+
"words": [
|
|
256
|
+
{
|
|
257
|
+
"text": "unexpected,",
|
|
258
|
+
"start": 15.76,
|
|
259
|
+
"end": 15.78,
|
|
260
|
+
"confidence": 0.98
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"text": "a",
|
|
264
|
+
"start": 16.1,
|
|
265
|
+
"end": 16.22,
|
|
266
|
+
"confidence": 1.0
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"text": "wild",
|
|
270
|
+
"start": 16.22,
|
|
271
|
+
"end": 16.42,
|
|
272
|
+
"confidence": 0.99
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"text": "card",
|
|
276
|
+
"start": 16.42,
|
|
277
|
+
"end": 16.78,
|
|
278
|
+
"confidence": 0.77
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"text": "that",
|
|
282
|
+
"start": 16.78,
|
|
283
|
+
"end": 17.06,
|
|
284
|
+
"confidence": 0.97
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"text": "keeps",
|
|
288
|
+
"start": 17.06,
|
|
289
|
+
"end": 17.3,
|
|
290
|
+
"confidence": 1.0
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"text": "the",
|
|
294
|
+
"start": 17.3,
|
|
295
|
+
"end": 17.5,
|
|
296
|
+
"confidence": 1.0
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"text": "game",
|
|
300
|
+
"start": 17.5,
|
|
301
|
+
"end": 17.68,
|
|
302
|
+
"confidence": 0.96
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"text": "of",
|
|
306
|
+
"start": 17.68,
|
|
307
|
+
"end": 17.86,
|
|
308
|
+
"confidence": 1.0
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"text": "life",
|
|
312
|
+
"start": 17.86,
|
|
313
|
+
"end": 18.04,
|
|
314
|
+
"confidence": 1.0
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"text": "exhilarating.",
|
|
318
|
+
"start": 18.04,
|
|
319
|
+
"end": 18.8,
|
|
320
|
+
"confidence": 0.99
|
|
321
|
+
}
|
|
322
|
+
]
|
|
323
|
+
}
|
|
324
|
+
],
|
|
325
|
+
"language": "en"
|
|
326
|
+
}
|
|
Binary file
|
|
Binary file
|