Add integration docs and synthetic command examples
This commit is contained in:
13
examples/normalize/bare-segments-array.json
Normal file
13
examples/normalize/bare-segments-array.json
Normal file
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"start": 2.5,
|
||||
"end": 3.0,
|
||||
"speaker": "Bob",
|
||||
"text": "later"
|
||||
},
|
||||
{
|
||||
"end": 2.0,
|
||||
"speaker": "",
|
||||
"text": "no start uses end"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user