Skip to content

Instantly share code, notes, and snippets.

@pietrop
Created November 29, 2019 12:42
Show Gist options
  • Save pietrop/d807d1de6c3267dd53f4edf7904fea4c to your computer and use it in GitHub Desktop.
Save pietrop/d807d1de6c3267dd53f4edf7904fea4c to your computer and use it in GitHub Desktop.
example of how to interpolate DPE transcripts words with paragraphs
// some DPE transcript
const transcript = {
"words": [
{
"id": 0,
"start": 0.24,
"end": 0.56,
"text": "Wall"
},
{
"id": 1,
"start": 0.56,
"end": 0.84,
"text": "Street"
},
{
"id": 2,
"start": 0.84,
"end": 1.19,
"text": "Journal"
},
{
"id": 3,
"start": 1.19,
"end": 1.69,
"text": "Listeners"
},
{
"id": 4,
"start": 1.69,
"end": 1.91,
"text": "come"
},
{
"id": 5,
"start": 1.91,
"end": 2.1,
"text": "from"
},
{
"id": 6,
"start": 2.1,
"end": 2.5,
"text": "all"
},
{
"id": 7,
"start": 2.5,
"end": 2.82,
"text": "walks"
},
{
"id": 8,
"start": 2.82,
"end": 2.96,
"text": "of"
},
{
"id": 9,
"start": 2.96,
"end": 3.53,
"text": "life"
},
{
"id": 10,
"start": 3.53,
"end": 3.84,
"text": "and"
},
{
"id": 11,
"start": 3.84,
"end": 4.78,
"text": "business."
},
{
"id": 12,
"start": 4.78,
"end": 5.1,
"text": "And"
},
{
"id": 13,
"start": 5.1,
"end": 5.2,
"text": "no"
},
{
"id": 14,
"start": 5.2,
"end": 5.52,
"text": "matter"
},
{
"id": 15,
"start": 5.52,
"end": 5.78,
"text": "what"
},
{
"id": 16,
"start": 5.78,
"end": 6.02,
"text": "type"
},
{
"id": 17,
"start": 6.02,
"end": 6.15,
"text": "of"
},
{
"id": 18,
"start": 6.15,
"end": 6.58,
"text": "business"
},
{
"id": 19,
"start": 6.58,
"end": 6.77,
"text": "you're"
},
{
"id": 20,
"start": 6.77,
"end": 7.38,
"text": "in,"
},
{
"id": 21,
"start": 7.38,
"end": 7.56,
"text": "a"
},
{
"id": 22,
"start": 7.56,
"end": 8,
"text": "teepee"
},
{
"id": 23,
"start": 8,
"end": 8.12,
"text": "is"
},
{
"id": 24,
"start": 8.12,
"end": 8.45,
"text": "here"
},
{
"id": 25,
"start": 8.45,
"end": 8.6,
"text": "to"
},
{
"id": 26,
"start": 8.6,
"end": 8.89,
"text": "help"
},
{
"id": 27,
"start": 8.89,
"end": 9.01,
"text": "you"
},
{
"id": 28,
"start": 9.01,
"end": 9.44,
"text": "achieve"
},
{
"id": 29,
"start": 9.44,
"end": 9.6,
"text": "what"
},
{
"id": 30,
"start": 9.6,
"end": 9.75,
"text": "you're"
},
{
"id": 31,
"start": 9.75,
"end": 10.18,
"text": "working"
},
{
"id": 32,
"start": 10.18,
"end": 10.76,
"text": "for."
},
{
"id": 33,
"start": 10.76,
"end": 11.02,
"text": "With"
},
{
"id": 34,
"start": 11.02,
"end": 11.76,
"text": "HR"
},
{
"id": 35,
"start": 11.76,
"end": 12.46,
"text": "Talent,"
},
{
"id": 36,
"start": 12.46,
"end": 13.09,
"text": "time"
},
{
"id": 37,
"start": 13.09,
"end": 13.67,
"text": "benefits"
},
{
"id": 38,
"start": 13.67,
"end": 13.8,
"text": "and"
},
{
"id": 39,
"start": 13.8,
"end": 14.44,
"text": "payroll"
},
{
"id": 40,
"start": 14.44,
"end": 15.04,
"text": "informed"
},
{
"id": 41,
"start": 15.04,
"end": 15.21,
"text": "by"
},
{
"id": 42,
"start": 15.21,
"end": 15.77,
"text": "data"
},
{
"id": 43,
"start": 15.77,
"end": 16.08,
"text": "and"
},
{
"id": 44,
"start": 16.08,
"end": 16.6,
"text": "designed"
},
{
"id": 45,
"start": 16.6,
"end": 16.76,
"text": "for"
},
{
"id": 46,
"start": 16.76,
"end": 17.48,
"text": "people."
},
{
"id": 47,
"start": 17.48,
"end": 17.84,
"text": "Learn"
},
{
"id": 48,
"start": 17.84,
"end": 18.25,
"text": "more"
},
{
"id": 49,
"start": 18.25,
"end": 18.39,
"text": "at"
},
{
"id": 50,
"start": 18.39,
"end": 19.04,
"text": "design."
},
{
"id": 51,
"start": 19.04,
"end": 19.3,
"text": "Don"
},
{
"id": 52,
"start": 19.3,
"end": 19.49,
"text": "a"
},
{
"id": 53,
"start": 19.49,
"end": 19.97,
"text": "Teepee"
},
{
"id": 54,
"start": 19.97,
"end": 20.24,
"text": "doc."
},
{
"id": 55,
"start": 20.24,
"end": 21.24,
"text": "Com"
},
{
"id": 56,
"start": 21.24,
"end": 22.09,
"text": "Twitter"
},
{
"id": 57,
"start": 22.09,
"end": 22.31,
"text": "is"
},
{
"id": 58,
"start": 22.31,
"end": 22.9,
"text": "banning"
},
{
"id": 59,
"start": 22.9,
"end": 23.5,
"text": "political"
},
{
"id": 60,
"start": 23.5,
"end": 24.36,
"text": "ads."
},
{
"id": 61,
"start": 24.36,
"end": 24.74,
"text": "Jack"
},
{
"id": 62,
"start": 24.74,
"end": 25.2,
"text": "Dorsey"
},
{
"id": 63,
"start": 25.2,
"end": 25.62,
"text": "Shock"
},
{
"id": 64,
"start": 25.62,
"end": 25.76,
"text": "A"
},
{
"id": 65,
"start": 25.76,
"end": 26.04,
"text": "lot"
},
{
"id": 66,
"start": 26.04,
"end": 26.12,
"text": "of"
},
{
"id": 67,
"start": 26.12,
"end": 26.49,
"text": "people"
},
{
"id": 68,
"start": 26.49,
"end": 26.87,
"text": "saying"
},
{
"id": 69,
"start": 26.87,
"end": 27.01,
"text": "that"
},
{
"id": 70,
"start": 27.01,
"end": 27.33,
"text": "Twitter"
},
{
"id": 71,
"start": 27.33,
"end": 27.46,
"text": "is"
},
{
"id": 72,
"start": 27.46,
"end": 27.76,
"text": "going"
},
{
"id": 73,
"start": 27.76,
"end": 27.97,
"text": "to"
},
{
"id": 74,
"start": 27.97,
"end": 28.37,
"text": "stop"
},
{
"id": 75,
"start": 28.37,
"end": 28.86,
"text": "political"
},
{
"id": 76,
"start": 28.86,
"end": 29.79,
"text": "ads."
},
{
"id": 77,
"start": 29.79,
"end": 30.18,
"text": "And"
},
{
"id": 78,
"start": 30.18,
"end": 30.36,
"text": "as"
},
{
"id": 79,
"start": 30.36,
"end": 30.74,
"text": "iPhone"
},
{
"id": 80,
"start": 30.74,
"end": 31.04,
"text": "sales"
},
{
"id": 81,
"start": 31.04,
"end": 31.66,
"text": "decline,"
},
{
"id": 82,
"start": 31.66,
"end": 32.12,
"text": "Apple"
},
{
"id": 83,
"start": 32.12,
"end": 32.59,
"text": "looks"
},
{
"id": 84,
"start": 32.59,
"end": 32.76,
"text": "to"
},
{
"id": 85,
"start": 32.76,
"end": 33.19,
"text": "service"
},
{
"id": 86,
"start": 33.19,
"end": 33.7,
"text": "is"
},
{
"id": 87,
"start": 33.7,
"end": 34.28,
"text": "through."
},
{
"id": 88,
"start": 34.28,
"end": 34.44,
"text": "This"
},
{
"id": 89,
"start": 34.44,
"end": 34.77,
"text": "service"
},
{
"id": 90,
"start": 34.77,
"end": 34.92,
"text": "is"
},
{
"id": 91,
"start": 34.92,
"end": 35.01,
"text": "a"
},
{
"id": 92,
"start": 35.01,
"end": 35.33,
"text": "long"
},
{
"id": 93,
"start": 35.33,
"end": 35.55,
"text": "time"
},
{
"id": 94,
"start": 35.55,
"end": 35.63,
"text": "in"
},
{
"id": 95,
"start": 35.63,
"end": 35.71,
"text": "the"
},
{
"id": 96,
"start": 35.71,
"end": 36.64,
"text": "making."
},
{
"id": 97,
"start": 36.64,
"end": 36.99,
"text": "Plus,"
},
{
"id": 98,
"start": 36.99,
"end": 37.21,
"text": "Hong"
},
{
"id": 99,
"start": 37.21,
"end": 37.49,
"text": "Kong's"
},
{
"id": 100,
"start": 37.49,
"end": 38.01,
"text": "economy"
},
{
"id": 101,
"start": 38.01,
"end": 38.58,
"text": "officially"
},
{
"id": 102,
"start": 38.58,
"end": 38.98,
"text": "enters"
},
{
"id": 103,
"start": 38.98,
"end": 39.04,
"text": "a"
},
{
"id": 104,
"start": 39.04,
"end": 39.64,
"text": "recession"
},
{
"id": 105,
"start": 39.64,
"end": 39.99,
"text": "after"
},
{
"id": 106,
"start": 39.99,
"end": 40.45,
"text": "months"
},
{
"id": 107,
"start": 40.45,
"end": 40.57,
"text": "of"
},
{
"id": 108,
"start": 40.57,
"end": 41.84,
"text": "protests."
},
{
"id": 109,
"start": 41.84,
"end": 42.09,
"text": "This"
},
{
"id": 110,
"start": 42.09,
"end": 42.22,
"text": "is"
},
{
"id": 111,
"start": 42.22,
"end": 42.45,
"text": "what's"
},
{
"id": 112,
"start": 42.45,
"end": 42.72,
"text": "news"
},
{
"id": 113,
"start": 42.72,
"end": 42.88,
"text": "from"
},
{
"id": 114,
"start": 42.88,
"end": 42.95,
"text": "The"
},
{
"id": 115,
"start": 42.95,
"end": 43.11,
"text": "Wall"
},
{
"id": 116,
"start": 43.11,
"end": 43.36,
"text": "Street"
},
{
"id": 117,
"start": 43.36,
"end": 43.88,
"text": "Journal."
},
{
"id": 118,
"start": 43.88,
"end": 44.07,
"text": "I'm"
},
{
"id": 119,
"start": 44.07,
"end": 44.28,
"text": "Kim"
},
{
"id": 120,
"start": 44.28,
"end": 44.99,
"text": "Gilson."
},
{
"id": 121,
"start": 44.99,
"end": 45.28,
"text": "Let's"
},
{
"id": 122,
"start": 45.28,
"end": 45.5,
"text": "get"
},
{
"id": 123,
"start": 45.5,
"end": 52.99,
"text": "started"
},
{
"id": 124,
"start": 52.99,
"end": 53.33,
"text": "now"
},
{
"id": 125,
"start": 53.33,
"end": 53.63,
"text": "before"
},
{
"id": 126,
"start": 53.63,
"end": 53.74,
"text": "we"
},
{
"id": 127,
"start": 53.74,
"end": 53.99,
"text": "take"
},
{
"id": 128,
"start": 53.99,
"end": 54.06,
"text": "a"
},
{
"id": 129,
"start": 54.06,
"end": 54.45,
"text": "closer"
},
{
"id": 130,
"start": 54.45,
"end": 54.7,
"text": "look"
},
{
"id": 131,
"start": 54.7,
"end": 54.78,
"text": "at"
},
{
"id": 132,
"start": 54.78,
"end": 54.92,
"text": "why"
},
{
"id": 133,
"start": 54.92,
"end": 55.3,
"text": "Twitter"
},
{
"id": 134,
"start": 55.3,
"end": 55.52,
"text": "has"
},
{
"id": 135,
"start": 55.52,
"end": 56.05,
"text": "decided"
},
{
"id": 136,
"start": 56.05,
"end": 56.16,
"text": "to"
},
{
"id": 137,
"start": 56.16,
"end": 56.64,
"text": "ban"
},
{
"id": 138,
"start": 56.64,
"end": 57.13,
"text": "political"
},
{
"id": 139,
"start": 57.13,
"end": 57.61,
"text": "ads."
},
{
"id": 140,
"start": 57.61,
"end": 58.03,
"text": "Here's"
},
{
"id": 141,
"start": 58.03,
"end": 58.16,
"text": "what"
},
{
"id": 142,
"start": 58.16,
"end": 58.3,
"text": "you"
},
{
"id": 143,
"start": 58.3,
"end": 59.24,
"text": "missed."
},
{
"id": 144,
"start": 59.24,
"end": 59.74,
"text": "Apple"
},
{
"id": 145,
"start": 59.74,
"end": 60.18,
"text": "reported"
},
{
"id": 146,
"start": 60.18,
"end": 60.35,
"text": "its"
},
{
"id": 147,
"start": 60.35,
"end": 60.7,
"text": "earnings"
},
{
"id": 148,
"start": 60.7,
"end": 61.04,
"text": "after"
},
{
"id": 149,
"start": 61.04,
"end": 61.13,
"text": "the"
},
{
"id": 150,
"start": 61.13,
"end": 61.34,
"text": "bell"
},
{
"id": 151,
"start": 61.34,
"end": 62.14,
"text": "yesterday."
},
{
"id": 152,
"start": 62.14,
"end": 62.26,
"text": "The"
},
{
"id": 153,
"start": 62.26,
"end": 62.46,
"text": "tech"
},
{
"id": 154,
"start": 62.46,
"end": 62.78,
"text": "giant"
},
{
"id": 155,
"start": 62.78,
"end": 62.98,
"text": "said"
},
{
"id": 156,
"start": 62.98,
"end": 63.14,
"text": "that"
},
{
"id": 157,
"start": 63.14,
"end": 63.61,
"text": "revenues"
},
{
"id": 158,
"start": 63.61,
"end": 63.94,
"text": "rose"
},
{
"id": 159,
"start": 63.94,
"end": 64.05,
"text": "in"
},
{
"id": 160,
"start": 64.05,
"end": 64.14,
"text": "the"
},
{
"id": 161,
"start": 64.14,
"end": 64.47,
"text": "latest"
},
{
"id": 162,
"start": 64.47,
"end": 64.91,
"text": "quarter"
},
{
"id": 163,
"start": 64.91,
"end": 65.35,
"text": "even"
},
{
"id": 164,
"start": 65.35,
"end": 65.5,
"text": "as"
},
{
"id": 165,
"start": 65.5,
"end": 65.92,
"text": "sales"
},
{
"id": 166,
"start": 65.92,
"end": 66.1,
"text": "of"
},
{
"id": 167,
"start": 66.1,
"end": 66.72,
"text": "iPhones"
},
{
"id": 168,
"start": 66.72,
"end": 67.21,
"text": "declined"
},
{
"id": 169,
"start": 67.21,
"end": 68.1,
"text": "further"
},
{
"id": 170,
"start": 68.1,
"end": 68.31,
"text": "from"
},
{
"id": 171,
"start": 68.31,
"end": 68.5,
"text": "San"
},
{
"id": 172,
"start": 68.5,
"end": 68.98,
"text": "Francisco."
},
{
"id": 173,
"start": 68.98,
"end": 69.23,
"text": "Tripp"
},
{
"id": 174,
"start": 69.23,
"end": 69.57,
"text": "Mickle"
},
{
"id": 175,
"start": 69.57,
"end": 69.94,
"text": "has"
},
{
"id": 176,
"start": 69.94,
"end": 71.04,
"text": "more."
},
{
"id": 177,
"start": 71.04,
"end": 71.47,
"text": "The"
},
{
"id": 178,
"start": 71.47,
"end": 71.97,
"text": "iPhone"
},
{
"id": 179,
"start": 71.97,
"end": 72.71,
"text": "continues"
},
{
"id": 180,
"start": 72.71,
"end": 72.8,
"text": "to"
},
{
"id": 181,
"start": 72.8,
"end": 73.07,
"text": "wail"
},
{
"id": 182,
"start": 73.07,
"end": 73.19,
"text": "in"
},
{
"id": 183,
"start": 73.19,
"end": 73.37,
"text": "this"
},
{
"id": 184,
"start": 73.37,
"end": 73.94,
"text": "company."
},
{
"id": 185,
"start": 73.94,
"end": 74.6,
"text": "Sales"
},
{
"id": 186,
"start": 74.6,
"end": 74.71,
"text": "were"
},
{
"id": 187,
"start": 74.71,
"end": 75.13,
"text": "down"
},
{
"id": 188,
"start": 75.13,
"end": 75.39,
"text": "another"
},
{
"id": 189,
"start": 75.39,
"end": 75.98,
"text": "9%"
},
{
"id": 190,
"start": 75.98,
"end": 76.14,
"text": "this"
},
{
"id": 191,
"start": 76.14,
"end": 77.14,
"text": "quarter."
},
{
"id": 192,
"start": 77.14,
"end": 77.38,
"text": "But"
},
{
"id": 193,
"start": 77.38,
"end": 77.53,
"text": "what"
},
{
"id": 194,
"start": 77.53,
"end": 77.87,
"text": "Apple's"
},
{
"id": 195,
"start": 77.87,
"end": 78,
"text": "been"
},
{
"id": 196,
"start": 78,
"end": 78.18,
"text": "able"
},
{
"id": 197,
"start": 78.18,
"end": 78.26,
"text": "to"
},
{
"id": 198,
"start": 78.26,
"end": 78.52,
"text": "do"
},
{
"id": 199,
"start": 78.52,
"end": 78.64,
"text": "is"
},
{
"id": 200,
"start": 78.64,
"end": 79.05,
"text": "find"
},
{
"id": 201,
"start": 79.05,
"end": 79.52,
"text": "growth"
},
{
"id": 202,
"start": 79.52,
"end": 79.73,
"text": "from"
},
{
"id": 203,
"start": 79.73,
"end": 80.04,
"text": "other"
},
{
"id": 204,
"start": 80.04,
"end": 81.1,
"text": "businesses."
},
{
"id": 205,
"start": 81.1,
"end": 81.38,
"text": "In"
},
{
"id": 206,
"start": 81.38,
"end": 81.83,
"text": "particular,"
},
{
"id": 207,
"start": 81.83,
"end": 82.01,
"text": "This"
},
{
"id": 208,
"start": 82.01,
"end": 82.89,
"text": "quarter"
},
{
"id": 209,
"start": 82.89,
"end": 83.74,
"text": "service's"
},
{
"id": 210,
"start": 83.74,
"end": 84.01,
"text": "and"
},
{
"id": 211,
"start": 84.01,
"end": 84.93,
"text": "wearables"
},
{
"id": 212,
"start": 84.93,
"end": 85.56,
"text": "were"
},
{
"id": 213,
"start": 85.56,
"end": 85.86,
"text": "big"
},
{
"id": 214,
"start": 85.86,
"end": 86.49,
"text": "breakout"
},
{
"id": 215,
"start": 86.49,
"end": 87.2,
"text": "stars."
},
{
"id": 216,
"start": 87.2,
"end": 87.38,
"text": "It"
},
{
"id": 217,
"start": 87.38,
"end": 87.65,
"text": "also"
},
{
"id": 218,
"start": 87.65,
"end": 87.88,
"text": "got,"
},
{
"id": 219,
"start": 87.88,
"end": 88.3,
"text": "ah,"
},
{
"id": 220,
"start": 88.3,
"end": 88.52,
"text": "big"
},
{
"id": 221,
"start": 88.52,
"end": 88.79,
"text": "boost"
},
{
"id": 222,
"start": 88.79,
"end": 88.95,
"text": "from"
},
{
"id": 223,
"start": 88.95,
"end": 89.1,
"text": "its"
},
{
"id": 224,
"start": 89.1,
"end": 89.56,
"text": "iPad"
},
{
"id": 225,
"start": 89.56,
"end": 89.99,
"text": "business."
},
{
"id": 226,
"start": 89.99,
"end": 90.2,
"text": "All"
},
{
"id": 227,
"start": 90.2,
"end": 90.51,
"text": "three"
},
{
"id": 228,
"start": 90.51,
"end": 90.6,
"text": "of"
},
{
"id": 229,
"start": 90.6,
"end": 90.79,
"text": "those"
},
{
"id": 230,
"start": 90.79,
"end": 91.53,
"text": "businesses"
},
{
"id": 231,
"start": 91.53,
"end": 92.09,
"text": "delivered"
},
{
"id": 232,
"start": 92.09,
"end": 92.65,
"text": "solid"
},
{
"id": 233,
"start": 92.65,
"end": 93.64,
"text": "growth."
},
{
"id": 234,
"start": 93.64,
"end": 93.97,
"text": "One"
},
{
"id": 235,
"start": 93.97,
"end": 94.32,
"text": "big"
},
{
"id": 236,
"start": 94.32,
"end": 94.51,
"text": "bet"
},
{
"id": 237,
"start": 94.51,
"end": 94.64,
"text": "that"
},
{
"id": 238,
"start": 94.64,
"end": 94.96,
"text": "apples"
},
{
"id": 239,
"start": 94.96,
"end": 95.26,
"text": "making"
},
{
"id": 240,
"start": 95.26,
"end": 95.39,
"text": "on"
},
{
"id": 241,
"start": 95.39,
"end": 95.92,
"text": "service's"
},
{
"id": 242,
"start": 95.92,
"end": 96.42,
"text": "launches"
},
{
"id": 243,
"start": 96.42,
"end": 96.64,
"text": "on"
},
{
"id": 244,
"start": 96.64,
"end": 97.34,
"text": "Friday."
},
{
"id": 245,
"start": 97.34,
"end": 97.71,
"text": "That's"
},
{
"id": 246,
"start": 97.71,
"end": 98.03,
"text": "Apple"
},
{
"id": 247,
"start": 98.03,
"end": 98.36,
"text": "TV"
},
{
"id": 248,
"start": 98.36,
"end": 98.65,
"text": "plus,"
},
{
"id": 249,
"start": 98.65,
"end": 98.74,
"text": "of"
},
{
"id": 250,
"start": 98.74,
"end": 99.08,
"text": "course,"
},
{
"id": 251,
"start": 99.08,
"end": 99.28,
"text": "which"
},
{
"id": 252,
"start": 99.28,
"end": 99.4,
"text": "will"
},
{
"id": 253,
"start": 99.4,
"end": 99.73,
"text": "come"
},
{
"id": 254,
"start": 99.73,
"end": 100.04,
"text": "with"
},
{
"id": 255,
"start": 100.04,
"end": 100.4,
"text": "nine"
},
{
"id": 256,
"start": 100.4,
"end": 100.77,
"text": "shows."
},
{
"id": 257,
"start": 100.77,
"end": 101.72,
"text": "Initially,"
},
{
"id": 258,
"start": 101.72,
"end": 101.84,
"text": "the"
},
{
"id": 259,
"start": 101.84,
"end": 102.24,
"text": "flagship"
},
{
"id": 260,
"start": 102.24,
"end": 102.46,
"text": "show"
},
{
"id": 261,
"start": 102.46,
"end": 102.6,
"text": "will"
},
{
"id": 262,
"start": 102.6,
"end": 102.71,
"text": "be"
},
{
"id": 263,
"start": 102.71,
"end": 102.8,
"text": "The"
},
{
"id": 264,
"start": 102.8,
"end": 103.12,
"text": "Morning"
},
{
"id": 265,
"start": 103.12,
"end": 103.37,
"text": "Show,"
},
{
"id": 266,
"start": 103.37,
"end": 103.72,
"text": "starring"
},
{
"id": 267,
"start": 103.72,
"end": 104.03,
"text": "Steve"
},
{
"id": 268,
"start": 104.03,
"end": 104.38,
"text": "Carell,"
},
{
"id": 269,
"start": 104.38,
"end": 104.78,
"text": "Jennifer"
},
{
"id": 270,
"start": 104.78,
"end": 105.36,
"text": "Aniston"
},
{
"id": 271,
"start": 105.36,
"end": 105.68,
"text": "and"
},
{
"id": 272,
"start": 105.68,
"end": 105.91,
"text": "Reese"
},
{
"id": 273,
"start": 105.91,
"end": 106.46,
"text": "Witherspoon."
},
{
"id": 274,
"start": 106.46,
"end": 106.53,
"text": "In"
},
{
"id": 275,
"start": 106.53,
"end": 106.67,
"text": "the"
},
{
"id": 276,
"start": 106.67,
"end": 107.1,
"text": "drama"
},
{
"id": 277,
"start": 107.1,
"end": 107.34,
"text": "about"
},
{
"id": 278,
"start": 107.34,
"end": 107.4,
"text": "a"
},
{
"id": 279,
"start": 107.4,
"end": 107.8,
"text": "news"
},
{
"id": 280,
"start": 107.8,
"end": 108.18,
"text": "morning"
},
{
"id": 281,
"start": 108.18,
"end": 108.69,
"text": "show"
},
{
"id": 282,
"start": 108.69,
"end": 109.03,
"text": "like"
},
{
"id": 283,
"start": 109.03,
"end": 109.14,
"text": "The"
},
{
"id": 284,
"start": 109.14,
"end": 109.42,
"text": "Today"
},
{
"id": 285,
"start": 109.42,
"end": 110.28,
"text": "Show,"
},
{
"id": 286,
"start": 110.28,
"end": 110.52,
"text": "Tripp"
},
{
"id": 287,
"start": 110.52,
"end": 110.72,
"text": "says"
},
{
"id": 288,
"start": 110.72,
"end": 110.82,
"text": "the"
},
{
"id": 289,
"start": 110.82,
"end": 111.12,
"text": "launch"
},
{
"id": 290,
"start": 111.12,
"end": 111.47,
"text": "marks"
},
{
"id": 291,
"start": 111.47,
"end": 111.58,
"text": "a"
},
{
"id": 292,
"start": 111.58,
"end": 112.16,
"text": "departure"
},
{
"id": 293,
"start": 112.16,
"end": 112.3,
"text": "and"
},
{
"id": 294,
"start": 112.3,
"end": 112.81,
"text": "strategy"
},
{
"id": 295,
"start": 112.81,
"end": 112.99,
"text": "for"
},
{
"id": 296,
"start": 112.99,
"end": 113.84,
"text": "Apple."
},
{
"id": 297,
"start": 113.84,
"end": 114.16,
"text": "Yeah,"
},
{
"id": 298,
"start": 114.16,
"end": 114.22,
"text": "it"
},
{
"id": 299,
"start": 114.22,
"end": 114.34,
"text": "was"
},
{
"id": 300,
"start": 114.34,
"end": 114.41,
"text": "a"
},
{
"id": 301,
"start": 114.41,
"end": 114.62,
"text": "little"
},
{
"id": 302,
"start": 114.62,
"end": 114.85,
"text": "late"
},
{
"id": 303,
"start": 114.85,
"end": 114.96,
"text": "to"
},
{
"id": 304,
"start": 114.96,
"end": 115.17,
"text": "this"
},
{
"id": 305,
"start": 115.17,
"end": 115.46,
"text": "game,"
},
{
"id": 306,
"start": 115.46,
"end": 115.76,
"text": "right?"
},
{
"id": 307,
"start": 115.76,
"end": 115.8,
"text": "I"
},
{
"id": 308,
"start": 115.8,
"end": 115.95,
"text": "mean,"
},
{
"id": 309,
"start": 115.95,
"end": 116.18,
"text": "even"
},
{
"id": 310,
"start": 116.18,
"end": 116.3,
"text": "if"
},
{
"id": 311,
"start": 116.3,
"end": 116.4,
"text": "you"
},
{
"id": 312,
"start": 116.4,
"end": 116.57,
"text": "think"
},
{
"id": 313,
"start": 116.57,
"end": 116.87,
"text": "about"
},
{
"id": 314,
"start": 116.87,
"end": 117.18,
"text": "when"
},
{
"id": 315,
"start": 117.18,
"end": 117.71,
"text": "Amazon"
},
{
"id": 316,
"start": 117.71,
"end": 118,
"text": "jumped"
},
{
"id": 317,
"start": 118,
"end": 118.2,
"text": "in,"
},
{
"id": 318,
"start": 118.2,
"end": 118.28,
"text": "it"
},
{
"id": 319,
"start": 118.28,
"end": 118.45,
"text": "was"
},
{
"id": 320,
"start": 118.45,
"end": 118.52,
"text": "a"
},
{
"id": 321,
"start": 118.52,
"end": 118.75,
"text": "few"
},
{
"id": 322,
"start": 118.75,
"end": 119.08,
"text": "years"
},
{
"id": 323,
"start": 119.08,
"end": 119.73,
"text": "ago,"
},
{
"id": 324,
"start": 119.73,
"end": 120,
"text": "when"
},
{
"id": 325,
"start": 120,
"end": 120.11,
"text": "it"
},
{
"id": 326,
"start": 120.11,
"end": 120.42,
"text": "began"
},
{
"id": 327,
"start": 120.42,
"end": 120.77,
"text": "offering"
},
{
"id": 328,
"start": 120.77,
"end": 121.14,
"text": "original"
},
{
"id": 329,
"start": 121.14,
"end": 121.46,
"text": "shows"
},
{
"id": 330,
"start": 121.46,
"end": 121.54,
"text": "of"
},
{
"id": 331,
"start": 121.54,
"end": 121.73,
"text": "its"
},
{
"id": 332,
"start": 121.73,
"end": 122.39,
"text": "own."
},
{
"id": 333,
"start": 122.39,
"end": 122.59,
"text": "So"
},
{
"id": 334,
"start": 122.59,
"end": 122.73,
"text": "it's"
},
{
"id": 335,
"start": 122.73,
"end": 122.89,
"text": "got"
},
{
"id": 336,
"start": 122.89,
"end": 122.95,
"text": "a"
},
{
"id": 337,
"start": 122.95,
"end": 123.15,
"text": "head"
},
{
"id": 338,
"start": 123.15,
"end": 123.9,
"text": "start"
},
{
"id": 339,
"start": 123.9,
"end": 124.58,
"text": "Netflix"
},
{
"id": 340,
"start": 124.58,
"end": 125.18,
"text": "launched."
},
{
"id": 341,
"start": 125.18,
"end": 125.39,
"text": "It"
},
{
"id": 342,
"start": 125.39,
"end": 125.94,
"text": "shows"
},
{
"id": 343,
"start": 125.94,
"end": 126.7,
"text": "back"
},
{
"id": 344,
"start": 126.7,
"end": 127.24,
"text": "earlier"
},
{
"id": 345,
"start": 127.24,
"end": 127.36,
"text": "in"
},
{
"id": 346,
"start": 127.36,
"end": 127.5,
"text": "the"
},
{
"id": 347,
"start": 127.5,
"end": 128.49,
"text": "decade"
},
{
"id": 348,
"start": 128.49,
"end": 128.98,
"text": "s"
},
{
"id": 349,
"start": 128.98,
"end": 129.05,
"text": "Oh,"
},
{
"id": 350,
"start": 129.05,
"end": 129.18,
"text": "it's"
},
{
"id": 351,
"start": 129.18,
"end": 129.34,
"text": "got"
},
{
"id": 352,
"start": 129.34,
"end": 129.39,
"text": "a"
},
{
"id": 353,
"start": 129.39,
"end": 130.07,
"text": "significant"
},
{
"id": 354,
"start": 130.07,
"end": 130.56,
"text": "head"
},
{
"id": 355,
"start": 130.56,
"end": 131.54,
"text": "start"
},
{
"id": 356,
"start": 131.54,
"end": 132.17,
"text": "and"
},
{
"id": 357,
"start": 132.17,
"end": 132.39,
"text": "you've"
},
{
"id": 358,
"start": 132.39,
"end": 132.71,
"text": "got"
},
{
"id": 359,
"start": 132.71,
"end": 133.49,
"text": "HBO"
},
{
"id": 360,
"start": 133.49,
"end": 133.71,
"text": "in"
},
{
"id": 361,
"start": 133.71,
"end": 134.03,
"text": "this"
},
{
"id": 362,
"start": 134.03,
"end": 134.31,
"text": "in"
},
{
"id": 363,
"start": 134.31,
"end": 134.5,
"text": "this"
},
{
"id": 364,
"start": 134.5,
"end": 134.94,
"text": "field,"
},
{
"id": 365,
"start": 134.94,
"end": 135.06,
"text": "you've"
},
{
"id": 366,
"start": 135.06,
"end": 135.43,
"text": "got"
},
{
"id": 367,
"start": 135.43,
"end": 136.19,
"text": "Disney"
},
{
"id": 368,
"start": 136.19,
"end": 136.4,
"text": "with"
},
{
"id": 369,
"start": 136.4,
"end": 136.76,
"text": "the"
},
{
"id": 370,
"start": 136.76,
"end": 137.33,
"text": "Anaugh"
},
{
"id": 371,
"start": 137.33,
"end": 137.55,
"text": "Fring"
},
{
"id": 372,
"start": 137.55,
"end": 137.84,
"text": "coming"
},
{
"id": 373,
"start": 137.84,
"end": 138.03,
"text": "that's"
},
{
"id": 374,
"start": 138.03,
"end": 138.33,
"text": "going"
},
{
"id": 375,
"start": 138.33,
"end": 138.4,
"text": "to"
},
{
"id": 376,
"start": 138.4,
"end": 138.86,
"text": "include"
},
{
"id": 377,
"start": 138.86,
"end": 139.23,
"text": "a"
},
{
"id": 378,
"start": 139.23,
"end": 139.97,
"text": "flagship"
},
{
"id": 379,
"start": 139.97,
"end": 140.37,
"text": "shows"
},
{
"id": 380,
"start": 140.37,
"end": 140.67,
"text": "around"
},
{
"id": 381,
"start": 140.67,
"end": 140.76,
"text": "this"
},
{
"id": 382,
"start": 140.76,
"end": 141.07,
"text": "Star"
},
{
"id": 383,
"start": 141.07,
"end": 141.32,
"text": "Wars"
},
{
"id": 384,
"start": 141.32,
"end": 142.14,
"text": "brand."
},
{
"id": 385,
"start": 142.14,
"end": 142.53,
"text": "Apple"
},
{
"id": 386,
"start": 142.53,
"end": 142.79,
"text": "doesn't"
},
{
"id": 387,
"start": 142.79,
"end": 142.89,
"text": "have"
},
{
"id": 388,
"start": 142.89,
"end": 143.06,
"text": "any"
},
{
"id": 389,
"start": 143.06,
"end": 143.14,
"text": "of"
},
{
"id": 390,
"start": 143.14,
"end": 143.44,
"text": "that,"
},
{
"id": 391,
"start": 143.44,
"end": 144.03,
"text": "Um,"
},
{
"id": 392,
"start": 144.03,
"end": 144.22,
"text": "nor"
},
{
"id": 393,
"start": 144.22,
"end": 144.38,
"text": "does"
},
{
"id": 394,
"start": 144.38,
"end": 144.49,
"text": "it"
},
{
"id": 395,
"start": 144.49,
"end": 144.87,
"text": "have"
},
{
"id": 396,
"start": 144.87,
"end": 144.98,
"text": "the"
},
{
"id": 397,
"start": 144.98,
"end": 145.32,
"text": "deep"
},
{
"id": 398,
"start": 145.32,
"end": 146.06,
"text": "libraries"
},
{
"id": 399,
"start": 146.06,
"end": 146.24,
"text": "that"
},
{
"id": 400,
"start": 146.24,
"end": 146.45,
"text": "all"
},
{
"id": 401,
"start": 146.45,
"end": 147.29,
"text": "those"
},
{
"id": 402,
"start": 147.29,
"end": 148.93,
"text": "competitors"
},
{
"id": 403,
"start": 148.93,
"end": 149.12,
"text": "are"
},
{
"id": 404,
"start": 149.12,
"end": 149.9,
"text": "ableto"
},
{
"id": 405,
"start": 149.9,
"end": 150.03,
"text": "to"
},
{
"id": 406,
"start": 150.03,
"end": 150.54,
"text": "tout"
},
{
"id": 407,
"start": 150.54,
"end": 150.78,
"text": "and"
},
{
"id": 408,
"start": 150.78,
"end": 151.12,
"text": "offer"
},
{
"id": 409,
"start": 151.12,
"end": 151.25,
"text": "to"
},
{
"id": 410,
"start": 151.25,
"end": 152.08,
"text": "subscribers."
},
{
"id": 411,
"start": 152.08,
"end": 153.04,
"text": "So"
},
{
"id": 412,
"start": 153.04,
"end": 153.32,
"text": "so"
},
{
"id": 413,
"start": 153.32,
"end": 153.93,
"text": "apples."
},
{
"id": 414,
"start": 153.93,
"end": 154.15,
"text": "You"
},
{
"id": 415,
"start": 154.15,
"end": 154.58,
"text": "know,"
},
{
"id": 416,
"start": 154.58,
"end": 154.85,
"text": "they're"
},
{
"id": 417,
"start": 154.85,
"end": 155.47,
"text": "trying"
},
{
"id": 418,
"start": 155.47,
"end": 155.63,
"text": "to"
},
{
"id": 419,
"start": 155.63,
"end": 155.88,
"text": "do"
},
{
"id": 420,
"start": 155.88,
"end": 156.28,
"text": "things"
},
{
"id": 421,
"start": 156.28,
"end": 156.87,
"text": "differently"
},
{
"id": 422,
"start": 156.87,
"end": 157.08,
"text": "by"
},
{
"id": 423,
"start": 157.08,
"end": 157.39,
"text": "Apple"
},
{
"id": 424,
"start": 157.39,
"end": 157.89,
"text": "standards,"
},
{
"id": 425,
"start": 157.89,
"end": 158.05,
"text": "they're"
},
{
"id": 426,
"start": 158.05,
"end": 158.3,
"text": "coming"
},
{
"id": 427,
"start": 158.3,
"end": 158.41,
"text": "in"
},
{
"id": 428,
"start": 158.41,
"end": 158.54,
"text": "with"
},
{
"id": 429,
"start": 158.54,
"end": 158.6,
"text": "a"
},
{
"id": 430,
"start": 158.6,
"end": 158.89,
"text": "low"
},
{
"id": 431,
"start": 158.89,
"end": 159.44,
"text": "price."
},
{
"id": 432,
"start": 159.44,
"end": 159.51,
"text": "You"
},
{
"id": 433,
"start": 159.51,
"end": 159.68,
"text": "don't"
},
{
"id": 434,
"start": 159.68,
"end": 159.85,
"text": "think"
},
{
"id": 435,
"start": 159.85,
"end": 160.21,
"text": "of"
},
{
"id": 436,
"start": 160.21,
"end": 160.64,
"text": "Apple"
},
{
"id": 437,
"start": 160.64,
"end": 160.85,
"text": "is,"
},
{
"id": 438,
"start": 160.85,
"end": 161.56,
"text": "ah,"
},
{
"id": 439,
"start": 161.56,
"end": 161.85,
"text": "as"
},
{
"id": 440,
"start": 161.85,
"end": 162,
"text": "kind"
},
{
"id": 441,
"start": 162,
"end": 162.06,
"text": "of"
},
{
"id": 442,
"start": 162.06,
"end": 162.24,
"text": "like"
},
{
"id": 443,
"start": 162.24,
"end": 162.38,
"text": "the"
},
{
"id": 444,
"start": 162.38,
"end": 162.74,
"text": "cheap"
},
{
"id": 445,
"start": 162.74,
"end": 163.27,
"text": "option,"
},
{
"id": 446,
"start": 163.27,
"end": 163.47,
"text": "but"
},
{
"id": 447,
"start": 163.47,
"end": 163.58,
"text": "in"
},
{
"id": 448,
"start": 163.58,
"end": 163.76,
"text": "this"
},
{
"id": 449,
"start": 163.76,
"end": 164.07,
"text": "case,"
},
{
"id": 450,
"start": 164.07,
"end": 164.21,
"text": "they"
},
{
"id": 451,
"start": 164.21,
"end": 164.36,
"text": "are"
},
{
"id": 452,
"start": 164.36,
"end": 164.49,
"text": "the"
},
{
"id": 453,
"start": 164.49,
"end": 164.74,
"text": "cheap"
},
{
"id": 454,
"start": 164.74,
"end": 165.74,
"text": "option."
},
{
"id": 455,
"start": 165.74,
"end": 165.87,
"text": "The"
},
{
"id": 456,
"start": 165.87,
"end": 166.27,
"text": "service"
},
{
"id": 457,
"start": 166.27,
"end": 166.54,
"text": "will"
},
{
"id": 458,
"start": 166.54,
"end": 167.02,
"text": "initially"
},
{
"id": 459,
"start": 167.02,
"end": 167.42,
"text": "cost"
},
{
"id": 460,
"start": 167.42,
"end": 167.69,
"text": "for"
},
{
"id": 461,
"start": 167.69,
"end": 168.32,
"text": "99"
},
{
"id": 462,
"start": 168.32,
"end": 168.44,
"text": "a"
},
{
"id": 463,
"start": 168.44,
"end": 169.44,
"text": "month,"
},
{
"id": 464,
"start": 169.44,
"end": 169.77,
"text": "and"
},
{
"id": 465,
"start": 169.77,
"end": 170.07,
"text": "House"
},
{
"id": 466,
"start": 170.07,
"end": 170.44,
"text": "committees"
},
{
"id": 467,
"start": 170.44,
"end": 170.57,
"text": "have"
},
{
"id": 468,
"start": 170.57,
"end": 170.84,
"text": "asked"
},
{
"id": 469,
"start": 170.84,
"end": 170.99,
"text": "for."
},
{
"id": 470,
"start": 170.99,
"end": 171.3,
"text": "Former"
},
{
"id": 471,
"start": 171.3,
"end": 171.73,
"text": "national"
},
{
"id": 472,
"start": 171.73,
"end": 172.24,
"text": "Security"
},
{
"id": 473,
"start": 172.24,
"end": 172.65,
"text": "adviser"
},
{
"id": 474,
"start": 172.65,
"end": 172.96,
"text": "John"
},
{
"id": 475,
"start": 172.96,
"end": 173.45,
"text": "Bolton's"
},
{
"id": 476,
"start": 173.45,
"end": 174.07,
"text": "testimony"
},
{
"id": 477,
"start": 174.07,
"end": 174.21,
"text": "is"
},
{
"id": 478,
"start": 174.21,
"end": 174.43,
"text": "part"
},
{
"id": 479,
"start": 174.43,
"end": 174.51,
"text": "of"
},
{
"id": 480,
"start": 174.51,
"end": 174.65,
"text": "the"
},
{
"id": 481,
"start": 174.65,
"end": 175.16,
"text": "impeachment"
},
{
"id": 482,
"start": 175.16,
"end": 175.97,
"text": "inquiry."
},
{
"id": 483,
"start": 175.97,
"end": 176.22,
"text": "We"
},
{
"id": 484,
"start": 176.22,
"end": 176.56,
"text": "report"
},
{
"id": 485,
"start": 176.56,
"end": 176.68,
"text": "that"
},
{
"id": 486,
"start": 176.68,
"end": 176.78,
"text": "they"
},
{
"id": 487,
"start": 176.78,
"end": 177.01,
"text": "want"
},
{
"id": 488,
"start": 177.01,
"end": 177.28,
"text": "Mr"
},
{
"id": 489,
"start": 177.28,
"end": 177.58,
"text": "Bolton"
},
{
"id": 490,
"start": 177.58,
"end": 177.71,
"text": "to"
},
{
"id": 491,
"start": 177.71,
"end": 178.13,
"text": "appear"
},
{
"id": 492,
"start": 178.13,
"end": 178.28,
"text": "on"
},
{
"id": 493,
"start": 178.28,
"end": 178.7,
"text": "November"
},
{
"id": 494,
"start": 178.7,
"end": 179.3,
"text": "7th,"
},
{
"id": 495,
"start": 179.3,
"end": 179.53,
"text": "so"
},
{
"id": 496,
"start": 179.53,
"end": 179.59,
"text": "a"
},
{
"id": 497,
"start": 179.59,
"end": 179.93,
"text": "week"
},
{
"id": 498,
"start": 179.93,
"end": 180.23,
"text": "from"
},
{
"id": 499,
"start": 180.23,
"end": 180.94,
"text": "today,"
},
{
"id": 500,
"start": 180.94,
"end": 181.56,
"text": "however,"
},
{
"id": 501,
"start": 181.56,
"end": 181.84,
"text": "Mr"
},
{
"id": 502,
"start": 181.84,
"end": 182.14,
"text": "Bolton's"
},
{
"id": 503,
"start": 182.14,
"end": 182.54,
"text": "attorney"
},
{
"id": 504,
"start": 182.54,
"end": 182.86,
"text": "told"
},
{
"id": 505,
"start": 182.86,
"end": 182.93,
"text": "the"
},
{
"id": 506,
"start": 182.93,
"end": 183.29,
"text": "committee"
},
{
"id": 507,
"start": 183.29,
"end": 183.43,
"text": "that"
},
{
"id": 508,
"start": 183.43,
"end": 183.69,
"text": "Mr"
},
{
"id": 509,
"start": 183.69,
"end": 184.09,
"text": "Bolton"
},
{
"id": 510,
"start": 184.09,
"end": 184.35,
"text": "wouldn't"
},
{
"id": 511,
"start": 184.35,
"end": 184.78,
"text": "appear"
},
{
"id": 512,
"start": 184.78,
"end": 186.13,
"text": "voluntarily."
},
{
"id": 513,
"start": 186.13,
"end": 186.25,
"text": "The"
},
{
"id": 514,
"start": 186.25,
"end": 186.59,
"text": "lawyer"
},
{
"id": 515,
"start": 186.59,
"end": 186.96,
"text": "added,"
},
{
"id": 516,
"start": 186.96,
"end": 187.36,
"text": "however,"
},
{
"id": 517,
"start": 187.36,
"end": 187.51,
"text": "that"
},
{
"id": 518,
"start": 187.51,
"end": 187.65,
"text": "he"
},
{
"id": 519,
"start": 187.65,
"end": 187.84,
"text": "was"
},
{
"id": 520,
"start": 187.84,
"end": 188.1,
"text": "ready"
},
{
"id": 521,
"start": 188.1,
"end": 188.25,
"text": "to"
},
{
"id": 522,
"start": 188.25,
"end": 188.69,
"text": "receive"
},
{
"id": 523,
"start": 188.69,
"end": 188.82,
"text": "a"
},
{
"id": 524,
"start": 188.82,
"end": 189.45,
"text": "subpoena"
},
{
"id": 525,
"start": 189.45,
"end": 189.61,
"text": "on"
},
{
"id": 526,
"start": 189.61,
"end": 189.89,
"text": "Mr"
},
{
"id": 527,
"start": 189.89,
"end": 190.21,
"text": "Bolton's"
},
{
"id": 528,
"start": 190.21,
"end": 190.65,
"text": "behalf"
},
{
"id": 529,
"start": 190.65,
"end": 190.82,
"text": "at"
},
{
"id": 530,
"start": 190.82,
"end": 191.01,
"text": "any"
},
{
"id": 531,
"start": 191.01,
"end": 191.94,
"text": "time"
},
{
"id": 532,
"start": 191.94,
"end": 192.15,
"text": "from"
},
{
"id": 533,
"start": 192.15,
"end": 192.65,
"text": "Washington."
},
{
"id": 534,
"start": 192.65,
"end": 192.98,
"text": "Shiban"
},
{
"id": 535,
"start": 192.98,
"end": 193.44,
"text": "Hughes"
},
{
"id": 536,
"start": 193.44,
"end": 193.82,
"text": "has"
},
{
"id": 537,
"start": 193.82,
"end": 194.84,
"text": "more"
},
{
"id": 538,
"start": 194.84,
"end": 195.08,
"text": "as"
},
{
"id": 539,
"start": 195.08,
"end": 195.6,
"text": "National"
},
{
"id": 540,
"start": 195.6,
"end": 196.28,
"text": "Security"
},
{
"id": 541,
"start": 196.28,
"end": 197.23,
"text": "advisor"
},
{
"id": 542,
"start": 197.23,
"end": 197.66,
"text": "John"
},
{
"id": 543,
"start": 197.66,
"end": 198.44,
"text": "Bolton"
},
{
"id": 544,
"start": 198.44,
"end": 198.76,
"text": "would"
},
{
"id": 545,
"start": 198.76,
"end": 198.97,
"text": "have"
},
{
"id": 546,
"start": 198.97,
"end": 199.48,
"text": "been"
},
{
"id": 547,
"start": 199.48,
"end": 199.71,
"text": "at"
},
{
"id": 548,
"start": 199.71,
"end": 199.82,
"text": "the"
},
{
"id": 549,
"start": 199.82,
"end": 200.19,
"text": "middle"
},
{
"id": 550,
"start": 200.19,
"end": 200.36,
"text": "of"
},
{
"id": 551,
"start": 200.36,
"end": 201.1,
"text": "everything,"
},
{
"id": 552,
"start": 201.1,
"end": 201.35,
"text": "he"
},
{
"id": 553,
"start": 201.35,
"end": 201.58,
"text": "would"
},
{
"id": 554,
"start": 201.58,
"end": 201.8,
"text": "have"
},
{
"id": 555,
"start": 201.8,
"end": 202.19,
"text": "been"
},
{
"id": 556,
"start": 202.19,
"end": 202.74,
"text": "standing"
},
{
"id": 557,
"start": 202.74,
"end": 202.94,
"text": "by"
},
{
"id": 558,
"start": 202.94,
"end": 203.5,
"text": "President"
},
{
"id": 559,
"start": 203.5,
"end": 204.2,
"text": "Trump"
},
{
"id": 560,
"start": 204.2,
"end": 204.92,
"text": "advising"
},
{
"id": 561,
"start": 204.92,
"end": 205.23,
"text": "him"
},
{
"id": 562,
"start": 205.23,
"end": 205.41,
"text": "and"
},
{
"id": 563,
"start": 205.41,
"end": 205.61,
"text": "he"
},
{
"id": 564,
"start": 205.61,
"end": 205.78,
"text": "would"
},
{
"id": 565,
"start": 205.78,
"end": 205.94,
"text": "have"
},
{
"id": 566,
"start": 205.94,
"end": 206.57,
"text": "had"
},
{
"id": 567,
"start": 206.57,
"end": 206.88,
"text": "a"
},
{
"id": 568,
"start": 206.88,
"end": 207.28,
"text": "near"
},
{
"id": 569,
"start": 207.28,
"end": 207.81,
"text": "total"
},
{
"id": 570,
"start": 207.81,
"end": 208.65,
"text": "visibility"
},
{
"id": 571,
"start": 208.65,
"end": 208.89,
"text": "into"
},
{
"id": 572,
"start": 208.89,
"end": 209.06,
"text": "what"
},
{
"id": 573,
"start": 209.06,
"end": 209.21,
"text": "was"
},
{
"id": 574,
"start": 209.21,
"end": 210.24,
"text": "happening."
},
{
"id": 575,
"start": 210.24,
"end": 210.5,
"text": "We"
},
{
"id": 576,
"start": 210.5,
"end": 210.88,
"text": "report"
},
{
"id": 577,
"start": 210.88,
"end": 211.01,
"text": "that"
},
{
"id": 578,
"start": 211.01,
"end": 211.12,
"text": "the"
},
{
"id": 579,
"start": 211.12,
"end": 211.58,
"text": "request"
},
{
"id": 580,
"start": 211.58,
"end": 211.96,
"text": "comes"
},
{
"id": 581,
"start": 211.96,
"end": 212.13,
"text": "as"
},
{
"id": 582,
"start": 212.13,
"end": 212.61,
"text": "impeachment"
},
{
"id": 583,
"start": 212.61,
"end": 213.28,
"text": "investigators"
},
{
"id": 584,
"start": 213.28,
"end": 213.4,
"text": "have"
},
{
"id": 585,
"start": 213.4,
"end": 213.78,
"text": "begun"
},
{
"id": 586,
"start": 213.78,
"end": 213.88,
"text": "to"
},
{
"id": 587,
"start": 213.88,
"end": 214.19,
"text": "probe"
},
{
"id": 588,
"start": 214.19,
"end": 214.55,
"text": "deeper"
},
{
"id": 589,
"start": 214.55,
"end": 214.73,
"text": "into"
},
{
"id": 590,
"start": 214.73,
"end": 214.84,
"text": "the"
},
{
"id": 591,
"start": 214.84,
"end": 215.05,
"text": "White"
},
{
"id": 592,
"start": 215.05,
"end": 215.29,
"text": "House"
},
{
"id": 593,
"start": 215.29,
"end": 215.49,
"text": "is"
},
{
"id": 594,
"start": 215.49,
"end": 216.12,
"text": "Ukraine"
},
{
"id": 595,
"start": 216.12,
"end": 217.54,
"text": "dealings"
},
{
"id": 596,
"start": 217.54,
"end": 217.9,
"text": "and"
},
{
"id": 597,
"start": 217.9,
"end": 218.14,
"text": "Hong"
},
{
"id": 598,
"start": 218.14,
"end": 218.42,
"text": "Kong"
},
{
"id": 599,
"start": 218.42,
"end": 218.57,
"text": "has"
},
{
"id": 600,
"start": 218.57,
"end": 219.01,
"text": "officially"
},
{
"id": 601,
"start": 219.01,
"end": 219.39,
"text": "entered"
},
{
"id": 602,
"start": 219.39,
"end": 219.5,
"text": "a"
},
{
"id": 603,
"start": 219.5,
"end": 220.33,
"text": "recession."
},
{
"id": 604,
"start": 220.33,
"end": 220.59,
"text": "Growth"
},
{
"id": 605,
"start": 220.59,
"end": 221.02,
"text": "contracted"
},
{
"id": 606,
"start": 221.02,
"end": 221.15,
"text": "by"
},
{
"id": 607,
"start": 221.15,
"end": 222.51,
"text": "3.2%"
},
{
"id": 608,
"start": 222.51,
"end": 222.6,
"text": "in"
},
{
"id": 609,
"start": 222.6,
"end": 222.7,
"text": "the"
},
{
"id": 610,
"start": 222.7,
"end": 222.97,
"text": "last"
},
{
"id": 611,
"start": 222.97,
"end": 223.77,
"text": "quarter."
},
{
"id": 612,
"start": 223.77,
"end": 223.97,
"text": "That"
},
{
"id": 613,
"start": 223.97,
"end": 224.28,
"text": "marks"
},
{
"id": 614,
"start": 224.28,
"end": 224.51,
"text": "the"
},
{
"id": 615,
"start": 224.51,
"end": 224.9,
"text": "second"
},
{
"id": 616,
"start": 224.9,
"end": 225.39,
"text": "consecutive"
},
{
"id": 617,
"start": 225.39,
"end": 225.75,
"text": "quarter"
},
{
"id": 618,
"start": 225.75,
"end": 225.92,
"text": "of"
},
{
"id": 619,
"start": 225.92,
"end": 226.42,
"text": "economic"
},
{
"id": 620,
"start": 226.42,
"end": 227.48,
"text": "contraction"
},
{
"id": 621,
"start": 227.48,
"end": 227.7,
"text": "from"
},
{
"id": 622,
"start": 227.7,
"end": 227.88,
"text": "Hong"
},
{
"id": 623,
"start": 227.88,
"end": 228.16,
"text": "Kong."
},
{
"id": 624,
"start": 228.16,
"end": 228.46,
"text": "Steve"
},
{
"id": 625,
"start": 228.46,
"end": 228.92,
"text": "Russell,"
},
{
"id": 626,
"start": 228.92,
"end": 229.11,
"text": "Oh"
},
{
"id": 627,
"start": 229.11,
"end": 230.44,
"text": "explains,"
},
{
"id": 628,
"start": 230.44,
"end": 230.66,
"text": "Put"
},
{
"id": 629,
"start": 230.66,
"end": 230.81,
"text": "that"
},
{
"id": 630,
"start": 230.81,
"end": 230.88,
"text": "in"
},
{
"id": 631,
"start": 230.88,
"end": 231.37,
"text": "context."
},
{
"id": 632,
"start": 231.37,
"end": 231.49,
"text": "That"
},
{
"id": 633,
"start": 231.49,
"end": 231.61,
"text": "is"
},
{
"id": 634,
"start": 231.61,
"end": 231.71,
"text": "the"
},
{
"id": 635,
"start": 231.71,
"end": 232.25,
"text": "worst"
},
{
"id": 636,
"start": 232.25,
"end": 232.71,
"text": "drop"
},
{
"id": 637,
"start": 232.71,
"end": 233.22,
"text": "since"
},
{
"id": 638,
"start": 233.22,
"end": 233.32,
"text": "the"
},
{
"id": 639,
"start": 233.32,
"end": 233.84,
"text": "financial"
},
{
"id": 640,
"start": 233.84,
"end": 234.64,
"text": "crisis"
},
{
"id": 641,
"start": 234.64,
"end": 235.02,
"text": "on"
},
{
"id": 642,
"start": 235.02,
"end": 235.25,
"text": "and"
},
{
"id": 643,
"start": 235.25,
"end": 235.54,
"text": "really,"
},
{
"id": 644,
"start": 235.54,
"end": 235.69,
"text": "it's"
},
{
"id": 645,
"start": 235.69,
"end": 235.79,
"text": "the"
},
{
"id": 646,
"start": 235.79,
"end": 236.32,
"text": "protests"
},
{
"id": 647,
"start": 236.32,
"end": 236.43,
"text": "that"
},
{
"id": 648,
"start": 236.43,
"end": 236.56,
"text": "have"
},
{
"id": 649,
"start": 236.56,
"end": 236.73,
"text": "been"
},
{
"id": 650,
"start": 236.73,
"end": 236.82,
"text": "the"
},
{
"id": 651,
"start": 236.82,
"end": 237.1,
"text": "big"
},
{
"id": 652,
"start": 237.1,
"end": 237.69,
"text": "driver"
},
{
"id": 653,
"start": 237.69,
"end": 238.3,
"text": "of"
},
{
"id": 654,
"start": 238.3,
"end": 238.4,
"text": "the"
},
{
"id": 655,
"start": 238.4,
"end": 238.81,
"text": "economy"
},
{
"id": 656,
"start": 238.81,
"end": 239.14,
"text": "falling"
},
{
"id": 657,
"start": 239.14,
"end": 239.35,
"text": "into"
},
{
"id": 658,
"start": 239.35,
"end": 240.07,
"text": "recession."
},
{
"id": 659,
"start": 240.07,
"end": 240.54,
"text": "Yes,"
},
{
"id": 660,
"start": 240.54,
"end": 240.62,
"text": "the"
},
{
"id": 661,
"start": 240.62,
"end": 240.75,
"text": "U."
},
{
"id": 662,
"start": 240.75,
"end": 240.89,
"text": "S"
},
{
"id": 663,
"start": 240.89,
"end": 241.14,
"text": "trying"
},
{
"id": 664,
"start": 241.14,
"end": 241.21,
"text": "to"
},
{
"id": 665,
"start": 241.21,
"end": 241.52,
"text": "trade"
},
{
"id": 666,
"start": 241.52,
"end": 241.75,
"text": "war"
},
{
"id": 667,
"start": 241.75,
"end": 241.88,
"text": "is"
},
{
"id": 668,
"start": 241.88,
"end": 242.2,
"text": "playing"
},
{
"id": 669,
"start": 242.2,
"end": 242.29,
"text": "a"
},
{
"id": 670,
"start": 242.29,
"end": 242.69,
"text": "role"
},
{
"id": 671,
"start": 242.69,
"end": 242.9,
"text": "and,"
},
{
"id": 672,
"start": 242.9,
"end": 243.13,
"text": "yes,"
},
{
"id": 673,
"start": 243.13,
"end": 243.54,
"text": "slowing"
},
{
"id": 674,
"start": 243.54,
"end": 243.87,
"text": "global"
},
{
"id": 675,
"start": 243.87,
"end": 244.46,
"text": "growth."
},
{
"id": 676,
"start": 244.46,
"end": 244.73,
"text": "But"
},
{
"id": 677,
"start": 244.73,
"end": 245.03,
"text": "really,"
},
{
"id": 678,
"start": 245.03,
"end": 245.19,
"text": "it's"
},
{
"id": 679,
"start": 245.19,
"end": 245.29,
"text": "the"
},
{
"id": 680,
"start": 245.29,
"end": 245.81,
"text": "protests"
},
{
"id": 681,
"start": 245.81,
"end": 246.04,
"text": "and"
},
{
"id": 682,
"start": 246.04,
"end": 246.11,
"text": "the"
},
{
"id": 683,
"start": 246.11,
"end": 246.4,
"text": "hits"
},
{
"id": 684,
"start": 246.4,
"end": 246.46,
"text": "a"
},
{
"id": 685,
"start": 246.46,
"end": 247.06,
"text": "tourism"
},
{
"id": 686,
"start": 247.06,
"end": 247.22,
"text": "that"
},
{
"id": 687,
"start": 247.22,
"end": 247.66,
"text": "have"
},
{
"id": 688,
"start": 247.66,
"end": 248.3,
"text": "impacted"
},
{
"id": 689,
"start": 248.3,
"end": 248.47,
"text": "this"
},
{
"id": 690,
"start": 248.47,
"end": 248.77,
"text": "city"
},
{
"id": 691,
"start": 248.77,
"end": 248.87,
"text": "the"
},
{
"id": 692,
"start": 248.87,
"end": 249.34,
"text": "most."
},
{
"id": 693,
"start": 249.34,
"end": 249.58,
"text": "And"
},
{
"id": 694,
"start": 249.58,
"end": 249.79,
"text": "really,"
},
{
"id": 695,
"start": 249.79,
"end": 249.99,
"text": "there's"
},
{
"id": 696,
"start": 249.99,
"end": 250.36,
"text": "virtually"
},
{
"id": 697,
"start": 250.36,
"end": 250.76,
"text": "no"
},
{
"id": 698,
"start": 250.76,
"end": 251.21,
"text": "industry"
},
{
"id": 699,
"start": 251.21,
"end": 251.34,
"text": "that"
},
{
"id": 700,
"start": 251.34,
"end": 251.5,
"text": "has"
},
{
"id": 701,
"start": 251.5,
"end": 251.69,
"text": "been"
},
{
"id": 702,
"start": 251.69,
"end": 251.99,
"text": "left"
},
{
"id": 703,
"start": 251.99,
"end": 253.04,
"text": "unscathed,"
},
{
"id": 704,
"start": 253.04,
"end": 253.4,
"text": "whether"
},
{
"id": 705,
"start": 253.4,
"end": 253.58,
"text": "it's"
},
{
"id": 706,
"start": 253.58,
"end": 254.36,
"text": "restaurants"
},
{
"id": 707,
"start": 254.36,
"end": 254.5,
"text": "or"
},
{
"id": 708,
"start": 254.5,
"end": 255.37,
"text": "tourism"
},
{
"id": 709,
"start": 255.37,
"end": 255.59,
"text": "or"
},
{
"id": 710,
"start": 255.59,
"end": 256.46,
"text": "hotels"
},
{
"id": 711,
"start": 256.46,
"end": 256.76,
"text": "or"
},
{
"id": 712,
"start": 256.76,
"end": 257.22,
"text": "anything"
},
{
"id": 713,
"start": 257.22,
"end": 257.53,
"text": "tied"
},
{
"id": 714,
"start": 257.53,
"end": 257.65,
"text": "to"
},
{
"id": 715,
"start": 257.65,
"end": 257.73,
"text": "the"
},
{
"id": 716,
"start": 257.73,
"end": 258.44,
"text": "consumer."
},
{
"id": 717,
"start": 258.44,
"end": 258.72,
"text": "You've"
},
{
"id": 718,
"start": 258.72,
"end": 259.05,
"text": "really"
},
{
"id": 719,
"start": 259.05,
"end": 259.37,
"text": "seen"
},
{
"id": 720,
"start": 259.37,
"end": 259.84,
"text": "virtually"
},
{
"id": 721,
"start": 259.84,
"end": 260.19,
"text": "every"
},
{
"id": 722,
"start": 260.19,
"end": 260.55,
"text": "single"
},
{
"id": 723,
"start": 260.55,
"end": 261.03,
"text": "industry"
},
{
"id": 724,
"start": 261.03,
"end": 261.25,
"text": "get"
},
{
"id": 725,
"start": 261.25,
"end": 261.92,
"text": "hit,"
},
{
"id": 726,
"start": 261.92,
"end": 262.45,
"text": "Uh,"
},
{
"id": 727,
"start": 262.45,
"end": 262.99,
"text": "and"
},
{
"id": 728,
"start": 262.99,
"end": 263.27,
"text": "from"
},
{
"id": 729,
"start": 263.27,
"end": 263.39,
"text": "the"
},
{
"id": 730,
"start": 263.39,
"end": 263.65,
"text": "people"
},
{
"id": 731,
"start": 263.65,
"end": 263.77,
"text": "that"
},
{
"id": 732,
"start": 263.77,
"end": 263.91,
"text": "we've"
},
{
"id": 733,
"start": 263.91,
"end": 264.04,
"text": "been"
},
{
"id": 734,
"start": 264.04,
"end": 264.41,
"text": "talking"
},
{
"id": 735,
"start": 264.41,
"end": 264.91,
"text": "to,"
},
{
"id": 736,
"start": 264.91,
"end": 265.19,
"text": "there's"
},
{
"id": 737,
"start": 265.19,
"end": 265.54,
"text": "really"
},
{
"id": 738,
"start": 265.54,
"end": 265.82,
"text": "no"
},
{
"id": 739,
"start": 265.82,
"end": 265.97,
"text": "end"
},
{
"id": 740,
"start": 265.97,
"end": 266.07,
"text": "in"
},
{
"id": 741,
"start": 266.07,
"end": 266.33,
"text": "sight"
},
{
"id": 742,
"start": 266.33,
"end": 266.41,
"text": "at"
},
{
"id": 743,
"start": 266.41,
"end": 266.6,
"text": "this"
},
{
"id": 744,
"start": 266.6,
"end": 269.87,
"text": "point."
},
{
"id": 745,
"start": 269.87,
"end": 273.78,
"text": "Now,"
},
{
"id": 746,
"start": 273.78,
"end": 273.95,
"text": "our"
},
{
"id": 747,
"start": 273.95,
"end": 274.16,
"text": "main"
},
{
"id": 748,
"start": 274.16,
"end": 274.43,
"text": "story"
},
{
"id": 749,
"start": 274.43,
"end": 274.58,
"text": "This"
},
{
"id": 750,
"start": 274.58,
"end": 275.03,
"text": "morning"
},
{
"id": 751,
"start": 275.03,
"end": 275.14,
"text": "we're"
},
{
"id": 752,
"start": 275.14,
"end": 275.34,
"text": "going"
},
{
"id": 753,
"start": 275.34,
"end": 275.46,
"text": "to"
},
{
"id": 754,
"start": 275.46,
"end": 275.83,
"text": "focus"
},
{
"id": 755,
"start": 275.83,
"end": 275.97,
"text": "on"
},
{
"id": 756,
"start": 275.97,
"end": 276.38,
"text": "Twitter's"
},
{
"id": 757,
"start": 276.38,
"end": 276.83,
"text": "decision"
},
{
"id": 758,
"start": 276.83,
"end": 276.94,
"text": "to"
},
{
"id": 759,
"start": 276.94,
"end": 277.27,
"text": "ban"
},
{
"id": 760,
"start": 277.27,
"end": 277.77,
"text": "political"
},
{
"id": 761,
"start": 277.77,
"end": 278.49,
"text": "ads."
},
{
"id": 762,
"start": 278.49,
"end": 279.04,
"text": "CEO"
},
{
"id": 763,
"start": 279.04,
"end": 279.26,
"text": "Jack"
},
{
"id": 764,
"start": 279.26,
"end": 279.6,
"text": "Dorsey"
},
{
"id": 765,
"start": 279.6,
"end": 280.02,
"text": "posted"
},
{
"id": 766,
"start": 280.02,
"end": 280.22,
"text": "about"
},
{
"id": 767,
"start": 280.22,
"end": 280.29,
"text": "the"
},
{
"id": 768,
"start": 280.29,
"end": 280.74,
"text": "company's"
},
{
"id": 769,
"start": 280.74,
"end": 281.41,
"text": "decision"
},
{
"id": 770,
"start": 281.41,
"end": 281.6,
"text": "on"
},
{
"id": 771,
"start": 281.6,
"end": 281.92,
"text": "Twitter,"
},
{
"id": 772,
"start": 281.92,
"end": 282.04,
"text": "of"
},
{
"id": 773,
"start": 282.04,
"end": 282.52,
"text": "course,"
},
{
"id": 774,
"start": 282.52,
"end": 283.05,
"text": "minutes"
},
{
"id": 775,
"start": 283.05,
"end": 283.4,
"text": "before"
},
{
"id": 776,
"start": 283.4,
"end": 283.91,
"text": "Facebook"
},
{
"id": 777,
"start": 283.91,
"end": 284.39,
"text": "reported"
},
{
"id": 778,
"start": 284.39,
"end": 284.66,
"text": "its"
},
{
"id": 779,
"start": 284.66,
"end": 285.22,
"text": "quarterly"
},
{
"id": 780,
"start": 285.22,
"end": 285.63,
"text": "earnings"
},
{
"id": 781,
"start": 285.63,
"end": 286.79,
"text": "yesterday,"
},
{
"id": 782,
"start": 286.79,
"end": 287.25,
"text": "Facebook"
},
{
"id": 783,
"start": 287.25,
"end": 287.4,
"text": "has"
},
{
"id": 784,
"start": 287.4,
"end": 287.87,
"text": "defended"
},
{
"id": 785,
"start": 287.87,
"end": 288.02,
"text": "it's"
},
{
"id": 786,
"start": 288.02,
"end": 288.51,
"text": "decision"
},
{
"id": 787,
"start": 288.51,
"end": 288.64,
"text": "to"
},
{
"id": 788,
"start": 288.64,
"end": 289.02,
"text": "accept"
},
{
"id": 789,
"start": 289.02,
"end": 289.52,
"text": "political"
},
{
"id": 790,
"start": 289.52,
"end": 289.81,
"text": "ads"
},
{
"id": 791,
"start": 289.81,
"end": 289.98,
"text": "and"
},
{
"id": 792,
"start": 289.98,
"end": 290.34,
"text": "exempt"
},
{
"id": 793,
"start": 290.34,
"end": 290.51,
"text": "them"
},
{
"id": 794,
"start": 290.51,
"end": 290.73,
"text": "from"
},
{
"id": 795,
"start": 290.73,
"end": 291,
"text": "fact"
},
{
"id": 796,
"start": 291,
"end": 291.88,
"text": "checking"
},
{
"id": 797,
"start": 291.88,
"end": 292.01,
"text": "to"
},
{
"id": 798,
"start": 292.01,
"end": 292.22,
"text": "find"
},
{
"id": 799,
"start": 292.22,
"end": 292.35,
"text": "out"
},
{
"id": 800,
"start": 292.35,
"end": 292.61,
"text": "more"
},
{
"id": 801,
"start": 292.61,
"end": 292.93,
"text": "about"
},
{
"id": 802,
"start": 292.93,
"end": 293.03,
"text": "the"
},
{
"id": 803,
"start": 293.03,
"end": 293.51,
"text": "decision."
},
{
"id": 804,
"start": 293.51,
"end": 293.81,
"text": "Charlie"
},
{
"id": 805,
"start": 293.81,
"end": 294.17,
"text": "Turner"
},
{
"id": 806,
"start": 294.17,
"end": 294.36,
"text": "has"
},
{
"id": 807,
"start": 294.36,
"end": 294.51,
"text": "been"
},
{
"id": 808,
"start": 294.51,
"end": 295,
"text": "speaking"
},
{
"id": 809,
"start": 295,
"end": 295.2,
"text": "with"
},
{
"id": 810,
"start": 295.2,
"end": 295.58,
"text": "Emily"
},
{
"id": 811,
"start": 295.58,
"end": 296.74,
"text": "Glazer."
},
{
"id": 812,
"start": 296.74,
"end": 297.22,
"text": "Emily"
},
{
"id": 813,
"start": 297.22,
"end": 297.67,
"text": "Twitter"
},
{
"id": 814,
"start": 297.67,
"end": 297.85,
"text": "is"
},
{
"id": 815,
"start": 297.85,
"end": 298.26,
"text": "banning"
},
{
"id": 816,
"start": 298.26,
"end": 298.82,
"text": "political"
},
{
"id": 817,
"start": 298.82,
"end": 299.67,
"text": "advertising"
},
{
"id": 818,
"start": 299.67,
"end": 299.87,
"text": "from"
},
{
"id": 819,
"start": 299.87,
"end": 300.02,
"text": "its"
},
{
"id": 820,
"start": 300.02,
"end": 300.95,
"text": "platform."
},
{
"id": 821,
"start": 300.95,
"end": 301.06,
"text": "The"
},
{
"id": 822,
"start": 301.06,
"end": 301.57,
"text": "announcement"
},
{
"id": 823,
"start": 301.57,
"end": 301.8,
"text": "was"
},
{
"id": 824,
"start": 301.8,
"end": 302.04,
"text": "made"
},
{
"id": 825,
"start": 302.04,
"end": 302.23,
"text": "by"
},
{
"id": 826,
"start": 302.23,
"end": 302.54,
"text": "Twitter"
},
{
"id": 827,
"start": 302.54,
"end": 302.99,
"text": "CEO"
},
{
"id": 828,
"start": 302.99,
"end": 303.29,
"text": "Jack"
},
{
"id": 829,
"start": 303.29,
"end": 303.81,
"text": "Dorsey."
},
{
"id": 830,
"start": 303.81,
"end": 304.16,
"text": "What"
},
{
"id": 831,
"start": 304.16,
"end": 304.3,
"text": "was"
},
{
"id": 832,
"start": 304.3,
"end": 304.49,
"text": "his"
},
{
"id": 833,
"start": 304.49,
"end": 306.04,
"text": "explanation?"
},
{
"id": 834,
"start": 306.04,
"end": 306.28,
"text": "So"
},
{
"id": 835,
"start": 306.28,
"end": 306.63,
"text": "Jack"
},
{
"id": 836,
"start": 306.63,
"end": 307.08,
"text": "Dorsey"
},
{
"id": 837,
"start": 307.08,
"end": 307.51,
"text": "shocked."
},
{
"id": 838,
"start": 307.51,
"end": 307.63,
"text": "A"
},
{
"id": 839,
"start": 307.63,
"end": 307.92,
"text": "lot"
},
{
"id": 840,
"start": 307.92,
"end": 307.99,
"text": "of"
},
{
"id": 841,
"start": 307.99,
"end": 308.37,
"text": "people"
},
{
"id": 842,
"start": 308.37,
"end": 308.74,
"text": "sang"
},
{
"id": 843,
"start": 308.74,
"end": 308.89,
"text": "that"
},
{
"id": 844,
"start": 308.89,
"end": 309.17,
"text": "Twitter"
},
{
"id": 845,
"start": 309.17,
"end": 309.34,
"text": "was"
},
{
"id": 846,
"start": 309.34,
"end": 309.65,
"text": "going"
},
{
"id": 847,
"start": 309.65,
"end": 309.85,
"text": "to"
},
{
"id": 848,
"start": 309.85,
"end": 310.23,
"text": "stop"
},
{
"id": 849,
"start": 310.23,
"end": 310.74,
"text": "political"
},
{
"id": 850,
"start": 310.74,
"end": 311.71,
"text": "ads."
},
{
"id": 851,
"start": 311.71,
"end": 312.29,
"text": "Basically,"
},
{
"id": 852,
"start": 312.29,
"end": 312.41,
"text": "the"
},
{
"id": 853,
"start": 312.41,
"end": 312.68,
"text": "gist"
},
{
"id": 854,
"start": 312.68,
"end": 312.76,
"text": "of"
},
{
"id": 855,
"start": 312.76,
"end": 312.85,
"text": "it"
},
{
"id": 856,
"start": 312.85,
"end": 312.97,
"text": "is"
},
{
"id": 857,
"start": 312.97,
"end": 313.09,
"text": "that"
},
{
"id": 858,
"start": 313.09,
"end": 313.23,
"text": "they're"
},
{
"id": 859,
"start": 313.23,
"end": 313.71,
"text": "stopping"
},
{
"id": 860,
"start": 313.71,
"end": 314.06,
"text": "ads"
},
{
"id": 861,
"start": 314.06,
"end": 314.16,
"text": "that"
},
{
"id": 862,
"start": 314.16,
"end": 314.28,
"text": "are"
},
{
"id": 863,
"start": 314.28,
"end": 314.55,
"text": "on"
},
{
"id": 864,
"start": 314.55,
"end": 314.7,
"text": "Lee"
},
{
"id": 865,
"start": 314.7,
"end": 314.9,
"text": "from"
},
{
"id": 866,
"start": 314.9,
"end": 315.9,
"text": "candidates"
},
{
"id": 867,
"start": 315.9,
"end": 316.11,
"text": "as"
},
{
"id": 868,
"start": 316.11,
"end": 316.19,
"text": "a"
},
{
"id": 869,
"start": 316.19,
"end": 316.68,
"text": "way"
},
{
"id": 870,
"start": 316.68,
"end": 317.29,
"text": "to"
},
{
"id": 871,
"start": 317.29,
"end": 317.63,
"text": "make"
},
{
"id": 872,
"start": 317.63,
"end": 317.72,
"text": "the"
},
{
"id": 873,
"start": 317.72,
"end": 318.34,
"text": "process"
},
{
"id": 874,
"start": 318.34,
"end": 318.68,
"text": "more"
},
{
"id": 875,
"start": 318.68,
"end": 319.85,
"text": "fair."
},
{
"id": 876,
"start": 319.85,
"end": 320.07,
"text": "He"
},
{
"id": 877,
"start": 320.07,
"end": 320.4,
"text": "doesn't"
},
{
"id": 878,
"start": 320.4,
"end": 320.87,
"text": "believe"
},
{
"id": 879,
"start": 320.87,
"end": 321.43,
"text": "that"
},
{
"id": 880,
"start": 321.43,
"end": 322.05,
"text": "candidate"
},
{
"id": 881,
"start": 322.05,
"end": 322.59,
"text": "should"
},
{
"id": 882,
"start": 322.59,
"end": 322.85,
"text": "be"
},
{
"id": 883,
"start": 322.85,
"end": 323.04,
"text": "able"
},
{
"id": 884,
"start": 323.04,
"end": 323.14,
"text": "to"
},
{
"id": 885,
"start": 323.14,
"end": 323.63,
"text": "pay"
},
{
"id": 886,
"start": 323.63,
"end": 323.8,
"text": "and"
},
{
"id": 887,
"start": 323.8,
"end": 324.04,
"text": "my"
},
{
"id": 888,
"start": 324.04,
"end": 324.27,
"text": "grow"
},
{
"id": 889,
"start": 324.27,
"end": 325.02,
"text": "target"
},
{
"id": 890,
"start": 325.02,
"end": 325.6,
"text": "certain"
},
{
"id": 891,
"start": 325.6,
"end": 326.39,
"text": "people"
},
{
"id": 892,
"start": 326.39,
"end": 326.57,
"text": "in"
},
{
"id": 893,
"start": 326.57,
"end": 326.84,
"text": "order"
},
{
"id": 894,
"start": 326.84,
"end": 326.92,
"text": "to"
},
{
"id": 895,
"start": 326.92,
"end": 327.09,
"text": "get"
},
{
"id": 896,
"start": 327.09,
"end": 327.56,
"text": "messages"
},
{
"id": 897,
"start": 327.56,
"end": 327.9,
"text": "out,"
},
{
"id": 898,
"start": 327.9,
"end": 328.03,
"text": "and"
},
{
"id": 899,
"start": 328.03,
"end": 328.16,
"text": "that"
},
{
"id": 900,
"start": 328.16,
"end": 329.12,
"text": "instead"
},
{
"id": 901,
"start": 329.12,
"end": 329.33,
"text": "it"
},
{
"id": 902,
"start": 329.33,
"end": 329.49,
"text": "should"
},
{
"id": 903,
"start": 329.49,
"end": 329.83,
"text": "really"
},
{
"id": 904,
"start": 329.83,
"end": 330.22,
"text": "be"
},
{
"id": 905,
"start": 330.22,
"end": 330.5,
"text": "more"
},
{
"id": 906,
"start": 330.5,
"end": 331.17,
"text": "about"
},
{
"id": 907,
"start": 331.17,
"end": 332.36,
"text": "organic"
},
{
"id": 908,
"start": 332.36,
"end": 333.18,
"text": "media."
},
{
"id": 909,
"start": 333.18,
"end": 333.94,
"text": "So"
},
{
"id": 910,
"start": 333.94,
"end": 334.26,
"text": "this"
},
{
"id": 911,
"start": 334.26,
"end": 334.44,
"text": "is"
},
{
"id": 912,
"start": 334.44,
"end": 334.76,
"text": "going"
},
{
"id": 913,
"start": 334.76,
"end": 335.09,
"text": "to"
},
{
"id": 914,
"start": 335.09,
"end": 335.8,
"text": "start"
},
{
"id": 915,
"start": 335.8,
"end": 336.44,
"text": "later"
},
{
"id": 916,
"start": 336.44,
"end": 336.55,
"text": "in"
},
{
"id": 917,
"start": 336.55,
"end": 337.16,
"text": "November,"
},
{
"id": 918,
"start": 337.16,
"end": 337.29,
"text": "and"
},
{
"id": 919,
"start": 337.29,
"end": 337.44,
"text": "it's"
},
{
"id": 920,
"start": 337.44,
"end": 338.09,
"text": "certainly"
},
{
"id": 921,
"start": 338.09,
"end": 338.51,
"text": "quite"
},
{
"id": 922,
"start": 338.51,
"end": 338.59,
"text": "a"
},
{
"id": 923,
"start": 338.59,
"end": 338.99,
"text": "change"
},
{
"id": 924,
"start": 338.99,
"end": 339.12,
"text": "from"
},
{
"id": 925,
"start": 339.12,
"end": 339.22,
"text": "what"
},
{
"id": 926,
"start": 339.22,
"end": 339.38,
"text": "we've"
},
{
"id": 927,
"start": 339.38,
"end": 339.61,
"text": "seen"
},
{
"id": 928,
"start": 339.61,
"end": 339.73,
"text": "on"
},
{
"id": 929,
"start": 339.73,
"end": 339.94,
"text": "other"
},
{
"id": 930,
"start": 339.94,
"end": 340.88,
"text": "platforms."
},
{
"id": 931,
"start": 340.88,
"end": 341.21,
"text": "And"
},
{
"id": 932,
"start": 341.21,
"end": 341.39,
"text": "this"
},
{
"id": 933,
"start": 341.39,
"end": 341.71,
"text": "comes"
},
{
"id": 934,
"start": 341.71,
"end": 341.82,
"text": "a"
},
{
"id": 935,
"start": 341.82,
"end": 342.21,
"text": "social"
},
{
"id": 936,
"start": 342.21,
"end": 342.52,
"text": "media"
},
{
"id": 937,
"start": 342.52,
"end": 342.6,
"text": "is"
},
{
"id": 938,
"start": 342.6,
"end": 342.82,
"text": "under"
},
{
"id": 939,
"start": 342.82,
"end": 343.23,
"text": "fire"
},
{
"id": 940,
"start": 343.23,
"end": 343.78,
"text": "for"
},
{
"id": 941,
"start": 343.78,
"end": 344.2,
"text": "promoting"
},
{
"id": 942,
"start": 344.2,
"end": 344.72,
"text": "messages"
},
{
"id": 943,
"start": 344.72,
"end": 344.85,
"text": "that"
},
{
"id": 944,
"start": 344.85,
"end": 345.35,
"text": "potentially"
},
{
"id": 945,
"start": 345.35,
"end": 346.04,
"text": "contained"
},
{
"id": 946,
"start": 346.04,
"end": 346.42,
"text": "false"
},
{
"id": 947,
"start": 346.42,
"end": 346.5,
"text": "or"
},
{
"id": 948,
"start": 346.5,
"end": 347,
"text": "misleading"
},
{
"id": 949,
"start": 347,
"end": 347.95,
"text": "information."
},
{
"id": 950,
"start": 347.95,
"end": 348.65,
"text": "Absolutely,"
},
{
"id": 951,
"start": 348.65,
"end": 348.86,
"text": "and"
},
{
"id": 952,
"start": 348.86,
"end": 349.1,
"text": "even"
},
{
"id": 953,
"start": 349.1,
"end": 349.15,
"text": "a"
},
{
"id": 954,
"start": 349.15,
"end": 349.42,
"text": "quote"
},
{
"id": 955,
"start": 349.42,
"end": 349.57,
"text": "from"
},
{
"id": 956,
"start": 349.57,
"end": 349.68,
"text": "him"
},
{
"id": 957,
"start": 349.68,
"end": 349.95,
"text": "about"
},
{
"id": 958,
"start": 349.95,
"end": 350.14,
"text": "this"
},
{
"id": 959,
"start": 350.14,
"end": 350.53,
"text": "today,"
},
{
"id": 960,
"start": 350.53,
"end": 350.67,
"text": "he"
},
{
"id": 961,
"start": 350.67,
"end": 350.89,
"text": "said,"
},
{
"id": 962,
"start": 350.89,
"end": 351.24,
"text": "quote"
},
{
"id": 963,
"start": 351.24,
"end": 351.32,
"text": "a"
},
{
"id": 964,
"start": 351.32,
"end": 351.77,
"text": "political"
},
{
"id": 965,
"start": 351.77,
"end": 352.22,
"text": "message."
},
{
"id": 966,
"start": 352.22,
"end": 352.52,
"text": "Earns"
},
{
"id": 967,
"start": 352.52,
"end": 352.83,
"text": "reach"
},
{
"id": 968,
"start": 352.83,
"end": 352.96,
"text": "when"
},
{
"id": 969,
"start": 352.96,
"end": 353.24,
"text": "people"
},
{
"id": 970,
"start": 353.24,
"end": 353.77,
"text": "decide"
},
{
"id": 971,
"start": 353.77,
"end": 353.89,
"text": "to"
},
{
"id": 972,
"start": 353.89,
"end": 354.25,
"text": "follow"
},
{
"id": 973,
"start": 354.25,
"end": 354.33,
"text": "an"
},
{
"id": 974,
"start": 354.33,
"end": 354.74,
"text": "account"
},
{
"id": 975,
"start": 354.74,
"end": 354.93,
"text": "or"
},
{
"id": 976,
"start": 354.93,
"end": 355.79,
"text": "retweet"
},
{
"id": 977,
"start": 355.79,
"end": 356.32,
"text": "paying"
},
{
"id": 978,
"start": 356.32,
"end": 356.54,
"text": "for"
},
{
"id": 979,
"start": 356.54,
"end": 357.1,
"text": "reach"
},
{
"id": 980,
"start": 357.1,
"end": 357.65,
"text": "removes"
},
{
"id": 981,
"start": 357.65,
"end": 357.83,
"text": "that"
},
{
"id": 982,
"start": 357.83,
"end": 358.31,
"text": "decision,"
},
{
"id": 983,
"start": 358.31,
"end": 358.82,
"text": "forcing."
},
{
"id": 984,
"start": 358.82,
"end": 359.16,
"text": "I"
},
{
"id": 985,
"start": 359.16,
"end": 359.35,
"text": "we"
},
{
"id": 986,
"start": 359.35,
"end": 359.97,
"text": "optimized"
},
{
"id": 987,
"start": 359.97,
"end": 360.11,
"text": "and"
},
{
"id": 988,
"start": 360.11,
"end": 360.66,
"text": "targeted"
},
{
"id": 989,
"start": 360.66,
"end": 361.08,
"text": "political"
},
{
"id": 990,
"start": 361.08,
"end": 361.51,
"text": "messages"
},
{
"id": 991,
"start": 361.51,
"end": 361.65,
"text": "on"
},
{
"id": 992,
"start": 361.65,
"end": 362.21,
"text": "people"
},
{
"id": 993,
"start": 362.21,
"end": 362.54,
"text": "we"
},
{
"id": 994,
"start": 362.54,
"end": 362.86,
"text": "believe"
},
{
"id": 995,
"start": 362.86,
"end": 363.02,
"text": "this"
},
{
"id": 996,
"start": 363.02,
"end": 363.58,
"text": "decision"
},
{
"id": 997,
"start": 363.58,
"end": 363.8,
"text": "should"
},
{
"id": 998,
"start": 363.8,
"end": 364.04,
"text": "not"
},
{
"id": 999,
"start": 364.04,
"end": 364.15,
"text": "be"
},
{
"id": 1000,
"start": 364.15,
"end": 364.79,
"text": "compromised"
},
{
"id": 1001,
"start": 364.79,
"end": 364.89,
"text": "by"
},
{
"id": 1002,
"start": 364.89,
"end": 365.84,
"text": "money."
},
{
"id": 1003,
"start": 365.84,
"end": 366.13,
"text": "How"
},
{
"id": 1004,
"start": 366.13,
"end": 366.48,
"text": "big"
},
{
"id": 1005,
"start": 366.48,
"end": 366.55,
"text": "a"
},
{
"id": 1006,
"start": 366.55,
"end": 367.09,
"text": "percentage"
},
{
"id": 1007,
"start": 367.09,
"end": 367.22,
"text": "of"
},
{
"id": 1008,
"start": 367.22,
"end": 367.65,
"text": "Twitter's"
},
{
"id": 1009,
"start": 367.65,
"end": 368.43,
"text": "advertising"
},
{
"id": 1010,
"start": 368.43,
"end": 368.56,
"text": "to"
},
{
"id": 1011,
"start": 368.56,
"end": 369.16,
"text": "political"
},
{
"id": 1012,
"start": 369.16,
"end": 369.42,
"text": "ads"
},
{
"id": 1013,
"start": 369.42,
"end": 370.05,
"text": "represent."
},
{
"id": 1014,
"start": 370.05,
"end": 370.19,
"text": "It's"
},
{
"id": 1015,
"start": 370.19,
"end": 370.36,
"text": "not"
},
{
"id": 1016,
"start": 370.36,
"end": 370.55,
"text": "that"
},
{
"id": 1017,
"start": 370.55,
"end": 370.85,
"text": "big,"
},
{
"id": 1018,
"start": 370.85,
"end": 371,
"text": "is"
},
{
"id": 1019,
"start": 371,
"end": 371.36,
"text": "it?"
},
{
"id": 1020,
"start": 371.36,
"end": 371.85,
"text": "No,"
},
{
"id": 1021,
"start": 371.85,
"end": 372.3,
"text": "according"
},
{
"id": 1022,
"start": 372.3,
"end": 372.47,
"text": "to"
},
{
"id": 1023,
"start": 372.47,
"end": 372.83,
"text": "people"
},
{
"id": 1024,
"start": 372.83,
"end": 373.21,
"text": "familiar"
},
{
"id": 1025,
"start": 373.21,
"end": 373.33,
"text": "with"
},
{
"id": 1026,
"start": 373.33,
"end": 373.41,
"text": "the"
},
{
"id": 1027,
"start": 373.41,
"end": 374,
"text": "matter."
},
{
"id": 1028,
"start": 374,
"end": 374.28,
"text": "It's"
},
{
"id": 1029,
"start": 374.28,
"end": 374.58,
"text": "just"
},
{
"id": 1030,
"start": 374.58,
"end": 374.64,
"text": "a"
},
{
"id": 1031,
"start": 374.64,
"end": 375.29,
"text": "fraction"
},
{
"id": 1032,
"start": 375.29,
"end": 375.94,
"text": "of"
},
{
"id": 1033,
"start": 375.94,
"end": 376.5,
"text": "Twitter's"
},
{
"id": 1034,
"start": 376.5,
"end": 377.05,
"text": "overall"
},
{
"id": 1035,
"start": 377.05,
"end": 377.52,
"text": "political"
},
{
"id": 1036,
"start": 377.52,
"end": 378.38,
"text": "advertising,"
},
{
"id": 1037,
"start": 378.38,
"end": 378.7,
"text": "which"
},
{
"id": 1038,
"start": 378.7,
"end": 379.34,
"text": "is,"
},
{
"id": 1039,
"start": 379.34,
"end": 380.59,
"text": "um,"
},
{
"id": 1040,
"start": 380.59,
"end": 380.77,
"text": "it"
},
{
"id": 1041,
"start": 380.77,
"end": 381.05,
"text": "looks"
},
{
"id": 1042,
"start": 381.05,
"end": 381.31,
"text": "like"
},
{
"id": 1043,
"start": 381.31,
"end": 381.65,
"text": "Twitter"
},
{
"id": 1044,
"start": 381.65,
"end": 382.23,
"text": "generated"
},
{
"id": 1045,
"start": 382.23,
"end": 383.15,
"text": "2.11"
},
{
"id": 1046,
"start": 383.15,
"end": 383.57,
"text": "billion"
},
{
"id": 1047,
"start": 383.57,
"end": 383.7,
"text": "of"
},
{
"id": 1048,
"start": 383.7,
"end": 384.87,
"text": "revenue"
},
{
"id": 1049,
"start": 384.87,
"end": 385.28,
"text": "from"
},
{
"id": 1050,
"start": 385.28,
"end": 385.91,
"text": "advertising"
},
{
"id": 1051,
"start": 385.91,
"end": 386.01,
"text": "in"
},
{
"id": 1052,
"start": 386.01,
"end": 386.1,
"text": "the"
},
{
"id": 1053,
"start": 386.1,
"end": 386.5,
"text": "1st"
},
{
"id": 1054,
"start": 386.5,
"end": 386.75,
"text": "9"
},
{
"id": 1055,
"start": 386.75,
"end": 387.07,
"text": "months"
},
{
"id": 1056,
"start": 387.07,
"end": 387.2,
"text": "of"
},
{
"id": 1057,
"start": 387.2,
"end": 387.49,
"text": "this"
},
{
"id": 1058,
"start": 387.49,
"end": 387.96,
"text": "year."
},
{
"id": 1059,
"start": 387.96,
"end": 388.35,
"text": "We"
},
{
"id": 1060,
"start": 388.35,
"end": 388.63,
"text": "do"
},
{
"id": 1061,
"start": 388.63,
"end": 388.93,
"text": "know,"
},
{
"id": 1062,
"start": 388.93,
"end": 389.18,
"text": "though,"
},
{
"id": 1063,
"start": 389.18,
"end": 389.41,
"text": "from"
},
{
"id": 1064,
"start": 389.41,
"end": 389.74,
"text": "Twitter"
},
{
"id": 1065,
"start": 389.74,
"end": 390.48,
"text": "CFO"
},
{
"id": 1066,
"start": 390.48,
"end": 390.78,
"text": "on"
},
{
"id": 1067,
"start": 390.78,
"end": 390.97,
"text": "their"
},
{
"id": 1068,
"start": 390.97,
"end": 391.4,
"text": "recent"
},
{
"id": 1069,
"start": 391.4,
"end": 391.8,
"text": "earnings"
},
{
"id": 1070,
"start": 391.8,
"end": 392.47,
"text": "call"
},
{
"id": 1071,
"start": 392.47,
"end": 392.92,
"text": "earlier"
},
{
"id": 1072,
"start": 392.92,
"end": 393.16,
"text": "this"
},
{
"id": 1073,
"start": 393.16,
"end": 393.58,
"text": "month"
},
{
"id": 1074,
"start": 393.58,
"end": 393.8,
"text": "that"
},
{
"id": 1075,
"start": 393.8,
"end": 394.76,
"text": "Twitter"
},
{
"id": 1076,
"start": 394.76,
"end": 395.11,
"text": "got"
},
{
"id": 1077,
"start": 395.11,
"end": 395.4,
"text": "about"
},
{
"id": 1078,
"start": 395.4,
"end": 396.34,
"text": "$3"
},
{
"id": 1079,
"start": 396.34,
"end": 397.29,
"text": "million"
},
{
"id": 1080,
"start": 397.29,
"end": 398.41,
"text": "from"
},
{
"id": 1081,
"start": 398.41,
"end": 399.02,
"text": "political"
},
{
"id": 1082,
"start": 399.02,
"end": 399.38,
"text": "ads"
},
{
"id": 1083,
"start": 399.38,
"end": 399.61,
"text": "during"
},
{
"id": 1084,
"start": 399.61,
"end": 399.71,
"text": "the"
},
{
"id": 1085,
"start": 399.71,
"end": 400.56,
"text": "2018"
},
{
"id": 1086,
"start": 400.56,
"end": 401.22,
"text": "midterms."
},
{
"id": 1087,
"start": 401.22,
"end": 401.43,
"text": "And"
},
{
"id": 1088,
"start": 401.43,
"end": 401.65,
"text": "that's"
},
{
"id": 1089,
"start": 401.65,
"end": 401.9,
"text": "really"
},
{
"id": 1090,
"start": 401.9,
"end": 402.11,
"text": "just"
},
{
"id": 1091,
"start": 402.11,
"end": 402.19,
"text": "a"
},
{
"id": 1092,
"start": 402.19,
"end": 402.68,
"text": "fraction"
},
{
"id": 1093,
"start": 402.68,
"end": 402.81,
"text": "of"
},
{
"id": 1094,
"start": 402.81,
"end": 403.34,
"text": "what"
},
{
"id": 1095,
"start": 403.34,
"end": 403.91,
"text": "Facebook"
},
{
"id": 1096,
"start": 403.91,
"end": 404.04,
"text": "and"
},
{
"id": 1097,
"start": 404.04,
"end": 404.38,
"text": "Google"
},
{
"id": 1098,
"start": 404.38,
"end": 404.64,
"text": "God,"
},
{
"id": 1099,
"start": 404.64,
"end": 404.88,
"text": "which"
},
{
"id": 1100,
"start": 404.88,
"end": 405.2,
"text": "were"
},
{
"id": 1101,
"start": 405.2,
"end": 405.81,
"text": "multiple,"
},
{
"id": 1102,
"start": 405.81,
"end": 406.3,
"text": "multiple"
},
{
"id": 1103,
"start": 406.3,
"end": 406.66,
"text": "multiple"
},
{
"id": 1104,
"start": 406.66,
"end": 406.95,
"text": "times"
},
{
"id": 1105,
"start": 406.95,
"end": 407.12,
"text": "more"
},
{
"id": 1106,
"start": 407.12,
"end": 407.24,
"text": "than"
},
{
"id": 1107,
"start": 407.24,
"end": 408.43,
"text": "that."
},
{
"id": 1108,
"start": 408.43,
"end": 408.62,
"text": "The"
},
{
"id": 1109,
"start": 408.62,
"end": 408.88,
"text": "Wall"
},
{
"id": 1110,
"start": 408.88,
"end": 409.15,
"text": "Street"
},
{
"id": 1111,
"start": 409.15,
"end": 409.51,
"text": "Journal"
},
{
"id": 1112,
"start": 409.51,
"end": 409.84,
"text": "writes"
},
{
"id": 1113,
"start": 409.84,
"end": 410,
"text": "that"
},
{
"id": 1114,
"start": 410,
"end": 410.09,
"text": "the"
},
{
"id": 1115,
"start": 410.09,
"end": 410.42,
"text": "move"
},
{
"id": 1116,
"start": 410.42,
"end": 410.55,
"text": "to"
},
{
"id": 1117,
"start": 410.55,
"end": 410.85,
"text": "no"
},
{
"id": 1118,
"start": 410.85,
"end": 411.26,
"text": "longer"
},
{
"id": 1119,
"start": 411.26,
"end": 411.66,
"text": "accept"
},
{
"id": 1120,
"start": 411.66,
"end": 412.21,
"text": "political"
},
{
"id": 1121,
"start": 412.21,
"end": 412.48,
"text": "ads"
},
{
"id": 1122,
"start": 412.48,
"end": 412.65,
"text": "could"
},
{
"id": 1123,
"start": 412.65,
"end": 412.89,
"text": "have"
},
{
"id": 1124,
"start": 412.89,
"end": 412.97,
"text": "an"
},
{
"id": 1125,
"start": 412.97,
"end": 413.5,
"text": "effect"
},
{
"id": 1126,
"start": 413.5,
"end": 413.88,
"text": "on"
},
{
"id": 1127,
"start": 413.88,
"end": 414.08,
"text": "the"
},
{
"id": 1128,
"start": 414.08,
"end": 414.45,
"text": "coming"
},
{
"id": 1129,
"start": 414.45,
"end": 415.1,
"text": "elections."
},
{
"id": 1130,
"start": 415.1,
"end": 415.27,
"text": "Could"
},
{
"id": 1131,
"start": 415.27,
"end": 415.37,
"text": "you"
},
{
"id": 1132,
"start": 415.37,
"end": 415.75,
"text": "explain"
},
{
"id": 1133,
"start": 415.75,
"end": 416.72,
"text": "that?"
},
{
"id": 1134,
"start": 416.72,
"end": 417.31,
"text": "Sure."
},
{
"id": 1135,
"start": 417.31,
"end": 417.93,
"text": "Well,"
},
{
"id": 1136,
"start": 417.93,
"end": 418.82,
"text": "basically,"
},
{
"id": 1137,
"start": 418.82,
"end": 419.28,
"text": "Twitter"
},
{
"id": 1138,
"start": 419.28,
"end": 419.44,
"text": "is"
},
{
"id": 1139,
"start": 419.44,
"end": 419.84,
"text": "one"
},
{
"id": 1140,
"start": 419.84,
"end": 420.25,
"text": "of"
},
{
"id": 1141,
"start": 420.25,
"end": 420.36,
"text": "a"
},
{
"id": 1142,
"start": 420.36,
"end": 420.72,
"text": "number"
},
{
"id": 1143,
"start": 420.72,
"end": 420.82,
"text": "of"
},
{
"id": 1144,
"start": 420.82,
"end": 421.18,
"text": "ways"
},
{
"id": 1145,
"start": 421.18,
"end": 421.38,
"text": "that"
},
{
"id": 1146,
"start": 421.38,
"end": 421.8,
"text": "digital"
},
{
"id": 1147,
"start": 421.8,
"end": 423.23,
"text": "advertising"
},
{
"id": 1148,
"start": 423.23,
"end": 423.55,
"text": "is"
},
{
"id": 1149,
"start": 423.55,
"end": 423.98,
"text": "used"
},
{
"id": 1150,
"start": 423.98,
"end": 424.36,
"text": "for"
},
{
"id": 1151,
"start": 424.36,
"end": 424.84,
"text": "political"
},
{
"id": 1152,
"start": 424.84,
"end": 425.46,
"text": "campaigns."
},
{
"id": 1153,
"start": 425.46,
"end": 425.95,
"text": "Obviously,"
},
{
"id": 1154,
"start": 425.95,
"end": 426.01,
"text": "a"
},
{
"id": 1155,
"start": 426.01,
"end": 426.2,
"text": "lot"
},
{
"id": 1156,
"start": 426.2,
"end": 426.28,
"text": "of"
},
{
"id": 1157,
"start": 426.28,
"end": 426.69,
"text": "other"
},
{
"id": 1158,
"start": 426.69,
"end": 426.82,
"text": "you"
},
{
"id": 1159,
"start": 426.82,
"end": 426.93,
"text": "know,"
},
{
"id": 1160,
"start": 426.93,
"end": 427.44,
"text": "commercial"
},
{
"id": 1161,
"start": 427.44,
"end": 427.72,
"text": "ways"
},
{
"id": 1162,
"start": 427.72,
"end": 427.88,
"text": "as"
},
{
"id": 1163,
"start": 427.88,
"end": 428.27,
"text": "well,"
},
{
"id": 1164,
"start": 428.27,
"end": 428.43,
"text": "and"
},
{
"id": 1165,
"start": 428.43,
"end": 428.89,
"text": "it's"
},
{
"id": 1166,
"start": 428.89,
"end": 429.12,
"text": "less"
},
{
"id": 1167,
"start": 429.12,
"end": 429.88,
"text": "expensive"
},
{
"id": 1168,
"start": 429.88,
"end": 430.07,
"text": "and"
},
{
"id": 1169,
"start": 430.07,
"end": 430.52,
"text": "say"
},
{
"id": 1170,
"start": 430.52,
"end": 430.97,
"text": "TV"
},
{
"id": 1171,
"start": 430.97,
"end": 433.34,
"text": "advertising."
},
{
"id": 1172,
"start": 433.34,
"end": 434.07,
"text": "But"
},
{
"id": 1173,
"start": 434.07,
"end": 434.55,
"text": "Google"
},
{
"id": 1174,
"start": 434.55,
"end": 434.72,
"text": "and"
},
{
"id": 1175,
"start": 434.72,
"end": 435.24,
"text": "Facebook"
},
{
"id": 1176,
"start": 435.24,
"end": 435.48,
"text": "are"
},
{
"id": 1177,
"start": 435.48,
"end": 436.02,
"text": "really"
},
{
"id": 1178,
"start": 436.02,
"end": 436.17,
"text": "the"
},
{
"id": 1179,
"start": 436.17,
"end": 436.62,
"text": "top"
},
{
"id": 1180,
"start": 436.62,
"end": 436.91,
"text": "two"
},
{
"id": 1181,
"start": 436.91,
"end": 437.58,
"text": "areas"
},
{
"id": 1182,
"start": 437.58,
"end": 438.17,
"text": "where"
},
{
"id": 1183,
"start": 438.17,
"end": 438.77,
"text": "campaigns"
},
{
"id": 1184,
"start": 438.77,
"end": 438.83,
"text": "are"
},
{
"id": 1185,
"start": 438.83,
"end": 439.17,
"text": "spending"
},
{
"id": 1186,
"start": 439.17,
"end": 439.26,
"text": "the"
},
{
"id": 1187,
"start": 439.26,
"end": 439.59,
"text": "most"
},
{
"id": 1188,
"start": 439.59,
"end": 439.7,
"text": "for"
},
{
"id": 1189,
"start": 439.7,
"end": 440.05,
"text": "digital"
},
{
"id": 1190,
"start": 440.05,
"end": 440.71,
"text": "advertising."
},
{
"id": 1191,
"start": 440.71,
"end": 440.86,
"text": "So"
},
{
"id": 1192,
"start": 440.86,
"end": 440.98,
"text": "what"
},
{
"id": 1193,
"start": 440.98,
"end": 441.13,
"text": "we"
},
{
"id": 1194,
"start": 441.13,
"end": 441.37,
"text": "found"
},
{
"id": 1195,
"start": 441.37,
"end": 441.46,
"text": "in"
},
{
"id": 1196,
"start": 441.46,
"end": 441.57,
"text": "our"
},
{
"id": 1197,
"start": 441.57,
"end": 442.03,
"text": "reporting"
},
{
"id": 1198,
"start": 442.03,
"end": 442.19,
"text": "is"
},
{
"id": 1199,
"start": 442.19,
"end": 442.69,
"text": "that"
},
{
"id": 1200,
"start": 442.69,
"end": 442.89,
"text": "this"
},
{
"id": 1201,
"start": 442.89,
"end": 443.11,
"text": "move"
},
{
"id": 1202,
"start": 443.11,
"end": 443.26,
"text": "by"
},
{
"id": 1203,
"start": 443.26,
"end": 443.8,
"text": "Twitter,"
},
{
"id": 1204,
"start": 443.8,
"end": 444.2,
"text": "while"
},
{
"id": 1205,
"start": 444.2,
"end": 445.11,
"text": "definitely"
},
{
"id": 1206,
"start": 445.11,
"end": 446.17,
"text": "symbolically"
},
{
"id": 1207,
"start": 446.17,
"end": 447.31,
"text": "shocking,"
},
{
"id": 1208,
"start": 447.31,
"end": 447.58,
"text": "is"
},
{
"id": 1209,
"start": 447.58,
"end": 447.83,
"text": "not"
},
{
"id": 1210,
"start": 447.83,
"end": 448.14,
"text": "something"
},
{
"id": 1211,
"start": 448.14,
"end": 448.3,
"text": "that"
},
{
"id": 1212,
"start": 448.3,
"end": 448.63,
"text": "we"
},
{
"id": 1213,
"start": 448.63,
"end": 449.26,
"text": "anticipate"
},
{
"id": 1214,
"start": 449.26,
"end": 449.45,
"text": "to"
},
{
"id": 1215,
"start": 449.45,
"end": 449.77,
"text": "really"
},
{
"id": 1216,
"start": 449.77,
"end": 449.93,
"text": "have"
},
{
"id": 1217,
"start": 449.93,
"end": 449.99,
"text": "a"
},
{
"id": 1218,
"start": 449.99,
"end": 450.52,
"text": "huge"
},
{
"id": 1219,
"start": 450.52,
"end": 450.97,
"text": "effect"
},
{
"id": 1220,
"start": 450.97,
"end": 451.29,
"text": "on"
},
{
"id": 1221,
"start": 451.29,
"end": 451.71,
"text": "political"
},
{
"id": 1222,
"start": 451.71,
"end": 452.3,
"text": "campaigns"
},
{
"id": 1223,
"start": 452.3,
"end": 452.39,
"text": "and"
},
{
"id": 1224,
"start": 452.39,
"end": 452.56,
"text": "their"
},
{
"id": 1225,
"start": 452.56,
"end": 452.79,
"text": "ad"
},
{
"id": 1226,
"start": 452.79,
"end": 453.93,
"text": "spent."
},
{
"id": 1227,
"start": 453.93,
"end": 454.1,
"text": "But"
},
{
"id": 1228,
"start": 454.1,
"end": 454.21,
"text": "it"
},
{
"id": 1229,
"start": 454.21,
"end": 454.81,
"text": "sounds"
},
{
"id": 1230,
"start": 454.81,
"end": 455.08,
"text": "like"
},
{
"id": 1231,
"start": 455.08,
"end": 455.44,
"text": "Twitter"
},
{
"id": 1232,
"start": 455.44,
"end": 455.56,
"text": "is"
},
{
"id": 1233,
"start": 455.56,
"end": 455.84,
"text": "taking"
},
{
"id": 1234,
"start": 455.84,
"end": 456.08,
"text": "sort"
},
{
"id": 1235,
"start": 456.08,
"end": 456.15,
"text": "of"
},
{
"id": 1236,
"start": 456.15,
"end": 456.25,
"text": "an"
},
{
"id": 1237,
"start": 456.25,
"end": 456.75,
"text": "activist"
},
{
"id": 1238,
"start": 456.75,
"end": 457.03,
"text": "role"
},
{
"id": 1239,
"start": 457.03,
"end": 457.14,
"text": "in"
},
{
"id": 1240,
"start": 457.14,
"end": 457.52,
"text": "banning"
},
{
"id": 1241,
"start": 457.52,
"end": 458.03,
"text": "political"
},
{
"id": 1242,
"start": 458.03,
"end": 458.24,
"text": "as"
},
{
"id": 1243,
"start": 458.24,
"end": 458.44,
"text": "well."
},
{
"id": 1244,
"start": 458.44,
"end": 459.17,
"text": "Facebook"
},
{
"id": 1245,
"start": 459.17,
"end": 459.34,
"text": "has"
},
{
"id": 1246,
"start": 459.34,
"end": 460.01,
"text": "said"
},
{
"id": 1247,
"start": 460.01,
"end": 460.44,
"text": "that"
},
{
"id": 1248,
"start": 460.44,
"end": 460.65,
"text": "it"
},
{
"id": 1249,
"start": 460.65,
"end": 460.82,
"text": "would"
},
{
"id": 1250,
"start": 460.82,
"end": 461.3,
"text": "exempt"
},
{
"id": 1251,
"start": 461.3,
"end": 461.96,
"text": "campaign"
},
{
"id": 1252,
"start": 461.96,
"end": 462.21,
"text": "ads"
},
{
"id": 1253,
"start": 462.21,
"end": 462.46,
"text": "from"
},
{
"id": 1254,
"start": 462.46,
"end": 462.75,
"text": "fact"
},
{
"id": 1255,
"start": 462.75,
"end": 463.2,
"text": "checking."
},
{
"id": 1256,
"start": 463.2,
"end": 463.47,
"text": "What's"
},
{
"id": 1257,
"start": 463.47,
"end": 463.57,
"text": "the"
},
{
"id": 1258,
"start": 463.57,
"end": 464.11,
"text": "message"
},
{
"id": 1259,
"start": 464.11,
"end": 464.31,
"text": "there?"
},
{
"id": 1260,
"start": 464.31,
"end": 464.42,
"text": "As"
},
{
"id": 1261,
"start": 464.42,
"end": 464.62,
"text": "long"
},
{
"id": 1262,
"start": 464.62,
"end": 464.7,
"text": "as"
},
{
"id": 1263,
"start": 464.7,
"end": 464.96,
"text": "people"
},
{
"id": 1264,
"start": 464.96,
"end": 465.21,
"text": "pay"
},
{
"id": 1265,
"start": 465.21,
"end": 465.33,
"text": "for"
},
{
"id": 1266,
"start": 465.33,
"end": 465.52,
"text": "the"
},
{
"id": 1267,
"start": 465.52,
"end": 465.78,
"text": "ad,"
},
{
"id": 1268,
"start": 465.78,
"end": 466.24,
"text": "Facebook"
},
{
"id": 1269,
"start": 466.24,
"end": 466.44,
"text": "will"
},
{
"id": 1270,
"start": 466.44,
"end": 466.66,
"text": "run"
},
{
"id": 1271,
"start": 466.66,
"end": 467.44,
"text": "it."
},
{
"id": 1272,
"start": 467.44,
"end": 467.72,
"text": "You're"
},
{
"id": 1273,
"start": 467.72,
"end": 468.05,
"text": "right."
},
{
"id": 1274,
"start": 468.05,
"end": 468.22,
"text": "This"
},
{
"id": 1275,
"start": 468.22,
"end": 468.43,
"text": "is"
},
{
"id": 1276,
"start": 468.43,
"end": 468.81,
"text": "quite"
},
{
"id": 1277,
"start": 468.81,
"end": 468.87,
"text": "a"
},
{
"id": 1278,
"start": 468.87,
"end": 469.6,
"text": "distinction,"
},
{
"id": 1279,
"start": 469.6,
"end": 469.74,
"text": "and"
},
{
"id": 1280,
"start": 469.74,
"end": 469.88,
"text": "it's"
},
{
"id": 1281,
"start": 469.88,
"end": 470.22,
"text": "something"
},
{
"id": 1282,
"start": 470.22,
"end": 470.36,
"text": "we're"
},
{
"id": 1283,
"start": 470.36,
"end": 470.68,
"text": "still"
},
{
"id": 1284,
"start": 470.68,
"end": 471.22,
"text": "unpacking"
},
{
"id": 1285,
"start": 471.22,
"end": 471.44,
"text": "right"
},
{
"id": 1286,
"start": 471.44,
"end": 472.01,
"text": "now."
},
{
"id": 1287,
"start": 472.01,
"end": 472.46,
"text": "Um,"
},
{
"id": 1288,
"start": 472.46,
"end": 473.1,
"text": "Facebook"
},
{
"id": 1289,
"start": 473.1,
"end": 473.34,
"text": "has"
},
{
"id": 1290,
"start": 473.34,
"end": 473.56,
"text": "come"
},
{
"id": 1291,
"start": 473.56,
"end": 473.74,
"text": "out"
},
{
"id": 1292,
"start": 473.74,
"end": 473.87,
"text": "and"
},
{
"id": 1293,
"start": 473.87,
"end": 474.42,
"text": "basically"
},
{
"id": 1294,
"start": 474.42,
"end": 474.87,
"text": "said"
},
{
"id": 1295,
"start": 474.87,
"end": 475.71,
"text": "that,"
},
{
"id": 1296,
"start": 475.71,
"end": 476.3,
"text": "Yeah,"
},
{
"id": 1297,
"start": 476.3,
"end": 476.48,
"text": "they're"
},
{
"id": 1298,
"start": 476.48,
"end": 476.73,
"text": "not"
},
{
"id": 1299,
"start": 476.73,
"end": 476.99,
"text": "fact"
},
{
"id": 1300,
"start": 476.99,
"end": 477.51,
"text": "checking"
},
{
"id": 1301,
"start": 477.51,
"end": 477.93,
"text": "ads"
},
{
"id": 1302,
"start": 477.93,
"end": 478.14,
"text": "made"
},
{
"id": 1303,
"start": 478.14,
"end": 479.01,
"text": "by,"
},
{
"id": 1304,
"start": 479.01,
"end": 479.2,
"text": "you"
},
{
"id": 1305,
"start": 479.2,
"end": 479.38,
"text": "know"
},
{
"id": 1306,
"start": 479.38,
"end": 479.75,
"text": "from"
},
{
"id": 1307,
"start": 479.75,
"end": 481.38,
"text": "politicians."
},
{
"id": 1308,
"start": 481.38,
"end": 481.77,
"text": "Too"
},
{
"id": 1309,
"start": 481.77,
"end": 482.26,
"text": "many"
},
{
"id": 1310,
"start": 482.26,
"end": 482.67,
"text": "folks"
},
{
"id": 1311,
"start": 482.67,
"end": 483.6,
"text": "dismay."
},
{
"id": 1312,
"start": 483.6,
"end": 483.86,
"text": "In"
},
{
"id": 1313,
"start": 483.86,
"end": 484.49,
"text": "fact,"
},
{
"id": 1314,
"start": 484.49,
"end": 484.66,
"text": "in"
},
{
"id": 1315,
"start": 484.66,
"end": 485.29,
"text": "response,"
},
{
"id": 1316,
"start": 485.29,
"end": 485.69,
"text": "Senator"
},
{
"id": 1317,
"start": 485.69,
"end": 486.14,
"text": "Elizabeth"
},
{
"id": 1318,
"start": 486.14,
"end": 486.5,
"text": "Warren,"
},
{
"id": 1319,
"start": 486.5,
"end": 486.71,
"text": "who's"
},
{
"id": 1320,
"start": 486.71,
"end": 486.84,
"text": "one"
},
{
"id": 1321,
"start": 486.84,
"end": 486.93,
"text": "of"
},
{
"id": 1322,
"start": 486.93,
"end": 487.25,
"text": "the"
},
{
"id": 1323,
"start": 487.25,
"end": 487.5,
"text": "front"
},
{
"id": 1324,
"start": 487.5,
"end": 487.85,
"text": "running"
},
{
"id": 1325,
"start": 487.85,
"end": 488.46,
"text": "presidential"
},
{
"id": 1326,
"start": 488.46,
"end": 488.98,
"text": "candidates,"
},
{
"id": 1327,
"start": 488.98,
"end": 489.14,
"text": "right"
},
{
"id": 1328,
"start": 489.14,
"end": 489.74,
"text": "now"
},
{
"id": 1329,
"start": 489.74,
"end": 490.01,
"text": "paid"
},
{
"id": 1330,
"start": 490.01,
"end": 490.19,
"text": "for"
},
{
"id": 1331,
"start": 490.19,
"end": 490.28,
"text": "an"
},
{
"id": 1332,
"start": 490.28,
"end": 490.52,
"text": "ad"
},
{
"id": 1333,
"start": 490.52,
"end": 490.71,
"text": "on"
},
{
"id": 1334,
"start": 490.71,
"end": 491.13,
"text": "Facebook"
},
{
"id": 1335,
"start": 491.13,
"end": 491.29,
"text": "with"
},
{
"id": 1336,
"start": 491.29,
"end": 491.36,
"text": "a"
},
{
"id": 1337,
"start": 491.36,
"end": 491.88,
"text": "false"
},
{
"id": 1338,
"start": 491.88,
"end": 492.33,
"text": "claim"
},
{
"id": 1339,
"start": 492.33,
"end": 492.66,
"text": "about"
},
{
"id": 1340,
"start": 492.66,
"end": 493.1,
"text": "Facebook"
},
{
"id": 1341,
"start": 493.1,
"end": 493.63,
"text": "CEO"
},
{
"id": 1342,
"start": 493.63,
"end": 493.88,
"text": "Mark"
},
{
"id": 1343,
"start": 493.88,
"end": 494.46,
"text": "Zuckerberg"
},
{
"id": 1344,
"start": 494.46,
"end": 494.54,
"text": "to"
},
{
"id": 1345,
"start": 494.54,
"end": 495.08,
"text": "highlight"
},
{
"id": 1346,
"start": 495.08,
"end": 495.18,
"text": "the"
},
{
"id": 1347,
"start": 495.18,
"end": 495.73,
"text": "flaws"
},
{
"id": 1348,
"start": 495.73,
"end": 495.88,
"text": "in"
},
{
"id": 1349,
"start": 495.88,
"end": 496.33,
"text": "Facebook's"
},
{
"id": 1350,
"start": 496.33,
"end": 496.72,
"text": "political"
},
{
"id": 1351,
"start": 496.72,
"end": 496.92,
"text": "ad"
},
{
"id": 1352,
"start": 496.92,
"end": 497.74,
"text": "policy"
},
{
"id": 1353,
"start": 497.74,
"end": 497.99,
"text": "and"
},
{
"id": 1354,
"start": 497.99,
"end": 498.25,
"text": "how"
},
{
"id": 1355,
"start": 498.25,
"end": 498.4,
"text": "the"
},
{
"id": 1356,
"start": 498.4,
"end": 498.75,
"text": "company"
},
{
"id": 1357,
"start": 498.75,
"end": 499.09,
"text": "handles"
},
{
"id": 1358,
"start": 499.09,
"end": 500.05,
"text": "misinformation."
},
{
"id": 1359,
"start": 500.05,
"end": 500.97,
"text": "So"
},
{
"id": 1360,
"start": 500.97,
"end": 501.34,
"text": "right"
},
{
"id": 1361,
"start": 501.34,
"end": 501.51,
"text": "now"
},
{
"id": 1362,
"start": 501.51,
"end": 501.62,
"text": "we're"
},
{
"id": 1363,
"start": 501.62,
"end": 501.98,
"text": "seeing"
},
{
"id": 1364,
"start": 501.98,
"end": 502.12,
"text": "that"
},
{
"id": 1365,
"start": 502.12,
"end": 502.22,
"text": "the"
},
{
"id": 1366,
"start": 502.22,
"end": 502.47,
"text": "tech"
},
{
"id": 1367,
"start": 502.47,
"end": 502.95,
"text": "platforms,"
},
{
"id": 1368,
"start": 502.95,
"end": 503.05,
"text": "we're"
},
{
"id": 1369,
"start": 503.05,
"end": 503.46,
"text": "taking"
},
{
"id": 1370,
"start": 503.46,
"end": 504.16,
"text": "drastically"
},
{
"id": 1371,
"start": 504.16,
"end": 504.55,
"text": "different"
},
{
"id": 1372,
"start": 504.55,
"end": 505.08,
"text": "stances"
},
{
"id": 1373,
"start": 505.08,
"end": 505.24,
"text": "on"
},
{
"id": 1374,
"start": 505.24,
"end": 505.66,
"text": "this,"
},
{
"id": 1375,
"start": 505.66,
"end": 506.67,
"text": "and"
},
{
"id": 1376,
"start": 506.67,
"end": 506.92,
"text": "it's"
},
{
"id": 1377,
"start": 506.92,
"end": 507.06,
"text": "gonna"
},
{
"id": 1378,
"start": 507.06,
"end": 507.19,
"text": "be"
},
{
"id": 1379,
"start": 507.19,
"end": 507.44,
"text": "really"
},
{
"id": 1380,
"start": 507.44,
"end": 507.81,
"text": "interesting"
},
{
"id": 1381,
"start": 507.81,
"end": 507.91,
"text": "to"
},
{
"id": 1382,
"start": 507.91,
"end": 508.07,
"text": "see"
},
{
"id": 1383,
"start": 508.07,
"end": 508.14,
"text": "how"
},
{
"id": 1384,
"start": 508.14,
"end": 508.32,
"text": "this"
},
{
"id": 1385,
"start": 508.32,
"end": 508.54,
"text": "plays"
},
{
"id": 1386,
"start": 508.54,
"end": 508.71,
"text": "out"
},
{
"id": 1387,
"start": 508.71,
"end": 508.81,
"text": "for"
},
{
"id": 1388,
"start": 508.81,
"end": 510.14,
"text": "2020"
},
{
"id": 1389,
"start": 510.14,
"end": 510.37,
"text": "you"
},
{
"id": 1390,
"start": 510.37,
"end": 510.52,
"text": "can"
},
{
"id": 1391,
"start": 510.52,
"end": 510.78,
"text": "find"
},
{
"id": 1392,
"start": 510.78,
"end": 510.93,
"text": "our"
},
{
"id": 1393,
"start": 510.93,
"end": 511.11,
"text": "full"
},
{
"id": 1394,
"start": 511.11,
"end": 511.5,
"text": "coverage"
},
{
"id": 1395,
"start": 511.5,
"end": 511.63,
"text": "of"
},
{
"id": 1396,
"start": 511.63,
"end": 512.09,
"text": "political"
},
{
"id": 1397,
"start": 512.09,
"end": 512.36,
"text": "ads"
},
{
"id": 1398,
"start": 512.36,
"end": 512.48,
"text": "on"
},
{
"id": 1399,
"start": 512.48,
"end": 512.8,
"text": "Twitter,"
},
{
"id": 1400,
"start": 512.8,
"end": 513.42,
"text": "Facebook"
},
{
"id": 1401,
"start": 513.42,
"end": 513.66,
"text": "and"
},
{
"id": 1402,
"start": 513.66,
"end": 514.2,
"text": "elsewhere"
},
{
"id": 1403,
"start": 514.2,
"end": 514.55,
"text": "up"
},
{
"id": 1404,
"start": 514.55,
"end": 514.69,
"text": "on"
},
{
"id": 1405,
"start": 514.69,
"end": 515.01,
"text": "W"
},
{
"id": 1406,
"start": 515.01,
"end": 515.22,
"text": "s"
},
{
"id": 1407,
"start": 515.22,
"end": 515.78,
"text": "j"
},
{
"id": 1408,
"start": 515.78,
"end": 516.03,
"text": "dot"
},
{
"id": 1409,
"start": 516.03,
"end": 517.49,
"text": "com."
},
{
"id": 1410,
"start": 517.49,
"end": 517.78,
"text": "Wall"
},
{
"id": 1411,
"start": 517.78,
"end": 518.07,
"text": "Street"
},
{
"id": 1412,
"start": 518.07,
"end": 518.41,
"text": "Journal"
},
{
"id": 1413,
"start": 518.41,
"end": 518.92,
"text": "Listeners"
},
{
"id": 1414,
"start": 518.92,
"end": 519.13,
"text": "come"
},
{
"id": 1415,
"start": 519.13,
"end": 519.33,
"text": "from"
},
{
"id": 1416,
"start": 519.33,
"end": 519.72,
"text": "all"
},
{
"id": 1417,
"start": 519.72,
"end": 520.04,
"text": "walks"
},
{
"id": 1418,
"start": 520.04,
"end": 520.18,
"text": "of"
},
{
"id": 1419,
"start": 520.18,
"end": 520.75,
"text": "life"
},
{
"id": 1420,
"start": 520.75,
"end": 521.06,
"text": "and"
},
{
"id": 1421,
"start": 521.06,
"end": 522,
"text": "business,"
},
{
"id": 1422,
"start": 522,
"end": 522.32,
"text": "and"
},
{
"id": 1423,
"start": 522.32,
"end": 522.42,
"text": "no"
},
{
"id": 1424,
"start": 522.42,
"end": 522.74,
"text": "matter"
},
{
"id": 1425,
"start": 522.74,
"end": 523.01,
"text": "what"
},
{
"id": 1426,
"start": 523.01,
"end": 523.24,
"text": "type"
},
{
"id": 1427,
"start": 523.24,
"end": 523.38,
"text": "of"
},
{
"id": 1428,
"start": 523.38,
"end": 523.81,
"text": "business"
},
{
"id": 1429,
"start": 523.81,
"end": 524,
"text": "you're"
},
{
"id": 1430,
"start": 524,
"end": 524.6,
"text": "in,"
},
{
"id": 1431,
"start": 524.6,
"end": 524.78,
"text": "a"
},
{
"id": 1432,
"start": 524.78,
"end": 525.22,
"text": "teepee"
},
{
"id": 1433,
"start": 525.22,
"end": 525.35,
"text": "is"
},
{
"id": 1434,
"start": 525.35,
"end": 525.68,
"text": "here"
},
{
"id": 1435,
"start": 525.68,
"end": 525.83,
"text": "to"
},
{
"id": 1436,
"start": 525.83,
"end": 526.11,
"text": "help"
},
{
"id": 1437,
"start": 526.11,
"end": 526.23,
"text": "you"
},
{
"id": 1438,
"start": 526.23,
"end": 526.66,
"text": "achieve"
},
{
"id": 1439,
"start": 526.66,
"end": 526.82,
"text": "what"
},
{
"id": 1440,
"start": 526.82,
"end": 526.97,
"text": "you're"
},
{
"id": 1441,
"start": 526.97,
"end": 527.41,
"text": "working"
},
{
"id": 1442,
"start": 527.41,
"end": 527.98,
"text": "for."
},
{
"id": 1443,
"start": 527.98,
"end": 528.24,
"text": "With"
},
{
"id": 1444,
"start": 528.24,
"end": 528.98,
"text": "HR"
},
{
"id": 1445,
"start": 528.98,
"end": 529.69,
"text": "talent,"
},
{
"id": 1446,
"start": 529.69,
"end": 530.31,
"text": "time"
},
{
"id": 1447,
"start": 530.31,
"end": 530.89,
"text": "benefits"
},
{
"id": 1448,
"start": 530.89,
"end": 531.03,
"text": "and"
},
{
"id": 1449,
"start": 531.03,
"end": 531.66,
"text": "payroll"
},
{
"id": 1450,
"start": 531.66,
"end": 532.27,
"text": "informed"
},
{
"id": 1451,
"start": 532.27,
"end": 532.44,
"text": "by"
},
{
"id": 1452,
"start": 532.44,
"end": 533,
"text": "data"
},
{
"id": 1453,
"start": 533,
"end": 533.31,
"text": "and"
},
{
"id": 1454,
"start": 533.31,
"end": 533.82,
"text": "designed"
},
{
"id": 1455,
"start": 533.82,
"end": 533.98,
"text": "for"
},
{
"id": 1456,
"start": 533.98,
"end": 534.71,
"text": "people,"
},
{
"id": 1457,
"start": 534.71,
"end": 535.06,
"text": "learn"
},
{
"id": 1458,
"start": 535.06,
"end": 535.47,
"text": "more"
},
{
"id": 1459,
"start": 535.47,
"end": 535.62,
"text": "at"
},
{
"id": 1460,
"start": 535.62,
"end": 536.26,
"text": "design"
},
{
"id": 1461,
"start": 536.26,
"end": 536.53,
"text": "don"
},
{
"id": 1462,
"start": 536.53,
"end": 536.86,
"text": "80"
},
{
"id": 1463,
"start": 536.86,
"end": 537.2,
"text": "p"
},
{
"id": 1464,
"start": 537.2,
"end": 537.49,
"text": "dot"
},
{
"id": 1465,
"start": 537.49,
"end": 542.14,
"text": "com"
},
{
"id": 1466,
"start": 542.14,
"end": 542.73,
"text": "On"
},
{
"id": 1467,
"start": 542.73,
"end": 542.9,
"text": "to"
},
{
"id": 1468,
"start": 542.9,
"end": 543.53,
"text": "markets"
},
{
"id": 1469,
"start": 543.53,
"end": 543.67,
"text": "you"
},
{
"id": 1470,
"start": 543.67,
"end": 543.86,
"text": "might"
},
{
"id": 1471,
"start": 543.86,
"end": 544.3,
"text": "remember"
},
{
"id": 1472,
"start": 544.3,
"end": 544.47,
"text": "we're"
},
{
"id": 1473,
"start": 544.47,
"end": 544.83,
"text": "still"
},
{
"id": 1474,
"start": 544.83,
"end": 544.93,
"text": "in"
},
{
"id": 1475,
"start": 544.93,
"end": 545,
"text": "the"
},
{
"id": 1476,
"start": 545,
"end": 545.35,
"text": "middle"
},
{
"id": 1477,
"start": 545.35,
"end": 545.52,
"text": "of"
},
{
"id": 1478,
"start": 545.52,
"end": 545.85,
"text": "earning"
},
{
"id": 1479,
"start": 545.85,
"end": 546.43,
"text": "season."
},
{
"id": 1480,
"start": 546.43,
"end": 546.84,
"text": "Yes,"
},
{
"id": 1481,
"start": 546.84,
"end": 547.61,
"text": "somehow,"
},
{
"id": 1482,
"start": 547.61,
"end": 547.81,
"text": "and"
},
{
"id": 1483,
"start": 547.81,
"end": 547.96,
"text": "so"
},
{
"id": 1484,
"start": 547.96,
"end": 548.23,
"text": "far,"
},
{
"id": 1485,
"start": 548.23,
"end": 548.48,
"text": "well,"
},
{
"id": 1486,
"start": 548.48,
"end": 548.83,
"text": "corporate"
},
{
"id": 1487,
"start": 548.83,
"end": 549.25,
"text": "profits"
},
{
"id": 1488,
"start": 549.25,
"end": 549.45,
"text": "have"
},
{
"id": 1489,
"start": 549.45,
"end": 550.06,
"text": "surprised"
},
{
"id": 1490,
"start": 550.06,
"end": 550.76,
"text": "investors"
},
{
"id": 1491,
"start": 550.76,
"end": 550.9,
"text": "in"
},
{
"id": 1492,
"start": 550.9,
"end": 550.99,
"text": "a"
},
{
"id": 1493,
"start": 550.99,
"end": 551.28,
"text": "good"
},
{
"id": 1494,
"start": 551.28,
"end": 552.08,
"text": "way."
},
{
"id": 1495,
"start": 552.08,
"end": 552.22,
"text": "They"
},
{
"id": 1496,
"start": 552.22,
"end": 552.57,
"text": "haven't"
},
{
"id": 1497,
"start": 552.57,
"end": 552.89,
"text": "waned"
},
{
"id": 1498,
"start": 552.89,
"end": 553.05,
"text": "as"
},
{
"id": 1499,
"start": 553.05,
"end": 553.26,
"text": "much"
},
{
"id": 1500,
"start": 553.26,
"end": 553.39,
"text": "as"
},
{
"id": 1501,
"start": 553.39,
"end": 553.62,
"text": "many"
},
{
"id": 1502,
"start": 553.62,
"end": 553.7,
"text": "of"
},
{
"id": 1503,
"start": 553.7,
"end": 553.87,
"text": "them"
},
{
"id": 1504,
"start": 553.87,
"end": 553.99,
"text": "had"
},
{
"id": 1505,
"start": 553.99,
"end": 554.61,
"text": "feared."
},
{
"id": 1506,
"start": 554.61,
"end": 554.83,
"text": "That's"
},
{
"id": 1507,
"start": 554.83,
"end": 555.28,
"text": "calmed"
},
{
"id": 1508,
"start": 555.28,
"end": 555.38,
"text": "a"
},
{
"id": 1509,
"start": 555.38,
"end": 555.6,
"text": "lot"
},
{
"id": 1510,
"start": 555.6,
"end": 555.69,
"text": "of"
},
{
"id": 1511,
"start": 555.69,
"end": 555.87,
"text": "their"
},
{
"id": 1512,
"start": 555.87,
"end": 556.21,
"text": "fears"
},
{
"id": 1513,
"start": 556.21,
"end": 556.51,
"text": "about"
},
{
"id": 1514,
"start": 556.51,
"end": 557.37,
"text": "growth."
},
{
"id": 1515,
"start": 557.37,
"end": 557.51,
"text": "For"
},
{
"id": 1516,
"start": 557.51,
"end": 557.71,
"text": "now,"
},
{
"id": 1517,
"start": 557.71,
"end": 557.93,
"text": "that"
},
{
"id": 1518,
"start": 557.93,
"end": 558.45,
"text": "is,"
},
{
"id": 1519,
"start": 558.45,
"end": 558.84,
"text": "Alex"
},
{
"id": 1520,
"start": 558.84,
"end": 559.21,
"text": "Franco's"
},
{
"id": 1521,
"start": 559.21,
"end": 559.48,
"text": "has"
},
{
"id": 1522,
"start": 559.48,
"end": 560.34,
"text": "more."
},
{
"id": 1523,
"start": 560.34,
"end": 560.71,
"text": "Basically,"
},
{
"id": 1524,
"start": 560.71,
"end": 560.82,
"text": "it's"
},
{
"id": 1525,
"start": 560.82,
"end": 561.04,
"text": "way"
},
{
"id": 1526,
"start": 561.04,
"end": 561.29,
"text": "better"
},
{
"id": 1527,
"start": 561.29,
"end": 561.42,
"text": "than"
},
{
"id": 1528,
"start": 561.42,
"end": 562.1,
"text": "expected."
},
{
"id": 1529,
"start": 562.1,
"end": 562.68,
"text": "Investors"
},
{
"id": 1530,
"start": 562.68,
"end": 563.23,
"text": "had"
},
{
"id": 1531,
"start": 563.23,
"end": 563.74,
"text": "lowered"
},
{
"id": 1532,
"start": 563.74,
"end": 564.44,
"text": "their"
},
{
"id": 1533,
"start": 564.44,
"end": 565.33,
"text": "expectations"
},
{
"id": 1534,
"start": 565.33,
"end": 565.48,
"text": "for"
},
{
"id": 1535,
"start": 565.48,
"end": 565.83,
"text": "company"
},
{
"id": 1536,
"start": 565.83,
"end": 566.26,
"text": "profits"
},
{
"id": 1537,
"start": 566.26,
"end": 566.58,
"text": "so"
},
{
"id": 1538,
"start": 566.58,
"end": 567.04,
"text": "much"
},
{
"id": 1539,
"start": 567.04,
"end": 567.19,
"text": "that"
},
{
"id": 1540,
"start": 567.19,
"end": 567.28,
"text": "it"
},
{
"id": 1541,
"start": 567.28,
"end": 567.51,
"text": "actually"
},
{
"id": 1542,
"start": 567.51,
"end": 567.77,
"text": "hasn't"
},
{
"id": 1543,
"start": 567.77,
"end": 567.92,
"text": "been"
},
{
"id": 1544,
"start": 567.92,
"end": 568.16,
"text": "that"
},
{
"id": 1545,
"start": 568.16,
"end": 568.39,
"text": "hard"
},
{
"id": 1546,
"start": 568.39,
"end": 568.5,
"text": "For"
},
{
"id": 1547,
"start": 568.5,
"end": 568.92,
"text": "companies"
},
{
"id": 1548,
"start": 568.92,
"end": 569.01,
"text": "to"
},
{
"id": 1549,
"start": 569.01,
"end": 569.25,
"text": "beat"
},
{
"id": 1550,
"start": 569.25,
"end": 569.78,
"text": "them"
},
{
"id": 1551,
"start": 569.78,
"end": 569.92,
"text": "is"
},
{
"id": 1552,
"start": 569.92,
"end": 570,
"text": "a"
},
{
"id": 1553,
"start": 570,
"end": 570.16,
"text": "kind"
},
{
"id": 1554,
"start": 570.16,
"end": 570.22,
"text": "of"
},
{
"id": 1555,
"start": 570.22,
"end": 570.62,
"text": "classic"
},
{
"id": 1556,
"start": 570.62,
"end": 570.92,
"text": "cycle"
},
{
"id": 1557,
"start": 570.92,
"end": 571.02,
"text": "we"
},
{
"id": 1558,
"start": 571.02,
"end": 571.16,
"text": "get"
},
{
"id": 1559,
"start": 571.16,
"end": 571.94,
"text": "into,"
},
{
"id": 1560,
"start": 571.94,
"end": 572.12,
"text": "so"
},
{
"id": 1561,
"start": 572.12,
"end": 572.25,
"text": "we've"
},
{
"id": 1562,
"start": 572.25,
"end": 572.39,
"text": "had"
},
{
"id": 1563,
"start": 572.39,
"end": 572.46,
"text": "to"
},
{
"id": 1564,
"start": 572.46,
"end": 573.13,
"text": "3/4"
},
{
"id": 1565,
"start": 573.13,
"end": 573.4,
"text": "of"
},
{
"id": 1566,
"start": 573.4,
"end": 573.9,
"text": "the"
},
{
"id": 1567,
"start": 573.9,
"end": 574.05,
"text": "S"
},
{
"id": 1568,
"start": 574.05,
"end": 574.15,
"text": "and"
},
{
"id": 1569,
"start": 574.15,
"end": 574.24,
"text": "P"
},
{
"id": 1570,
"start": 574.24,
"end": 574.66,
"text": "500"
},
{
"id": 1571,
"start": 574.66,
"end": 575.14,
"text": "companies"
},
{
"id": 1572,
"start": 575.14,
"end": 575.26,
"text": "who"
},
{
"id": 1573,
"start": 575.26,
"end": 575.38,
"text": "have"
},
{
"id": 1574,
"start": 575.38,
"end": 575.83,
"text": "reported"
},
{
"id": 1575,
"start": 575.83,
"end": 576.03,
"text": "so"
},
{
"id": 1576,
"start": 576.03,
"end": 577.08,
"text": "far"
},
{
"id": 1577,
"start": 577.08,
"end": 577.42,
"text": "have"
},
{
"id": 1578,
"start": 577.42,
"end": 577.6,
"text": "beat"
},
{
"id": 1579,
"start": 577.6,
"end": 578.45,
"text": "expectations."
},
{
"id": 1580,
"start": 578.45,
"end": 578.78,
"text": "Big"
},
{
"id": 1581,
"start": 578.78,
"end": 579.17,
"text": "names"
},
{
"id": 1582,
"start": 579.17,
"end": 579.34,
"text": "like"
},
{
"id": 1583,
"start": 579.34,
"end": 580.21,
"text": "Intel,"
},
{
"id": 1584,
"start": 580.21,
"end": 580.62,
"text": "Johnson"
},
{
"id": 1585,
"start": 580.62,
"end": 580.73,
"text": "and"
},
{
"id": 1586,
"start": 580.73,
"end": 581.19,
"text": "Johnson,"
},
{
"id": 1587,
"start": 581.19,
"end": 581.53,
"text": "United"
},
{
"id": 1588,
"start": 581.53,
"end": 582.29,
"text": "Technologies"
},
{
"id": 1589,
"start": 582.29,
"end": 582.79,
"text": "Apple"
},
{
"id": 1590,
"start": 582.79,
"end": 583.94,
"text": "yesterday."
},
{
"id": 1591,
"start": 583.94,
"end": 584.3,
"text": "So"
},
{
"id": 1592,
"start": 584.3,
"end": 584.5,
"text": "this"
},
{
"id": 1593,
"start": 584.5,
"end": 584.64,
"text": "is"
},
{
"id": 1594,
"start": 584.64,
"end": 585.17,
"text": "really,"
},
{
"id": 1595,
"start": 585.17,
"end": 585.35,
"text": "you"
},
{
"id": 1596,
"start": 585.35,
"end": 585.45,
"text": "know,"
},
{
"id": 1597,
"start": 585.45,
"end": 585.98,
"text": "reduced"
},
{
"id": 1598,
"start": 585.98,
"end": 586.37,
"text": "fears"
},
{
"id": 1599,
"start": 586.37,
"end": 586.85,
"text": "of,"
},
{
"id": 1600,
"start": 586.85,
"end": 586.99,
"text": "you"
},
{
"id": 1601,
"start": 586.99,
"end": 587.07,
"text": "know"
},
{
"id": 1602,
"start": 587.07,
"end": 587.22,
"text": "that"
},
{
"id": 1603,
"start": 587.22,
"end": 587.31,
"text": "they"
},
{
"id": 1604,
"start": 587.31,
"end": 587.5,
"text": "would"
},
{
"id": 1605,
"start": 587.5,
"end": 587.62,
"text": "that"
},
{
"id": 1606,
"start": 587.62,
"end": 587.73,
"text": "we're"
},
{
"id": 1607,
"start": 587.73,
"end": 587.93,
"text": "heading"
},
{
"id": 1608,
"start": 587.93,
"end": 588.11,
"text": "into"
},
{
"id": 1609,
"start": 588.11,
"end": 588.2,
"text": "a"
},
{
"id": 1610,
"start": 588.2,
"end": 588.84,
"text": "recession,"
},
{
"id": 1611,
"start": 588.84,
"end": 589.48,
"text": "and"
},
{
"id": 1612,
"start": 589.48,
"end": 589.91,
"text": "probably"
},
{
"id": 1613,
"start": 589.91,
"end": 590.26,
"text": "the"
},
{
"id": 1614,
"start": 590.26,
"end": 590.56,
"text": "bigger"
},
{
"id": 1615,
"start": 590.56,
"end": 590.81,
"text": "thing"
},
{
"id": 1616,
"start": 590.81,
"end": 590.97,
"text": "that's"
},
{
"id": 1617,
"start": 590.97,
"end": 591.2,
"text": "really"
},
{
"id": 1618,
"start": 591.2,
"end": 591.44,
"text": "helped"
},
{
"id": 1619,
"start": 591.44,
"end": 591.94,
"text": "investors"
},
{
"id": 1620,
"start": 591.94,
"end": 592.16,
"text": "and"
},
{
"id": 1621,
"start": 592.16,
"end": 592.43,
"text": "sent"
},
{
"id": 1622,
"start": 592.43,
"end": 592.51,
"text": "the"
},
{
"id": 1623,
"start": 592.51,
"end": 592.84,
"text": "market"
},
{
"id": 1624,
"start": 592.84,
"end": 592.97,
"text": "up"
},
{
"id": 1625,
"start": 592.97,
"end": 593.09,
"text": "to"
},
{
"id": 1626,
"start": 593.09,
"end": 593.33,
"text": "a"
},
{
"id": 1627,
"start": 593.33,
"end": 593.62,
"text": "record"
},
{
"id": 1628,
"start": 593.62,
"end": 593.77,
"text": "high"
},
{
"id": 1629,
"start": 593.77,
"end": 594.65,
"text": "yesterday"
},
{
"id": 1630,
"start": 594.65,
"end": 594.92,
"text": "is"
},
{
"id": 1631,
"start": 594.92,
"end": 595.1,
"text": "that"
},
{
"id": 1632,
"start": 595.1,
"end": 595.58,
"text": "companies"
},
{
"id": 1633,
"start": 595.58,
"end": 595.9,
"text": "are"
},
{
"id": 1634,
"start": 595.9,
"end": 596.2,
"text": "looking"
},
{
"id": 1635,
"start": 596.2,
"end": 596.75,
"text": "forward"
},
{
"id": 1636,
"start": 596.75,
"end": 596.88,
"text": "and"
},
{
"id": 1637,
"start": 596.88,
"end": 597.61,
"text": "saying,"
},
{
"id": 1638,
"start": 597.61,
"end": 597.76,
"text": "You"
},
{
"id": 1639,
"start": 597.76,
"end": 597.85,
"text": "know,"
},
{
"id": 1640,
"start": 597.85,
"end": 597.97,
"text": "we"
},
{
"id": 1641,
"start": 597.97,
"end": 598.15,
"text": "think"
},
{
"id": 1642,
"start": 598.15,
"end": 598.47,
"text": "profits"
},
{
"id": 1643,
"start": 598.47,
"end": 598.54,
"text": "are"
},
{
"id": 1644,
"start": 598.54,
"end": 598.75,
"text": "gonna"
},
{
"id": 1645,
"start": 598.75,
"end": 598.92,
"text": "be"
},
{
"id": 1646,
"start": 598.92,
"end": 599.15,
"text": "even"
},
{
"id": 1647,
"start": 599.15,
"end": 599.4,
"text": "better"
},
{
"id": 1648,
"start": 599.4,
"end": 599.55,
"text": "than"
},
{
"id": 1649,
"start": 599.55,
"end": 599.65,
"text": "we"
},
{
"id": 1650,
"start": 599.65,
"end": 600.21,
"text": "expected"
},
{
"id": 1651,
"start": 600.21,
"end": 600.72,
"text": "going,"
},
{
"id": 1652,
"start": 600.72,
"end": 600.8,
"text": "you"
},
{
"id": 1653,
"start": 600.8,
"end": 601.13,
"text": "know,"
},
{
"id": 1654,
"start": 601.13,
"end": 601.32,
"text": "in"
},
{
"id": 1655,
"start": 601.32,
"end": 601.42,
"text": "the"
},
{
"id": 1656,
"start": 601.42,
"end": 601.6,
"text": "in"
},
{
"id": 1657,
"start": 601.6,
"end": 601.67,
"text": "the"
},
{
"id": 1658,
"start": 601.67,
"end": 601.94,
"text": "months"
},
{
"id": 1659,
"start": 601.94,
"end": 602.03,
"text": "and"
},
{
"id": 1660,
"start": 602.03,
"end": 602.38,
"text": "quarters"
},
{
"id": 1661,
"start": 602.38,
"end": 602.9,
"text": "ahead,"
},
{
"id": 1662,
"start": 602.9,
"end": 603.2,
"text": "which"
},
{
"id": 1663,
"start": 603.2,
"end": 603.42,
"text": "is,"
},
{
"id": 1664,
"start": 603.42,
"end": 603.53,
"text": "You"
},
{
"id": 1665,
"start": 603.53,
"end": 603.61,
"text": "know,"
},
{
"id": 1666,
"start": 603.61,
"end": 604.01,
"text": "investors"
},
{
"id": 1667,
"start": 604.01,
"end": 604.08,
"text": "are"
},
{
"id": 1668,
"start": 604.08,
"end": 604.36,
"text": "always"
},
{
"id": 1669,
"start": 604.36,
"end": 604.57,
"text": "looking"
},
{
"id": 1670,
"start": 604.57,
"end": 604.75,
"text": "into"
},
{
"id": 1671,
"start": 604.75,
"end": 604.85,
"text": "the"
},
{
"id": 1672,
"start": 604.85,
"end": 605.2,
"text": "future,"
},
{
"id": 1673,
"start": 605.2,
"end": 605.32,
"text": "so"
},
{
"id": 1674,
"start": 605.32,
"end": 605.54,
"text": "that's"
},
{
"id": 1675,
"start": 605.54,
"end": 605.71,
"text": "really"
},
{
"id": 1676,
"start": 605.71,
"end": 609.31,
"text": "important."
},
{
"id": 1677,
"start": 609.31,
"end": 609.63,
"text": "And"
},
{
"id": 1678,
"start": 609.63,
"end": 609.9,
"text": "here's"
},
{
"id": 1679,
"start": 609.9,
"end": 610.01,
"text": "what"
},
{
"id": 1680,
"start": 610.01,
"end": 610.28,
"text": "else"
},
{
"id": 1681,
"start": 610.28,
"end": 610.4,
"text": "we're"
},
{
"id": 1682,
"start": 610.4,
"end": 610.67,
"text": "paying"
},
{
"id": 1683,
"start": 610.67,
"end": 611.1,
"text": "attention"
},
{
"id": 1684,
"start": 611.1,
"end": 611.46,
"text": "to"
},
{
"id": 1685,
"start": 611.46,
"end": 616.24,
"text": "today."
},
{
"id": 1686,
"start": 616.24,
"end": 617.24,
"text": "Yeah."
},
{
"id": 1687,
"start": 617.24,
"end": 617.73,
"text": "Cigarette"
},
{
"id": 1688,
"start": 617.73,
"end": 618.08,
"text": "maker"
},
{
"id": 1689,
"start": 618.08,
"end": 618.56,
"text": "Altria"
},
{
"id": 1690,
"start": 618.56,
"end": 619.02,
"text": "reports"
},
{
"id": 1691,
"start": 619.02,
"end": 619.25,
"text": "its"
},
{
"id": 1692,
"start": 619.25,
"end": 619.61,
"text": "earnings"
},
{
"id": 1693,
"start": 619.61,
"end": 619.91,
"text": "before"
},
{
"id": 1694,
"start": 619.91,
"end": 620.28,
"text": "markets"
},
{
"id": 1695,
"start": 620.28,
"end": 620.91,
"text": "open."
},
{
"id": 1696,
"start": 620.91,
"end": 621.22,
"text": "One"
},
{
"id": 1697,
"start": 621.22,
"end": 621.41,
"text": "key"
},
{
"id": 1698,
"start": 621.41,
"end": 621.82,
"text": "question"
},
{
"id": 1699,
"start": 621.82,
"end": 621.94,
"text": "for"
},
{
"id": 1700,
"start": 621.94,
"end": 622.45,
"text": "investors"
},
{
"id": 1701,
"start": 622.45,
"end": 622.57,
"text": "will"
},
{
"id": 1702,
"start": 622.57,
"end": 622.97,
"text": "focus"
},
{
"id": 1703,
"start": 622.97,
"end": 623.1,
"text": "on"
},
{
"id": 1704,
"start": 623.1,
"end": 623.19,
"text": "the"
},
{
"id": 1705,
"start": 623.19,
"end": 623.81,
"text": "company's"
},
{
"id": 1706,
"start": 623.81,
"end": 624.37,
"text": "stake"
},
{
"id": 1707,
"start": 624.37,
"end": 624.6,
"text": "in"
},
{
"id": 1708,
"start": 624.6,
"end": 625.43,
"text": "Jule."
},
{
"id": 1709,
"start": 625.43,
"end": 625.79,
"text": "Jennifer"
},
{
"id": 1710,
"start": 625.79,
"end": 626.22,
"text": "Maloney"
},
{
"id": 1711,
"start": 626.22,
"end": 626.64,
"text": "has"
},
{
"id": 1712,
"start": 626.64,
"end": 627.82,
"text": "more."
},
{
"id": 1713,
"start": 627.82,
"end": 628.3,
"text": "Ultra"
},
{
"id": 1714,
"start": 628.3,
"end": 628.54,
"text": "is"
},
{
"id": 1715,
"start": 628.54,
"end": 629.54,
"text": "expected"
},
{
"id": 1716,
"start": 629.54,
"end": 629.83,
"text": "to"
},
{
"id": 1717,
"start": 629.83,
"end": 630.09,
"text": "write"
},
{
"id": 1718,
"start": 630.09,
"end": 630.83,
"text": "down"
},
{
"id": 1719,
"start": 630.83,
"end": 630.98,
"text": "the"
},
{
"id": 1720,
"start": 630.98,
"end": 631.5,
"text": "value"
},
{
"id": 1721,
"start": 631.5,
"end": 631.66,
"text": "of"
},
{
"id": 1722,
"start": 631.66,
"end": 631.81,
"text": "its"
},
{
"id": 1723,
"start": 631.81,
"end": 632.84,
"text": "investment"
},
{
"id": 1724,
"start": 632.84,
"end": 633.07,
"text": "in"
},
{
"id": 1725,
"start": 633.07,
"end": 633.77,
"text": "Jule."
},
{
"id": 1726,
"start": 633.77,
"end": 634.06,
"text": "It's"
},
{
"id": 1727,
"start": 634.06,
"end": 634.68,
"text": "spent"
},
{
"id": 1728,
"start": 634.68,
"end": 636.29,
"text": "$12.8"
},
{
"id": 1729,
"start": 636.29,
"end": 636.72,
"text": "billion"
},
{
"id": 1730,
"start": 636.72,
"end": 637.08,
"text": "last"
},
{
"id": 1731,
"start": 637.08,
"end": 637.28,
"text": "year"
},
{
"id": 1732,
"start": 637.28,
"end": 637.38,
"text": "to"
},
{
"id": 1733,
"start": 637.38,
"end": 637.58,
"text": "buy"
},
{
"id": 1734,
"start": 637.58,
"end": 637.82,
"text": "a"
},
{
"id": 1735,
"start": 637.82,
"end": 638.89,
"text": "35%"
},
{
"id": 1736,
"start": 638.89,
"end": 639.36,
"text": "stake"
},
{
"id": 1737,
"start": 639.36,
"end": 639.52,
"text": "in"
},
{
"id": 1738,
"start": 639.52,
"end": 640.34,
"text": "Jule"
},
{
"id": 1739,
"start": 640.34,
"end": 640.79,
"text": "Hedge"
},
{
"id": 1740,
"start": 640.79,
"end": 641.15,
"text": "fund."
},
{
"id": 1741,
"start": 641.15,
"end": 641.26,
"text": "Our"
},
{
"id": 1742,
"start": 641.26,
"end": 642.29,
"text": "SANA"
},
{
"id": 1743,
"start": 642.29,
"end": 643.15,
"text": "recently"
},
{
"id": 1744,
"start": 643.15,
"end": 643.38,
"text": "wrote"
},
{
"id": 1745,
"start": 643.38,
"end": 643.64,
"text": "down"
},
{
"id": 1746,
"start": 643.64,
"end": 643.77,
"text": "its"
},
{
"id": 1747,
"start": 643.77,
"end": 644.42,
"text": "investment"
},
{
"id": 1748,
"start": 644.42,
"end": 644.65,
"text": "in"
},
{
"id": 1749,
"start": 644.65,
"end": 645.15,
"text": "jewels"
},
{
"id": 1750,
"start": 645.15,
"end": 645.27,
"text": "by"
},
{
"id": 1751,
"start": 645.27,
"end": 645.52,
"text": "more"
},
{
"id": 1752,
"start": 645.52,
"end": 645.66,
"text": "than"
},
{
"id": 1753,
"start": 645.66,
"end": 646.28,
"text": "1/3."
},
{
"id": 1754,
"start": 646.28,
"end": 646.53,
"text": "So"
},
{
"id": 1755,
"start": 646.53,
"end": 646.8,
"text": "many"
},
{
"id": 1756,
"start": 646.8,
"end": 647.2,
"text": "industry"
},
{
"id": 1757,
"start": 647.2,
"end": 647.78,
"text": "observers"
},
{
"id": 1758,
"start": 647.78,
"end": 648.19,
"text": "expect"
},
{
"id": 1759,
"start": 648.19,
"end": 648.29,
"text": "the"
},
{
"id": 1760,
"start": 648.29,
"end": 649.24,
"text": "Altria"
},
{
"id": 1761,
"start": 649.24,
"end": 649.77,
"text": "will"
},
{
"id": 1762,
"start": 649.77,
"end": 650.84,
"text": "also"
},
{
"id": 1763,
"start": 650.84,
"end": 651.2,
"text": "write"
},
{
"id": 1764,
"start": 651.2,
"end": 651.58,
"text": "down"
},
{
"id": 1765,
"start": 651.58,
"end": 651.79,
"text": "its"
},
{
"id": 1766,
"start": 651.79,
"end": 652.67,
"text": "investment."
},
{
"id": 1767,
"start": 652.67,
"end": 653.44,
"text": "Shareholders"
},
{
"id": 1768,
"start": 653.44,
"end": 653.69,
"text": "are"
},
{
"id": 1769,
"start": 653.69,
"end": 654.46,
"text": "concerned"
},
{
"id": 1770,
"start": 654.46,
"end": 655.1,
"text": "about"
},
{
"id": 1771,
"start": 655.1,
"end": 655.45,
"text": "how"
},
{
"id": 1772,
"start": 655.45,
"end": 655.98,
"text": "much"
},
{
"id": 1773,
"start": 655.98,
"end": 656.38,
"text": "Altria"
},
{
"id": 1774,
"start": 656.38,
"end": 656.95,
"text": "paid"
},
{
"id": 1775,
"start": 656.95,
"end": 657.09,
"text": "for"
},
{
"id": 1776,
"start": 657.09,
"end": 657.34,
"text": "that"
},
{
"id": 1777,
"start": 657.34,
"end": 658.1,
"text": "steak"
},
{
"id": 1778,
"start": 658.1,
"end": 658.54,
"text": "and"
},
{
"id": 1779,
"start": 658.54,
"end": 658.79,
"text": "whether"
},
{
"id": 1780,
"start": 658.79,
"end": 658.86,
"text": "or"
},
{
"id": 1781,
"start": 658.86,
"end": 659.15,
"text": "not."
},
{
"id": 1782,
"start": 659.15,
"end": 659.32,
"text": "It"
},
{
"id": 1783,
"start": 659.32,
"end": 659.66,
"text": "was"
},
{
"id": 1784,
"start": 659.66,
"end": 659.74,
"text": "a"
},
{
"id": 1785,
"start": 659.74,
"end": 659.95,
"text": "good"
},
{
"id": 1786,
"start": 659.95,
"end": 661.24,
"text": "investment."
},
{
"id": 1787,
"start": 661.24,
"end": 664.46,
"text": "Finally,"
},
{
"id": 1788,
"start": 664.46,
"end": 668.76,
"text": "Theo."
},
{
"id": 1789,
"start": 668.76,
"end": 669.22,
"text": "That's"
},
{
"id": 1790,
"start": 669.22,
"end": 669.3,
"text": "the"
},
{
"id": 1791,
"start": 669.3,
"end": 669.6,
"text": "moment"
},
{
"id": 1792,
"start": 669.6,
"end": 669.69,
"text": "the"
},
{
"id": 1793,
"start": 669.69,
"end": 670.16,
"text": "Washington"
},
{
"id": 1794,
"start": 670.16,
"end": 670.65,
"text": "Nationals"
},
{
"id": 1795,
"start": 670.65,
"end": 671.03,
"text": "won"
},
{
"id": 1796,
"start": 671.03,
"end": 671.31,
"text": "their"
},
{
"id": 1797,
"start": 671.31,
"end": 671.94,
"text": "first"
},
{
"id": 1798,
"start": 671.94,
"end": 672.35,
"text": "World"
},
{
"id": 1799,
"start": 672.35,
"end": 672.9,
"text": "Series"
},
{
"id": 1800,
"start": 672.9,
"end": 673.23,
"text": "ever"
},
{
"id": 1801,
"start": 673.23,
"end": 673.55,
"text": "last"
},
{
"id": 1802,
"start": 673.55,
"end": 673.87,
"text": "night,"
},
{
"id": 1803,
"start": 673.87,
"end": 674.14,
"text": "beating"
},
{
"id": 1804,
"start": 674.14,
"end": 674.23,
"text": "the"
},
{
"id": 1805,
"start": 674.23,
"end": 674.61,
"text": "Houston"
},
{
"id": 1806,
"start": 674.61,
"end": 675.08,
"text": "Astros"
},
{
"id": 1807,
"start": 675.08,
"end": 675.69,
"text": "62"
},
{
"id": 1808,
"start": 675.69,
"end": 675.87,
"text": "in"
},
{
"id": 1809,
"start": 675.87,
"end": 676.03,
"text": "the"
},
{
"id": 1810,
"start": 676.03,
"end": 676.53,
"text": "seventh"
},
{
"id": 1811,
"start": 676.53,
"end": 676.79,
"text": "game"
},
{
"id": 1812,
"start": 676.79,
"end": 676.92,
"text": "of"
},
{
"id": 1813,
"start": 676.92,
"end": 677.02,
"text": "the"
},
{
"id": 1814,
"start": 677.02,
"end": 677.8,
"text": "series."
},
{
"id": 1815,
"start": 677.8,
"end": 678.43,
"text": "Here's"
},
{
"id": 1816,
"start": 678.43,
"end": 678.61,
"text": "what"
},
{
"id": 1817,
"start": 678.61,
"end": 678.82,
"text": "some"
},
{
"id": 1818,
"start": 678.82,
"end": 679.16,
"text": "fans"
},
{
"id": 1819,
"start": 679.16,
"end": 679.37,
"text": "had"
},
{
"id": 1820,
"start": 679.37,
"end": 679.46,
"text": "to"
},
{
"id": 1821,
"start": 679.46,
"end": 679.9,
"text": "say"
},
{
"id": 1822,
"start": 679.9,
"end": 680.07,
"text": "in"
},
{
"id": 1823,
"start": 680.07,
"end": 701.24,
"text": "reaction."
},
{
"id": 1824,
"start": 701.24,
"end": 701.75,
"text": "I"
},
{
"id": 1825,
"start": 701.75,
"end": 702.03,
"text": "am"
},
{
"id": 1826,
"start": 702.03,
"end": 703.72,
"text": "overjoyed."
},
{
"id": 1827,
"start": 703.72,
"end": 704.08,
"text": "It's"
},
{
"id": 1828,
"start": 704.08,
"end": 704.8,
"text": "just"
},
{
"id": 1829,
"start": 704.8,
"end": 705.1,
"text": "there's"
},
{
"id": 1830,
"start": 705.1,
"end": 705.46,
"text": "nothing"
},
{
"id": 1831,
"start": 705.46,
"end": 705.72,
"text": "like"
},
{
"id": 1832,
"start": 705.72,
"end": 705.88,
"text": "the"
},
{
"id": 1833,
"start": 705.88,
"end": 706.26,
"text": "first"
},
{
"id": 1834,
"start": 706.26,
"end": 706.57,
"text": "time"
},
{
"id": 1835,
"start": 706.57,
"end": 706.73,
"text": "your"
},
{
"id": 1836,
"start": 706.73,
"end": 707.06,
"text": "team"
},
{
"id": 1837,
"start": 707.06,
"end": 707.82,
"text": "wins."
},
{
"id": 1838,
"start": 707.82,
"end": 708.11,
"text": "This"
},
{
"id": 1839,
"start": 708.11,
"end": 708.22,
"text": "is"
},
{
"id": 1840,
"start": 708.22,
"end": 709.42,
"text": "amazing."
},
{
"id": 1841,
"start": 709.42,
"end": 709.53,
"text": "The"
},
{
"id": 1842,
"start": 709.53,
"end": 709.98,
"text": "Nationals"
},
{
"id": 1843,
"start": 709.98,
"end": 710.44,
"text": "began"
},
{
"id": 1844,
"start": 710.44,
"end": 710.52,
"text": "the"
},
{
"id": 1845,
"start": 710.52,
"end": 710.94,
"text": "season"
},
{
"id": 1846,
"start": 710.94,
"end": 711.06,
"text": "with"
},
{
"id": 1847,
"start": 711.06,
"end": 711.13,
"text": "a"
},
{
"id": 1848,
"start": 711.13,
"end": 711.59,
"text": "record"
},
{
"id": 1849,
"start": 711.59,
"end": 711.79,
"text": "of"
},
{
"id": 1850,
"start": 711.79,
"end": 712.46,
"text": "19"
},
{
"id": 1851,
"start": 712.46,
"end": 712.93,
"text": "wins"
},
{
"id": 1852,
"start": 712.93,
"end": 713.23,
"text": "and"
},
{
"id": 1853,
"start": 713.23,
"end": 713.95,
"text": "31"
},
{
"id": 1854,
"start": 713.95,
"end": 715.1,
"text": "losses."
},
{
"id": 1855,
"start": 715.1,
"end": 715.28,
"text": "They"
},
{
"id": 1856,
"start": 715.28,
"end": 715.58,
"text": "ended"
},
{
"id": 1857,
"start": 715.58,
"end": 715.66,
"text": "the"
},
{
"id": 1858,
"start": 715.66,
"end": 716.04,
"text": "season"
},
{
"id": 1859,
"start": 716.04,
"end": 716.2,
"text": "by"
},
{
"id": 1860,
"start": 716.2,
"end": 716.52,
"text": "bringing"
},
{
"id": 1861,
"start": 716.52,
"end": 716.6,
"text": "a"
},
{
"id": 1862,
"start": 716.6,
"end": 717.27,
"text": "championship"
},
{
"id": 1863,
"start": 717.27,
"end": 717.4,
"text": "to"
},
{
"id": 1864,
"start": 717.4,
"end": 717.51,
"text": "the"
},
{
"id": 1865,
"start": 717.51,
"end": 717.91,
"text": "nation's"
},
{
"id": 1866,
"start": 717.91,
"end": 718.44,
"text": "capital"
},
{
"id": 1867,
"start": 718.44,
"end": 718.61,
"text": "for"
},
{
"id": 1868,
"start": 718.61,
"end": 718.75,
"text": "the"
},
{
"id": 1869,
"start": 718.75,
"end": 719.25,
"text": "first"
},
{
"id": 1870,
"start": 719.25,
"end": 719.65,
"text": "time"
},
{
"id": 1871,
"start": 719.65,
"end": 719.95,
"text": "in"
},
{
"id": 1872,
"start": 719.95,
"end": 720.99,
"text": "95"
},
{
"id": 1873,
"start": 720.99,
"end": 722.17,
"text": "years."
},
{
"id": 1874,
"start": 722.17,
"end": 722.48,
"text": "Even"
},
{
"id": 1875,
"start": 722.48,
"end": 722.67,
"text": "more"
},
{
"id": 1876,
"start": 722.67,
"end": 723.29,
"text": "impressive,"
},
{
"id": 1877,
"start": 723.29,
"end": 723.66,
"text": "all"
},
{
"id": 1878,
"start": 723.66,
"end": 723.99,
"text": "four"
},
{
"id": 1879,
"start": 723.99,
"end": 724.1,
"text": "of"
},
{
"id": 1880,
"start": 724.1,
"end": 724.26,
"text": "their"
},
{
"id": 1881,
"start": 724.26,
"end": 724.56,
"text": "world"
},
{
"id": 1882,
"start": 724.56,
"end": 724.89,
"text": "siris"
},
{
"id": 1883,
"start": 724.89,
"end": 725.31,
"text": "winds"
},
{
"id": 1884,
"start": 725.31,
"end": 725.79,
"text": "came"
},
{
"id": 1885,
"start": 725.79,
"end": 725.92,
"text": "when"
},
{
"id": 1886,
"start": 725.92,
"end": 726.02,
"text": "they"
},
{
"id": 1887,
"start": 726.02,
"end": 726.19,
"text": "were"
},
{
"id": 1888,
"start": 726.19,
"end": 726.48,
"text": "on"
},
{
"id": 1889,
"start": 726.48,
"end": 726.58,
"text": "the"
},
{
"id": 1890,
"start": 726.58,
"end": 727.66,
"text": "road."
},
{
"id": 1891,
"start": 727.66,
"end": 727.9,
"text": "That's"
},
{
"id": 1892,
"start": 727.9,
"end": 728.1,
"text": "what's"
},
{
"id": 1893,
"start": 728.1,
"end": 728.38,
"text": "news"
},
{
"id": 1894,
"start": 728.38,
"end": 728.53,
"text": "from"
},
{
"id": 1895,
"start": 728.53,
"end": 728.61,
"text": "The"
},
{
"id": 1896,
"start": 728.61,
"end": 728.77,
"text": "Wall"
},
{
"id": 1897,
"start": 728.77,
"end": 729,
"text": "Street"
},
{
"id": 1898,
"start": 729,
"end": 729.48,
"text": "Journal."
},
{
"id": 1899,
"start": 729.48,
"end": 729.93,
"text": "Thanks"
},
{
"id": 1900,
"start": 729.93,
"end": 730.06,
"text": "for"
},
{
"id": 1901,
"start": 730.06,
"end": 730.72,
"text": "listening."
}
],
"paragraphs": [
{
"id": 0,
"start": 0.24,
"end": 21.24,
"speaker": "Speaker 0"
},
{
"id": 1,
"start": 21.24,
"end": 34.92,
"speaker": "Speaker 1"
},
{
"id": 2,
"start": 34.92,
"end": 35.63,
"speaker": "Speaker 2"
},
{
"id": 3,
"start": 35.63,
"end": 52.99,
"speaker": "Speaker 1"
},
{
"id": 4,
"start": 52.99,
"end": 71.04,
"speaker": "Speaker 4"
},
{
"id": 5,
"start": 71.04,
"end": 93.64,
"speaker": "Speaker 2"
},
{
"id": 6,
"start": 93.64,
"end": 113.84,
"speaker": "Speaker 4"
},
{
"id": 7,
"start": 113.84,
"end": 165.74,
"speaker": "Speaker 2"
},
{
"id": 8,
"start": 165.74,
"end": 195.08,
"speaker": "Speaker 4"
},
{
"id": 9,
"start": 195.08,
"end": 210.24,
"speaker": "Speaker 5"
},
{
"id": 10,
"start": 210.24,
"end": 230.44,
"speaker": "Speaker 4"
},
{
"id": 11,
"start": 230.44,
"end": 269.87,
"speaker": "Speaker 6"
},
{
"id": 12,
"start": 269.87,
"end": 273.78,
"speaker": "Speaker 3"
},
{
"id": 13,
"start": 273.78,
"end": 297.22,
"speaker": "Speaker 4"
},
{
"id": 14,
"start": 297.22,
"end": 303.81,
"speaker": "Speaker 2"
},
{
"id": 15,
"start": 303.81,
"end": 304.3,
"speaker": "Speaker 5"
},
{
"id": 16,
"start": 304.3,
"end": 306.04,
"speaker": "Speaker 2"
},
{
"id": 17,
"start": 306.04,
"end": 340.88,
"speaker": "Speaker 5"
},
{
"id": 18,
"start": 340.88,
"end": 347.95,
"speaker": "Speaker 2"
},
{
"id": 19,
"start": 347.95,
"end": 365.84,
"speaker": "Speaker 5"
},
{
"id": 20,
"start": 365.84,
"end": 371.36,
"speaker": "Speaker 2"
},
{
"id": 21,
"start": 371.36,
"end": 408.43,
"speaker": "Speaker 5"
},
{
"id": 22,
"start": 408.43,
"end": 416.72,
"speaker": "Speaker 2"
},
{
"id": 23,
"start": 416.72,
"end": 453.93,
"speaker": "Speaker 5"
},
{
"id": 24,
"start": 453.93,
"end": 466.66,
"speaker": "Speaker 2"
},
{
"id": 25,
"start": 466.66,
"end": 510.14,
"speaker": "Speaker 5"
},
{
"id": 26,
"start": 510.14,
"end": 517.49,
"speaker": "Speaker 4"
},
{
"id": 27,
"start": 517.49,
"end": 542.14,
"speaker": "Speaker 0"
},
{
"id": 28,
"start": 542.14,
"end": 560.34,
"speaker": "Speaker 4"
},
{
"id": 29,
"start": 560.34,
"end": 609.31,
"speaker": "Speaker 2"
},
{
"id": 30,
"start": 609.31,
"end": 627.82,
"speaker": "Speaker 4"
},
{
"id": 31,
"start": 627.82,
"end": 661.24,
"speaker": "Speaker 7"
},
{
"id": 32,
"start": 661.24,
"end": 664.46,
"speaker": "Speaker 4"
},
{
"id": 33,
"start": 664.46,
"end": 668.76,
"speaker": "Speaker 3"
},
{
"id": 34,
"start": 668.76,
"end": 701.24,
"speaker": "Speaker 4"
},
{
"id": 35,
"start": 701.24,
"end": 709.42,
"speaker": "Speaker 8"
},
{
"id": 36,
"start": 709.42,
"end": 726.48,
"speaker": "Speaker 4"
},
{
"id": 37,
"start": 726.48,
"end": 730.72,
"speaker": "Speaker 1"
}
]
}
function findWords(words,start,end){
return words.filter((word) =>{
return word.start>= start && word.end <= end;
});
}
result = transcript.paragraphs.map((p)=>{
return {
...p,
words: findWords(podcastTranscript.words, p.start,p.end)
}
})
console.log(results)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment