Repository URL to install this package:
|
Version:
1.3.0 ▾
|
"use strict";
module.exports = {
"entityMap": {
"0": {
"type": "TOKEN",
"mutability": "IMMUTABLE",
"data": {
"type": "inaudible",
"timestamp": 0
}
},
"1": {
"type": "TOKEN",
"mutability": "IMMUTABLE",
"data": {
"type": "crosstalk",
"timestamp": 0
}
},
"2": {
"type": "TOKEN",
"mutability": "IMMUTABLE",
"data": {
"type": "inaudible",
"timestamp": 0
}
},
"3": {
"type": "TOKEN",
"mutability": "IMMUTABLE",
"data": {
"type": "inaudible",
"timestamp": 0
}
},
"4": {
"type": "TOKEN",
"mutability": "IMMUTABLE",
"data": {
"type": "crosstalk",
"timestamp": 0
}
},
"5": {
"type": "TOKEN",
"mutability": "IMMUTABLE",
"data": {
"type": "crosstalk",
"timestamp": 0
}
}
},
"blocks": [{
"key": "cmsa4",
"text": "Testing 123 [INAUDIBLE] and some other stuff [CROSSTALK] too",
"type": "unstyled",
"depth": 0,
"inlineStyleRanges": [],
"entityRanges": [{
"offset": 12,
"length": 11,
"key": 0
}, {
"offset": 45,
"length": 11,
"key": 1
}],
"data": {
"timestamp": 0
}
}, {
"key": "7lq47",
"text": "Yup Yup woot woot woot woot woot",
"type": "unstyled",
"depth": 0,
"inlineStyleRanges": [],
"entityRanges": [],
"data": {
"timestamp": 0
}
}, {
"key": "9nsa2",
"text": "adfadfasdf",
"type": "header-one",
"depth": 0,
"inlineStyleRanges": [],
"entityRanges": [],
"data": {
"timestamp": 0
}
}, {
"key": "as1n0",
"text": "this is pretty cool",
"type": "unstyled",
"depth": 0,
"inlineStyleRanges": [],
"entityRanges": [],
"data": {
"timestamp": 0
}
}, {
"key": "a96sn",
"text": "adsfasdf",
"type": "unstyled",
"depth": 0,
"inlineStyleRanges": [],
"entityRanges": [],
"data": {
"timestamp": 0
}
}, {
"key": "9dob6",
"text": "asdfasdfasdf [INAUDIBLE] and some.",
"type": "unstyled",
"depth": 0,
"inlineStyleRanges": [],
"entityRanges": [{
"offset": 13,
"length": 11,
"key": 2
}],
"data": {
"timestamp": 0
}
}, {
"key": "bq3h7",
"text": "aasdfadsfasdf [INAUDIBLE] Do you know the muffin man?",
"type": "unstyled",
"depth": 0,
"inlineStyleRanges": [],
"entityRanges": [{
"offset": 14,
"length": 11,
"key": 3
}],
"data": {
"timestamp": 0
}
}, {
"key": "83o81",
"text": "This is so cool [CROSSTALK] it actually works.",
"type": "unstyled",
"depth": 0,
"inlineStyleRanges": [],
"entityRanges": [{
"offset": 16,
"length": 11,
"key": 4
}],
"data": {
"timestamp": 0
}
}, {
"key": "1m2j2",
"text": "asdfasdf",
"type": "unstyled",
"depth": 0,
"inlineStyleRanges": [],
"entityRanges": [],
"data": {
"timestamp": 0
}
}, {
"key": "calo",
"text": "Speaker ONE hello, there",
"type": "unstyled",
"depth": 0,
"inlineStyleRanges": [{
"offset": 0,
"length": 12,
"style": "BOLD"
}],
"entityRanges": [],
"data": {
"timestamp": 0
}
}, {
"key": "bbicf",
"text": "Speaker TWO hi",
"type": "unstyled",
"depth": 0,
"inlineStyleRanges": [{
"offset": 0,
"length": 11,
"style": "BOLD"
}],
"entityRanges": [],
"data": {
"timestamp": 0
}
}, {
"key": "6fqna",
"text": "[CROSSTALK] and some other things we should talk about. ",
"type": "unstyled",
"depth": 0,
"inlineStyleRanges": [],
"entityRanges": [{
"offset": 0,
"length": 11,
"key": 5
}],
"data": {
"timestamp": 0
}
}]
/*
module.exports = {
"entityMap": {
"0": {
"type": "TOKEN",
"mutability": "IMMUTABLE",
"data": {
"type": "inaudible",
"timestamp": 0
}
},
"1": {
"type": "TOKEN",
"mutability": "IMMUTABLE",
"data": {
"type": "crosstalk",
"timestamp": 0
}
}
},
"blocks": [
{
"key": "cmsa4",
"text": "Testing 123 [INAUDIBLE] and some other stuff [CROSSTALK] too",
"type": "unstyled",
"depth": 0,
"inlineStyleRanges": [],
"entityRanges": [
{
"offset": 12,
"length": 11,
"key": 0
},
{
"offset": 45,
"length": 11,
"key": 1
}
],
"data": {
"timestamp": 0
}
},
{
"key": "7lq47",
"text": "Yup Yup",
"type": "unstyled",
"depth": 0,
"inlineStyleRanges": [],
"entityRanges": [],
"data": {
"timestamp": 0
}
}
]
}
*/
};