{"info":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","description":"<html><head></head><body><p>This is the official documentation for the VFC Communications Analytics (Intelligent Voice) API</p>\n<p>© 2025 Verint. All rights reserved.</p>\n<h1 id=\"product-support\">Product Support</h1>\n\n<p>For all product enquiries and support including API support:<br><strong>Online Helpdesk:</strong></p>\n<p><a href=\"https://connect.verint.com/\">https://connect.verint.com/</a></p>\n<p><strong>Further information and sales:</strong></p>\n<p><a href=\"https://www.verint.com/compliance-solutions/verint-for-financial-compliance/communications-analytics/\">https://www.verint.com/compliance-solutions/verint-for-financial-compliance/communications-analytics/</a></p>\n<h1 id=\"about-the-api\">About the API</h1>\n\n<p>The VFC Communications Analytics (Intelligent Voice) API is a set of stateless service using the HTTPS Protocol based on the REST model.</p>\n<h3>API accounts</h3>\n\n<p>By default, the installer will create one sample API user account. You can</p>\n<p><a href=\"https://support.intelligentvoice.com/hc/en-us/articles/360051264033-Adding-new-API-users\">create additional accounts</a></p>\n<h3>Security</h3>\n\n<p>Requests are transferred securely over HTTPS (TLS) and authenticated using <strong>JWT Bearer tokens</strong>.</p>\n<p>TLS can be disabled for development and testing but must be enabled in production use.</p>\n<p>The Intelligent Voice system will automatically create self-signed certificates using a CA included in the installer (ca.intelligentvoice.com). You can choose to trust this included CA certificate in your API client application, or you can</p>\n<p><a href=\"https://support.intelligentvoice.com/hc/en-us/articles/360050114574-HTTPS\">install a certificate</a></p>\n<p>on the IV server that you trust (e.g. issued by a public CA or internal corporate CA).  \n </p>\n<h1 id=\"ca-core-concepts\">CA Core Concepts</h1>\n\n<h2>Data Groups</h2>\n\n<p>Groups are the key component of the security model in Communications Analytics. All data in the database is separated into tables by group ID. This allows backup, archiving, restore, and secure deletion on a per-group basis at a database level.<br><br>Group is the only level at which items are held. As such any import of items to process is done into a specified Group. A succession of imports can be made into the same Group.<br><br>A Group is also the lowest level at which items can be authorised for / allocated to a user.<br><br>Every web service method must be accompanied by one or more group IDs.</p>\n\n<h2>Data Structures</h2>\n\n<h3>Items</h3>\n\n<p>Items are the highest level individual data item in Communications Analytics.<br>Each item belongs to one of the following types:</p>\n<table><tbody><tr><td><div>Item Type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>0</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Email</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Voice / Audio</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>2</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Instant Message transcript / Chat conversation</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>3</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Transaction / Trade</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>4</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Document</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>5</div><div><div><div><div></div></div></div><div></div></div></td><td><div>SMS or single chat message</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>6</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Video</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3>Recording Streams</h3>\n\n<p>Each recording in Communications Analytics represents a single audio stream. An item can have a number of recording streams, e.g.:</p>\n<ul><li><div>Multiple simultaneously recorded channels, such as speaker separated multi-channel audio (common)</div></li><li><div>Multiple contiguous recordings, such as audio split into two-hour long files (experimental)</div></li></ul>\n\n<h3>Speakers Segment</h3>\n\n<p>Each recording is split into segments by the Communications Analytics diarization process. A new segment starts every time the active speaker changes.</p>\n<h3>Single Word SRTs</h3>\n\n<p>Each SRT represents a single word, and consists of the word, it’s start time and length.  \n </p>\n<h3>Tagged Words and Phrases</h3>\n\n<p>Tags are the key words and phrases for an item which are automatically extracted by the Communications Analytics tagging engine. Each tag has a position and score which enables them to be used for an overview of a single item, for navigation within a single item, or for navigation and tag clouds for a whole set of items, or even multiple groups.<br>Tags are labelled Topics within the UI.</p>\n<h3>Redaction</h3>\n\n<p>Within Communications Analytics a single redaction consists of a start and end timestamp pair which will be applied to an entire audio item, including multiple combined recordings if appropriate.<br>Redactions are visible within the system as highlighted sections, and when applied to an export will remove both audio and transcript for the redacted section.<br>Redactions can only be applied to audio and video item types.</p>\n<h3>Person or Custodian</h3>\n\n<p>When using the Communications Analytics system to review information associated with an identified person, the review target will be referred to as a Person or Custodian.</p>\n<h3>User</h3>\n\n<p>Reviewers using the Communications Analytics system are referred to as Users. </p>\n<h1 id=\"getting-started\">Getting Started</h1>\n\n<h3>Ingest Audio Items</h3>\n\n<p>The are two main methods for ingesting items:</p>\n<ol><li><div>\"Import\" endpoint ingests many items and provides summary reporting through the Get Import Details method.</div></li><li><div>\"Create New Item\" endpoint adds items one at a time, with greater control over the data fields.</div></li></ol>\n\n<p>Note - Unrecognised API options will be ignored and no warnings will be logged.</p>\n<p>Ingest Other Items (email, documents, instant messages)</p>\n<ul><li><div>The \"Import\" endpoint can only ingest audio, video and email files.</div></li><li><div>The \"Create New Item\" endpoint can ingest all file types.</div></li></ul>\n\n<p>Checking Progress and Results of Ingested Items</p>\n<ul><li><div>The \"Get Import Details\" endpoint has a ‘finished’ column which indicates the ImportFolders job is complete.</div></li><li><div>The \"Get Error List\" endpoint can be queried for errors encountered during processing.</div></li><li><div>The installer ships with scripts summary_csv.py and confidence.py which provide more detailed information directly from the database. These can be used as is, or as an example to query the database. This information will be added to the API in future.</div></li></ul>\n\n<h3>Exporting Results</h3>\n\n<p>There are several options for getting results:</p>\n<ul><li><div>The \"Get Item Details\" endpoint returns all the metadata for an object such as the transcript, lattice and timestamped words with speaker allocation.</div></li><li><div>The \"Get Items By Date Range\"and \"Get Items By Item Id Range\" endpoint do the same as getDocument but for a range of items at once.</div></li><li><div>The \"Export Item As Html\" endpoint returns a self-contained SmartTranscript html file.</div></li><li><div>The \"Get Document As Message\" endpoint returns an item formatted as an email object with optional attachment of either WAV, MP3 or SmartTranscript html file.</div></li><li><div>The \"Export Group To Folder\" endpoint can export different formats to a folder.</div></li></ul>\n\n<h3>Billing Reconciliation / Hours Processed</h3>\n\n<p>For the purposes of billing, usage is tracked per Group within a Project for a particular Client. To calculate the number of hours processed through the Intelligent Voice system in a period, or for a specific group, use the getRecordingsDuration method.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Product Support","slug":"product-support"},{"content":"About the API","slug":"about-the-api"},{"content":"CA Core Concepts","slug":"ca-core-concepts"},{"content":"Getting Started","slug":"getting-started"}],"owner":"2521588","collectionId":"325d57b3-210b-4428-ab3e-c36b10c959ba","publishedId":"SWE28zrH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"157EFB"},"publishDate":"2024-01-16T12:42:13.000Z"},"item":[{"name":"Audit","item":[{"name":"Get Audit List","id":"e1401938-a78c-4500-9164-7807deb9c109","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/audit?groupId=&userId=&type=","description":"<p>This endpoint returns the list of Audits recorded in the system.</p>\n<p><strong>Replacement for V1 API endpoint:</strong> /vrxServlet/ws/VRXService/vrxServlet/getAuditList/{type}/{userid}</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","audit"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Possible Values:</p>\n<ul>\n<li>ITEMS_RETRIEVED(1)</li>\n<li>BOOKMARK_ADDED(2)</li>\n<li>SEARCH(3)</li>\n<li>WATCHWORD_ADDED(4)</li>\n<li>ITEM_ADDED(5)</li>\n<li>METADATA_CSV_ADDED(6)</li>\n<li>GROUP_EXPORTED(7)</li>\n<li>FOLDER_IMPORTED(8)</li>\n<li>WATCHWORD_DELETED(9)</li>\n<li>REDACTION_ADDED(10)</li>\n<li>REDACTION_DELETED(11)</li>\n</ul>","type":"text/plain"},"key":"type","value":""}],"variable":[]}},"response":[{"id":"26e9e1f2-d29e-4128-920b-e95e079e96ef","name":"Get Audit List for Audit Type = 2","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/audit?groupId=1&userId=1&type=2","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","audit"],"query":[{"key":"groupId","value":"1"},{"key":"userId","value":"1"},{"key":"type","value":"2","description":"Possible Values:\nITEMS_RETRIEVED(1),\nBOOKMARK_ADDED(2),\nSEARCH(3),\nWATCHWORD_ADDED(4),\nITEM_ADDED(5),\nMETADATA_CSV_ADDED(6),\nGROUP_EXPORTED(7),\nFOLDER_IMPORTED(8),\nWATCHWORD_DELETED(9),\nREDACTION_ADDED(10),\nREDACTION_DELETED(11);"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 16 Jul 2018 15:39:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"events\":[{\"id\":251,\"timestamp\":1531755118000,\"typeName\":\"Bookmark Added\",\"userid\":1,\"client\":\"\",\"value\":0,\"description\":\"Added bookmark for embed/document/1.1000055 with comment This is a bookmark for document 1000055\"},{\"id\":244,\"timestamp\":1531579870000,\"typeName\":\"Bookmark Added\",\"userid\":1,\"client\":\"\",\"value\":0,\"description\":\"Added bookmark for embed/document/1.1000055 with comment This is a bookmark for document 1000055\"}]}"}],"_postman_id":"e1401938-a78c-4500-9164-7807deb9c109"},{"name":"Get Audit By Value (new in 7.1.1)","id":"3b08929d-03e5-4f10-aff6-ea8766830830","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/audit/values/:auditValue?searchDescription=","description":"<p>This endpoint returns the list of Audits recorded in the system for a specific audit value.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","audit","values",":auditValue"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Optional. Possible values: true, false. Default: false. If true, will also search for the value in the description field.</p>\n","type":"text/plain"},"key":"searchDescription","value":""}],"variable":[{"type":"any","value":"","key":"auditValue"}]}},"response":[{"id":"bd70cab5-db8c-4d7c-a5be-740440856ef6","name":"Get Audit For an Item Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/audit/values/:auditValue?searchDescription=false","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","audit","values",":auditValue"],"query":[{"key":"searchDescription","value":"false","description":"Optional. Possible values: true, false. Default: false. If true, will also search for the value in the description field."}],"variable":[{"key":"auditValue","value":"1000055"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\"events\":[{\"id\":251,\"timestamp\":1531755118000,\"typeName\":\"Bookmark Added\",\"userid\":1,\"client\":\"\",\"value\":0,\"description\":\"Added bookmark for embed/document/1.1000055 with comment This is a bookmark for document 1000055\"},{\"id\":244,\"timestamp\":1531579870000,\"typeName\":\"Bookmark Added\",\"userid\":1,\"client\":\"\",\"value\":0,\"description\":\"Added bookmark for embed/document/1.1000055 with comment This is a bookmark for document 1000055\"}]}"}],"_postman_id":"3b08929d-03e5-4f10-aff6-ea8766830830"}],"id":"00f52906-20ab-4e56-987a-f14f7ed590b2","_postman_id":"00f52906-20ab-4e56-987a-f14f7ed590b2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}}},{"name":"Items","item":[{"name":"Redactions","item":[{"name":"Add single redaction to an Item","id":"94085615-a0e9-41a9-a599-5d85d49362f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":""},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/redactions?userId=&groupId=","description":"<p>This endpoint allow the user to add a Redaction for the Transcript belonging to the specified Item identified by the ItemId in the url.</p>\n<p><b>Replacement for V1 API endpoint:</b> /vrxServlet/ws/VRXService/vrxServlet/saveRedaction</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items",":itemId","redactions"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""}],"variable":[{"id":"160ffb23-8cda-4f95-a3c4-122b2375d107","description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"","key":"itemId"}]}},"response":[{"id":"80705440-44d4-4a04-88b6-d5902ebc7719","name":"save Redaction for Item","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n\t\"inPoint\": \"3680\",\n\t\"outPoint\": \"4600\",\n\t\"type\": \"2\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/redactions?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","redactions"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"}],"variable":[{"key":"itemId","value":"1000000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 17 Jul 2018 14:11:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"redactionId\":15,\"id\":15}"}],"_postman_id":"94085615-a0e9-41a9-a599-5d85d49362f8"},{"name":"Add multiple redactions to an Item (new in 4.11)","id":"7d39972c-e9c9-45f8-9960-1d3fc9fb32ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":""},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/redact?userId=&groupId=","description":"<p>This endpoint allow the user to add Redactions in one go for the Transcript belonging to the specified Item identified by the ItemId in the url.</p>\n<p><b>Replacement for V1 API endpoint:</b> /vrxServlet/ws/VRXService/vrxServlet/saveRedaction</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items",":itemId","redact"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""}],"variable":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"","key":"itemId"}]}},"response":[{"id":"ad931fb6-d305-4a27-80a5-4ac20cd1cab6","name":"save Redactions for Item","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"{\n\t\"redactions\": [\n\t\t{\n\t\t\t\"inPoint\": 1,\n        \t\"outPoint\": 2,\n        \t\"type\": 1\n\t\t},\n\t\t{\n\t\t\t\"inPoint\": 7,\n        \t\"outPoint\": 10,\n        \t\"type\": 3\n\t\t}\n\t]\n}"},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/redact?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","redact"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"}],"variable":[{"key":"itemId","value":"1000000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 17 Jul 2018 14:11:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7d39972c-e9c9-45f8-9960-1d3fc9fb32ef"},{"name":"Delete Redaction for Item","id":"d38c8718-8578-416f-9152-2c346253e9ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/redactions/:redactionId?userId=&groupId=","description":"<p>This endpoint allow the user to delete a Redaction previously made to the transcript identified by the ItemId.</p>\n<p><b>Replacement for V1 API endpoint:</b> /vrxServlet/ws/VRXService/vrxServlet/deleteRedaction</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items",":itemId","redactions",":redactionId"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""}],"variable":[{"id":"9d9e9195-15f5-4d14-b7b8-db096a274982","description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"","key":"itemId"},{"id":"e4e55ce1-34db-47d9-873e-f058825f42d5","description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"","key":"redactionId"}]}},"response":[{"id":"57030f02-4f59-4a39-9cd3-794477cfc7b5","name":"Delete Redaction for Item","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/redactions/:redactionId?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","redactions",":redactionId"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"}],"variable":[{"key":"itemId","value":"1000000"},{"key":"redactionId","value":"14"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Date","value":"Tue, 17 Jul 2018 14:08:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d38c8718-8578-416f-9152-2c346253e9ea"},{"name":"Get Redactions for Item","id":"912d4034-2427-4416-957e-a8f7c5852b5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/redactions?userId=&groupId=","description":"<p>This endpoint returns the list of Redactions for the specified Item if there are any.</p>\n<p><b>Replacement for V1 API endpoint:</b> /vrxServlet/ws/VRXService/vrxServlet/getRedactions?group={client}&amp;document={DocID}</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items",":itemId","redactions"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""},{"disabled":true,"key":"","value":""}],"variable":[{"id":"847e80d3-39b8-4994-9c8c-59a7add9599d","description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"","key":"itemId"}]}},"response":[{"id":"8e58a3b1-6c55-4716-a778-0e421ee4e941","name":"get Redactions for Item without Redactions","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/redactions?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","redactions"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"},{"key":"","value":null,"disabled":true}],"variable":[{"key":"itemId","value":"1000000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 17 Jul 2018 16:18:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"group\":\"1\",\"itemID\":1000000,\"redactedtext\":\"\\nSpeaker 1: This is the local \\nSpeaker 2: feared \\nSpeaker 1: helping you find prepare eat em preserve Michigan food. \\nSpeaker 3: I'm trees are hide I'm in the studio today with came done Who's been involved in the conception or development and implementation of the Grand Rapids downtown market since the beginning can tell us where the market this so important to Grand Rapids well It's really \\nSpeaker 2: all about a celebration of food especially local food when you have look of round West Michigan you can see there is really in abundance and a huge variety \\nSpeaker 1: of local \\nSpeaker 2: food produced this is going to provide a centre for that food excitement and a destination for both our local community and for travellers from other places so \\nSpeaker 3: we'll be in the market a well in \\nSpeaker 2: the market how and I should say market Harlesden an old tradition if you look around cities of the World you'll find market How's that have local vendors with a wide range of food products in IRA's we'll have a wonderful Baker who comes to us with experiences singer man's we'll have meet Pro dose we're hoping for 1st we're working hard to get it there because everybody wants it and then cheese and sweep bakery to a real range of food and \\nSpeaker 3: 1 element \\nSpeaker 2: of the market that thrilling and partners not only can you buy the food but you can see it being produced the butcher's going to be cutting his meet right there in the market sell It's more than just a stall to buy food It's really an opportunity to see where it comes from \\nSpeaker 3: when well suppers able to come in and shut in the building \\nSpeaker 2: we're looking at toward the end of our guest that the market \\nSpeaker 1: Hall itself will \\nSpeaker 2: be open but of course we do have the farmers' market outdoors going on now in the market shared and a variety of children's \\nSpeaker 1: classes \\nSpeaker 2: and chef demonstrations going on during \\nSpeaker 1: market day says swear a local \\nSpeaker 2: failure to say \\nSpeaker 1: production of Grand Rapids community media salad and Michigan local food the information recipes and more online mine local food be he me \\nSpeaker 2: tea \\nSpeaker 1: dot com. \",\"redactionList\":[],\"formattedRedactedtext\":\"<p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: This is the local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: feared </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: helping you find prepare eat em preserve Michigan food. </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: I'm trees are hide I'm in the studio today with came done Who's been involved in the conception or development and implementation of the Grand Rapids downtown market since the beginning can tell us where the market this so important to Grand Rapids well It's really </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: all about a celebration of food especially local food when you have look of round West Michigan you can see there is really in abundance and a huge variety </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: of local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: food produced this is going to provide a centre for that food excitement and a destination for both our local community and for travellers from other places so </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: we'll be in the market a well in </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: the market how and I should say market Harlesden an old tradition if you look around cities of the World you'll find market How's that have local vendors with a wide range of food products in IRA's we'll have a wonderful Baker who comes to us with experiences singer man's we'll have meet Pro dose we're hoping for 1st we're working hard to get it there because everybody wants it and then cheese and sweep bakery to a real range of food and </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: 1 element </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: of the market that thrilling and partners not only can you buy the food but you can see it being produced the butcher's going to be cutting his meet right there in the market sell It's more than just a stall to buy food It's really an opportunity to see where it comes from </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: when well suppers able to come in and shut in the building </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: we're looking at toward the end of our guest that the market </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: Hall itself will </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: be open but of course we do have the farmers' market outdoors going on now in the market shared and a variety of children's </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: classes </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: and chef demonstrations going on during </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: market day says swear a local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: failure to say </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: production of Grand Rapids community media salad and Michigan local food the information recipes and more online mine local food be he me </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: tea </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: dot com. </p>\",\"plainRedactedtext\":\"This is the local feared helping you find prepare eat em preserve Michigan food. I'm trees are hide I'm in the studio today with came done Who's been involved in the conception or development and implementation of the Grand Rapids downtown market since the beginning can tell us where the market this so important to Grand Rapids well It's really all about a celebration of food especially local food when you have look of round West Michigan you can see there is really in abundance and a huge variety of local food produced this is going to provide a centre for that food excitement and a destination for both our local community and for travellers from other places so we'll be in the market a well in the market how and I should say market Harlesden an old tradition if you look around cities of the World you'll find market How's that have local vendors with a wide range of food products in IRA's we'll have a wonderful Baker who comes to us with experiences singer man's we'll have meet Pro dose we're hoping for 1st we're working hard to get it there because everybody wants it and then cheese and sweep bakery to a real range of food and 1 element of the market that thrilling and partners not only can you buy the food but you can see it being produced the butcher's going to be cutting his meet right there in the market sell It's more than just a stall to buy food It's really an opportunity to see where it comes from when well suppers able to come in and shut in the building we're looking at toward the end of our guest that the market Hall itself will be open but of course we do have the farmers' market outdoors going on now in the market shared and a variety of children's classes and chef demonstrations going on during market day says swear a local failure to say production of Grand Rapids community media salad and Michigan local food the information recipes and more online mine local food be he me tea dot com. \"}"},{"id":"ea91cd54-ba53-442f-be88-ac52efe59761","name":"get Redactions for Item with Redactions","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/redactions?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","redactions"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"},{"key":"","value":null,"disabled":true}],"variable":[{"key":"itemId","value":"1000000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 17 Jul 2018 12:20:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"group\":\"1\",\"itemID\":1000000,\"redactedtext\":\"\\nSpeaker 1: <REDACTED> local \\nSpeaker 2: feared \\nSpeaker 1: helping you find prepare eat em preserve Michigan food. \\nSpeaker 3: I'm trees are hide I'm in the studio today with came done Who's been involved in the conception or development and implementation of the Grand Rapids downtown market since the beginning can tell us where the market this so important to Grand Rapids well It's really \\nSpeaker 2: all about a celebration of food especially local food when you have look of round West Michigan you can see there is really in abundance and a huge variety \\nSpeaker 1: of local \\nSpeaker 2: food produced this is going to provide a centre for that food excitement and a destination for both our local community and for travellers from other places so \\nSpeaker 3: we'll be in the market a well in \\nSpeaker 2: the market how and I should say market Harlesden an old tradition if you look around cities of the World you'll find market How's that have local vendors with a wide range of food products in IRA's we'll have a wonderful Baker who comes to us with experiences singer man's we'll have meet Pro dose we're hoping for 1st we're working hard to get it there because everybody wants it and then cheese and sweep bakery to a real range of food and \\nSpeaker 3: 1 element \\nSpeaker 2: of the market that thrilling and partners not only can you buy the food but you can see it being produced the butcher's going to be cutting his meet right there in the market sell It's more than just a stall to buy food It's really an opportunity to see where it comes from \\nSpeaker 3: when well suppers able to come in and shut in the building \\nSpeaker 2: we're looking at toward the end of our guest that the market \\nSpeaker 1: Hall itself will \\nSpeaker 2: be open but of course we do have the farmers' market outdoors going on now in the market shared and a variety of children's \\nSpeaker 1: classes \\nSpeaker 2: and chef demonstrations going on during \\nSpeaker 1: market day says swear a local \\nSpeaker 2: failure to say \\nSpeaker 1: production of Grand Rapids community media salad and Michigan local food the information recipes and more online mine local food be he me \\nSpeaker 2: tea \\nSpeaker 1: dot com. \",\"redactionList\":[{\"redactionId\":1,\"document\":\"1000000\",\"itemID\":1000000,\"inPoint\":1520,\"outPoint\":2480,\"type\":1,\"endPointFormatted\":\"00:02.480\",\"durationFormatted\":\"00:00.960\",\"startPointFormatted\":\"00:01.520\",\"startPointInSeconds\":1,\"endPointInSeconds\":2,\"durationInSeconds\":0,\"startPointInMilliseconds\":1520,\"endPointInMilliseconds\":2480,\"durationInMilliseconds\":960,\"id\":1}],\"plainRedactedtext\":\"local feared helping you find prepare eat em preserve Michigan food. I'm trees are hide I'm in the studio today with came done Who's been involved in the conception or development and implementation of the Grand Rapids downtown market since the beginning can tell us where the market this so important to Grand Rapids well It's really all about a celebration of food especially local food when you have look of round West Michigan you can see there is really in abundance and a huge variety of local food produced this is going to provide a centre for that food excitement and a destination for both our local community and for travellers from other places so we'll be in the market a well in the market how and I should say market Harlesden an old tradition if you look around cities of the World you'll find market How's that have local vendors with a wide range of food products in IRA's we'll have a wonderful Baker who comes to us with experiences singer man's we'll have meet Pro dose we're hoping for 1st we're working hard to get it there because everybody wants it and then cheese and sweep bakery to a real range of food and 1 element of the market that thrilling and partners not only can you buy the food but you can see it being produced the butcher's going to be cutting his meet right there in the market sell It's more than just a stall to buy food It's really an opportunity to see where it comes from when well suppers able to come in and shut in the building we're looking at toward the end of our guest that the market Hall itself will be open but of course we do have the farmers' market outdoors going on now in the market shared and a variety of children's classes and chef demonstrations going on during market day says swear a local failure to say production of Grand Rapids community media salad and Michigan local food the information recipes and more online mine local food be he me tea dot com. \",\"formattedRedactedtext\":\"<p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: &lt;REDACTED&gt; local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: feared </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: helping you find prepare eat em preserve Michigan food. </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: I'm trees are hide I'm in the studio today with came done Who's been involved in the conception or development and implementation of the Grand Rapids downtown market since the beginning can tell us where the market this so important to Grand Rapids well It's really </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: all about a celebration of food especially local food when you have look of round West Michigan you can see there is really in abundance and a huge variety </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: of local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: food produced this is going to provide a centre for that food excitement and a destination for both our local community and for travellers from other places so </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: we'll be in the market a well in </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: the market how and I should say market Harlesden an old tradition if you look around cities of the World you'll find market How's that have local vendors with a wide range of food products in IRA's we'll have a wonderful Baker who comes to us with experiences singer man's we'll have meet Pro dose we're hoping for 1st we're working hard to get it there because everybody wants it and then cheese and sweep bakery to a real range of food and </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: 1 element </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: of the market that thrilling and partners not only can you buy the food but you can see it being produced the butcher's going to be cutting his meet right there in the market sell It's more than just a stall to buy food It's really an opportunity to see where it comes from </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: when well suppers able to come in and shut in the building </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: we're looking at toward the end of our guest that the market </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: Hall itself will </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: be open but of course we do have the farmers' market outdoors going on now in the market shared and a variety of children's </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: classes </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: and chef demonstrations going on during </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: market day says swear a local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: failure to say </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: production of Grand Rapids community media salad and Michigan local food the information recipes and more online mine local food be he me </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: tea </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: dot com. </p>\"}"}],"_postman_id":"912d4034-2427-4416-957e-a8f7c5852b5e"}],"id":"5d5f4dc2-b36e-45ae-b129-ec967a8f2465","_postman_id":"5d5f4dc2-b36e-45ae-b129-ec967a8f2465","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}}},{"name":"Get Item Details","id":"3802d64d-016d-4094-9cde-3226c75c7faf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, application/xml"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId?userId=1&groupId=1&tcu=false&im=false&lexiqal=false","description":"<p>This endpoint returns the details for the item identified by the itemId specified in the path variable.</p>\n<p><b>Replacement for V1 API endpoint:</b> /vrxServlet/ws/VRXService/vrxServlet/getDocument/{client}/{UserID}/{DocID}</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items",":itemId"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":"1"},{"description":{"content":"<p>Optional. Possible values: true, false. Default: false. If true, will include TCUs in output.</p>\n","type":"text/plain"},"key":"tcu","value":"false"},{"description":{"content":"<p>Optional. Possible values: true, false. Default: false. If true, will include Identity Management Status in output</p>\n","type":"text/plain"},"key":"im","value":"false"},{"description":{"content":"<p>Optional. Possible values: true, false. Default: false. If true, will include LexiQal in output</p>\n","type":"text/plain"},"key":"lexiqal","value":"false"}],"variable":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"any","value":"1000824","key":"itemId"}]}},"response":[{"id":"d1733dec-d421-411b-a34a-c1849a7175c2","name":"Details of a short, two channel audio file, 1 model (completed)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId?userId=4361&groupId=6","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId"],"query":[{"key":"userId","value":"4361"},{"key":"groupId","value":"6"}],"variable":[{"key":"itemId","value":"6000123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 17 Jul 2018 11:42:19 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"id\":6000123,\"docID\":6000123,\"title\":\"\",\"from\":\"447700900211 <447700900211@example.com>;\",\"to\":\"447700900922 <447700900922@example.com>;\",\"timestamp\":\"2021-03-17 09:10:28.0\",\"url_ref\":\"\",\"body\":\"<p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Channel 1: Intelligent voice. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Channel 0: Test Faro. </p>\",\"tags\":[],\"allText\":\"Intelligent voice. Test Faro. \",\"attachment\":[],\"peopleFrom\":[{\"personName\":\"447700900211\",\"id\":\"447700900211@example.com\",\"label\":\"447700900211 (447700900211@example.com)\",\"value\":\"447700900211\",\"group\":\"6\",\"address\":\"447700900211@example.com\",\"personId\":\"220\"}],\"peopleTo\":[{\"personName\":\"447700900922\",\"id\":\"447700900922@example.com\",\"label\":\"447700900922 (447700900922@example.com)\",\"value\":\"447700900922\",\"group\":\"6\",\"address\":\"447700900922@example.com\",\"personId\":\"221\"}],\"peopleCc\":[],\"vox\":1,\"recordings\":[{\"sourceFile\":\"/var/jumpto/cache/6/6000123/original-recording.bin\",\"channelNumber\":0,\"wordLattice\":\"[ TEST 0.7834407 <eps> 0.1435036 PEST 0.05943961 TESTER 0.01361608 ]\\n[ <eps> 0.9377583 TO 0.06224173 ]\\n[ FARO 0.595191 FAR 0.1726171 TESTIFY 0.1435036 FILE 0.03727363 TO 0.03672009 FIRE 0.01469458 ]\\n[ <eps> 0.7759683 HIM 0.1673481 FOLLOW 0.03672009 NO 0.01996362 ]\\ncluster1: 87.22366 117.61436\\ncluster2: 117.61436 131.91326\\ncluster3: 131.91326 174.92758\\ncluster4: 174.92758 181.0\\n\",\"mimeType\":\"audio/wav\",\"modelLattices\":[{\"modelId\":1,\"wordLattice\":\"[ TEST 0.7834407 <eps> 0.1435036 PEST 0.05943961 TESTER 0.01361608 ]\\n[ <eps> 0.9377583 TO 0.06224173 ]\\n[ FARO 0.595191 FAR 0.1726171 TESTIFY 0.1435036 FILE 0.03727363 TO 0.03672009 FIRE 0.01469458 ]\\n[ <eps> 0.7759683 HIM 0.1673481 FOLLOW 0.03672009 NO 0.01996362 ]\\ncluster1: 87.22366 117.61436\\ncluster2: 117.61436 131.91326\\ncluster3: 131.91326 174.92758\\ncluster4: 174.92758 181.0\\n\"}],\"id\":6000238},{\"sourceFile\":\"/var/jumpto/cache/6/6000123/original-recording.bin\",\"channelNumber\":1,\"wordLattice\":\"[ INTELLIGENT 1 ]\\n[ VOICE 1 ]\\ncluster1: 0.0 56.0\\ncluster2: 56.0 102.0\\n\",\"mimeType\":\"audio/wav\",\"modelLattices\":[{\"modelId\":1,\"wordLattice\":\"[ INTELLIGENT 1 ]\\n[ VOICE 1 ]\\ncluster1: 0.0 56.0\\ncluster2: 56.0 102.0\\n\"}],\"id\":6000239}],\"duration\":1,\"itemQualityScore\":{},\"waveform\":[],\"localFilename\":\"/var/jumpto/cache/6/6000123/original-recording.bin\",\"textURL\":\"\",\"downloadURL\":\"/var/jumpto/cache/6/6000123/original-recording.bin\",\"srts\":[{\"length\":0.56,\"score\":1.0,\"word\":\"Intelligent\",\"timestamp\":0.0,\"speaker\":{\"name\":\"dummy\",\"label\":\"Channel 1\",\"no\":2,\"id\":6000185,\"channelNumber\":1},\"generatedByASR\":true,\"id\":371,\"processingModels\":[1],\"alternatives\":[]},{\"length\":0.46,\"score\":1.0,\"word\":\"voice.\",\"timestamp\":0.56,\"speaker\":{\"name\":\"dummy\",\"label\":\"Channel 1\",\"no\":2,\"id\":6000185,\"channelNumber\":1},\"generatedByASR\":true,\"id\":372,\"processingModels\":[1],\"alternatives\":[]},{\"length\":0.3,\"score\":0.78,\"word\":\"Test\",\"timestamp\":0.87,\"speaker\":{\"name\":\"dummy\",\"label\":\"Channel 0\",\"no\":1,\"id\":6000184,\"channelNumber\":0},\"generatedByASR\":true,\"id\":369,\"processingModels\":[1],\"alternatives\":[{\"word\":\"voice\",\"score\":1.0}]},{\"length\":0.43,\"score\":0.6,\"word\":\"Faro.\",\"timestamp\":1.32,\"speaker\":{\"name\":\"dummy\",\"label\":\"Channel 0\",\"no\":1,\"id\":6000184,\"channelNumber\":0},\"generatedByASR\":true,\"id\":370,\"processingModels\":[1],\"alternatives\":[{\"word\":\"far\",\"score\":0.1726171},{\"word\":\"testify\",\"score\":0.1435036},{\"word\":\"file\",\"score\":0.03727363},{\"word\":\"to\",\"score\":0.03672009},{\"word\":\"fire\",\"score\":0.01469458}]}]}"},{"id":"89f5962c-d59a-4aa3-8d58-3e40ea60bcd4","name":"Item not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId?userId=2&groupId=6","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId"],"query":[{"key":"userId","value":"2","description":"Mandatory"},{"key":"groupId","value":"6","description":"Mandatory"}],"variable":[{"key":"itemId","value":"6000123","description":"Mandatory","type":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT"},{"key":"exception","value":"Object not present In the Database"},{"key":"Date","value":"Thu, 06 May 2021 14:34:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Object not present In the Database\"\n}"},{"id":"b1e56652-59be-4cc6-9260-aa8978e2b1b2","name":"Get Item Details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId?userId=1&groupId=6","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"6","description":"Mandatory"}],"variable":[{"key":"itemId","value":"6000123","description":"Mandatory","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT"},{"key":"exception","value":"Object not present In the Database"},{"key":"Date","value":"Thu, 06 May 2021 14:34:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3000020,\n    \"docID\": 3000020,\n    \"title\": \"audio_message_audio.mp4 (00:07) text_normalization_2 import68\",\n    \"from\": \"text_normalization_2 <text_normalization_2@import68.intelligentvoice.com>;\",\n    \"to\": \"kMUEPRAmQyyyXBmPN45gaw <kMUEPRAmQyyyXBmPN45gaw@import68.intelligentvoice.com>;\",\n    \"timestamp\": \"2022-01-05 10:46:04.0\",\n    \"url_ref\": \"\",\n    \"body\": \"<p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: $600, that is a marrow, I think it will work 99%. </p>\",\n    \"tags\": [],\n    \"allText\": \"$600, that is a marrow, I think it will work 99%. \",\n    \"attachment\": [],\n    \"peopleFrom\": [\n        {\n            \"personName\": \"text_normalization_2\",\n            \"id\": \"text_normalization_2@import68.intelligentvoice.com\",\n            \"label\": \"text_normalization_2 (text_normalization_2@import68.intelligentvoice.com)\",\n            \"value\": \"text_normalization_2\",\n            \"group\": \"3\",\n            \"address\": \"text_normalization_2@import68.intelligentvoice.com\",\n            \"personId\": \"27\"\n        }\n    ],\n    \"peopleTo\": [\n        {\n            \"personName\": \"kMUEPRAmQyyyXBmPN45gaw\",\n            \"id\": \"kMUEPRAmQyyyXBmPN45gaw@import68.intelligentvoice.com\",\n            \"label\": \"kMUEPRAmQyyyXBmPN45gaw (kMUEPRAmQyyyXBmPN45gaw@import68.intelligentvoice.com)\",\n            \"value\": \"kMUEPRAmQyyyXBmPN45gaw\",\n            \"group\": \"3\",\n            \"address\": \"kMUEPRAmQyyyXBmPN45gaw@import68.intelligentvoice.com\",\n            \"personId\": \"28\"\n        }\n    ],\n    \"peopleCc\": [],\n    \"vox\": 6,\n    \"recordings\": [\n        {\n            \"sourceFile\": \"/mnt/text_normalization_2/audio_message_audio.mp4\",\n            \"channelNumber\": 0,\n            \"wordLattice\": \"[ six 1.0 ]\\n[ hundred 1.0 ]\\n[ dollars 0.20404411764705882 <eps> 0.10116192198804655 oars 0.06732659641396666 doers 0.06395486001887386 towers 0.061733249449512424 talers 0.053475935828877004 does 0.04751887385970431 dovers 0.043921044353570304 topers 0.024575338156653036 toners 0.023602154765649575 doles 0.021714768795218622 toes 0.02080056621579113 dors 0.01903114186851211 doer 0.018175920100660586 poers 0.0165244573765335 tors 0.015728216420257943 ders 0.014951635734507706 tower 0.014194715319282793 dollars' 0.013457455174583202 dover 0.012739855300408933 totes 0.012041915696759987 doses 0.011363636363636364 doves 0.010705017301038061 dower 0.010066058508965083 oar 0.009446759987417426 tones 0.008847121736395092 towards 0.008267143755898081 polar 0.007706826045926392 dotes 0.007166168606480026 torso 0.00664517143755898 doger 0.006143834539163259 coarse 0.005662157911292859 doges 0.004757785467128028 toner 0.004335089650833596 togas 0.003932054105064486 dosas 0.0035486788298206983 dolens 0.0031849638251022334 olas 0.002840909090909091 docas 0.0025165146272412707 der 0.002211780434098773 oles 0.001926706511481598 donar 0.001661292859389745 doats 0.0014155394778232148 dar 0.001189446366782007 tower's 0.0009830135262661214 oer 0.0007962409562755583 toper 0.0006291286568103177 dones 0.0004816766278703995 daarso 0.0003538848694558037 tor 0.00024575338156653036 ober 0.00015728216420257942 dor 8.847121736395092e-05 toller 3.9320541050644855e-05 darst 9.830135262661214e-06 ]\\n[ that 0.8816844919786097 trade 0.11831550802139038 ]\\n[ is 1.0 ]\\n[ a 0.5847652563699276 an 0.20816294432211388 on 0.14582022648631646 one 0.03838667820069204 or 0.01609193142497641 <eps> 0.006772963195973577 ]\\n[ marrow 0.6519640610254797 <eps> 0.3117332494495124 mara 0.019070462409562755 moro 0.017232227115445108 ]\\n[ i 1.0 ]\\n[ think 1.0 ]\\n[ it 0.965152170493866 i 0.03484782950613401 ]\\n[ will 1.0 ]\\n[ work 1.0 ]\\n[ ninety 0.986798128342246 <eps> 0.013201871657754011 ]\\n[ nine 1.0 ]\\n[ percent 0.8644719251336899 per 0.13552807486631016 ]\\ncluster0: 88.00000000000001 98.0\\ncluster1: 116.00000000000001 136.0\\ncluster2: 156.0 184.0\\ncluster3: 308.0 320.0\\ncluster4: 336.00000000000006 344.00000000000006\\ncluster5: 344.00000000000006 356.00000000000006\\ncluster6: 358.0 398.0\\ncluster7: 440.00000000000006 442.00000000000006\\ncluster8: 450.0 459.99999999999994\\ncluster9: 469.99999999999994 473.99999999999994\\ncluster10: 482.0 494.0\\ncluster11: 500.0 511.99999999999994\\ncluster12: 526.0 546.0\\ncluster13: 558.0 570.0\\ncluster14: 580.0 604.0\\n\",\n            \"mimeType\": \"video/mp4\",\n            \"modelLattices\": [\n                {\n                    \"modelId\": 3,\n                    \"wordLattice\": \"[ six 1.0 ]\\n[ hundred 1.0 ]\\n[ dollars 0.20404411764705882 <eps> 0.10116192198804655 oars 0.06732659641396666 doers 0.06395486001887386 towers 0.061733249449512424 talers 0.053475935828877004 does 0.04751887385970431 dovers 0.043921044353570304 topers 0.024575338156653036 toners 0.023602154765649575 doles 0.021714768795218622 toes 0.02080056621579113 dors 0.01903114186851211 doer 0.018175920100660586 poers 0.0165244573765335 tors 0.015728216420257943 ders 0.014951635734507706 tower 0.014194715319282793 dollars' 0.013457455174583202 dover 0.012739855300408933 totes 0.012041915696759987 doses 0.011363636363636364 doves 0.010705017301038061 dower 0.010066058508965083 oar 0.009446759987417426 tones 0.008847121736395092 towards 0.008267143755898081 polar 0.007706826045926392 dotes 0.007166168606480026 torso 0.00664517143755898 doger 0.006143834539163259 coarse 0.005662157911292859 doges 0.004757785467128028 toner 0.004335089650833596 togas 0.003932054105064486 dosas 0.0035486788298206983 dolens 0.0031849638251022334 olas 0.002840909090909091 docas 0.0025165146272412707 der 0.002211780434098773 oles 0.001926706511481598 donar 0.001661292859389745 doats 0.0014155394778232148 dar 0.001189446366782007 tower's 0.0009830135262661214 oer 0.0007962409562755583 toper 0.0006291286568103177 dones 0.0004816766278703995 daarso 0.0003538848694558037 tor 0.00024575338156653036 ober 0.00015728216420257942 dor 8.847121736395092e-05 toller 3.9320541050644855e-05 darst 9.830135262661214e-06 ]\\n[ that 0.8816844919786097 trade 0.11831550802139038 ]\\n[ is 1.0 ]\\n[ a 0.5847652563699276 an 0.20816294432211388 on 0.14582022648631646 one 0.03838667820069204 or 0.01609193142497641 <eps> 0.006772963195973577 ]\\n[ marrow 0.6519640610254797 <eps> 0.3117332494495124 mara 0.019070462409562755 moro 0.017232227115445108 ]\\n[ i 1.0 ]\\n[ think 1.0 ]\\n[ it 0.965152170493866 i 0.03484782950613401 ]\\n[ will 1.0 ]\\n[ work 1.0 ]\\n[ ninety 0.986798128342246 <eps> 0.013201871657754011 ]\\n[ nine 1.0 ]\\n[ percent 0.8644719251336899 per 0.13552807486631016 ]\\ncluster0: 88.00000000000001 98.0\\ncluster1: 116.00000000000001 136.0\\ncluster2: 156.0 184.0\\ncluster3: 308.0 320.0\\ncluster4: 336.00000000000006 344.00000000000006\\ncluster5: 344.00000000000006 356.00000000000006\\ncluster6: 358.0 398.0\\ncluster7: 440.00000000000006 442.00000000000006\\ncluster8: 450.0 459.99999999999994\\ncluster9: 469.99999999999994 473.99999999999994\\ncluster10: 482.0 494.0\\ncluster11: 500.0 511.99999999999994\\ncluster12: 526.0 546.0\\ncluster13: 558.0 570.0\\ncluster14: 580.0 604.0\\n\"\n                }\n            ],\n            \"utteranceCount\": 3,\n            \"id\": 3000020\n        }\n    ],\n    \"duration\": 7,\n    \"itemQualityScore\": {},\n    \"waveform\": [\n        0.0,\n        0.0,\n        -0.01,\n        0.01,\n        -0.01,\n        0.0,\n        -0.05,\n        0.05,\n        0.0,\n        0.0,\n        0.0,\n        0.0,\n        0.0,\n        0.0\n    ],\n    \"snapTags\": [],\n    \"localFilename\": \"/mnt/text_normalization_2/audio_message_audio.mp4\",\n    \"textURL\": \"\",\n    \"srts\": [\n        {\n            \"length\": 0.96,\n            \"score\": 1.0,\n            \"word\": \"$600,\",\n            \"timestamp\": 0.8800000000000001,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15654,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": [\n                {\n                    \"word\": \"six\",\n                    \"score\": 1.0\n                }\n            ]\n        },\n        {\n            \"length\": 0.1200000000000001,\n            \"score\": 0.882,\n            \"word\": \"that\",\n            \"timestamp\": 3.08,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15655,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": [\n                {\n                    \"word\": \"trade\",\n                    \"score\": 0.11831550802139038\n                }\n            ]\n        },\n        {\n            \"length\": 0.07999999999999963,\n            \"score\": 1.0,\n            \"word\": \"is\",\n            \"timestamp\": 3.3600000000000008,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15656,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": []\n        },\n        {\n            \"length\": 0.1200000000000001,\n            \"score\": 0.585,\n            \"word\": \"a\",\n            \"timestamp\": 3.4400000000000004,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15657,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": [\n                {\n                    \"word\": \"an\",\n                    \"score\": 0.20816294432211388\n                },\n                {\n                    \"word\": \"on\",\n                    \"score\": 0.14582022648631646\n                },\n                {\n                    \"word\": \"one\",\n                    \"score\": 0.03838667820069204\n                },\n                {\n                    \"word\": \"or\",\n                    \"score\": 0.01609193142497641\n                },\n                {\n                    \"word\": \"<eps>\",\n                    \"score\": 0.006772963195973577\n                }\n            ]\n        },\n        {\n            \"length\": 0.3999999999999999,\n            \"score\": 0.652,\n            \"word\": \"marrow,\",\n            \"timestamp\": 3.58,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15658,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": [\n                {\n                    \"word\": \"marrow\",\n                    \"score\": 0.6519640610254797\n                },\n                {\n                    \"word\": \"<eps>\",\n                    \"score\": 0.3117332494495124\n                },\n                {\n                    \"word\": \"mara\",\n                    \"score\": 0.019070462409562755\n                },\n                {\n                    \"word\": \"moro\",\n                    \"score\": 0.017232227115445108\n                }\n            ]\n        },\n        {\n            \"length\": 0.020000000000000462,\n            \"score\": 1.0,\n            \"word\": \"I\",\n            \"timestamp\": 4.4,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15659,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": []\n        },\n        {\n            \"length\": 0.09999999999999964,\n            \"score\": 1.0,\n            \"word\": \"think\",\n            \"timestamp\": 4.5,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15660,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": []\n        },\n        {\n            \"length\": 0.040000000000000036,\n            \"score\": 0.965,\n            \"word\": \"it\",\n            \"timestamp\": 4.699999999999999,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15661,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": [\n                {\n                    \"word\": \"i\",\n                    \"score\": 0.03484782950613401\n                }\n            ]\n        },\n        {\n            \"length\": 0.1200000000000001,\n            \"score\": 1.0,\n            \"word\": \"will\",\n            \"timestamp\": 4.82,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15662,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": []\n        },\n        {\n            \"length\": 0.11999999999999922,\n            \"score\": 1.0,\n            \"word\": \"work\",\n            \"timestamp\": 5.0,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15663,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": []\n        },\n        {\n            \"length\": 0.7800000000000002,\n            \"score\": 0.987,\n            \"word\": \"99%.\",\n            \"timestamp\": 5.26,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15664,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": [\n                {\n                    \"word\": \"ninety\",\n                    \"score\": 0.986798128342246\n                },\n                {\n                    \"word\": \"<eps>\",\n                    \"score\": 0.013201871657754011\n                }\n            ]\n        }\n    ],\n    \"video_content\": {}\n}"},{"id":"e8aabd0e-23ee-4024-9748-b833892aebce","name":"Get Item Details with tcu (new in 5.3)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId?userId=1&groupId=6&tcu=true","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"6","description":"Mandatory"},{"key":"tcu","value":"true"}],"variable":[{"key":"itemId","value":"6000123","description":"Mandatory","type":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT"},{"key":"exception","value":"Object not present In the Database"},{"key":"Date","value":"Thu, 06 May 2021 14:34:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3000020,\n    \"docID\": 3000020,\n    \"title\": \"audio_message_audio.mp4 (00:07) text_normalization_2 import68\",\n    \"from\": \"text_normalization_2 <text_normalization_2@import68.intelligentvoice.com>;\",\n    \"to\": \"kMUEPRAmQyyyXBmPN45gaw <kMUEPRAmQyyyXBmPN45gaw@import68.intelligentvoice.com>;\",\n    \"timestamp\": \"2022-01-05 10:46:04.0\",\n    \"url_ref\": \"\",\n    \"body\": \"<p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: $600, that is a marrow, I think it will work 99%. </p>\",\n    \"tags\": [],\n    \"allText\": \"$600, that is a marrow, I think it will work 99%. \",\n    \"attachment\": [],\n    \"peopleFrom\": [\n        {\n            \"personName\": \"text_normalization_2\",\n            \"id\": \"text_normalization_2@import68.intelligentvoice.com\",\n            \"label\": \"text_normalization_2 (text_normalization_2@import68.intelligentvoice.com)\",\n            \"value\": \"text_normalization_2\",\n            \"group\": \"3\",\n            \"address\": \"text_normalization_2@import68.intelligentvoice.com\",\n            \"personId\": \"27\"\n        }\n    ],\n    \"peopleTo\": [\n        {\n            \"personName\": \"kMUEPRAmQyyyXBmPN45gaw\",\n            \"id\": \"kMUEPRAmQyyyXBmPN45gaw@import68.intelligentvoice.com\",\n            \"label\": \"kMUEPRAmQyyyXBmPN45gaw (kMUEPRAmQyyyXBmPN45gaw@import68.intelligentvoice.com)\",\n            \"value\": \"kMUEPRAmQyyyXBmPN45gaw\",\n            \"group\": \"3\",\n            \"address\": \"kMUEPRAmQyyyXBmPN45gaw@import68.intelligentvoice.com\",\n            \"personId\": \"28\"\n        }\n    ],\n    \"peopleCc\": [],\n    \"vox\": 6,\n    \"recordings\": [\n        {\n            \"sourceFile\": \"/mnt/text_normalization_2/audio_message_audio.mp4\",\n            \"channelNumber\": 0,\n            \"wordLattice\": \"[ six 1.0 ]\\n[ hundred 1.0 ]\\n[ dollars 0.20404411764705882 <eps> 0.10116192198804655 oars 0.06732659641396666 doers 0.06395486001887386 towers 0.061733249449512424 talers 0.053475935828877004 does 0.04751887385970431 dovers 0.043921044353570304 topers 0.024575338156653036 toners 0.023602154765649575 doles 0.021714768795218622 toes 0.02080056621579113 dors 0.01903114186851211 doer 0.018175920100660586 poers 0.0165244573765335 tors 0.015728216420257943 ders 0.014951635734507706 tower 0.014194715319282793 dollars' 0.013457455174583202 dover 0.012739855300408933 totes 0.012041915696759987 doses 0.011363636363636364 doves 0.010705017301038061 dower 0.010066058508965083 oar 0.009446759987417426 tones 0.008847121736395092 towards 0.008267143755898081 polar 0.007706826045926392 dotes 0.007166168606480026 torso 0.00664517143755898 doger 0.006143834539163259 coarse 0.005662157911292859 doges 0.004757785467128028 toner 0.004335089650833596 togas 0.003932054105064486 dosas 0.0035486788298206983 dolens 0.0031849638251022334 olas 0.002840909090909091 docas 0.0025165146272412707 der 0.002211780434098773 oles 0.001926706511481598 donar 0.001661292859389745 doats 0.0014155394778232148 dar 0.001189446366782007 tower's 0.0009830135262661214 oer 0.0007962409562755583 toper 0.0006291286568103177 dones 0.0004816766278703995 daarso 0.0003538848694558037 tor 0.00024575338156653036 ober 0.00015728216420257942 dor 8.847121736395092e-05 toller 3.9320541050644855e-05 darst 9.830135262661214e-06 ]\\n[ that 0.8816844919786097 trade 0.11831550802139038 ]\\n[ is 1.0 ]\\n[ a 0.5847652563699276 an 0.20816294432211388 on 0.14582022648631646 one 0.03838667820069204 or 0.01609193142497641 <eps> 0.006772963195973577 ]\\n[ marrow 0.6519640610254797 <eps> 0.3117332494495124 mara 0.019070462409562755 moro 0.017232227115445108 ]\\n[ i 1.0 ]\\n[ think 1.0 ]\\n[ it 0.965152170493866 i 0.03484782950613401 ]\\n[ will 1.0 ]\\n[ work 1.0 ]\\n[ ninety 0.986798128342246 <eps> 0.013201871657754011 ]\\n[ nine 1.0 ]\\n[ percent 0.8644719251336899 per 0.13552807486631016 ]\\ncluster0: 88.00000000000001 98.0\\ncluster1: 116.00000000000001 136.0\\ncluster2: 156.0 184.0\\ncluster3: 308.0 320.0\\ncluster4: 336.00000000000006 344.00000000000006\\ncluster5: 344.00000000000006 356.00000000000006\\ncluster6: 358.0 398.0\\ncluster7: 440.00000000000006 442.00000000000006\\ncluster8: 450.0 459.99999999999994\\ncluster9: 469.99999999999994 473.99999999999994\\ncluster10: 482.0 494.0\\ncluster11: 500.0 511.99999999999994\\ncluster12: 526.0 546.0\\ncluster13: 558.0 570.0\\ncluster14: 580.0 604.0\\n\",\n            \"mimeType\": \"video/mp4\",\n            \"modelLattices\": [\n                {\n                    \"modelId\": 3,\n                    \"wordLattice\": \"[ six 1.0 ]\\n[ hundred 1.0 ]\\n[ dollars 0.20404411764705882 <eps> 0.10116192198804655 oars 0.06732659641396666 doers 0.06395486001887386 towers 0.061733249449512424 talers 0.053475935828877004 does 0.04751887385970431 dovers 0.043921044353570304 topers 0.024575338156653036 toners 0.023602154765649575 doles 0.021714768795218622 toes 0.02080056621579113 dors 0.01903114186851211 doer 0.018175920100660586 poers 0.0165244573765335 tors 0.015728216420257943 ders 0.014951635734507706 tower 0.014194715319282793 dollars' 0.013457455174583202 dover 0.012739855300408933 totes 0.012041915696759987 doses 0.011363636363636364 doves 0.010705017301038061 dower 0.010066058508965083 oar 0.009446759987417426 tones 0.008847121736395092 towards 0.008267143755898081 polar 0.007706826045926392 dotes 0.007166168606480026 torso 0.00664517143755898 doger 0.006143834539163259 coarse 0.005662157911292859 doges 0.004757785467128028 toner 0.004335089650833596 togas 0.003932054105064486 dosas 0.0035486788298206983 dolens 0.0031849638251022334 olas 0.002840909090909091 docas 0.0025165146272412707 der 0.002211780434098773 oles 0.001926706511481598 donar 0.001661292859389745 doats 0.0014155394778232148 dar 0.001189446366782007 tower's 0.0009830135262661214 oer 0.0007962409562755583 toper 0.0006291286568103177 dones 0.0004816766278703995 daarso 0.0003538848694558037 tor 0.00024575338156653036 ober 0.00015728216420257942 dor 8.847121736395092e-05 toller 3.9320541050644855e-05 darst 9.830135262661214e-06 ]\\n[ that 0.8816844919786097 trade 0.11831550802139038 ]\\n[ is 1.0 ]\\n[ a 0.5847652563699276 an 0.20816294432211388 on 0.14582022648631646 one 0.03838667820069204 or 0.01609193142497641 <eps> 0.006772963195973577 ]\\n[ marrow 0.6519640610254797 <eps> 0.3117332494495124 mara 0.019070462409562755 moro 0.017232227115445108 ]\\n[ i 1.0 ]\\n[ think 1.0 ]\\n[ it 0.965152170493866 i 0.03484782950613401 ]\\n[ will 1.0 ]\\n[ work 1.0 ]\\n[ ninety 0.986798128342246 <eps> 0.013201871657754011 ]\\n[ nine 1.0 ]\\n[ percent 0.8644719251336899 per 0.13552807486631016 ]\\ncluster0: 88.00000000000001 98.0\\ncluster1: 116.00000000000001 136.0\\ncluster2: 156.0 184.0\\ncluster3: 308.0 320.0\\ncluster4: 336.00000000000006 344.00000000000006\\ncluster5: 344.00000000000006 356.00000000000006\\ncluster6: 358.0 398.0\\ncluster7: 440.00000000000006 442.00000000000006\\ncluster8: 450.0 459.99999999999994\\ncluster9: 469.99999999999994 473.99999999999994\\ncluster10: 482.0 494.0\\ncluster11: 500.0 511.99999999999994\\ncluster12: 526.0 546.0\\ncluster13: 558.0 570.0\\ncluster14: 580.0 604.0\\n\"\n                }\n            ],\n            \"utteranceCount\": 3,\n            \"id\": 3000020\n        }\n    ],\n    \"duration\": 7,\n    \"itemQualityScore\": {},\n    \"snapTags\": [],\n    \"turnConstructionUnits\": [\n        {\n            \"id\": 1235,\n            \"itemId\": 3000020,\n            \"tcuType\": 1,\n            \"startTime\": 0.8800000000000001,\n            \"endTime\": 6.0400000000000002,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"text\": \"$600, that is a marrow, I think it will work 99%.\",\n            \"sentimentNegativePercentage\": 1.4127328756175994,\n            \"sentimentNeutralPercentage\": 95.56374678800628,\n            \"sentimentPositivePercentage\": 3.023520336376128,\n            \"aggregatedSentiment\": 1.6107874607585284\n        }\n    ],\n    \"speakerSentimentList\": {\n        \"itemId\": 3000020,\n        \"speakers\": [\n            {\n                \"name\": \"Speaker 1\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"recording\": {\n                    \"id\": 3000020\n                },\n                \"positiveAggregatedSentiment\": 1.6107874607585286,\n                \"negativeAggregatedSentiment\": 0.0,\n                \"sentimentGradient\": 0.0,\n                \"sentimentIntercept\": 1.6107874607585284,\n                \"sentimentOutcome\": 1.6107874607585284,\n                \"normalisedSentimentGradient\": 0.0\n            }\n        ]\n    },\n    \"localFilename\": \"/mnt/text_normalization_2/audio_message_audio.mp4\",\n    \"textURL\": \"\",\n    \"srts\": [\n        {\n            \"length\": 0.96,\n            \"score\": 1.0,\n            \"word\": \"$600,\",\n            \"timestamp\": 0.8800000000000001,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15654,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": [\n                {\n                    \"word\": \"six\",\n                    \"score\": 1.0\n                }\n            ]\n        },\n        {\n            \"length\": 0.1200000000000001,\n            \"score\": 0.882,\n            \"word\": \"that\",\n            \"timestamp\": 3.08,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15655,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": [\n                {\n                    \"word\": \"trade\",\n                    \"score\": 0.11831550802139038\n                }\n            ]\n        },\n        {\n            \"length\": 0.07999999999999963,\n            \"score\": 1.0,\n            \"word\": \"is\",\n            \"timestamp\": 3.3600000000000008,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15656,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": []\n        },\n        {\n            \"length\": 0.1200000000000001,\n            \"score\": 0.585,\n            \"word\": \"a\",\n            \"timestamp\": 3.4400000000000004,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15657,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": [\n                {\n                    \"word\": \"an\",\n                    \"score\": 0.20816294432211388\n                },\n                {\n                    \"word\": \"on\",\n                    \"score\": 0.14582022648631646\n                },\n                {\n                    \"word\": \"one\",\n                    \"score\": 0.03838667820069204\n                },\n                {\n                    \"word\": \"or\",\n                    \"score\": 0.01609193142497641\n                },\n                {\n                    \"word\": \"<eps>\",\n                    \"score\": 0.006772963195973577\n                }\n            ]\n        },\n        {\n            \"length\": 0.3999999999999999,\n            \"score\": 0.652,\n            \"word\": \"marrow,\",\n            \"timestamp\": 3.58,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15658,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": [\n                {\n                    \"word\": \"marrow\",\n                    \"score\": 0.6519640610254797\n                },\n                {\n                    \"word\": \"<eps>\",\n                    \"score\": 0.3117332494495124\n                },\n                {\n                    \"word\": \"mara\",\n                    \"score\": 0.019070462409562755\n                },\n                {\n                    \"word\": \"moro\",\n                    \"score\": 0.017232227115445108\n                }\n            ]\n        },\n        {\n            \"length\": 0.020000000000000462,\n            \"score\": 1.0,\n            \"word\": \"I\",\n            \"timestamp\": 4.4,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15659,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": []\n        },\n        {\n            \"length\": 0.09999999999999964,\n            \"score\": 1.0,\n            \"word\": \"think\",\n            \"timestamp\": 4.5,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15660,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": []\n        },\n        {\n            \"length\": 0.040000000000000036,\n            \"score\": 0.965,\n            \"word\": \"it\",\n            \"timestamp\": 4.699999999999999,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15661,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": [\n                {\n                    \"word\": \"i\",\n                    \"score\": 0.03484782950613401\n                }\n            ]\n        },\n        {\n            \"length\": 0.1200000000000001,\n            \"score\": 1.0,\n            \"word\": \"will\",\n            \"timestamp\": 4.82,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15662,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": []\n        },\n        {\n            \"length\": 0.11999999999999922,\n            \"score\": 1.0,\n            \"word\": \"work\",\n            \"timestamp\": 5.0,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15663,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": []\n        },\n        {\n            \"length\": 0.7800000000000002,\n            \"score\": 0.987,\n            \"word\": \"99%.\",\n            \"timestamp\": 5.26,\n            \"speaker\": {\n                \"name\": \"3\",\n                \"label\": \"Speaker 1\",\n                \"no\": 1,\n                \"id\": 3000048,\n                \"channelNumber\": 0\n            },\n            \"generatedByASR\": true,\n            \"id\": 15664,\n            \"processingModels\": [\n                3\n            ],\n            \"alternatives\": [\n                {\n                    \"word\": \"ninety\",\n                    \"score\": 0.986798128342246\n                },\n                {\n                    \"word\": \"<eps>\",\n                    \"score\": 0.013201871657754011\n                }\n            ]\n        }\n    ],\n    \"video_content\": {}\n}"},{"id":"90246ea2-cfab-4b9d-a2f2-6bf8a6f1e658","name":"Details of an email with attachment","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId?userId=12&groupId=6","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId"],"query":[{"key":"userId","value":"12","description":"Mandatory"},{"key":"groupId","value":"6","description":"Mandatory"}],"variable":[{"key":"itemId","value":"6000084","description":"Mandatory","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT"},{"key":"Date","value":"Thu, 06 May 2021 14:42:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"vox\": 0,\n    \"allText\": \" <p>Html text</p>\\ufeff[First Name]\\n[Last Name]\\n[Address]\\n[Phone]\\n[Email]\\n[LinkedIn Profile]\\n[Twitter/Blog/Portfolio]\\n\\nObjective\\n[If you’re ready to write, just select this tip text and start typing to replace it with your own. For best results, don’t include space to the right or left of the characters in your selection. Briefly state your career objective, or summarize what makes you stand out. Use language from the job description as keywords.]\\n\\nEducation\\n[Degree Title] | [School]\\n[Dates From] – [To]\\n[It’s okay to brag about your GPA, awards, and honors. Feel free to summarize your coursework too.]\\n[Degree Title] | [School]\\n[Dates From] – [To]\\n[It’s okay to brag about your GPA, awards, and honors. Feel free to summarize your coursework too.]\\n\\nExperience\\n[Job Title] | [Company]\\n[Dates From] – [To]\\n[Describe your responsibilities and achievements in terms of impact and results. Use examples, but keep in short.]\\n[Job Title] | [Company]\\n[Dates From] – [To]\\n[Describe your responsibilities and achievements in terms of impact and results. Use examples, but keep in short.]\\n\\nSkills\\n    • [List your strengths relevant for the role you’re applying for]\\n    • [List one of your strengths]\\n    • [List one of your strengths]\\n    • [List one of your strengths]\\n    • [List one of your strengths]\\n\\nActivities\\n[Use this section to highlight your relevant passions, activities, and how you like to give back. It’s good to include Leadership and volunteer experience here. Or show off important extras like publications, certifications, languages and more.]\\n\",\n    \"peopleTo\": [\n        {\n            \"personId\": \"87\",\n            \"personName\": \"recipient name\",\n            \"address\": \"recipient@example.com\",\n            \"value\": \"recipient name\",\n            \"id\": \"recipient@example.com\",\n            \"label\": \"recipient name (recipient@example.com)\",\n            \"group\": \"6\"\n        }\n    ],\n    \"peopleFrom\": [\n        {\n            \"personId\": \"86\",\n            \"personName\": \"sender name\",\n            \"address\": \"sender@example.com\",\n            \"value\": \"sender name\",\n            \"id\": \"sender@example.com\",\n            \"label\": \"sender name (sender@example.com)\",\n            \"group\": \"6\"\n        }\n    ],\n    \"textURL\": \"/var/jumpto/cache/6/6000084/0.ev.html\",\n    \"title\": \"an example Document title\",\n    \"to\": \"recipient name <recipient@example.com>;\",\n    \"itemQualityScore\": {},\n    \"localFilename\": \"/var/jumpto/cache/6/6000084/0.ev.html\",\n    \"downloadURL\": \"/var/jumpto/cache/6/6000084/sample.docx\",\n    \"docID\": 6000084,\n    \"url_ref\": \"\",\n    \"attachment\": [\n        {\n            \"textURL\": \"/var/jumpto/cache/6/6000084/sample.docx\",\n            \"evattachmentIndex\": 1,\n            \"attachmentOf\": 6000084,\n            \"downloadURL\": \"/var/jumpto/cache/6/6000084/sample.docx\",\n            \"id\": 6000085\n        }\n    ],\n    \"peopleCc\": [],\n    \"tags\": [\n        {\n            \"score\": 11.345,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 1,\n            \"rawscore\": 0.478,\n            \"tagID\": 1069,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Responsibilities\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1821,\n            \"status\": 0\n        },\n        {\n            \"score\": 0.063,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 2,\n            \"rawscore\": 1,\n            \"tagID\": 1070,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Career Objective\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1822,\n            \"status\": 0\n        },\n        {\n            \"score\": 0.056,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 3,\n            \"rawscore\": 1,\n            \"tagID\": 1071,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Job Description\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1823,\n            \"status\": 0\n        },\n        {\n            \"score\": 11.514,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 4,\n            \"rawscore\": 0.498,\n            \"tagID\": 1072,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Certifications\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1824,\n            \"status\": 0\n        },\n        {\n            \"score\": 29.677,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 5,\n            \"rawscore\": 36.058,\n            \"tagID\": 1073,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Publications\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1825,\n            \"status\": 0\n        },\n        {\n            \"score\": 24.616,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 6,\n            \"rawscore\": 10.933,\n            \"tagID\": 1074,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Achievements\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1826,\n            \"status\": 0\n        },\n        {\n            \"score\": 47.471,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 7,\n            \"rawscore\": 2395.618,\n            \"tagID\": 1075,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Activities\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1827,\n            \"status\": 0\n        },\n        {\n            \"score\": 41.953,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 8,\n            \"rawscore\": 652.07,\n            \"tagID\": 1076,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Leadership\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1828,\n            \"status\": 0\n        },\n        {\n            \"score\": 39.685,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 9,\n            \"rawscore\": 381.913,\n            \"tagID\": 1077,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Characters\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1829,\n            \"status\": 0\n        },\n        {\n            \"score\": 39.652,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 10,\n            \"rawscore\": 378.992,\n            \"tagID\": 1078,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Experience\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1830,\n            \"status\": 0\n        },\n        {\n            \"score\": 30.67,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 11,\n            \"rawscore\": 45.582,\n            \"tagID\": 1079,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Coursework\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1831,\n            \"status\": 0\n        },\n        {\n            \"score\": 0.107,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 12,\n            \"rawscore\": 1,\n            \"tagID\": 1080,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"First Name\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1832,\n            \"status\": 0\n        },\n        {\n            \"score\": 49.578,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 13,\n            \"rawscore\": 3936.907,\n            \"tagID\": 1081,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Education\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1833,\n            \"status\": 0\n        },\n        {\n            \"score\": 41.886,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 14,\n            \"rawscore\": 641.848,\n            \"tagID\": 1082,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Languages\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1834,\n            \"status\": 0\n        },\n        {\n            \"score\": 40.18,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 15,\n            \"rawscore\": 429.214,\n            \"tagID\": 1083,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Selection\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1835,\n            \"status\": 0\n        },\n        {\n            \"score\": 39.384,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 16,\n            \"rawscore\": 355.738,\n            \"tagID\": 1084,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Volunteer\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1836,\n            \"status\": 0\n        },\n        {\n            \"score\": 38.229,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 17,\n            \"rawscore\": 270.93,\n            \"tagID\": 1085,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Objective\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1837,\n            \"status\": 0\n        },\n        {\n            \"score\": 33.965,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 18,\n            \"rawscore\": 99.123,\n            \"tagID\": 1086,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Strengths\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1838,\n            \"status\": 0\n        },\n        {\n            \"score\": 29.022,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 19,\n            \"rawscore\": 30.897,\n            \"tagID\": 1087,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Summarize\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1839,\n            \"status\": 0\n        },\n        {\n            \"score\": 0.042,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 20,\n            \"rawscore\": 1,\n            \"tagID\": 1088,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Job Title\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1840,\n            \"status\": 0\n        },\n        {\n            \"score\": 52.985,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 21,\n            \"rawscore\": 8792.308,\n            \"tagID\": 1089,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Examples\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1841,\n            \"status\": 0\n        },\n        {\n            \"score\": 47.609,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 22,\n            \"rawscore\": 2474.738,\n            \"tagID\": 1090,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Relevant\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1842,\n            \"status\": 0\n        },\n        {\n            \"score\": 39.101,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 23,\n            \"rawscore\": 332.779,\n            \"tagID\": 1091,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Keywords\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1843,\n            \"status\": 0\n        },\n        {\n            \"score\": 33.405,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 24,\n            \"rawscore\": 86.858,\n            \"tagID\": 1092,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Passions\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1844,\n            \"status\": 0\n        },\n        {\n            \"score\": 28.177,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 25,\n            \"rawscore\": 25.316,\n            \"tagID\": 1093,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Linkedin\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1845,\n            \"status\": 0\n        },\n        {\n            \"score\": 56.674,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 26,\n            \"rawscore\": 20984.005,\n            \"tagID\": 201,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Company\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1846,\n            \"status\": 0\n        },\n        {\n            \"score\": 53.2,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 27,\n            \"rawscore\": 9249.616,\n            \"tagID\": 1094,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Results\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1847,\n            \"status\": 0\n        },\n        {\n            \"score\": 49.94,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 28,\n            \"rawscore\": 4288.098,\n            \"tagID\": 1095,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Profile\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1848,\n            \"status\": 0\n        },\n        {\n            \"score\": 44.25,\n            \"vox\": 0,\n            \"urlRef\": \"6000084\",\n            \"positionInView\": 29,\n            \"rawscore\": 1120.743,\n            \"tagID\": 1096,\n            \"seektime\": 0,\n            \"occurrence\": 1,\n            \"tag\": \"Address\",\n            \"position\": [\n                {\n                    \"wordIndex\": 0,\n                    \"offset\": 0,\n                    \"timestamp\": 0,\n                    \"order\": 1\n                }\n            ],\n            \"length\": 0,\n            \"id\": 1849,\n            \"status\": 0\n        }\n    ],\n    \"body\": \" <p>Html text</p>\\ufeff[First Name]\\n[Last Name]\\n[Address]\\n[Phone]\\n[Email]\\n[LinkedIn Profile]\\n[Twitter/Blog/Portfolio]\\n\\nObjective\\n[If you’re ready to write, just select this tip text and start typing to replace it with your own. For best results, don’t include space to the right or left of the characters in your selection. Briefly state your career objective, or summarize what makes you stand out. Use language from the job description as keywords.]\\n\\nEducation\\n[Degree Title] | [School]\\n[Dates From] – [To]\\n[It’s okay to brag about your GPA, awards, and honors. Feel free to summarize your coursework too.]\\n[Degree Title] | [School]\\n[Dates From] – [To]\\n[It’s okay to brag about your GPA, awards, and honors. Feel free to summarize your coursework too.]\\n\\nExperience\\n[Job Title] | [Company]\\n[Dates From] – [To]\\n[Describe your responsibilities and achievements in terms of impact and results. Use examples, but keep in short.]\\n[Job Title] | [Company]\\n[Dates From] – [To]\\n[Describe your responsibilities and achievements in terms of impact and results. Use examples, but keep in short.]\\n\\nSkills\\n    • [List your strengths relevant for the role you’re applying for]\\n    • [List one of your strengths]\\n    • [List one of your strengths]\\n    • [List one of your strengths]\\n    • [List one of your strengths]\\n\\nActivities\\n[Use this section to highlight your relevant passions, activities, and how you like to give back. It’s good to include Leadership and volunteer experience here. Or show off important extras like publications, certifications, languages and more.]\\n\",\n    \"duration\": 0,\n    \"from\": \"sender name <sender@example.com>;\",\n    \"id\": 6000084,\n    \"timestamp\": \"2018-06-20 14:19:02.0\"\n}"},{"id":"b0b242ac-4111-45be-a082-fbf9d9a280ad","name":"Details including voice biometric results (new in 6.0)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId?userId=123&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId"],"query":[{"key":"userId","value":"123","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"},{"key":"tcu","value":null,"description":"Optional. Possible values: true, false. If true","disabled":true}],"variable":[{"key":"itemId","value":"1000150","description":"Mandatory","type":"string"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"allText\" : \"Good afternoon, this is Meghan, what is your debit card number please? Stand by, uh, let me look at it again. Okay, ready? Yes, sir. 9864. All right, thank you so much for verifying your account number. May I have your 1st and last name? Thank you, and what is the last 4 digits of your social 8555? All right. That is perfect. Thank ye. How can I help you? I'm trying to unlock my debit card, and I'm in France right now, and it appears to. Be all locked up 0. I'm sorry to hear that you are currently in France right now. Correct? What are the last 4 digits of the debit card you are trying to use? Stand by as I pull it out of my pocket I have 2 debit cards. Both of them are locked down. The 1st1 is 9349. and the 2nd1. Is I'll go upstairs and tidy up for a while. Hello. 41, can you hear me? Yes, I can hear you. The 2nd1 is 41100. With regard to the 41100. Let me go in and quickly pull this up. Can you verify me? The last 3 digits of the security code? Yup 044. Expiration date, sir? Uh. 1118. I'm sorry, that's the other sorry stand by 1219. All right, at this point of time I'll be asking, what is your user name for your online banking? Regarding your debit card ending in 41100. I see here multiple decline. Activity bear with me on this. I just need an answer. Yes or no, if you recognize it or not replace for. $172.21. it is an a T M withdrawal to day. In Europe I debt it 01:40. so whatever the exchange rate is, that may be correct, yes. Thank you sir Habou boy pizza for $93 a, where Harbuboy pizza, this is in Paris. That got declined, actually great. Sorry about that. 39th Avenue for $160.73. This was approved as a cash withdrawal. Well, it was approved. It was many days ago then. Yes, the card was good up until today, up until the pizza joined, everything was good. I understand again, sir, I apologize again, for this last may 6. Red box for 2616. The red box. Yes. That was a movie I escaped. Yes, I did that 01:26 box. Yes, great. United for $5.99 last may. 34th and 2nd. Yes sir. Thank you so much for confining this activity. We just wanted to make sure the account is safe from unauthorized purchase, since we detected unusual transactions, but nothing to worry. The 1 ending in 41100 will. Be perfectly well, as we speak I have already activated again. The reason it was rejected is that you were trying to withdraw $459.24. That exceeds the daily limit for withdrawals, which is 310 even. Okay. I'll keep it under that. So if you are ever withdrawing cash just make sure it is only 310. That is the maximum. Okay. Now, just to make sure the pizza joint was declined, right, we paid cash for that. That is right. Okay, thanks very much. You know, I'm kind of busy in France right now. I can get back to you on all that. No problem. Thank you for your call. Have a good week and coming up. Thank you. Good bye. \",\n  \"attachment\" : [ ],\n  \"body\" : \"<p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: Good afternoon, this is Meghan, what is your debit card number please? </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: Stand by, uh, let me look at it again. Okay, ready? </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: Yes, sir. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: 9864. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: All right, thank you so much for verifying your account number. May I have your 1st and last name? Thank you, and what is the last 4 digits of your social </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: 8555? </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: All right. That is perfect. Thank ye. How can I help you? </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: I'm trying to unlock my debit card, and I'm in France right now, and it appears to. Be all locked up </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: 0. I'm sorry to hear that you are currently in France right now. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: Correct? </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: What are the last 4 digits of the debit card you are trying to use? </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: Stand by as I pull it out of my pocket I have 2 debit cards. Both of them are locked down. The 1st1 is 9349. and the 2nd1. Is I'll go upstairs and tidy up for a while. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: Hello. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: 41, can you hear me? </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: Yes, I can hear you. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: The 2nd1 is 41100. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: With regard to the 41100. Let me go in and quickly pull this up. Can you verify me? The last 3 digits of the security code? </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: Yup 044. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: Expiration date, sir? </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: Uh. 1118. I'm sorry, that's the other sorry stand by 1219. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: All right, at this point of time I'll be asking, what is your user name for your online banking? Regarding your debit card ending in 41100. I see here multiple decline. Activity bear with me on this. I just need an answer. Yes or no, if you recognize it or not replace for. $172.21. it is an a T M withdrawal to day. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: In Europe I debt it 01:40. so whatever the exchange rate is, that may be correct, yes. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: Thank you sir Habou boy pizza for $93 a, </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: where Harbuboy </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: pizza, this is in Paris. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: That got declined, actually </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: great. Sorry about that. 39th Avenue for $160.73. This was approved as a cash withdrawal. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: Well, it was approved. It was many days ago then. Yes, the card was good up until today, up until the pizza joined, everything was good. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: I understand again, sir, I apologize again, for this last may 6. Red box for 2616. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: The red box. Yes. That was a movie I escaped. Yes, I did that 01:26 box. Yes, </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: great. United for $5.99 last may. 34th and 2nd. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: Yes </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: sir. Thank you so much for confining this activity. We just wanted to make sure the account is safe from unauthorized purchase, since we detected unusual transactions, but nothing to worry. The 1 ending in 41100 will. Be perfectly well, as we speak I have already activated again. The reason it was rejected is that you were trying to withdraw $459.24. That exceeds the daily limit for withdrawals, which is 310 even. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: Okay. I'll keep it under that. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: So if you are ever withdrawing cash just make sure it is only 310. That is the maximum. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: Okay. Now, just to make sure the pizza joint was declined, right, we paid cash for that. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: That is right. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: Okay, thanks very much. You know, I'm kind of busy in France right now. I can get back to you on all that. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: No problem. Thank you for your call. Have a good week and coming up. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: Thank you. Good bye. </p>\",\n  \"docID\" : 1000150,\n  \"duration\" : 244,\n  \"from\" : \"LexiQalTest <LexiQalTest@import66.intelligentvoice.com>;\",\n  \"id\" : 1000150,\n  \"itemQualityScore\" : { },\n  \"localFilename\" : \"/mnt/LexiQalTest/LexiQal_Test_Audio_20210701.wav\",\n  \"peopleCc\" : [ ],\n  \"peopleFrom\" : [ {\n    \"address\" : \"LexiQalTest@import66.intelligentvoice.com\",\n    \"group\" : \"1\",\n    \"id\" : \"LexiQalTest@import66.intelligentvoice.com\",\n    \"label\" : \"LexiQalTest (LexiQalTest@import66.intelligentvoice.com)\",\n    \"personId\" : \"216\",\n    \"personName\" : \"LexiQalTest\",\n    \"value\" : \"LexiQalTest\"\n  } ],\n  \"peopleTo\" : [ {\n    \"address\" : \"QF4amTk2QUqEIVsavZ9J+w@import66.intelligentvoice.com\",\n    \"group\" : \"1\",\n    \"id\" : \"QF4amTk2QUqEIVsavZ9J+w@import66.intelligentvoice.com\",\n    \"label\" : \"QF4amTk2QUqEIVsavZ9J+w (QF4amTk2QUqEIVsavZ9J+w@import66.intelligentvoice.com)\",\n    \"personId\" : \"217\",\n    \"personName\" : \"QF4amTk2QUqEIVsavZ9J+w\",\n    \"value\" : \"QF4amTk2QUqEIVsavZ9J+w\"\n  } ],\n  \"recordings\" : [ {\n    \"channelNumber\" : 0,\n    \"id\" : 1000152,\n    \"mimeType\" : \"audio/wav\",\n    \"modelLattices\" : [ {\n      \"modelId\" : 104,\n      \"wordLattice\" : \"[ good 1.0 ]\\n[ afternoon 1.0 ]\\n[ this 0.5428495596099402 <eps> 0.26791050644856873 m 0.07231047499213589 mr 0.06096649889902485 r 0.041011324315822585 ms 0.014951635734507706 ]\\n[ is 0.7320894935514313 <eps> 0.26790067631330605 mis 9.830135262661214e-06 ]\\n[ meghan 0.9210836741113557 <eps> 0.07891632588864422 ]\\n[ what 1.0 ]\\n[ is 1.0 ]\\n[ your 1.0 ]\\n[ debit 1.0 ]\\n[ card 1.0 ]\\n[ number 1.0 ]\\n[ please 1.0 ]\\n[ stand 0.9770957848379994 standby 0.02290421516200063 ]\\n[ by 0.9735471060081786 <eps> 0.02290421516200063 byu 0.0035486788298206983 ]\\n[ uh 0.8846531928279333 <eps> 0.06339454230890217 h 0.036066766278704 er 0.015728216420257943 u 0.00015728216420257942 ]\\n[ let 1.0 ]\\n[ me 1.0 ]\\n[ look 1.0 ]\\n[ at 1.0 ]\\n[ it 1.0 ]\\n[ again 1.0 ]\\n[ okay 0.9725542623466499 <eps> 0.02744573765335011 ]\\n[ ready 1.0 ]\\n[ yes 1.0 ]\\n[ sir 1.0 ]\\n[ nine 1.0 ]\\n[ eight 1.0 ]\\n[ six 1.0 ]\\n[ four 1.0 ]\\n[ all 0.9999606794589494 a 3.9320541050644855e-05 ]\\n[ right 0.9877221610569361 righty 0.012277838943063857 ]\\n[ thank 1.0 ]\\n[ you 1.0 ]\\n[ so 1.0 ]\\n[ much 1.0 ]\\n[ for 1.0 ]\\n[ verifying 0.9997542466184335 <eps> 0.00024575338156653036 ]\\n[ your 1.0 ]\\n[ account 1.0 ]\\n[ number 0.9786391160742371 numbers 0.021360883925762818 ]\\n[ may 1.0 ]\\n[ i 0.9996461151305442 <eps> 0.0003538848694558037 ]\\n[ have 1.0 ]\\n[ your 1.0 ]\\n[ first 1.0 ]\\n[ and 1.0 ]\\n[ last 1.0 ]\\n[ name 1.0 ]\\n[ thank 0.9714336269267065 thanky 0.02856637307329349 ]\\n[ you 0.9513310003145643 <eps> 0.02856637307329349 youe 0.020102626612142183 ]\\n[ and 0.9861100188738597 <eps> 0.013889981126140295 ]\\n[ what 1.0 ]\\n[ is 0.9280335797420572 are 0.07196642025794275 ]\\n[ the 1.0 ]\\n[ last 1.0 ]\\n[ four 1.0 ]\\n[ digits 1.0 ]\\n[ of 1.0 ]\\n[ your 1.0 ]\\n[ social 1.0 ]\\n[ eight 0.953631251966027 eighty 0.04636874803397295 ]\\n[ five 1.0 ]\\n[ five 1.0 ]\\n[ five 1.0 ]\\n[ all 0.9990169864737338 a 0.0009830135262661214 ]\\n[ right 1.0 ]\\n[ that 1.0 ]\\n[ is 1.0 ]\\n[ perfect 1.0 ]\\n[ thank 0.9497876690783266 thankye 0.018175920100660586 thanks 0.012739855300408933 thanke 0.009446759987417426 thanky 0.007706826045926392 thankeye 0.001661292859389745 thankee 0.0004816766278703995 ]\\n[ ye 0.43867961623151935 you 0.22383217993079585 y 0.08561064800251651 <eps> 0.04361631016042781 youe 0.036145407360805286 youye 0.033068575023592325 e 0.030827304183705568 yee 0.024575338156653036 youy 0.023602154765649575 yet 0.019906023906888958 eye 0.015728216420257943 thee 0.014951635734507706 yo 0.008267143755898081 yea 0.001189446366782007 ]\\n[ how 1.0 ]\\n[ can 1.0 ]\\n[ i 1.0 ]\\n[ help 1.0 ]\\n[ you 0.9305009436929852 <eps> 0.06516396665618118 youe 0.004335089650833596 ]\\n[ i'm 0.8470824158540422 i 0.15291758414595785 ]\\n[ trying 1.0 ]\\n[ to 1.0 ]\\n[ unlock 1.0 ]\\n[ my 1.0 ]\\n[ debit 1.0 ]\\n[ card 1.0 ]\\n[ and 1.0 ]\\n[ i'm 0.856981362063542 i 0.143018637936458 ]\\n[ in 1.0 ]\\n[ france 1.0 ]\\n[ right 1.0 ]\\n[ now 1.0 ]\\n[ and 0.9993708713431897 <eps> 0.0006291286568103177 ]\\n[ it 1.0 ]\\n[ appears 1.0 ]\\n[ to 1.0 ]\\n[ be 1.0 ]\\n[ all 0.9871225228059138 a 0.01287747719408619 ]\\n[ locked 1.0 ]\\n[ up 1.0 ]\\n[ oh 0.9826596413966656 ohm 0.017340358603334383 ]\\n[ i'm 0.8744691726958163 i 0.12553082730418372 ]\\n[ sorry 1.0 ]\\n[ to 1.0 ]\\n[ hear 1.0 ]\\n[ that 1.0 ]\\n[ you 0.9971590909090909 <eps> 0.002840909090909091 ]\\n[ are 0.9971590909090909 <eps> 0.002840909090909091 ]\\n[ currently 1.0 ]\\n[ in 1.0 ]\\n[ france 1.0 ]\\n[ right 1.0 ]\\n[ now 1.0 ]\\n[ correct 1.0 ]\\n[ what 1.0 ]\\n[ are 0.924996067945895 is 0.06319793960364894 a 0.011805992450456118 ]\\n[ the 1.0 ]\\n[ last 1.0 ]\\n[ four 1.0 ]\\n[ digits 1.0 ]\\n[ of 1.0 ]\\n[ the 1.0 ]\\n[ debit 1.0 ]\\n[ card 0.9237378106322743 cards 0.0762621893677257 ]\\n[ you 0.8295749449512425 <eps> 0.17042505504875746 ]\\n[ are 0.7829506134004404 <eps> 0.17042505504875746 were 0.04662433155080214 ]\\n[ trying 1.0 ]\\n[ to 1.0 ]\\n[ use 1.0 ]\\n[ stand 0.9878794432211387 standby 0.012120556778861277 ]\\n[ by 0.9878794432211387 <eps> 0.012120556778861277 ]\\n[ as 1.0 ]\\n[ i 1.0 ]\\n[ pull 0.6953542780748663 pulled 0.28793449197860965 put 0.016711229946524065 ]\\n[ it 0.9774496697074552 <eps> 0.022550330292544826 ]\\n[ out 1.0 ]\\n[ of 0.9841439918213275 in 0.014666561811890532 <eps> 0.001189446366782007 ]\\n[ my 1.0 ]\\n[ pocket 0.9822074551745832 pockets 0.017792544825416798 ]\\n[ i 1.0 ]\\n[ have 1.0 ]\\n[ two 1.0 ]\\n[ debit 1.0 ]\\n[ cards 1.0 ]\\n[ both 1.0 ]\\n[ of 1.0 ]\\n[ them 1.0 ]\\n[ are 0.9889509279647688 a 0.011049072035231205 ]\\n[ locked 1.0 ]\\n[ down 1.0 ]\\n[ the 1.0 ]\\n[ first 1.0 ]\\n[ one 1.0 ]\\n[ is 1.0 ]\\n[ nine 1.0 ]\\n[ three 1.0 ]\\n[ four 1.0 ]\\n[ nine 1.0 ]\\n[ and 1.0 ]\\n[ the 1.0 ]\\n[ second 1.0 ]\\n[ one 1.0 ]\\n[ is 0.9751985687323057 <eps> 0.024801431267694244 ]\\n[ i'll 1.0 ]\\n[ go 1.0 ]\\n[ upstairs 1.0 ]\\n[ and 1.0 ]\\n[ tidy 1.0 ]\\n[ up 1.0 ]\\n[ for 1.0 ]\\n[ a 0.9024948883296634 <eps> 0.09750511167033658 ]\\n[ while 0.8993099245045612 awhile 0.09750511167033658 whileo 0.0031849638251022334 ]\\n[ hello 0.6475798206983329 <eps> 0.17140806857502358 ll 0.1033048914753067 he 0.07629167977351368 hall 0.0014155394778232148 ]\\n[ forty 1.0 ]\\n[ one 1.0 ]\\n[ can 1.0 ]\\n[ you 1.0 ]\\n[ hear 1.0 ]\\n[ me 1.0 ]\\n[ yes 1.0 ]\\n[ i 1.0 ]\\n[ can 1.0 ]\\n[ hear 1.0 ]\\n[ you 0.9530316137150047 <eps> 0.04696838628499528 ]\\n[ the 1.0 ]\\n[ second 1.0 ]\\n[ one 1.0 ]\\n[ is 1.0 ]\\n[ forty 1.0 ]\\n[ one 1.0 ]\\n[ hundred 1.0 ]\\n[ with 1.0 ]\\n[ regard 1.0 ]\\n[ to 1.0 ]\\n[ the 0.9580843032400126 <eps> 0.041915696759987416 ]\\n[ forty 1.0 ]\\n[ one 1.0 ]\\n[ hundred 1.0 ]\\n[ let 1.0 ]\\n[ me 1.0 ]\\n[ go 1.0 ]\\n[ in 0.9833870714061026 <eps> 0.01661292859389745 ]\\n[ and 1.0 ]\\n[ quickly 1.0 ]\\n[ pull 1.0 ]\\n[ this 0.8515354671280276 it 0.11630033029254483 <eps> 0.032164202579427495 ]\\n[ up 1.0 ]\\n[ can 1.0 ]\\n[ you 0.9738026895250078 <eps> 0.026197310474992137 ]\\n[ verify 1.0 ]\\n[ me 0.8918980025165146 <eps> 0.1055854828562441 met 0.0025165146272412707 ]\\n[ the 0.6419668134633533 there 0.2329938659955961 three 0.05815508021390375 thee 0.043046162315193454 <eps> 0.021911371500471847 theree 0.001926706511481598 ]\\n[ last 1.0 ]\\n[ three 1.0 ]\\n[ digits 1.0 ]\\n[ of 1.0 ]\\n[ the 1.0 ]\\n[ security 1.0 ]\\n[ code 0.9922833438188109 <eps> 0.007716656181189053 ]\\n[ yup 0.7528900597672223 yep 0.23163730732934884 yap 0.015472632903428752 ]\\n[ zero 1.0 ]\\n[ four 1.0 ]\\n[ four 1.0 ]\\n[ expiration 1.0 ]\\n[ date 0.8502378892733564 dates 0.1497621107266436 ]\\n[ sir 0.9982207455174583 sirh 0.0009830135262661214 <eps> 0.0007962409562755583 ]\\n[ uh 0.5785722711544511 ah 0.21286174897766594 h 0.15484429065743946 er 0.023454702736709656 auh 0.01620989304812834 a 0.010066058508965083 are 0.002211780434098773 <eps> 0.0009830135262661214 s 0.0007962409562755583 ]\\n[ eleven 1.0 ]\\n[ eighteen 1.0 ]\\n[ i'm 0.9947998584460522 i 0.005200141553947783 ]\\n[ sorry 1.0 ]\\n[ that's 1.0 ]\\n[ the 1.0 ]\\n[ other 1.0 ]\\n[ sorry 0.9862967914438503 sorryh 0.012041915696759987 sorryu 0.001661292859389745 ]\\n[ stand 0.989294982698962 standby 0.010705017301038061 ]\\n[ by 0.989294982698962 <eps> 0.010705017301038061 ]\\n[ twelve 1.0 ]\\n[ nineteen 1.0 ]\\n[ all 1.0 ]\\n[ right 1.0 ]\\n[ at 1.0 ]\\n[ this 1.0 ]\\n[ point 1.0 ]\\n[ of 0.8990445108524693 in 0.10095548914753066 ]\\n[ time 1.0 ]\\n[ i'll 1.0 ]\\n[ be 1.0 ]\\n[ asking 1.0 ]\\n[ what 1.0 ]\\n[ is 1.0 ]\\n[ your 1.0 ]\\n[ user 0.6070796634161686 <eps> 0.3929203365838314 ]\\n[ name 0.7047518873859704 <eps> 0.29524811261402956 ]\\n[ for 1.0 ]\\n[ your 1.0 ]\\n[ online 1.0 ]\\n[ banking 0.9998427178357974 bankingwe 0.00015728216420257942 ]\\n[ regarding 1.0 ]\\n[ your 1.0 ]\\n[ debit 1.0 ]\\n[ card 1.0 ]\\n[ ending 1.0 ]\\n[ in 1.0 ]\\n[ forty 0.9408127555835168 four 0.05654293803082731 fourty 0.001661292859389745 <eps> 0.0009830135262661214 ]\\n[ one 1.0 ]\\n[ hundred 1.0 ]\\n[ i 1.0 ]\\n[ see 1.0 ]\\n[ here 1.0 ]\\n[ multiple 1.0 ]\\n[ decline 1.0 ]\\n[ activity 0.6103039477823214 <eps> 0.3896960522176785 ]\\n[ bear 1.0 ]\\n[ with 1.0 ]\\n[ me 1.0 ]\\n[ on 1.0 ]\\n[ this 1.0 ]\\n[ i 1.0 ]\\n[ just 1.0 ]\\n[ need 1.0 ]\\n[ an 1.0 ]\\n[ answer 1.0 ]\\n[ yes 1.0 ]\\n[ or 1.0 ]\\n[ no 1.0 ]\\n[ if 1.0 ]\\n[ you 1.0 ]\\n[ recognize 0.9815881566530356 <eps> 0.018411843346964454 ]\\n[ it 1.0 ]\\n[ or 1.0 ]\\n[ not 1.0 ]\\n[ replace 0.7316569675998742 <eps> 0.15002752437873546 replaced 0.07613439760931111 replacement 0.03176116703365838 replaces 0.010419943378420888 ]\\n[ for 0.9177512582573136 <eps> 0.048541207927021074 the 0.033707533815665304 ]\\n[ one 1.0 ]\\n[ hundred 1.0 ]\\n[ and 0.985087684806543 <eps> 0.014912315193457062 ]\\n[ seventy 1.0 ]\\n[ two 1.0 ]\\n[ dollars 1.0 ]\\n[ twenty 1.0 ]\\n[ one 1.0 ]\\n[ it 1.0 ]\\n[ is 1.0 ]\\n[ an 1.0 ]\\n[ a 0.7083300566215791 <eps> 0.2266632588864423 e 0.0650066844919786 ]\\n[ t 0.7733367411135578 <eps> 0.2266632588864423 ]\\n[ m 0.9959696445423089 um 0.0035879993708713433 <eps> 0.00044235608681975465 ]\\n[ withdrawal 1.0 ]\\n[ to 0.5747876690783266 <eps> 0.4252123309216735 ]\\n[ day 0.5557565272098144 today 0.4252123309216735 days 0.01903114186851211 ]\\n[ in 1.0 ]\\n[ europe 0.8588785781692356 <eps> 0.1411214218307644 ]\\n[ i 1.0 ]\\n[ debt 0.9277485058194401 doubt 0.03003106322743001 debtit 0.0299327618748034 debted 0.010832809059452659 debit 0.0014155394778232148 <eps> 3.9320541050644855e-05 ]\\n[ it 0.9891278703994967 <eps> 0.010872129600503303 ]\\n[ one 1.0 ]\\n[ forty 1.0 ]\\n[ so 1.0 ]\\n[ whatever 1.0 ]\\n[ the 1.0 ]\\n[ exchange 1.0 ]\\n[ rate 1.0 ]\\n[ is 1.0 ]\\n[ that 1.0 ]\\n[ may 1.0 ]\\n[ be 1.0 ]\\n[ correct 1.0 ]\\n[ yes 1.0 ]\\n[ thank 1.0 ]\\n[ you 1.0 ]\\n[ sir 1.0 ]\\n[ habou 0.6590614186851211 <eps> 0.3409385813148789 ]\\n[ boy 0.9966577540106952 buoy 0.0033422459893048127 ]\\n[ pizza 1.0 ]\\n[ for 1.0 ]\\n[ ninety 1.0 ]\\n[ three 1.0 ]\\n[ dollars 1.0 ]\\n[ a 0.6266612928593898 are 0.16383886442277446 <eps> 0.10143716577540107 ah 0.03496579112928594 e 0.0333536489462095 ea 0.031780827304183704 y 0.005662157911292859 h 0.001189446366782007 eh 0.0006291286568103177 ad 0.0004816766278703995 ]\\n[ where 1.0 ]\\n[ harbuboy 0.47359625668449196 <eps> 0.19068496382510222 harbour 0.10258729160113243 her 0.06746421830764392 herbu 0.04547420572507078 he 0.03932054105064486 harbouboy 0.02080056621579113 harbou 0.020210758100031458 habu 0.017772884554891476 herboboi 0.008267143755898081 harbourboy 0.005662157911292859 habiboi 0.0035486788298206983 harbubuoy 0.002840909090909091 haboboi 0.0014155394778232148 herbou 0.0003538848694558037 ]\\n[ pizza 1.0 ]\\n[ this 1.0 ]\\n[ is 1.0 ]\\n[ in 1.0 ]\\n[ paris 1.0 ]\\n[ that 1.0 ]\\n[ got 1.0 ]\\n[ declined 1.0 ]\\n[ actually 1.0 ]\\n[ great 1.0 ]\\n[ sorry 1.0 ]\\n[ about 1.0 ]\\n[ that 1.0 ]\\n[ thirty 1.0 ]\\n[ ninth 1.0 ]\\n[ avenue 1.0 ]\\n[ for 1.0 ]\\n[ a 1.0 ]\\n[ hundred 1.0 ]\\n[ and 0.999911528782636 <eps> 8.847121736395092e-05 ]\\n[ sixty 1.0 ]\\n[ dollars 0.9980241428122051 <eps> 0.001975857187794904 ]\\n[ seventy 1.0 ]\\n[ three 1.0 ]\\n[ this 1.0 ]\\n[ was 1.0 ]\\n[ approved 1.0 ]\\n[ as 1.0 ]\\n[ a 0.8942474048442907 the 0.10575259515570934 ]\\n[ cash 1.0 ]\\n[ withdrawal 1.0 ]\\n[ well 1.0 ]\\n[ it 1.0 ]\\n[ was 1.0 ]\\n[ approved 1.0 ]\\n[ it 1.0 ]\\n[ was 1.0 ]\\n[ many 1.0 ]\\n[ days 1.0 ]\\n[ ago 1.0 ]\\n[ then 1.0 ]\\n[ yes 1.0 ]\\n[ the 1.0 ]\\n[ card 1.0 ]\\n[ was 1.0 ]\\n[ good 1.0 ]\\n[ up 1.0 ]\\n[ until 1.0 ]\\n[ today 1.0 ]\\n[ up 1.0 ]\\n[ until 1.0 ]\\n[ the 1.0 ]\\n[ pizza 0.8446740327146901 pizzas 0.07681267694243472 piazza 0.03261638880150991 pizzad 0.030168685121107267 pizzer 0.015728216420257943 ]\\n[ joined 0.7326694715319283 <eps> 0.22000825731362064 joint 0.04732227115445108 ]\\n[ everything 0.9998427178357974 every 0.00015728216420257942 ]\\n[ was 1.0 ]\\n[ good 1.0 ]\\n[ i 1.0 ]\\n[ understand 1.0 ]\\n[ again 1.0 ]\\n[ sir 1.0 ]\\n[ i 1.0 ]\\n[ apologize 0.9734094841145015 <eps> 0.026590515885498583 ]\\n[ again 1.0 ]\\n[ for 0.9879580843032401 <eps> 0.012041915696759987 ]\\n[ this 0.9508001730103807 the 0.042033658383139355 that 0.007166168606480026 ]\\n[ last 1.0 ]\\n[ may 1.0 ]\\n[ sixth 0.9498859704309531 <eps> 0.05011402956904687 ]\\n[ red 0.8095214690154137 read 0.12414477823214848 <eps> 0.06633375275243787 ]\\n[ box 0.9336662472475621 <eps> 0.06633375275243787 ]\\n[ for 0.9536509122365524 <eps> 0.04634908776344762 ]\\n[ twenty 1.0 ]\\n[ six 0.9899339414910349 sixth 0.010066058508965083 ]\\n[ sixteen 0.9677178357974205 <eps> 0.03228216420257943 ]\\n[ the 0.9865425448254168 <eps> 0.013457455174583202 ]\\n[ red 0.9437126454860019 <eps> 0.03638133060710915 read 0.019906023906888958 ]\\n[ box 0.9636186693928909 <eps> 0.03638133060710915 ]\\n[ yes 1.0 ]\\n[ that 1.0 ]\\n[ was 1.0 ]\\n[ a 0.968838471217364 the 0.03116152878263605 ]\\n[ movie 1.0 ]\\n[ i 0.9818240798993394 <eps> 0.018175920100660586 ]\\n[ escaped 0.9541915696759987 <eps> 0.04580843032400126 ]\\n[ yes 1.0 ]\\n[ i 1.0 ]\\n[ did 1.0 ]\\n[ that 0.9836426549229318 the 0.015728216420257943 <eps> 0.0006291286568103177 ]\\n[ one 1.0 ]\\n[ twenty 1.0 ]\\n[ six 0.8069361434413338 sixth 0.19306385655866626 ]\\n[ box 0.9213195973576597 bux 0.05593346964454231 bok 0.02274693299779805 ]\\n[ yes 0.9905532400125826 y 0.009446759987417426 ]\\n[ great 1.0 ]\\n[ united 0.9911430481283422 <eps> 0.007706826045926392 reunited 0.0007962409562755583 units 0.0003538848694558037 ]\\n[ for 0.9332435514312677 f 0.03432683233721296 <eps> 0.02526344762503932 the 0.007166168606480026 ]\\n[ five 1.0 ]\\n[ dollars 0.9977882195659012 <eps> 0.002211780434098773 ]\\n[ ninety 1.0 ]\\n[ nine 1.0 ]\\n[ last 1.0 ]\\n[ may 0.9899339414910349 many 0.010066058508965083 ]\\n[ third 0.9886363636363636 <eps> 0.011363636363636364 ]\\n[ fourth 0.9997542466184335 <eps> 0.00024575338156653036 ]\\n[ and 0.9719251336898396 <eps> 0.027091852783894307 in 0.0009830135262661214 ]\\n[ second 1.0 ]\\n[ yes 0.8969801824473105 y 0.07796280276816608 <eps> 0.025057014784523435 ]\\n[ sir 1.0 ]\\n[ thank 1.0 ]\\n[ you 1.0 ]\\n[ so 1.0 ]\\n[ much 1.0 ]\\n[ for 1.0 ]\\n[ confining 1.0 ]\\n[ this 0.986129679144385 the 0.013870320855614973 ]\\n[ activity 1.0 ]\\n[ we 1.0 ]\\n[ just 1.0 ]\\n[ wanted 0.9992037590437245 <eps> 0.0007962409562755583 ]\\n[ to 1.0 ]\\n[ make 1.0 ]\\n[ sure 1.0 ]\\n[ the 0.9968150361748978 that 0.0031849638251022334 ]\\n[ account 1.0 ]\\n[ is 0.9807919156967599 was 0.019208084303240013 ]\\n[ safe 1.0 ]\\n[ from 1.0 ]\\n[ unauthorized 0.5194538376848066 <eps> 0.4805461623151935 ]\\n[ purchase 0.6142851525636993 purchases 0.22060789556464297 purchasse 0.1404824630386914 <eps> 0.012779175841459578 purchaser 0.00664517143755898 purchased 0.005200141553947783 ]\\n[ since 1.0 ]\\n[ we 1.0 ]\\n[ detected 1.0 ]\\n[ unusual 1.0 ]\\n[ transactions 1.0 ]\\n[ but 0.8100522963195974 for 0.13444675998741742 with 0.04779411764705882 the 0.007706826045926392 ]\\n[ nothing 1.0 ]\\n[ to 1.0 ]\\n[ worry 1.0 ]\\n[ the 1.0 ]\\n[ one 1.0 ]\\n[ ending 1.0 ]\\n[ in 1.0 ]\\n[ forty 1.0 ]\\n[ one 1.0 ]\\n[ hundred 1.0 ]\\n[ will 1.0 ]\\n[ be 1.0 ]\\n[ perfectly 0.9938561654608368 <eps> 0.006143834539163259 ]\\n[ well 0.8709499842717836 we 0.07191726958162944 <eps> 0.05713274614658698 ]\\n[ as 1.0 ]\\n[ we 1.0 ]\\n[ speak 1.0 ]\\n[ i 0.8253774771940862 <eps> 0.1746225228059138 ]\\n[ have 0.8253774771940862 <eps> 0.1746225228059138 ]\\n[ already 1.0 ]\\n[ activated 1.0 ]\\n[ again 1.0 ]\\n[ the 1.0 ]\\n[ reason 1.0 ]\\n[ it 0.9911528782636049 that 0.008847121736395092 ]\\n[ was 1.0 ]\\n[ rejected 1.0 ]\\n[ is 0.9899339414910349 was 0.010066058508965083 ]\\n[ that 1.0 ]\\n[ you 1.0 ]\\n[ were 0.7714591852783894 are 0.22854081472161056 ]\\n[ trying 1.0 ]\\n[ to 1.0 ]\\n[ withdraw 0.989294982698962 withdrawt 0.010705017301038061 ]\\n[ four 1.0 ]\\n[ hundred 1.0 ]\\n[ and 0.8892242057250708 <eps> 0.11077579427492923 ]\\n[ fifty 1.0 ]\\n[ nine 1.0 ]\\n[ dollars 1.0 ]\\n[ twenty 1.0 ]\\n[ four 0.9905532400125826 fours 0.009446759987417426 ]\\n[ that 1.0 ]\\n[ exceeds 1.0 ]\\n[ the 1.0 ]\\n[ daily 1.0 ]\\n[ limit 0.9817257785467128 limits 0.018274221453287196 ]\\n[ for 1.0 ]\\n[ withdrawals 1.0 ]\\n[ which 1.0 ]\\n[ is 0.9980732934885184 was 0.001926706511481598 ]\\n[ three 1.0 ]\\n[ hundred 1.0 ]\\n[ and 0.8974618590751808 <eps> 0.10253814092481912 ]\\n[ ten 0.9993708713431897 tenn 0.0006291286568103177 ]\\n[ even 0.9708438188109468 <eps> 0.0291463510537905 evens 9.830135262661214e-06 ]\\n[ okay 1.0 ]\\n[ i'll 1.0 ]\\n[ keep 1.0 ]\\n[ it 1.0 ]\\n[ under 1.0 ]\\n[ that 1.0 ]\\n[ so 1.0 ]\\n[ if 1.0 ]\\n[ you 1.0 ]\\n[ are 0.8825495438817238 were 0.11745045611827619 ]\\n[ ever 1.0 ]\\n[ withdrawing 0.8305874488832966 <eps> 0.16941255111670336 ]\\n[ cash 1.0 ]\\n[ just 1.0 ]\\n[ make 1.0 ]\\n[ sure 1.0 ]\\n[ it 1.0 ]\\n[ is 1.0 ]\\n[ only 1.0 ]\\n[ three 1.0 ]\\n[ hundred 1.0 ]\\n[ and 0.9818240798993394 <eps> 0.018175920100660586 ]\\n[ ten 1.0 ]\\n[ that 1.0 ]\\n[ is 1.0 ]\\n[ the 1.0 ]\\n[ maximum 1.0 ]\\n[ okay 0.980093976093111 ok 0.019906023906888958 ]\\n[ now 1.0 ]\\n[ just 1.0 ]\\n[ to 1.0 ]\\n[ make 1.0 ]\\n[ sure 1.0 ]\\n[ the 0.9248879364580057 that 0.061733249449512424 <eps> 0.013378814092481912 ]\\n[ pizza 0.7306936143441334 pizzer 0.14110176156023907 <eps> 0.07087527524378735 piezza 0.03863243158225857 that 0.013378814092481912 petza 0.005160821012897138 pizzad 0.00015728216420257942 ]\\n[ joint 0.9721905473419314 joints 0.027809452658068574 ]\\n[ was 0.9809197074551745 <eps> 0.014224205725070776 with 0.00485608681975464 ]\\n[ declined 0.9886068732305756 <eps> 0.011393126769424347 ]\\n[ right 1.0 ]\\n[ we 1.0 ]\\n[ paid 1.0 ]\\n[ cash 1.0 ]\\n[ for 1.0 ]\\n[ that 1.0 ]\\n[ that 0.9999606794589494 <eps> 3.9320541050644855e-05 ]\\n[ is 1.0 ]\\n[ right 1.0 ]\\n[ okay 1.0 ]\\n[ thanks 0.9968150361748978 <eps> 0.0031849638251022334 ]\\n[ very 1.0 ]\\n[ much 1.0 ]\\n[ you 1.0 ]\\n[ know 1.0 ]\\n[ i'm 0.9985844605221768 i 0.0014155394778232148 ]\\n[ kind 0.8800920100660585 kinda 0.11990798993394149 ]\\n[ of 0.8800920100660585 <eps> 0.11990798993394149 ]\\n[ busy 1.0 ]\\n[ in 1.0 ]\\n[ france 1.0 ]\\n[ right 1.0 ]\\n[ now 1.0 ]\\n[ i 0.8613754325259516 <eps> 0.10364894620949984 you 0.018175920100660586 we 0.012041915696759987 and 0.004757785467128028 ]\\n[ can 1.0 ]\\n[ get 1.0 ]\\n[ back 1.0 ]\\n[ to 1.0 ]\\n[ you 1.0 ]\\n[ on 0.9791994337842088 and 0.02080056621579113 ]\\n[ all 1.0 ]\\n[ that 1.0 ]\\n[ no 1.0 ]\\n[ problem 1.0 ]\\n[ thank 1.0 ]\\n[ you 1.0 ]\\n[ for 1.0 ]\\n[ your 1.0 ]\\n[ call 0.9998427178357974 <eps> 0.00015728216420257942 ]\\n[ have 1.0 ]\\n[ a 1.0 ]\\n[ good 1.0 ]\\n[ week 1.0 ]\\n[ and 1.0 ]\\n[ coming 1.0 ]\\n[ up 1.0 ]\\n[ thank 1.0 ]\\n[ you 1.0 ]\\n[ good 0.9103589965397924 <eps> 0.08444086190625984 goodby 0.005200141553947783 ]\\n[ bye 0.7799131016042781 <eps> 0.2123407518087449 goodbye 0.007746146586977037 ]\\ncluster0: 121.0 125.0\\ncluster1: 145.00000000000003 149.0\\ncluster2: 225.0 233.0\\ncluster3: 253.00000000000003 257.00000000000006\\ncluster4: 261.00000000000006 265.0\\ncluster5: 317.0 321.0\\ncluster6: 337.0 341.0\\ncluster7: 345.0 349.0\\ncluster8: 361.00000000000006 365.00000000000006\\ncluster9: 397.0 401.0\\ncluster10: 421.0 445.0\\ncluster11: 449.0 453.0\\ncluster12: 681.0 685.0\\ncluster13: 717.0 721.0\\ncluster14: 761.0 765.0\\ncluster15: 785.0 793.0\\ncluster16: 804.9999999999999 808.9999999999999\\ncluster17: 817.0 829.0\\ncluster18: 845.0000000000001 849.0\\ncluster19: 861.0 865.0000000000001\\ncluster20: 901.0 905.0000000000001\\ncluster21: 973.0 976.9999999999999\\ncluster22: 1013.0000000000001 1017.0\\ncluster23: 1141.0 1145.0\\ncluster24: 1173.0 1177.0\\ncluster25: 1349.0 1353.0\\ncluster26: 1397.0 1401.0\\ncluster27: 1441.0 1445.0\\ncluster28: 1477.0 1481.0\\ncluster29: 1696.0 1700.0\\ncluster30: 1716.0 1724.0\\ncluster31: 1768.0 1772.0\\ncluster32: 1791.9999999999998 1795.9999999999998\\ncluster33: 1807.9999999999998 1811.9999999999998\\ncluster34: 1820.0 1828.0\\ncluster35: 1843.9999999999998 1847.9999999999998\\ncluster36: 1859.9999999999998 1863.9999999999998\\ncluster37: 1916.0 1920.0\\ncluster38: 1932.0 1940.0\\ncluster39: 1972.0 1996.0\\ncluster40: 2007.9999999999998 2011.9999999999998\\ncluster41: 2023.9999999999998 2027.9999999999998\\ncluster42: 2036.0 2040.0\\ncluster43: 2052.0 2056.0\\ncluster44: 2068.0 2072.0\\ncluster45: 2092.0 2096.0\\ncluster46: 2108.0 2120.0\\ncluster47: 2136.0 2144.0\\ncluster48: 2200.0 2204.0\\ncluster49: 2228.0 2232.0\\ncluster50: 2300.0 2304.0\\ncluster51: 2324.0 2328.0\\ncluster52: 2344.0 2348.0\\ncluster53: 2356.0 2360.0\\ncluster54: 2364.0 2368.0\\ncluster55: 2392.0 2396.0\\ncluster56: 2416.0 2420.0\\ncluster57: 2456.0 2460.0\\ncluster58: 2468.0 2472.0\\ncluster59: 2488.0 2492.0\\ncluster60: 2568.0 2572.0\\ncluster61: 2611.9999999999995 2615.9999999999995\\ncluster62: 2660.0 2664.0\\ncluster63: 2711.9999999999995 2715.9999999999995\\ncluster64: 2836.0 2840.0\\ncluster65: 2860.0 2864.0\\ncluster66: 2900.0 2904.0\\ncluster67: 2932.0 2936.0\\ncluster68: 2964.0 2968.0\\ncluster69: 3028.0 3032.0\\ncluster70: 3052.0 3060.0\\ncluster71: 3084.0 3088.0\\ncluster72: 3104.0 3108.0\\ncluster73: 3120.0 3124.0\\ncluster74: 3132.0 3136.0\\ncluster75: 3156.0 3160.0\\ncluster76: 3307.0 3311.0\\ncluster77: 3331.0 3339.0\\ncluster78: 3355.0000000000005 3359.0000000000005\\ncluster79: 3367.0 3375.0\\ncluster80: 3411.0000000000005 3423.0000000000005\\ncluster81: 3427.0000000000005 3431.0000000000005\\ncluster82: 3459.0000000000005 3463.0000000000005\\ncluster83: 3491.0000000000005 3495.0000000000005\\ncluster84: 3503.0 3515.0\\ncluster85: 3523.0000000000005 3527.0000000000005\\ncluster86: 3539.0 3547.0\\ncluster87: 3575.0 3579.0\\ncluster88: 3599.0 3607.0\\ncluster89: 3623.0000000000005 3627.0000000000005\\ncluster90: 3639.0 3643.0\\ncluster91: 3651.0000000000005 3655.0000000000005\\ncluster92: 3691.0000000000005 3695.0000000000005\\ncluster93: 3699.0 3703.0\\ncluster94: 3711.0 3715.0\\ncluster95: 3731.0 3747.0\\ncluster96: 3767.0 3779.0\\ncluster97: 3871.0 3875.0\\ncluster98: 3931.0 3935.0\\ncluster99: 3955.0000000000005 3963.0000000000005\\ncluster100: 3983.0000000000005 3987.0000000000005\\ncluster101: 3995.0000000000005 3999.0000000000005\\ncluster102: 4015.0000000000005 4019.0000000000005\\ncluster103: 4051.0000000000005 4055.0000000000005\\ncluster104: 4067.0 4071.0\\ncluster105: 4091.0000000000005 4095.0000000000005\\ncluster106: 4127.0 4131.0\\ncluster107: 4139.0 4147.0\\ncluster108: 4171.0 4179.0\\ncluster109: 4191.0 4195.0\\ncluster110: 4247.000000000001 4251.000000000001\\ncluster111: 4387.0 4391.0\\ncluster112: 4407.000000000001 4411.000000000001\\ncluster113: 4427.0 4431.0\\ncluster114: 4439.0 4443.0\\ncluster115: 4467.0 4471.0\\ncluster116: 4495.0 4499.0\\ncluster117: 4535.0 4539.0\\ncluster118: 4543.000000000001 4547.000000000001\\ncluster119: 4551.000000000001 4555.000000000001\\ncluster120: 4587.0 4591.0\\ncluster121: 4615.000000000001 4619.000000000001\\ncluster122: 4623.0 4631.0\\ncluster123: 4639.0 4651.0\\ncluster124: 4663.0 4667.0\\ncluster125: 4675.0 4679.0\\ncluster126: 4877.0 4881.0\\ncluster127: 4905.0 4909.0\\ncluster128: 4925.0 4929.0\\ncluster129: 4941.0 4945.0\\ncluster130: 4961.0 4969.0\\ncluster131: 4985.0 4989.0\\ncluster132: 4997.0 5009.0\\ncluster133: 5009.0 5013.0\\ncluster134: 5017.0 5025.0\\ncluster135: 5033.0 5037.0\\ncluster136: 5177.0 5181.0\\ncluster137: 5205.0 5209.0\\ncluster138: 5233.0 5245.0\\ncluster139: 5261.0 5265.0\\ncluster140: 5297.0 5301.0\\ncluster141: 5333.0 5337.0\\ncluster142: 5357.0 5361.0\\ncluster143: 5369.0 5373.0\\ncluster144: 5385.0 5393.0\\ncluster145: 5397.0 5405.0\\ncluster146: 5437.0 5441.0\\ncluster147: 5493.0 5497.0\\ncluster148: 5505.0 5513.0\\ncluster149: 5537.0 5541.0\\ncluster150: 5565.0 5569.0\\ncluster151: 5601.000000000001 5605.000000000001\\ncluster152: 5669.0 5673.0\\ncluster153: 5713.0 5717.0\\ncluster154: 5749.0 5753.0\\ncluster155: 5785.0 5789.0\\ncluster156: 5805.0 5809.0\\ncluster157: 5821.0 5829.0\\ncluster158: 5865.000000000001 5869.000000000001\\ncluster159: 6061.0 6065.0\\ncluster160: 6161.0 6165.0\\ncluster161: 6201.000000000001 6205.000000000001\\ncluster162: 6253.0 6257.0\\ncluster163: 6285.0 6289.0\\ncluster164: 6301.000000000001 6305.000000000001\\ncluster165: 6337.0 6349.0\\ncluster166: 6353.0 6357.0\\ncluster167: 6365.000000000001 6369.000000000001\\ncluster168: 6373.0 6385.0\\ncluster169: 6594.0 6598.0\\ncluster170: 6758.0 6762.0\\ncluster171: 6794.0 6798.0\\ncluster172: 6825.999999999999 6829.999999999999\\ncluster173: 6845.999999999999 6849.999999999999\\ncluster174: 6861.999999999999 6865.999999999999\\ncluster175: 6881.999999999999 6885.999999999999\\ncluster176: 6966.0 6978.0\\ncluster177: 7006.0 7010.0\\ncluster178: 7017.999999999999 7021.999999999999\\ncluster179: 7042.0 7046.0\\ncluster180: 7061.999999999999 7065.999999999999\\ncluster181: 7114.0 7118.0\\ncluster182: 7125.999999999999 7129.999999999999\\ncluster183: 7161.999999999999 7165.999999999999\\ncluster184: 7181.999999999999 7185.999999999999\\ncluster185: 7197.999999999999 7201.999999999999\\ncluster186: 7230.0 7234.0\\ncluster187: 7258.0 7282.0\\ncluster188: 7461.999999999999 7465.999999999999\\ncluster189: 7481.999999999999 7485.999999999999\\ncluster190: 7525.999999999999 7529.999999999999\\ncluster191: 7538.0 7542.0\\ncluster192: 7558.0 7562.0\\ncluster193: 7589.999999999999 7593.999999999999\\ncluster194: 7609.999999999999 7637.999999999999\\ncluster195: 7661.999999999999 7669.999999999999\\ncluster196: 7681.999999999999 7685.999999999999\\ncluster197: 7702.0 7706.0\\ncluster198: 7717.999999999999 7721.999999999999\\ncluster199: 7742.0 7746.0\\ncluster200: 7769.999999999999 7789.999999999999\\ncluster201: 7814.0 7818.0\\ncluster202: 7842.0 7846.0\\ncluster203: 7861.999999999999 7873.999999999999\\ncluster204: 7902.0 7906.0\\ncluster205: 7930.0 7934.0\\ncluster206: 7969.999999999999 7973.999999999999\\ncluster207: 8022.0 8026.0\\ncluster208: 8042.0 8046.0\\ncluster209: 8058.0 8066.0\\ncluster210: 8089.999999999999 8093.999999999999\\ncluster211: 8122.0 8126.0\\ncluster212: 8166.0 8170.0\\ncluster213: 8181.999999999999 8185.999999999999\\ncluster214: 8194.0 8198.0\\ncluster215: 8246.0 8250.0\\ncluster216: 8377.0 8381.0\\ncluster217: 8429.0 8433.0\\ncluster218: 8472.999999999998 8476.999999999998\\ncluster219: 8505.0 8509.0\\ncluster220: 8669.0 8673.0\\ncluster221: 8736.999999999998 8748.999999999998\\ncluster222: 8765.0 8769.0\\ncluster223: 8936.999999999998 8940.999999999998\\ncluster224: 9108.999999999998 9112.999999999998\\ncluster225: 9188.999999999998 9192.999999999998\\ncluster226: 9353.0 9357.0\\ncluster227: 9377.0 9385.0\\ncluster228: 9408.999999999998 9412.999999999998\\ncluster229: 9433.0 9437.0\\ncluster230: 9444.999999999998 9448.999999999998\\ncluster231: 9488.999999999998 9492.999999999998\\ncluster232: 9561.0 9565.0\\ncluster233: 9593.0 9597.0\\ncluster234: 9685.0 9709.0\\ncluster235: 9736.999999999998 9740.999999999998\\ncluster236: 9933.0 9937.0\\ncluster237: 9957.0 9965.0\\ncluster238: 10009.0 10013.0\\ncluster239: 10036.999999999998 10040.999999999998\\ncluster240: 10061.0 10069.0\\ncluster241: 10089.0 10093.0\\ncluster242: 10097.0 10101.0\\ncluster243: 10129.0 10133.0\\ncluster244: 10157.0 10161.0\\ncluster245: 10177.0 10181.0\\ncluster246: 10236.999999999998 10240.999999999998\\ncluster247: 10261.0 10265.0\\ncluster248: 10272.999999999998 10276.999999999998\\ncluster249: 10285.0 10289.0\\ncluster250: 10317.0 10333.0\\ncluster251: 10336.999999999998 10340.999999999998\\ncluster252: 10349.0 10357.0\\ncluster253: 10361.0 10365.0\\ncluster254: 10401.0 10405.0\\ncluster255: 10961.0 10965.0\\ncluster256: 11005.0 11009.0\\ncluster257: 11029.0 11033.0\\ncluster258: 11065.0 11069.0\\ncluster259: 11093.0 11097.0\\ncluster260: 11121.0 11125.0\\ncluster261: 11137.0 11145.0\\ncluster262: 11177.0 11181.0\\ncluster263: 11193.0 11221.0\\ncluster264: 11241.0 11245.0\\ncluster265: 11257.0 11265.0\\ncluster266: 11285.0 11289.0\\ncluster267: 11321.0 11345.0\\ncluster268: 11372.999999999998 11376.999999999998\\ncluster269: 11413.0 11421.0\\ncluster270: 11519.0 11523.0\\ncluster271: 11543.0 11547.0\\ncluster272: 11555.0 11559.0\\ncluster273: 11571.0 11575.0\\ncluster274: 11587.0 11591.0\\ncluster275: 11623.0 11627.0\\ncluster276: 11643.0 11663.0\\ncluster277: 11675.0 11679.0\\ncluster278: 11707.0 11711.0\\ncluster279: 11727.0 11735.0\\ncluster280: 11763.0 11771.0\\ncluster281: 11787.0 11791.0\\ncluster282: 11803.0 11807.0\\ncluster283: 11839.0 11847.0\\ncluster284: 11851.0 11855.0\\ncluster285: 11875.0 11879.0\\ncluster286: 11931.0 11935.0\\ncluster287: 11951.0 11955.0\\ncluster288: 11975.0 11979.0\\ncluster289: 12059.0 12063.0\\ncluster290: 12107.0 12111.0\\ncluster291: 12267.0 12271.0\\ncluster292: 12295.0 12323.0\\ncluster293: 12327.0 12331.0\\ncluster294: 12339.0 12343.0\\ncluster295: 12375.0 12383.0\\ncluster296: 12399.0 12403.0\\ncluster297: 12447.0 12451.0\\ncluster298: 12483.0 12487.0\\ncluster299: 12527.0 12531.0\\ncluster300: 12543.0 12547.0\\ncluster301: 12555.0 12559.0\\ncluster302: 12575.0 12579.0\\ncluster303: 12591.0 12595.0\\ncluster304: 12603.0 12607.0\\ncluster305: 12607.0 12615.0\\ncluster306: 12623.0 12627.0\\ncluster307: 12675.0 12679.0\\ncluster308: 12875.0 12879.0\\ncluster309: 12894.999999999998 12898.999999999998\\ncluster310: 12938.999999999998 12942.999999999998\\ncluster311: 12954.999999999998 12958.999999999998\\ncluster312: 12987.0 12991.0\\ncluster313: 13003.0 13007.0\\ncluster314: 13043.0 13047.0\\ncluster315: 13131.0 13135.0\\ncluster316: 13154.999999999998 13158.999999999998\\ncluster317: 13215.0 13219.0\\ncluster318: 13235.0 13239.0\\ncluster319: 13298.999999999998 13302.999999999998\\ncluster320: 13343.0 13347.0\\ncluster321: 13363.0 13367.0\\ncluster322: 13387.0 13391.0\\ncluster323: 13410.999999999998 13414.999999999998\\ncluster324: 13431.0 13439.0\\ncluster325: 13470.999999999998 13478.999999999998\\ncluster326: 13659.0 13663.0\\ncluster327: 13687.0 13691.0\\ncluster328: 13707.0 13711.0\\ncluster329: 13798.999999999998 13802.999999999998\\ncluster330: 13863.0 13867.0\\ncluster331: 13898.999999999998 13902.999999999998\\ncluster332: 13943.0 13947.0\\ncluster333: 13966.999999999998 13986.999999999998\\ncluster334: 13999.0 14007.0\\ncluster335: 14019.0 14023.0\\ncluster336: 14051.0 14055.0\\ncluster337: 14188.999999999998 14196.999999999998\\ncluster338: 14260.999999999998 14264.999999999998\\ncluster339: 14341.0 14345.0\\ncluster340: 14392.999999999998 14396.999999999998\\ncluster341: 14413.0 14417.0\\ncluster342: 14420.999999999998 14424.999999999998\\ncluster343: 14437.0 14441.0\\ncluster344: 14609.0 14613.0\\ncluster345: 14629.0 14633.0\\ncluster346: 14657.0 14661.0\\ncluster347: 14709.0 14717.0\\ncluster348: 14809.0 14813.0\\ncluster349: 14869.0 14873.0\\ncluster350: 14901.0 14905.0\\ncluster351: 14932.999999999998 14936.999999999998\\ncluster352: 14981.0 14985.0\\ncluster353: 15013.0 15017.0\\ncluster354: 15044.999999999998 15048.999999999998\\ncluster355: 15088.999999999998 15092.999999999998\\ncluster356: 15101.0 15105.0\\ncluster357: 15109.0 15113.0\\ncluster358: 15141.0 15145.0\\ncluster359: 15148.999999999998 15160.999999999998\\ncluster360: 15185.0 15189.0\\ncluster361: 15220.999999999998 15232.999999999998\\ncluster362: 15257.0 15261.0\\ncluster363: 15297.0 15301.0\\ncluster364: 15316.999999999998 15320.999999999998\\ncluster365: 15329.0 15337.0\\ncluster366: 15369.0 15377.0\\ncluster367: 15381.0 15385.0\\ncluster368: 15393.0 15397.0\\ncluster369: 15420.999999999998 15424.999999999998\\ncluster370: 15641.999999999998 15645.999999999998\\ncluster371: 15678.0 15682.0\\ncluster372: 15690.0 15694.0\\ncluster373: 15706.0 15714.0\\ncluster374: 15754.0 15758.0\\ncluster375: 15766.0 15770.0\\ncluster376: 15782.0 15790.0\\ncluster377: 15806.0 15818.0\\ncluster378: 15834.0 15838.0\\ncluster379: 15862.0 15866.0\\ncluster380: 15882.0 15886.0\\ncluster381: 15962.0 15966.0\\ncluster382: 15978.0 15982.0\\ncluster383: 16013.999999999998 16017.999999999998\\ncluster384: 16030.000000000002 16034.000000000002\\ncluster385: 16050.0 16058.0\\ncluster386: 16069.999999999998 16077.999999999998\\ncluster387: 16106.0 16110.0\\ncluster388: 16110.0 16118.0\\ncluster389: 16118.0 16126.0\\ncluster390: 16126.000000000002 16130.000000000002\\ncluster391: 16218.0 16222.0\\ncluster392: 16262.0 16282.0\\ncluster393: 16297.999999999998 16317.999999999998\\ncluster394: 16334.0 16338.0\\ncluster395: 16350.0 16354.0\\ncluster396: 16482.0 16486.0\\ncluster397: 16506.0 16514.0\\ncluster398: 16570.0 16574.0\\ncluster399: 16598.0 16602.0\\ncluster400: 16622.0 16626.0\\ncluster401: 16630.0 16634.0\\ncluster402: 16698.0 16702.0\\ncluster403: 16726.0 16730.0\\ncluster404: 16738.0 16742.0\\ncluster405: 16818.0 16826.0\\ncluster406: 16886.0 16890.0\\ncluster407: 16934.0 16938.0\\ncluster408: 16982.0 16986.0\\ncluster409: 17010.0 17014.0\\ncluster410: 17046.0 17050.0\\ncluster411: 17062.0 17070.0\\ncluster412: 17098.0 17102.0\\ncluster413: 17158.0 17162.0\\ncluster414: 17428.0 17432.0\\ncluster415: 17440.0 17444.0\\ncluster416: 17464.0 17468.0\\ncluster417: 17672.0 17676.0\\ncluster418: 17676.0 17680.0\\ncluster419: 17680.0 17684.0\\ncluster420: 17683.999999999996 17687.999999999996\\ncluster421: 17687.999999999996 17691.999999999996\\ncluster422: 17691.999999999996 17695.999999999996\\ncluster423: 17695.999999999996 17703.999999999996\\ncluster424: 17703.999999999996 17704.0\\ncluster425: 17704.0 17708.0\\ncluster426: 17724.0 17728.0\\ncluster427: 17760.0 17764.0\\ncluster428: 17780.0 17784.0\\ncluster429: 17816.0 17824.0\\ncluster430: 17844.0 17848.0\\ncluster431: 17876.000000000004 17880.000000000004\\ncluster432: 17912.0 17920.0\\ncluster433: 18004.000000000004 18008.000000000004\\ncluster434: 18044.0 18048.0\\ncluster435: 18100.0 18104.0\\ncluster436: 18136.0 18144.0\\ncluster437: 18164.0 18168.0\\ncluster438: 18208.0 18212.0\\ncluster439: 18244.0 18248.0\\ncluster440: 18280.0 18288.0\\ncluster441: 18316.0 18320.0\\ncluster442: 18360.0 18364.0\\ncluster443: 18408.0 18412.0\\ncluster444: 18456.0 18460.0\\ncluster445: 18480.0 18488.0\\ncluster446: 18592.0 18596.0\\ncluster447: 18736.0 18740.0\\ncluster448: 18780.0 18784.0\\ncluster449: 18800.0 18804.0\\ncluster450: 18816.0 18820.0\\ncluster451: 18828.0 18840.0\\ncluster452: 18852.0 18856.0\\ncluster453: 18880.0 18884.0\\ncluster454: 18939.999999999996 18943.999999999996\\ncluster455: 18972.0 18976.0\\ncluster456: 19039.999999999996 19043.999999999996\\ncluster457: 19056.0 19072.0\\ncluster458: 19076.0 19084.0\\ncluster459: 19100.0 19104.0\\ncluster460: 19108.0 19112.0\\ncluster461: 19123.999999999996 19127.999999999996\\ncluster462: 19148.0 19152.0\\ncluster463: 19156.0 19164.0\\ncluster464: 19188.0 19192.0\\ncluster465: 19200.0 19204.0\\ncluster466: 19223.999999999996 19227.999999999996\\ncluster467: 19244.0 19252.0\\ncluster468: 19304.0 19308.0\\ncluster469: 19364.0 19368.0\\ncluster470: 19388.0 19392.0\\ncluster471: 19404.0 19408.0\\ncluster472: 19448.0 19456.0\\ncluster473: 19492.0 19504.0\\ncluster474: 19564.0 19568.0\\ncluster475: 19588.0 19592.0\\ncluster476: 19616.0 19620.0\\ncluster477: 19623.999999999996 19627.999999999996\\ncluster478: 19656.0 19660.0\\ncluster479: 19664.0 19668.0\\ncluster480: 19688.0 19696.0\\ncluster481: 19716.0 19720.0\\ncluster482: 19728.0 19732.0\\ncluster483: 19756.0 19760.0\\ncluster484: 19772.0 19800.0\\ncluster485: 19812.0 19816.0\\ncluster486: 19832.0 19836.0\\ncluster487: 19848.0 19852.0\\ncluster488: 19960.0 19964.0\\ncluster489: 19996.0 20000.0\\ncluster490: 20020.0 20024.0\\ncluster491: 20036.0 20052.0\\ncluster492: 20080.0 20084.0\\ncluster493: 20096.0 20100.0\\ncluster494: 20112.0 20132.0\\ncluster495: 20148.0 20156.0\\ncluster496: 20208.0 20212.0\\ncluster497: 20272.0 20276.0\\ncluster498: 20280.0 20284.0\\ncluster499: 20312.0 20316.0\\ncluster500: 20324.0 20328.0\\ncluster501: 20336.0 20340.0\\ncluster502: 20400.0 20404.0\\ncluster503: 20408.0 20412.0\\ncluster504: 20420.0 20424.0\\ncluster505: 20436.0 20440.0\\ncluster506: 20456.0 20464.0\\ncluster507: 20484.0 20488.0\\ncluster508: 20492.0 20496.0\\ncluster509: 20548.0 20552.0\\ncluster510: 20568.0 20572.0\\ncluster511: 20600.0 20604.0\\ncluster512: 20608.0 20612.0\\ncluster513: 20640.0 20648.0\\ncluster514: 20664.0 20668.0\\ncluster515: 20704.0 20716.0\\ncluster516: 20740.0 20748.0\\ncluster517: 20784.0 20788.0\\ncluster518: 20808.0 20812.0\\ncluster519: 20848.0 20852.0\\ncluster520: 20856.0 20864.0\\ncluster521: 20888.0 20896.0\\ncluster522: 20920.0 20924.0\\ncluster523: 20932.0 20936.0\\ncluster524: 20984.0 21000.0\\ncluster525: 21008.0 21012.0\\ncluster526: 21020.0 21024.0\\ncluster527: 21040.0 21068.0\\ncluster528: 21072.0 21076.0\\ncluster529: 21084.0 21088.0\\ncluster530: 21116.0 21120.0\\ncluster531: 21274.0 21278.0\\ncluster532: 21318.0 21322.0\\ncluster533: 21342.0 21354.0\\ncluster534: 21370.0 21374.0\\ncluster535: 21382.0 21386.0\\ncluster536: 21410.0 21414.0\\ncluster537: 21478.0 21482.0\\ncluster538: 21494.0 21498.0\\ncluster539: 21510.0 21514.0\\ncluster540: 21522.0 21526.0\\ncluster541: 21542.0 21546.0\\ncluster542: 21570.0 21574.0\\ncluster543: 21618.0 21622.0\\ncluster544: 21654.000000000004 21662.000000000004\\ncluster545: 21682.0 21686.0\\ncluster546: 21702.0 21706.0\\ncluster547: 21738.0 21742.0\\ncluster548: 21754.000000000004 21758.000000000004\\ncluster549: 21774.0 21778.0\\ncluster550: 21806.0 21818.0\\ncluster551: 21826.000000000004 21830.000000000004\\ncluster552: 21862.0 21866.0\\ncluster553: 21870.0 21874.0\\ncluster554: 21906.0 21910.0\\ncluster555: 21922.0 21926.0\\ncluster556: 21934.0 21938.0\\ncluster557: 21942.0 21946.0\\ncluster558: 22106.0 22110.0\\ncluster559: 22202.0 22206.0\\ncluster560: 22238.0 22242.0\\ncluster561: 22266.0 22270.0\\ncluster562: 22278.0 22294.0\\ncluster563: 22298.0 22306.0\\ncluster564: 22318.0 22322.0\\ncluster565: 22326.000000000004 22330.000000000004\\ncluster566: 22374.0 22398.0\\ncluster567: 22406.0 22410.0\\ncluster568: 22426.000000000004 22430.000000000004\\ncluster569: 22466.0 22470.0\\ncluster570: 22494.0 22498.0\\ncluster571: 22510.0 22526.0\\ncluster572: 22538.0 22542.0\\ncluster573: 22566.0 22570.0\\ncluster574: 22578.0 22582.0\\ncluster575: 22606.0 22610.0\\ncluster576: 22626.000000000004 22630.000000000004\\ncluster577: 22642.0 22650.0\\ncluster578: 22833.999999999996 22837.999999999996\\ncluster579: 22873.999999999996 22881.999999999996\\ncluster580: 22902.0 22906.0\\ncluster581: 22922.0 22942.0\\ncluster582: 23045.999999999996 23049.999999999996\\ncluster583: 23058.0 23062.0\\ncluster584: 23070.0 23074.0\\ncluster585: 23089.999999999996 23097.999999999996\\ncluster586: 23110.0 23114.0\\ncluster587: 23117.999999999996 23121.999999999996\\ncluster588: 23145.999999999996 23149.999999999996\\ncluster589: 23154.0 23158.0\\ncluster590: 23189.999999999996 23197.999999999996\\ncluster591: 23214.0 23226.0\\ncluster592: 23261.999999999996 23265.999999999996\\ncluster593: 23282.0 23286.0\\ncluster594: 23286.0 23298.0\\ncluster595: 23302.0 23322.0\\ncluster596: 23322.0 23326.0\\ncluster597: 23330.0 23334.0\\ncluster598: 23345.999999999996 23349.999999999996\\ncluster599: 23361.999999999996 23369.999999999996\\ncluster600: 23378.0 23382.0\\ncluster601: 23433.999999999996 23437.999999999996\\ncluster602: 23458.0 23462.0\\ncluster603: 23526.0 23534.0\\ncluster604: 23545.999999999996 23549.999999999996\\ncluster605: 23558.0 23562.0\\ncluster606: 23570.0 23574.0\\ncluster607: 23589.999999999996 23593.999999999996\\ncluster608: 23745.999999999996 23749.999999999996\\ncluster609: 23766.0 23770.0\\ncluster610: 23777.999999999996 23781.999999999996\\ncluster611: 23802.0 23806.0\\ncluster612: 23845.999999999996 23849.999999999996\\ncluster613: 23877.999999999996 23881.999999999996\\ncluster614: 23917.999999999996 23921.999999999996\\ncluster615: 24145.999999999996 24149.999999999996\\ncluster616: 24170.0 24174.0\\ncluster617: 24198.0 24202.0\\ncluster618: 24222.0 24226.0\\n\"\n    } ],\n    \"sourceFile\" : \"/mnt/LexiQalTest/LexiQal_Test_Audio_20210701.wav\",\n    \"utteranceCount\" : 44,\n    \"wordLattice\" : \"[ good 1.0 ]\\n[ afternoon 1.0 ]\\n[ this 0.5428495596099402 <eps> 0.26791050644856873 m 0.07231047499213589 mr 0.06096649889902485 r 0.041011324315822585 ms 0.014951635734507706 ]\\n[ is 0.7320894935514313 <eps> 0.26790067631330605 mis 9.830135262661214e-06 ]\\n[ meghan 0.9210836741113557 <eps> 0.07891632588864422 ]\\n[ what 1.0 ]\\n[ is 1.0 ]\\n[ your 1.0 ]\\n[ debit 1.0 ]\\n[ card 1.0 ]\\n[ number 1.0 ]\\n[ please 1.0 ]\\n[ stand 0.9770957848379994 standby 0.02290421516200063 ]\\n[ by 0.9735471060081786 <eps> 0.02290421516200063 byu 0.0035486788298206983 ]\\n[ uh 0.8846531928279333 <eps> 0.06339454230890217 h 0.036066766278704 er 0.015728216420257943 u 0.00015728216420257942 ]\\n[ let 1.0 ]\\n[ me 1.0 ]\\n[ look 1.0 ]\\n[ at 1.0 ]\\n[ it 1.0 ]\\n[ again 1.0 ]\\n[ okay 0.9725542623466499 <eps> 0.02744573765335011 ]\\n[ ready 1.0 ]\\n[ yes 1.0 ]\\n[ sir 1.0 ]\\n[ nine 1.0 ]\\n[ eight 1.0 ]\\n[ six 1.0 ]\\n[ four 1.0 ]\\n[ all 0.9999606794589494 a 3.9320541050644855e-05 ]\\n[ right 0.9877221610569361 righty 0.012277838943063857 ]\\n[ thank 1.0 ]\\n[ you 1.0 ]\\n[ so 1.0 ]\\n[ much 1.0 ]\\n[ for 1.0 ]\\n[ verifying 0.9997542466184335 <eps> 0.00024575338156653036 ]\\n[ your 1.0 ]\\n[ account 1.0 ]\\n[ number 0.9786391160742371 numbers 0.021360883925762818 ]\\n[ may 1.0 ]\\n[ i 0.9996461151305442 <eps> 0.0003538848694558037 ]\\n[ have 1.0 ]\\n[ your 1.0 ]\\n[ first 1.0 ]\\n[ and 1.0 ]\\n[ last 1.0 ]\\n[ name 1.0 ]\\n[ thank 0.9714336269267065 thanky 0.02856637307329349 ]\\n[ you 0.9513310003145643 <eps> 0.02856637307329349 youe 0.020102626612142183 ]\\n[ and 0.9861100188738597 <eps> 0.013889981126140295 ]\\n[ what 1.0 ]\\n[ is 0.9280335797420572 are 0.07196642025794275 ]\\n[ the 1.0 ]\\n[ last 1.0 ]\\n[ four 1.0 ]\\n[ digits 1.0 ]\\n[ of 1.0 ]\\n[ your 1.0 ]\\n[ social 1.0 ]\\n[ eight 0.953631251966027 eighty 0.04636874803397295 ]\\n[ five 1.0 ]\\n[ five 1.0 ]\\n[ five 1.0 ]\\n[ all 0.9990169864737338 a 0.0009830135262661214 ]\\n[ right 1.0 ]\\n[ that 1.0 ]\\n[ is 1.0 ]\\n[ perfect 1.0 ]\\n[ thank 0.9497876690783266 thankye 0.018175920100660586 thanks 0.012739855300408933 thanke 0.009446759987417426 thanky 0.007706826045926392 thankeye 0.001661292859389745 thankee 0.0004816766278703995 ]\\n[ ye 0.43867961623151935 you 0.22383217993079585 y 0.08561064800251651 <eps> 0.04361631016042781 youe 0.036145407360805286 youye 0.033068575023592325 e 0.030827304183705568 yee 0.024575338156653036 youy 0.023602154765649575 yet 0.019906023906888958 eye 0.015728216420257943 thee 0.014951635734507706 yo 0.008267143755898081 yea 0.001189446366782007 ]\\n[ how 1.0 ]\\n[ can 1.0 ]\\n[ i 1.0 ]\\n[ help 1.0 ]\\n[ you 0.9305009436929852 <eps> 0.06516396665618118 youe 0.004335089650833596 ]\\n[ i'm 0.8470824158540422 i 0.15291758414595785 ]\\n[ trying 1.0 ]\\n[ to 1.0 ]\\n[ unlock 1.0 ]\\n[ my 1.0 ]\\n[ debit 1.0 ]\\n[ card 1.0 ]\\n[ and 1.0 ]\\n[ i'm 0.856981362063542 i 0.143018637936458 ]\\n[ in 1.0 ]\\n[ france 1.0 ]\\n[ right 1.0 ]\\n[ now 1.0 ]\\n[ and 0.9993708713431897 <eps> 0.0006291286568103177 ]\\n[ it 1.0 ]\\n[ appears 1.0 ]\\n[ to 1.0 ]\\n[ be 1.0 ]\\n[ all 0.9871225228059138 a 0.01287747719408619 ]\\n[ locked 1.0 ]\\n[ up 1.0 ]\\n[ oh 0.9826596413966656 ohm 0.017340358603334383 ]\\n[ i'm 0.8744691726958163 i 0.12553082730418372 ]\\n[ sorry 1.0 ]\\n[ to 1.0 ]\\n[ hear 1.0 ]\\n[ that 1.0 ]\\n[ you 0.9971590909090909 <eps> 0.002840909090909091 ]\\n[ are 0.9971590909090909 <eps> 0.002840909090909091 ]\\n[ currently 1.0 ]\\n[ in 1.0 ]\\n[ france 1.0 ]\\n[ right 1.0 ]\\n[ now 1.0 ]\\n[ correct 1.0 ]\\n[ what 1.0 ]\\n[ are 0.924996067945895 is 0.06319793960364894 a 0.011805992450456118 ]\\n[ the 1.0 ]\\n[ last 1.0 ]\\n[ four 1.0 ]\\n[ digits 1.0 ]\\n[ of 1.0 ]\\n[ the 1.0 ]\\n[ debit 1.0 ]\\n[ card 0.9237378106322743 cards 0.0762621893677257 ]\\n[ you 0.8295749449512425 <eps> 0.17042505504875746 ]\\n[ are 0.7829506134004404 <eps> 0.17042505504875746 were 0.04662433155080214 ]\\n[ trying 1.0 ]\\n[ to 1.0 ]\\n[ use 1.0 ]\\n[ stand 0.9878794432211387 standby 0.012120556778861277 ]\\n[ by 0.9878794432211387 <eps> 0.012120556778861277 ]\\n[ as 1.0 ]\\n[ i 1.0 ]\\n[ pull 0.6953542780748663 pulled 0.28793449197860965 put 0.016711229946524065 ]\\n[ it 0.9774496697074552 <eps> 0.022550330292544826 ]\\n[ out 1.0 ]\\n[ of 0.9841439918213275 in 0.014666561811890532 <eps> 0.001189446366782007 ]\\n[ my 1.0 ]\\n[ pocket 0.9822074551745832 pockets 0.017792544825416798 ]\\n[ i 1.0 ]\\n[ have 1.0 ]\\n[ two 1.0 ]\\n[ debit 1.0 ]\\n[ cards 1.0 ]\\n[ both 1.0 ]\\n[ of 1.0 ]\\n[ them 1.0 ]\\n[ are 0.9889509279647688 a 0.011049072035231205 ]\\n[ locked 1.0 ]\\n[ down 1.0 ]\\n[ the 1.0 ]\\n[ first 1.0 ]\\n[ one 1.0 ]\\n[ is 1.0 ]\\n[ nine 1.0 ]\\n[ three 1.0 ]\\n[ four 1.0 ]\\n[ nine 1.0 ]\\n[ and 1.0 ]\\n[ the 1.0 ]\\n[ second 1.0 ]\\n[ one 1.0 ]\\n[ is 0.9751985687323057 <eps> 0.024801431267694244 ]\\n[ i'll 1.0 ]\\n[ go 1.0 ]\\n[ upstairs 1.0 ]\\n[ and 1.0 ]\\n[ tidy 1.0 ]\\n[ up 1.0 ]\\n[ for 1.0 ]\\n[ a 0.9024948883296634 <eps> 0.09750511167033658 ]\\n[ while 0.8993099245045612 awhile 0.09750511167033658 whileo 0.0031849638251022334 ]\\n[ hello 0.6475798206983329 <eps> 0.17140806857502358 ll 0.1033048914753067 he 0.07629167977351368 hall 0.0014155394778232148 ]\\n[ forty 1.0 ]\\n[ one 1.0 ]\\n[ can 1.0 ]\\n[ you 1.0 ]\\n[ hear 1.0 ]\\n[ me 1.0 ]\\n[ yes 1.0 ]\\n[ i 1.0 ]\\n[ can 1.0 ]\\n[ hear 1.0 ]\\n[ you 0.9530316137150047 <eps> 0.04696838628499528 ]\\n[ the 1.0 ]\\n[ second 1.0 ]\\n[ one 1.0 ]\\n[ is 1.0 ]\\n[ forty 1.0 ]\\n[ one 1.0 ]\\n[ hundred 1.0 ]\\n[ with 1.0 ]\\n[ regard 1.0 ]\\n[ to 1.0 ]\\n[ the 0.9580843032400126 <eps> 0.041915696759987416 ]\\n[ forty 1.0 ]\\n[ one 1.0 ]\\n[ hundred 1.0 ]\\n[ let 1.0 ]\\n[ me 1.0 ]\\n[ go 1.0 ]\\n[ in 0.9833870714061026 <eps> 0.01661292859389745 ]\\n[ and 1.0 ]\\n[ quickly 1.0 ]\\n[ pull 1.0 ]\\n[ this 0.8515354671280276 it 0.11630033029254483 <eps> 0.032164202579427495 ]\\n[ up 1.0 ]\\n[ can 1.0 ]\\n[ you 0.9738026895250078 <eps> 0.026197310474992137 ]\\n[ verify 1.0 ]\\n[ me 0.8918980025165146 <eps> 0.1055854828562441 met 0.0025165146272412707 ]\\n[ the 0.6419668134633533 there 0.2329938659955961 three 0.05815508021390375 thee 0.043046162315193454 <eps> 0.021911371500471847 theree 0.001926706511481598 ]\\n[ last 1.0 ]\\n[ three 1.0 ]\\n[ digits 1.0 ]\\n[ of 1.0 ]\\n[ the 1.0 ]\\n[ security 1.0 ]\\n[ code 0.9922833438188109 <eps> 0.007716656181189053 ]\\n[ yup 0.7528900597672223 yep 0.23163730732934884 yap 0.015472632903428752 ]\\n[ zero 1.0 ]\\n[ four 1.0 ]\\n[ four 1.0 ]\\n[ expiration 1.0 ]\\n[ date 0.8502378892733564 dates 0.1497621107266436 ]\\n[ sir 0.9982207455174583 sirh 0.0009830135262661214 <eps> 0.0007962409562755583 ]\\n[ uh 0.5785722711544511 ah 0.21286174897766594 h 0.15484429065743946 er 0.023454702736709656 auh 0.01620989304812834 a 0.010066058508965083 are 0.002211780434098773 <eps> 0.0009830135262661214 s 0.0007962409562755583 ]\\n[ eleven 1.0 ]\\n[ eighteen 1.0 ]\\n[ i'm 0.9947998584460522 i 0.005200141553947783 ]\\n[ sorry 1.0 ]\\n[ that's 1.0 ]\\n[ the 1.0 ]\\n[ other 1.0 ]\\n[ sorry 0.9862967914438503 sorryh 0.012041915696759987 sorryu 0.001661292859389745 ]\\n[ stand 0.989294982698962 standby 0.010705017301038061 ]\\n[ by 0.989294982698962 <eps> 0.010705017301038061 ]\\n[ twelve 1.0 ]\\n[ nineteen 1.0 ]\\n[ all 1.0 ]\\n[ right 1.0 ]\\n[ at 1.0 ]\\n[ this 1.0 ]\\n[ point 1.0 ]\\n[ of 0.8990445108524693 in 0.10095548914753066 ]\\n[ time 1.0 ]\\n[ i'll 1.0 ]\\n[ be 1.0 ]\\n[ asking 1.0 ]\\n[ what 1.0 ]\\n[ is 1.0 ]\\n[ your 1.0 ]\\n[ user 0.6070796634161686 <eps> 0.3929203365838314 ]\\n[ name 0.7047518873859704 <eps> 0.29524811261402956 ]\\n[ for 1.0 ]\\n[ your 1.0 ]\\n[ online 1.0 ]\\n[ banking 0.9998427178357974 bankingwe 0.00015728216420257942 ]\\n[ regarding 1.0 ]\\n[ your 1.0 ]\\n[ debit 1.0 ]\\n[ card 1.0 ]\\n[ ending 1.0 ]\\n[ in 1.0 ]\\n[ forty 0.9408127555835168 four 0.05654293803082731 fourty 0.001661292859389745 <eps> 0.0009830135262661214 ]\\n[ one 1.0 ]\\n[ hundred 1.0 ]\\n[ i 1.0 ]\\n[ see 1.0 ]\\n[ here 1.0 ]\\n[ multiple 1.0 ]\\n[ decline 1.0 ]\\n[ activity 0.6103039477823214 <eps> 0.3896960522176785 ]\\n[ bear 1.0 ]\\n[ with 1.0 ]\\n[ me 1.0 ]\\n[ on 1.0 ]\\n[ this 1.0 ]\\n[ i 1.0 ]\\n[ just 1.0 ]\\n[ need 1.0 ]\\n[ an 1.0 ]\\n[ answer 1.0 ]\\n[ yes 1.0 ]\\n[ or 1.0 ]\\n[ no 1.0 ]\\n[ if 1.0 ]\\n[ you 1.0 ]\\n[ recognize 0.9815881566530356 <eps> 0.018411843346964454 ]\\n[ it 1.0 ]\\n[ or 1.0 ]\\n[ not 1.0 ]\\n[ replace 0.7316569675998742 <eps> 0.15002752437873546 replaced 0.07613439760931111 replacement 0.03176116703365838 replaces 0.010419943378420888 ]\\n[ for 0.9177512582573136 <eps> 0.048541207927021074 the 0.033707533815665304 ]\\n[ one 1.0 ]\\n[ hundred 1.0 ]\\n[ and 0.985087684806543 <eps> 0.014912315193457062 ]\\n[ seventy 1.0 ]\\n[ two 1.0 ]\\n[ dollars 1.0 ]\\n[ twenty 1.0 ]\\n[ one 1.0 ]\\n[ it 1.0 ]\\n[ is 1.0 ]\\n[ an 1.0 ]\\n[ a 0.7083300566215791 <eps> 0.2266632588864423 e 0.0650066844919786 ]\\n[ t 0.7733367411135578 <eps> 0.2266632588864423 ]\\n[ m 0.9959696445423089 um 0.0035879993708713433 <eps> 0.00044235608681975465 ]\\n[ withdrawal 1.0 ]\\n[ to 0.5747876690783266 <eps> 0.4252123309216735 ]\\n[ day 0.5557565272098144 today 0.4252123309216735 days 0.01903114186851211 ]\\n[ in 1.0 ]\\n[ europe 0.8588785781692356 <eps> 0.1411214218307644 ]\\n[ i 1.0 ]\\n[ debt 0.9277485058194401 doubt 0.03003106322743001 debtit 0.0299327618748034 debted 0.010832809059452659 debit 0.0014155394778232148 <eps> 3.9320541050644855e-05 ]\\n[ it 0.9891278703994967 <eps> 0.010872129600503303 ]\\n[ one 1.0 ]\\n[ forty 1.0 ]\\n[ so 1.0 ]\\n[ whatever 1.0 ]\\n[ the 1.0 ]\\n[ exchange 1.0 ]\\n[ rate 1.0 ]\\n[ is 1.0 ]\\n[ that 1.0 ]\\n[ may 1.0 ]\\n[ be 1.0 ]\\n[ correct 1.0 ]\\n[ yes 1.0 ]\\n[ thank 1.0 ]\\n[ you 1.0 ]\\n[ sir 1.0 ]\\n[ habou 0.6590614186851211 <eps> 0.3409385813148789 ]\\n[ boy 0.9966577540106952 buoy 0.0033422459893048127 ]\\n[ pizza 1.0 ]\\n[ for 1.0 ]\\n[ ninety 1.0 ]\\n[ three 1.0 ]\\n[ dollars 1.0 ]\\n[ a 0.6266612928593898 are 0.16383886442277446 <eps> 0.10143716577540107 ah 0.03496579112928594 e 0.0333536489462095 ea 0.031780827304183704 y 0.005662157911292859 h 0.001189446366782007 eh 0.0006291286568103177 ad 0.0004816766278703995 ]\\n[ where 1.0 ]\\n[ harbuboy 0.47359625668449196 <eps> 0.19068496382510222 harbour 0.10258729160113243 her 0.06746421830764392 herbu 0.04547420572507078 he 0.03932054105064486 harbouboy 0.02080056621579113 harbou 0.020210758100031458 habu 0.017772884554891476 herboboi 0.008267143755898081 harbourboy 0.005662157911292859 habiboi 0.0035486788298206983 harbubuoy 0.002840909090909091 haboboi 0.0014155394778232148 herbou 0.0003538848694558037 ]\\n[ pizza 1.0 ]\\n[ this 1.0 ]\\n[ is 1.0 ]\\n[ in 1.0 ]\\n[ paris 1.0 ]\\n[ that 1.0 ]\\n[ got 1.0 ]\\n[ declined 1.0 ]\\n[ actually 1.0 ]\\n[ great 1.0 ]\\n[ sorry 1.0 ]\\n[ about 1.0 ]\\n[ that 1.0 ]\\n[ thirty 1.0 ]\\n[ ninth 1.0 ]\\n[ avenue 1.0 ]\\n[ for 1.0 ]\\n[ a 1.0 ]\\n[ hundred 1.0 ]\\n[ and 0.999911528782636 <eps> 8.847121736395092e-05 ]\\n[ sixty 1.0 ]\\n[ dollars 0.9980241428122051 <eps> 0.001975857187794904 ]\\n[ seventy 1.0 ]\\n[ three 1.0 ]\\n[ this 1.0 ]\\n[ was 1.0 ]\\n[ approved 1.0 ]\\n[ as 1.0 ]\\n[ a 0.8942474048442907 the 0.10575259515570934 ]\\n[ cash 1.0 ]\\n[ withdrawal 1.0 ]\\n[ well 1.0 ]\\n[ it 1.0 ]\\n[ was 1.0 ]\\n[ approved 1.0 ]\\n[ it 1.0 ]\\n[ was 1.0 ]\\n[ many 1.0 ]\\n[ days 1.0 ]\\n[ ago 1.0 ]\\n[ then 1.0 ]\\n[ yes 1.0 ]\\n[ the 1.0 ]\\n[ card 1.0 ]\\n[ was 1.0 ]\\n[ good 1.0 ]\\n[ up 1.0 ]\\n[ until 1.0 ]\\n[ today 1.0 ]\\n[ up 1.0 ]\\n[ until 1.0 ]\\n[ the 1.0 ]\\n[ pizza 0.8446740327146901 pizzas 0.07681267694243472 piazza 0.03261638880150991 pizzad 0.030168685121107267 pizzer 0.015728216420257943 ]\\n[ joined 0.7326694715319283 <eps> 0.22000825731362064 joint 0.04732227115445108 ]\\n[ everything 0.9998427178357974 every 0.00015728216420257942 ]\\n[ was 1.0 ]\\n[ good 1.0 ]\\n[ i 1.0 ]\\n[ understand 1.0 ]\\n[ again 1.0 ]\\n[ sir 1.0 ]\\n[ i 1.0 ]\\n[ apologize 0.9734094841145015 <eps> 0.026590515885498583 ]\\n[ again 1.0 ]\\n[ for 0.9879580843032401 <eps> 0.012041915696759987 ]\\n[ this 0.9508001730103807 the 0.042033658383139355 that 0.007166168606480026 ]\\n[ last 1.0 ]\\n[ may 1.0 ]\\n[ sixth 0.9498859704309531 <eps> 0.05011402956904687 ]\\n[ red 0.8095214690154137 read 0.12414477823214848 <eps> 0.06633375275243787 ]\\n[ box 0.9336662472475621 <eps> 0.06633375275243787 ]\\n[ for 0.9536509122365524 <eps> 0.04634908776344762 ]\\n[ twenty 1.0 ]\\n[ six 0.9899339414910349 sixth 0.010066058508965083 ]\\n[ sixteen 0.9677178357974205 <eps> 0.03228216420257943 ]\\n[ the 0.9865425448254168 <eps> 0.013457455174583202 ]\\n[ red 0.9437126454860019 <eps> 0.03638133060710915 read 0.019906023906888958 ]\\n[ box 0.9636186693928909 <eps> 0.03638133060710915 ]\\n[ yes 1.0 ]\\n[ that 1.0 ]\\n[ was 1.0 ]\\n[ a 0.968838471217364 the 0.03116152878263605 ]\\n[ movie 1.0 ]\\n[ i 0.9818240798993394 <eps> 0.018175920100660586 ]\\n[ escaped 0.9541915696759987 <eps> 0.04580843032400126 ]\\n[ yes 1.0 ]\\n[ i 1.0 ]\\n[ did 1.0 ]\\n[ that 0.9836426549229318 the 0.015728216420257943 <eps> 0.0006291286568103177 ]\\n[ one 1.0 ]\\n[ twenty 1.0 ]\\n[ six 0.8069361434413338 sixth 0.19306385655866626 ]\\n[ box 0.9213195973576597 bux 0.05593346964454231 bok 0.02274693299779805 ]\\n[ yes 0.9905532400125826 y 0.009446759987417426 ]\\n[ great 1.0 ]\\n[ united 0.9911430481283422 <eps> 0.007706826045926392 reunited 0.0007962409562755583 units 0.0003538848694558037 ]\\n[ for 0.9332435514312677 f 0.03432683233721296 <eps> 0.02526344762503932 the 0.007166168606480026 ]\\n[ five 1.0 ]\\n[ dollars 0.9977882195659012 <eps> 0.002211780434098773 ]\\n[ ninety 1.0 ]\\n[ nine 1.0 ]\\n[ last 1.0 ]\\n[ may 0.9899339414910349 many 0.010066058508965083 ]\\n[ third 0.9886363636363636 <eps> 0.011363636363636364 ]\\n[ fourth 0.9997542466184335 <eps> 0.00024575338156653036 ]\\n[ and 0.9719251336898396 <eps> 0.027091852783894307 in 0.0009830135262661214 ]\\n[ second 1.0 ]\\n[ yes 0.8969801824473105 y 0.07796280276816608 <eps> 0.025057014784523435 ]\\n[ sir 1.0 ]\\n[ thank 1.0 ]\\n[ you 1.0 ]\\n[ so 1.0 ]\\n[ much 1.0 ]\\n[ for 1.0 ]\\n[ confining 1.0 ]\\n[ this 0.986129679144385 the 0.013870320855614973 ]\\n[ activity 1.0 ]\\n[ we 1.0 ]\\n[ just 1.0 ]\\n[ wanted 0.9992037590437245 <eps> 0.0007962409562755583 ]\\n[ to 1.0 ]\\n[ make 1.0 ]\\n[ sure 1.0 ]\\n[ the 0.9968150361748978 that 0.0031849638251022334 ]\\n[ account 1.0 ]\\n[ is 0.9807919156967599 was 0.019208084303240013 ]\\n[ safe 1.0 ]\\n[ from 1.0 ]\\n[ unauthorized 0.5194538376848066 <eps> 0.4805461623151935 ]\\n[ purchase 0.6142851525636993 purchases 0.22060789556464297 purchasse 0.1404824630386914 <eps> 0.012779175841459578 purchaser 0.00664517143755898 purchased 0.005200141553947783 ]\\n[ since 1.0 ]\\n[ we 1.0 ]\\n[ detected 1.0 ]\\n[ unusual 1.0 ]\\n[ transactions 1.0 ]\\n[ but 0.8100522963195974 for 0.13444675998741742 with 0.04779411764705882 the 0.007706826045926392 ]\\n[ nothing 1.0 ]\\n[ to 1.0 ]\\n[ worry 1.0 ]\\n[ the 1.0 ]\\n[ one 1.0 ]\\n[ ending 1.0 ]\\n[ in 1.0 ]\\n[ forty 1.0 ]\\n[ one 1.0 ]\\n[ hundred 1.0 ]\\n[ will 1.0 ]\\n[ be 1.0 ]\\n[ perfectly 0.9938561654608368 <eps> 0.006143834539163259 ]\\n[ well 0.8709499842717836 we 0.07191726958162944 <eps> 0.05713274614658698 ]\\n[ as 1.0 ]\\n[ we 1.0 ]\\n[ speak 1.0 ]\\n[ i 0.8253774771940862 <eps> 0.1746225228059138 ]\\n[ have 0.8253774771940862 <eps> 0.1746225228059138 ]\\n[ already 1.0 ]\\n[ activated 1.0 ]\\n[ again 1.0 ]\\n[ the 1.0 ]\\n[ reason 1.0 ]\\n[ it 0.9911528782636049 that 0.008847121736395092 ]\\n[ was 1.0 ]\\n[ rejected 1.0 ]\\n[ is 0.9899339414910349 was 0.010066058508965083 ]\\n[ that 1.0 ]\\n[ you 1.0 ]\\n[ were 0.7714591852783894 are 0.22854081472161056 ]\\n[ trying 1.0 ]\\n[ to 1.0 ]\\n[ withdraw 0.989294982698962 withdrawt 0.010705017301038061 ]\\n[ four 1.0 ]\\n[ hundred 1.0 ]\\n[ and 0.8892242057250708 <eps> 0.11077579427492923 ]\\n[ fifty 1.0 ]\\n[ nine 1.0 ]\\n[ dollars 1.0 ]\\n[ twenty 1.0 ]\\n[ four 0.9905532400125826 fours 0.009446759987417426 ]\\n[ that 1.0 ]\\n[ exceeds 1.0 ]\\n[ the 1.0 ]\\n[ daily 1.0 ]\\n[ limit 0.9817257785467128 limits 0.018274221453287196 ]\\n[ for 1.0 ]\\n[ withdrawals 1.0 ]\\n[ which 1.0 ]\\n[ is 0.9980732934885184 was 0.001926706511481598 ]\\n[ three 1.0 ]\\n[ hundred 1.0 ]\\n[ and 0.8974618590751808 <eps> 0.10253814092481912 ]\\n[ ten 0.9993708713431897 tenn 0.0006291286568103177 ]\\n[ even 0.9708438188109468 <eps> 0.0291463510537905 evens 9.830135262661214e-06 ]\\n[ okay 1.0 ]\\n[ i'll 1.0 ]\\n[ keep 1.0 ]\\n[ it 1.0 ]\\n[ under 1.0 ]\\n[ that 1.0 ]\\n[ so 1.0 ]\\n[ if 1.0 ]\\n[ you 1.0 ]\\n[ are 0.8825495438817238 were 0.11745045611827619 ]\\n[ ever 1.0 ]\\n[ withdrawing 0.8305874488832966 <eps> 0.16941255111670336 ]\\n[ cash 1.0 ]\\n[ just 1.0 ]\\n[ make 1.0 ]\\n[ sure 1.0 ]\\n[ it 1.0 ]\\n[ is 1.0 ]\\n[ only 1.0 ]\\n[ three 1.0 ]\\n[ hundred 1.0 ]\\n[ and 0.9818240798993394 <eps> 0.018175920100660586 ]\\n[ ten 1.0 ]\\n[ that 1.0 ]\\n[ is 1.0 ]\\n[ the 1.0 ]\\n[ maximum 1.0 ]\\n[ okay 0.980093976093111 ok 0.019906023906888958 ]\\n[ now 1.0 ]\\n[ just 1.0 ]\\n[ to 1.0 ]\\n[ make 1.0 ]\\n[ sure 1.0 ]\\n[ the 0.9248879364580057 that 0.061733249449512424 <eps> 0.013378814092481912 ]\\n[ pizza 0.7306936143441334 pizzer 0.14110176156023907 <eps> 0.07087527524378735 piezza 0.03863243158225857 that 0.013378814092481912 petza 0.005160821012897138 pizzad 0.00015728216420257942 ]\\n[ joint 0.9721905473419314 joints 0.027809452658068574 ]\\n[ was 0.9809197074551745 <eps> 0.014224205725070776 with 0.00485608681975464 ]\\n[ declined 0.9886068732305756 <eps> 0.011393126769424347 ]\\n[ right 1.0 ]\\n[ we 1.0 ]\\n[ paid 1.0 ]\\n[ cash 1.0 ]\\n[ for 1.0 ]\\n[ that 1.0 ]\\n[ that 0.9999606794589494 <eps> 3.9320541050644855e-05 ]\\n[ is 1.0 ]\\n[ right 1.0 ]\\n[ okay 1.0 ]\\n[ thanks 0.9968150361748978 <eps> 0.0031849638251022334 ]\\n[ very 1.0 ]\\n[ much 1.0 ]\\n[ you 1.0 ]\\n[ know 1.0 ]\\n[ i'm 0.9985844605221768 i 0.0014155394778232148 ]\\n[ kind 0.8800920100660585 kinda 0.11990798993394149 ]\\n[ of 0.8800920100660585 <eps> 0.11990798993394149 ]\\n[ busy 1.0 ]\\n[ in 1.0 ]\\n[ france 1.0 ]\\n[ right 1.0 ]\\n[ now 1.0 ]\\n[ i 0.8613754325259516 <eps> 0.10364894620949984 you 0.018175920100660586 we 0.012041915696759987 and 0.004757785467128028 ]\\n[ can 1.0 ]\\n[ get 1.0 ]\\n[ back 1.0 ]\\n[ to 1.0 ]\\n[ you 1.0 ]\\n[ on 0.9791994337842088 and 0.02080056621579113 ]\\n[ all 1.0 ]\\n[ that 1.0 ]\\n[ no 1.0 ]\\n[ problem 1.0 ]\\n[ thank 1.0 ]\\n[ you 1.0 ]\\n[ for 1.0 ]\\n[ your 1.0 ]\\n[ call 0.9998427178357974 <eps> 0.00015728216420257942 ]\\n[ have 1.0 ]\\n[ a 1.0 ]\\n[ good 1.0 ]\\n[ week 1.0 ]\\n[ and 1.0 ]\\n[ coming 1.0 ]\\n[ up 1.0 ]\\n[ thank 1.0 ]\\n[ you 1.0 ]\\n[ good 0.9103589965397924 <eps> 0.08444086190625984 goodby 0.005200141553947783 ]\\n[ bye 0.7799131016042781 <eps> 0.2123407518087449 goodbye 0.007746146586977037 ]\\ncluster0: 121.0 125.0\\ncluster1: 145.00000000000003 149.0\\ncluster2: 225.0 233.0\\ncluster3: 253.00000000000003 257.00000000000006\\ncluster4: 261.00000000000006 265.0\\ncluster5: 317.0 321.0\\ncluster6: 337.0 341.0\\ncluster7: 345.0 349.0\\ncluster8: 361.00000000000006 365.00000000000006\\ncluster9: 397.0 401.0\\ncluster10: 421.0 445.0\\ncluster11: 449.0 453.0\\ncluster12: 681.0 685.0\\ncluster13: 717.0 721.0\\ncluster14: 761.0 765.0\\ncluster15: 785.0 793.0\\ncluster16: 804.9999999999999 808.9999999999999\\ncluster17: 817.0 829.0\\ncluster18: 845.0000000000001 849.0\\ncluster19: 861.0 865.0000000000001\\ncluster20: 901.0 905.0000000000001\\ncluster21: 973.0 976.9999999999999\\ncluster22: 1013.0000000000001 1017.0\\ncluster23: 1141.0 1145.0\\ncluster24: 1173.0 1177.0\\ncluster25: 1349.0 1353.0\\ncluster26: 1397.0 1401.0\\ncluster27: 1441.0 1445.0\\ncluster28: 1477.0 1481.0\\ncluster29: 1696.0 1700.0\\ncluster30: 1716.0 1724.0\\ncluster31: 1768.0 1772.0\\ncluster32: 1791.9999999999998 1795.9999999999998\\ncluster33: 1807.9999999999998 1811.9999999999998\\ncluster34: 1820.0 1828.0\\ncluster35: 1843.9999999999998 1847.9999999999998\\ncluster36: 1859.9999999999998 1863.9999999999998\\ncluster37: 1916.0 1920.0\\ncluster38: 1932.0 1940.0\\ncluster39: 1972.0 1996.0\\ncluster40: 2007.9999999999998 2011.9999999999998\\ncluster41: 2023.9999999999998 2027.9999999999998\\ncluster42: 2036.0 2040.0\\ncluster43: 2052.0 2056.0\\ncluster44: 2068.0 2072.0\\ncluster45: 2092.0 2096.0\\ncluster46: 2108.0 2120.0\\ncluster47: 2136.0 2144.0\\ncluster48: 2200.0 2204.0\\ncluster49: 2228.0 2232.0\\ncluster50: 2300.0 2304.0\\ncluster51: 2324.0 2328.0\\ncluster52: 2344.0 2348.0\\ncluster53: 2356.0 2360.0\\ncluster54: 2364.0 2368.0\\ncluster55: 2392.0 2396.0\\ncluster56: 2416.0 2420.0\\ncluster57: 2456.0 2460.0\\ncluster58: 2468.0 2472.0\\ncluster59: 2488.0 2492.0\\ncluster60: 2568.0 2572.0\\ncluster61: 2611.9999999999995 2615.9999999999995\\ncluster62: 2660.0 2664.0\\ncluster63: 2711.9999999999995 2715.9999999999995\\ncluster64: 2836.0 2840.0\\ncluster65: 2860.0 2864.0\\ncluster66: 2900.0 2904.0\\ncluster67: 2932.0 2936.0\\ncluster68: 2964.0 2968.0\\ncluster69: 3028.0 3032.0\\ncluster70: 3052.0 3060.0\\ncluster71: 3084.0 3088.0\\ncluster72: 3104.0 3108.0\\ncluster73: 3120.0 3124.0\\ncluster74: 3132.0 3136.0\\ncluster75: 3156.0 3160.0\\ncluster76: 3307.0 3311.0\\ncluster77: 3331.0 3339.0\\ncluster78: 3355.0000000000005 3359.0000000000005\\ncluster79: 3367.0 3375.0\\ncluster80: 3411.0000000000005 3423.0000000000005\\ncluster81: 3427.0000000000005 3431.0000000000005\\ncluster82: 3459.0000000000005 3463.0000000000005\\ncluster83: 3491.0000000000005 3495.0000000000005\\ncluster84: 3503.0 3515.0\\ncluster85: 3523.0000000000005 3527.0000000000005\\ncluster86: 3539.0 3547.0\\ncluster87: 3575.0 3579.0\\ncluster88: 3599.0 3607.0\\ncluster89: 3623.0000000000005 3627.0000000000005\\ncluster90: 3639.0 3643.0\\ncluster91: 3651.0000000000005 3655.0000000000005\\ncluster92: 3691.0000000000005 3695.0000000000005\\ncluster93: 3699.0 3703.0\\ncluster94: 3711.0 3715.0\\ncluster95: 3731.0 3747.0\\ncluster96: 3767.0 3779.0\\ncluster97: 3871.0 3875.0\\ncluster98: 3931.0 3935.0\\ncluster99: 3955.0000000000005 3963.0000000000005\\ncluster100: 3983.0000000000005 3987.0000000000005\\ncluster101: 3995.0000000000005 3999.0000000000005\\ncluster102: 4015.0000000000005 4019.0000000000005\\ncluster103: 4051.0000000000005 4055.0000000000005\\ncluster104: 4067.0 4071.0\\ncluster105: 4091.0000000000005 4095.0000000000005\\ncluster106: 4127.0 4131.0\\ncluster107: 4139.0 4147.0\\ncluster108: 4171.0 4179.0\\ncluster109: 4191.0 4195.0\\ncluster110: 4247.000000000001 4251.000000000001\\ncluster111: 4387.0 4391.0\\ncluster112: 4407.000000000001 4411.000000000001\\ncluster113: 4427.0 4431.0\\ncluster114: 4439.0 4443.0\\ncluster115: 4467.0 4471.0\\ncluster116: 4495.0 4499.0\\ncluster117: 4535.0 4539.0\\ncluster118: 4543.000000000001 4547.000000000001\\ncluster119: 4551.000000000001 4555.000000000001\\ncluster120: 4587.0 4591.0\\ncluster121: 4615.000000000001 4619.000000000001\\ncluster122: 4623.0 4631.0\\ncluster123: 4639.0 4651.0\\ncluster124: 4663.0 4667.0\\ncluster125: 4675.0 4679.0\\ncluster126: 4877.0 4881.0\\ncluster127: 4905.0 4909.0\\ncluster128: 4925.0 4929.0\\ncluster129: 4941.0 4945.0\\ncluster130: 4961.0 4969.0\\ncluster131: 4985.0 4989.0\\ncluster132: 4997.0 5009.0\\ncluster133: 5009.0 5013.0\\ncluster134: 5017.0 5025.0\\ncluster135: 5033.0 5037.0\\ncluster136: 5177.0 5181.0\\ncluster137: 5205.0 5209.0\\ncluster138: 5233.0 5245.0\\ncluster139: 5261.0 5265.0\\ncluster140: 5297.0 5301.0\\ncluster141: 5333.0 5337.0\\ncluster142: 5357.0 5361.0\\ncluster143: 5369.0 5373.0\\ncluster144: 5385.0 5393.0\\ncluster145: 5397.0 5405.0\\ncluster146: 5437.0 5441.0\\ncluster147: 5493.0 5497.0\\ncluster148: 5505.0 5513.0\\ncluster149: 5537.0 5541.0\\ncluster150: 5565.0 5569.0\\ncluster151: 5601.000000000001 5605.000000000001\\ncluster152: 5669.0 5673.0\\ncluster153: 5713.0 5717.0\\ncluster154: 5749.0 5753.0\\ncluster155: 5785.0 5789.0\\ncluster156: 5805.0 5809.0\\ncluster157: 5821.0 5829.0\\ncluster158: 5865.000000000001 5869.000000000001\\ncluster159: 6061.0 6065.0\\ncluster160: 6161.0 6165.0\\ncluster161: 6201.000000000001 6205.000000000001\\ncluster162: 6253.0 6257.0\\ncluster163: 6285.0 6289.0\\ncluster164: 6301.000000000001 6305.000000000001\\ncluster165: 6337.0 6349.0\\ncluster166: 6353.0 6357.0\\ncluster167: 6365.000000000001 6369.000000000001\\ncluster168: 6373.0 6385.0\\ncluster169: 6594.0 6598.0\\ncluster170: 6758.0 6762.0\\ncluster171: 6794.0 6798.0\\ncluster172: 6825.999999999999 6829.999999999999\\ncluster173: 6845.999999999999 6849.999999999999\\ncluster174: 6861.999999999999 6865.999999999999\\ncluster175: 6881.999999999999 6885.999999999999\\ncluster176: 6966.0 6978.0\\ncluster177: 7006.0 7010.0\\ncluster178: 7017.999999999999 7021.999999999999\\ncluster179: 7042.0 7046.0\\ncluster180: 7061.999999999999 7065.999999999999\\ncluster181: 7114.0 7118.0\\ncluster182: 7125.999999999999 7129.999999999999\\ncluster183: 7161.999999999999 7165.999999999999\\ncluster184: 7181.999999999999 7185.999999999999\\ncluster185: 7197.999999999999 7201.999999999999\\ncluster186: 7230.0 7234.0\\ncluster187: 7258.0 7282.0\\ncluster188: 7461.999999999999 7465.999999999999\\ncluster189: 7481.999999999999 7485.999999999999\\ncluster190: 7525.999999999999 7529.999999999999\\ncluster191: 7538.0 7542.0\\ncluster192: 7558.0 7562.0\\ncluster193: 7589.999999999999 7593.999999999999\\ncluster194: 7609.999999999999 7637.999999999999\\ncluster195: 7661.999999999999 7669.999999999999\\ncluster196: 7681.999999999999 7685.999999999999\\ncluster197: 7702.0 7706.0\\ncluster198: 7717.999999999999 7721.999999999999\\ncluster199: 7742.0 7746.0\\ncluster200: 7769.999999999999 7789.999999999999\\ncluster201: 7814.0 7818.0\\ncluster202: 7842.0 7846.0\\ncluster203: 7861.999999999999 7873.999999999999\\ncluster204: 7902.0 7906.0\\ncluster205: 7930.0 7934.0\\ncluster206: 7969.999999999999 7973.999999999999\\ncluster207: 8022.0 8026.0\\ncluster208: 8042.0 8046.0\\ncluster209: 8058.0 8066.0\\ncluster210: 8089.999999999999 8093.999999999999\\ncluster211: 8122.0 8126.0\\ncluster212: 8166.0 8170.0\\ncluster213: 8181.999999999999 8185.999999999999\\ncluster214: 8194.0 8198.0\\ncluster215: 8246.0 8250.0\\ncluster216: 8377.0 8381.0\\ncluster217: 8429.0 8433.0\\ncluster218: 8472.999999999998 8476.999999999998\\ncluster219: 8505.0 8509.0\\ncluster220: 8669.0 8673.0\\ncluster221: 8736.999999999998 8748.999999999998\\ncluster222: 8765.0 8769.0\\ncluster223: 8936.999999999998 8940.999999999998\\ncluster224: 9108.999999999998 9112.999999999998\\ncluster225: 9188.999999999998 9192.999999999998\\ncluster226: 9353.0 9357.0\\ncluster227: 9377.0 9385.0\\ncluster228: 9408.999999999998 9412.999999999998\\ncluster229: 9433.0 9437.0\\ncluster230: 9444.999999999998 9448.999999999998\\ncluster231: 9488.999999999998 9492.999999999998\\ncluster232: 9561.0 9565.0\\ncluster233: 9593.0 9597.0\\ncluster234: 9685.0 9709.0\\ncluster235: 9736.999999999998 9740.999999999998\\ncluster236: 9933.0 9937.0\\ncluster237: 9957.0 9965.0\\ncluster238: 10009.0 10013.0\\ncluster239: 10036.999999999998 10040.999999999998\\ncluster240: 10061.0 10069.0\\ncluster241: 10089.0 10093.0\\ncluster242: 10097.0 10101.0\\ncluster243: 10129.0 10133.0\\ncluster244: 10157.0 10161.0\\ncluster245: 10177.0 10181.0\\ncluster246: 10236.999999999998 10240.999999999998\\ncluster247: 10261.0 10265.0\\ncluster248: 10272.999999999998 10276.999999999998\\ncluster249: 10285.0 10289.0\\ncluster250: 10317.0 10333.0\\ncluster251: 10336.999999999998 10340.999999999998\\ncluster252: 10349.0 10357.0\\ncluster253: 10361.0 10365.0\\ncluster254: 10401.0 10405.0\\ncluster255: 10961.0 10965.0\\ncluster256: 11005.0 11009.0\\ncluster257: 11029.0 11033.0\\ncluster258: 11065.0 11069.0\\ncluster259: 11093.0 11097.0\\ncluster260: 11121.0 11125.0\\ncluster261: 11137.0 11145.0\\ncluster262: 11177.0 11181.0\\ncluster263: 11193.0 11221.0\\ncluster264: 11241.0 11245.0\\ncluster265: 11257.0 11265.0\\ncluster266: 11285.0 11289.0\\ncluster267: 11321.0 11345.0\\ncluster268: 11372.999999999998 11376.999999999998\\ncluster269: 11413.0 11421.0\\ncluster270: 11519.0 11523.0\\ncluster271: 11543.0 11547.0\\ncluster272: 11555.0 11559.0\\ncluster273: 11571.0 11575.0\\ncluster274: 11587.0 11591.0\\ncluster275: 11623.0 11627.0\\ncluster276: 11643.0 11663.0\\ncluster277: 11675.0 11679.0\\ncluster278: 11707.0 11711.0\\ncluster279: 11727.0 11735.0\\ncluster280: 11763.0 11771.0\\ncluster281: 11787.0 11791.0\\ncluster282: 11803.0 11807.0\\ncluster283: 11839.0 11847.0\\ncluster284: 11851.0 11855.0\\ncluster285: 11875.0 11879.0\\ncluster286: 11931.0 11935.0\\ncluster287: 11951.0 11955.0\\ncluster288: 11975.0 11979.0\\ncluster289: 12059.0 12063.0\\ncluster290: 12107.0 12111.0\\ncluster291: 12267.0 12271.0\\ncluster292: 12295.0 12323.0\\ncluster293: 12327.0 12331.0\\ncluster294: 12339.0 12343.0\\ncluster295: 12375.0 12383.0\\ncluster296: 12399.0 12403.0\\ncluster297: 12447.0 12451.0\\ncluster298: 12483.0 12487.0\\ncluster299: 12527.0 12531.0\\ncluster300: 12543.0 12547.0\\ncluster301: 12555.0 12559.0\\ncluster302: 12575.0 12579.0\\ncluster303: 12591.0 12595.0\\ncluster304: 12603.0 12607.0\\ncluster305: 12607.0 12615.0\\ncluster306: 12623.0 12627.0\\ncluster307: 12675.0 12679.0\\ncluster308: 12875.0 12879.0\\ncluster309: 12894.999999999998 12898.999999999998\\ncluster310: 12938.999999999998 12942.999999999998\\ncluster311: 12954.999999999998 12958.999999999998\\ncluster312: 12987.0 12991.0\\ncluster313: 13003.0 13007.0\\ncluster314: 13043.0 13047.0\\ncluster315: 13131.0 13135.0\\ncluster316: 13154.999999999998 13158.999999999998\\ncluster317: 13215.0 13219.0\\ncluster318: 13235.0 13239.0\\ncluster319: 13298.999999999998 13302.999999999998\\ncluster320: 13343.0 13347.0\\ncluster321: 13363.0 13367.0\\ncluster322: 13387.0 13391.0\\ncluster323: 13410.999999999998 13414.999999999998\\ncluster324: 13431.0 13439.0\\ncluster325: 13470.999999999998 13478.999999999998\\ncluster326: 13659.0 13663.0\\ncluster327: 13687.0 13691.0\\ncluster328: 13707.0 13711.0\\ncluster329: 13798.999999999998 13802.999999999998\\ncluster330: 13863.0 13867.0\\ncluster331: 13898.999999999998 13902.999999999998\\ncluster332: 13943.0 13947.0\\ncluster333: 13966.999999999998 13986.999999999998\\ncluster334: 13999.0 14007.0\\ncluster335: 14019.0 14023.0\\ncluster336: 14051.0 14055.0\\ncluster337: 14188.999999999998 14196.999999999998\\ncluster338: 14260.999999999998 14264.999999999998\\ncluster339: 14341.0 14345.0\\ncluster340: 14392.999999999998 14396.999999999998\\ncluster341: 14413.0 14417.0\\ncluster342: 14420.999999999998 14424.999999999998\\ncluster343: 14437.0 14441.0\\ncluster344: 14609.0 14613.0\\ncluster345: 14629.0 14633.0\\ncluster346: 14657.0 14661.0\\ncluster347: 14709.0 14717.0\\ncluster348: 14809.0 14813.0\\ncluster349: 14869.0 14873.0\\ncluster350: 14901.0 14905.0\\ncluster351: 14932.999999999998 14936.999999999998\\ncluster352: 14981.0 14985.0\\ncluster353: 15013.0 15017.0\\ncluster354: 15044.999999999998 15048.999999999998\\ncluster355: 15088.999999999998 15092.999999999998\\ncluster356: 15101.0 15105.0\\ncluster357: 15109.0 15113.0\\ncluster358: 15141.0 15145.0\\ncluster359: 15148.999999999998 15160.999999999998\\ncluster360: 15185.0 15189.0\\ncluster361: 15220.999999999998 15232.999999999998\\ncluster362: 15257.0 15261.0\\ncluster363: 15297.0 15301.0\\ncluster364: 15316.999999999998 15320.999999999998\\ncluster365: 15329.0 15337.0\\ncluster366: 15369.0 15377.0\\ncluster367: 15381.0 15385.0\\ncluster368: 15393.0 15397.0\\ncluster369: 15420.999999999998 15424.999999999998\\ncluster370: 15641.999999999998 15645.999999999998\\ncluster371: 15678.0 15682.0\\ncluster372: 15690.0 15694.0\\ncluster373: 15706.0 15714.0\\ncluster374: 15754.0 15758.0\\ncluster375: 15766.0 15770.0\\ncluster376: 15782.0 15790.0\\ncluster377: 15806.0 15818.0\\ncluster378: 15834.0 15838.0\\ncluster379: 15862.0 15866.0\\ncluster380: 15882.0 15886.0\\ncluster381: 15962.0 15966.0\\ncluster382: 15978.0 15982.0\\ncluster383: 16013.999999999998 16017.999999999998\\ncluster384: 16030.000000000002 16034.000000000002\\ncluster385: 16050.0 16058.0\\ncluster386: 16069.999999999998 16077.999999999998\\ncluster387: 16106.0 16110.0\\ncluster388: 16110.0 16118.0\\ncluster389: 16118.0 16126.0\\ncluster390: 16126.000000000002 16130.000000000002\\ncluster391: 16218.0 16222.0\\ncluster392: 16262.0 16282.0\\ncluster393: 16297.999999999998 16317.999999999998\\ncluster394: 16334.0 16338.0\\ncluster395: 16350.0 16354.0\\ncluster396: 16482.0 16486.0\\ncluster397: 16506.0 16514.0\\ncluster398: 16570.0 16574.0\\ncluster399: 16598.0 16602.0\\ncluster400: 16622.0 16626.0\\ncluster401: 16630.0 16634.0\\ncluster402: 16698.0 16702.0\\ncluster403: 16726.0 16730.0\\ncluster404: 16738.0 16742.0\\ncluster405: 16818.0 16826.0\\ncluster406: 16886.0 16890.0\\ncluster407: 16934.0 16938.0\\ncluster408: 16982.0 16986.0\\ncluster409: 17010.0 17014.0\\ncluster410: 17046.0 17050.0\\ncluster411: 17062.0 17070.0\\ncluster412: 17098.0 17102.0\\ncluster413: 17158.0 17162.0\\ncluster414: 17428.0 17432.0\\ncluster415: 17440.0 17444.0\\ncluster416: 17464.0 17468.0\\ncluster417: 17672.0 17676.0\\ncluster418: 17676.0 17680.0\\ncluster419: 17680.0 17684.0\\ncluster420: 17683.999999999996 17687.999999999996\\ncluster421: 17687.999999999996 17691.999999999996\\ncluster422: 17691.999999999996 17695.999999999996\\ncluster423: 17695.999999999996 17703.999999999996\\ncluster424: 17703.999999999996 17704.0\\ncluster425: 17704.0 17708.0\\ncluster426: 17724.0 17728.0\\ncluster427: 17760.0 17764.0\\ncluster428: 17780.0 17784.0\\ncluster429: 17816.0 17824.0\\ncluster430: 17844.0 17848.0\\ncluster431: 17876.000000000004 17880.000000000004\\ncluster432: 17912.0 17920.0\\ncluster433: 18004.000000000004 18008.000000000004\\ncluster434: 18044.0 18048.0\\ncluster435: 18100.0 18104.0\\ncluster436: 18136.0 18144.0\\ncluster437: 18164.0 18168.0\\ncluster438: 18208.0 18212.0\\ncluster439: 18244.0 18248.0\\ncluster440: 18280.0 18288.0\\ncluster441: 18316.0 18320.0\\ncluster442: 18360.0 18364.0\\ncluster443: 18408.0 18412.0\\ncluster444: 18456.0 18460.0\\ncluster445: 18480.0 18488.0\\ncluster446: 18592.0 18596.0\\ncluster447: 18736.0 18740.0\\ncluster448: 18780.0 18784.0\\ncluster449: 18800.0 18804.0\\ncluster450: 18816.0 18820.0\\ncluster451: 18828.0 18840.0\\ncluster452: 18852.0 18856.0\\ncluster453: 18880.0 18884.0\\ncluster454: 18939.999999999996 18943.999999999996\\ncluster455: 18972.0 18976.0\\ncluster456: 19039.999999999996 19043.999999999996\\ncluster457: 19056.0 19072.0\\ncluster458: 19076.0 19084.0\\ncluster459: 19100.0 19104.0\\ncluster460: 19108.0 19112.0\\ncluster461: 19123.999999999996 19127.999999999996\\ncluster462: 19148.0 19152.0\\ncluster463: 19156.0 19164.0\\ncluster464: 19188.0 19192.0\\ncluster465: 19200.0 19204.0\\ncluster466: 19223.999999999996 19227.999999999996\\ncluster467: 19244.0 19252.0\\ncluster468: 19304.0 19308.0\\ncluster469: 19364.0 19368.0\\ncluster470: 19388.0 19392.0\\ncluster471: 19404.0 19408.0\\ncluster472: 19448.0 19456.0\\ncluster473: 19492.0 19504.0\\ncluster474: 19564.0 19568.0\\ncluster475: 19588.0 19592.0\\ncluster476: 19616.0 19620.0\\ncluster477: 19623.999999999996 19627.999999999996\\ncluster478: 19656.0 19660.0\\ncluster479: 19664.0 19668.0\\ncluster480: 19688.0 19696.0\\ncluster481: 19716.0 19720.0\\ncluster482: 19728.0 19732.0\\ncluster483: 19756.0 19760.0\\ncluster484: 19772.0 19800.0\\ncluster485: 19812.0 19816.0\\ncluster486: 19832.0 19836.0\\ncluster487: 19848.0 19852.0\\ncluster488: 19960.0 19964.0\\ncluster489: 19996.0 20000.0\\ncluster490: 20020.0 20024.0\\ncluster491: 20036.0 20052.0\\ncluster492: 20080.0 20084.0\\ncluster493: 20096.0 20100.0\\ncluster494: 20112.0 20132.0\\ncluster495: 20148.0 20156.0\\ncluster496: 20208.0 20212.0\\ncluster497: 20272.0 20276.0\\ncluster498: 20280.0 20284.0\\ncluster499: 20312.0 20316.0\\ncluster500: 20324.0 20328.0\\ncluster501: 20336.0 20340.0\\ncluster502: 20400.0 20404.0\\ncluster503: 20408.0 20412.0\\ncluster504: 20420.0 20424.0\\ncluster505: 20436.0 20440.0\\ncluster506: 20456.0 20464.0\\ncluster507: 20484.0 20488.0\\ncluster508: 20492.0 20496.0\\ncluster509: 20548.0 20552.0\\ncluster510: 20568.0 20572.0\\ncluster511: 20600.0 20604.0\\ncluster512: 20608.0 20612.0\\ncluster513: 20640.0 20648.0\\ncluster514: 20664.0 20668.0\\ncluster515: 20704.0 20716.0\\ncluster516: 20740.0 20748.0\\ncluster517: 20784.0 20788.0\\ncluster518: 20808.0 20812.0\\ncluster519: 20848.0 20852.0\\ncluster520: 20856.0 20864.0\\ncluster521: 20888.0 20896.0\\ncluster522: 20920.0 20924.0\\ncluster523: 20932.0 20936.0\\ncluster524: 20984.0 21000.0\\ncluster525: 21008.0 21012.0\\ncluster526: 21020.0 21024.0\\ncluster527: 21040.0 21068.0\\ncluster528: 21072.0 21076.0\\ncluster529: 21084.0 21088.0\\ncluster530: 21116.0 21120.0\\ncluster531: 21274.0 21278.0\\ncluster532: 21318.0 21322.0\\ncluster533: 21342.0 21354.0\\ncluster534: 21370.0 21374.0\\ncluster535: 21382.0 21386.0\\ncluster536: 21410.0 21414.0\\ncluster537: 21478.0 21482.0\\ncluster538: 21494.0 21498.0\\ncluster539: 21510.0 21514.0\\ncluster540: 21522.0 21526.0\\ncluster541: 21542.0 21546.0\\ncluster542: 21570.0 21574.0\\ncluster543: 21618.0 21622.0\\ncluster544: 21654.000000000004 21662.000000000004\\ncluster545: 21682.0 21686.0\\ncluster546: 21702.0 21706.0\\ncluster547: 21738.0 21742.0\\ncluster548: 21754.000000000004 21758.000000000004\\ncluster549: 21774.0 21778.0\\ncluster550: 21806.0 21818.0\\ncluster551: 21826.000000000004 21830.000000000004\\ncluster552: 21862.0 21866.0\\ncluster553: 21870.0 21874.0\\ncluster554: 21906.0 21910.0\\ncluster555: 21922.0 21926.0\\ncluster556: 21934.0 21938.0\\ncluster557: 21942.0 21946.0\\ncluster558: 22106.0 22110.0\\ncluster559: 22202.0 22206.0\\ncluster560: 22238.0 22242.0\\ncluster561: 22266.0 22270.0\\ncluster562: 22278.0 22294.0\\ncluster563: 22298.0 22306.0\\ncluster564: 22318.0 22322.0\\ncluster565: 22326.000000000004 22330.000000000004\\ncluster566: 22374.0 22398.0\\ncluster567: 22406.0 22410.0\\ncluster568: 22426.000000000004 22430.000000000004\\ncluster569: 22466.0 22470.0\\ncluster570: 22494.0 22498.0\\ncluster571: 22510.0 22526.0\\ncluster572: 22538.0 22542.0\\ncluster573: 22566.0 22570.0\\ncluster574: 22578.0 22582.0\\ncluster575: 22606.0 22610.0\\ncluster576: 22626.000000000004 22630.000000000004\\ncluster577: 22642.0 22650.0\\ncluster578: 22833.999999999996 22837.999999999996\\ncluster579: 22873.999999999996 22881.999999999996\\ncluster580: 22902.0 22906.0\\ncluster581: 22922.0 22942.0\\ncluster582: 23045.999999999996 23049.999999999996\\ncluster583: 23058.0 23062.0\\ncluster584: 23070.0 23074.0\\ncluster585: 23089.999999999996 23097.999999999996\\ncluster586: 23110.0 23114.0\\ncluster587: 23117.999999999996 23121.999999999996\\ncluster588: 23145.999999999996 23149.999999999996\\ncluster589: 23154.0 23158.0\\ncluster590: 23189.999999999996 23197.999999999996\\ncluster591: 23214.0 23226.0\\ncluster592: 23261.999999999996 23265.999999999996\\ncluster593: 23282.0 23286.0\\ncluster594: 23286.0 23298.0\\ncluster595: 23302.0 23322.0\\ncluster596: 23322.0 23326.0\\ncluster597: 23330.0 23334.0\\ncluster598: 23345.999999999996 23349.999999999996\\ncluster599: 23361.999999999996 23369.999999999996\\ncluster600: 23378.0 23382.0\\ncluster601: 23433.999999999996 23437.999999999996\\ncluster602: 23458.0 23462.0\\ncluster603: 23526.0 23534.0\\ncluster604: 23545.999999999996 23549.999999999996\\ncluster605: 23558.0 23562.0\\ncluster606: 23570.0 23574.0\\ncluster607: 23589.999999999996 23593.999999999996\\ncluster608: 23745.999999999996 23749.999999999996\\ncluster609: 23766.0 23770.0\\ncluster610: 23777.999999999996 23781.999999999996\\ncluster611: 23802.0 23806.0\\ncluster612: 23845.999999999996 23849.999999999996\\ncluster613: 23877.999999999996 23881.999999999996\\ncluster614: 23917.999999999996 23921.999999999996\\ncluster615: 24145.999999999996 24149.999999999996\\ncluster616: 24170.0 24174.0\\ncluster617: 24198.0 24202.0\\ncluster618: 24222.0 24226.0\\n\"\n  } ],\n  \"srts\" : [ {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122363,\n    \"length\" : 0.040000000000000036,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 1.21,\n    \"word\" : \"Good\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"afternoon\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122364,\n    \"length\" : 0.039999999999999813,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 1.4500000000000002,\n    \"word\" : \"afternoon,\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.26791050644856873,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.07231047499213589,\n      \"word\" : \"m\"\n    }, {\n      \"score\" : 0.06096649889902485,\n      \"word\" : \"mr\"\n    }, {\n      \"score\" : 0.041011324315822585,\n      \"word\" : \"r\"\n    }, {\n      \"score\" : 0.014951635734507706,\n      \"word\" : \"ms\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122365,\n    \"length\" : 0.08000000000000007,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.543,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 2.25,\n    \"word\" : \"this\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.26790067631330605,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 9.830135262661214E-6,\n      \"word\" : \"mis\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122366,\n    \"length\" : 0.04000000000000048,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.732,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 2.5300000000000002,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.9210836741113557,\n      \"word\" : \"meghan\"\n    }, {\n      \"score\" : 0.07891632588864422,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122367,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.921,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 2.6100000000000008,\n    \"word\" : \"Meghan,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122368,\n    \"length\" : 0.040000000000000036,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 3.17,\n    \"word\" : \"what\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122369,\n    \"length\" : 0.040000000000000036,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 3.37,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122370,\n    \"length\" : 0.040000000000000036,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 3.45,\n    \"word\" : \"your\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122371,\n    \"length\" : 0.03999999999999959,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 3.6100000000000008,\n    \"word\" : \"debit\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122372,\n    \"length\" : 0.03999999999999959,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 3.97,\n    \"word\" : \"card\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122373,\n    \"length\" : 0.2400000000000002,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 4.21,\n    \"word\" : \"number\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"please\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122374,\n    \"length\" : 0.040000000000000036,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 4.49,\n    \"word\" : \"please?\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.02290421516200063,\n      \"word\" : \"standby\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122375,\n    \"length\" : 0.040000000000000036,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.977,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 6.81,\n    \"word\" : \"Stand\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.9735471060081786,\n      \"word\" : \"by\"\n    }, {\n      \"score\" : 0.02290421516200063,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.0035486788298206983,\n      \"word\" : \"byu\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122376,\n    \"length\" : 0.040000000000000036,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.974,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 7.17,\n    \"word\" : \"by,\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.8846531928279333,\n      \"word\" : \"uh\"\n    }, {\n      \"score\" : 0.06339454230890217,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.036066766278704,\n      \"word\" : \"h\"\n    }, {\n      \"score\" : 0.015728216420257943,\n      \"word\" : \"er\"\n    }, {\n      \"score\" : 1.5728216420257942E-4,\n      \"word\" : \"u\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122377,\n    \"length\" : 0.040000000000000036,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.885,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 7.61,\n    \"word\" : \"uh,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122378,\n    \"length\" : 0.08000000000000007,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 7.85,\n    \"word\" : \"let\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122379,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 8.049999999999999,\n    \"word\" : \"me\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122380,\n    \"length\" : 0.11999999999999922,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 8.17,\n    \"word\" : \"look\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122381,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 8.450000000000001,\n    \"word\" : \"at\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122382,\n    \"length\" : 0.040000000000000924,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 8.61,\n    \"word\" : \"it\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122383,\n    \"length\" : 0.040000000000000924,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 9.01,\n    \"word\" : \"again.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.9725542623466499,\n      \"word\" : \"okay\"\n    }, {\n      \"score\" : 0.02744573765335011,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122384,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.973,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 9.73,\n    \"word\" : \"Okay,\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"ready\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122385,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 10.13,\n    \"word\" : \"ready?\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"yes\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122386,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 11.41,\n    \"word\" : \"Yes,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122387,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 11.73,\n    \"word\" : \"sir.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"nine\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122388,\n    \"length\" : 1.3200000000000003,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 13.49,\n    \"word\" : \"9864.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 3.9320541050644855E-5,\n      \"word\" : \"a\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122389,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 16.96,\n    \"word\" : \"All\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.9877221610569361,\n      \"word\" : \"right\"\n    }, {\n      \"score\" : 0.012277838943063857,\n      \"word\" : \"righty\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122390,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.988,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 17.16,\n    \"word\" : \"right,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122391,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 17.68,\n    \"word\" : \"thank\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122392,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 17.919999999999998,\n    \"word\" : \"you\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122393,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 18.08,\n    \"word\" : \"so\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122394,\n    \"length\" : 0.08000000000000185,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 18.2,\n    \"word\" : \"much\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122395,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 18.439999999999998,\n    \"word\" : \"for\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 2.4575338156653036E-4,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122396,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 18.599999999999998,\n    \"word\" : \"verifying\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122397,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 19.16,\n    \"word\" : \"your\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122398,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 19.32,\n    \"word\" : \"account\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.021360883925762818,\n      \"word\" : \"numbers\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122399,\n    \"length\" : 0.240000000000002,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.979,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 19.72,\n    \"word\" : \"number.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122400,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 20.08,\n    \"word\" : \"May\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 3.538848694558037E-4,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122401,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 20.24,\n    \"word\" : \"I\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122402,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 20.36,\n    \"word\" : \"have\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122403,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 20.52,\n    \"word\" : \"your\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"first\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122404,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 20.68,\n    \"word\" : \"1st\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122405,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 20.92,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122406,\n    \"length\" : 0.120000000000001,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 21.08,\n    \"word\" : \"last\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"name\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122407,\n    \"length\" : 0.08000000000000185,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 21.36,\n    \"word\" : \"name?\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.02856637307329349,\n      \"word\" : \"thanky\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122408,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.971,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 22.0,\n    \"word\" : \"Thank\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.9513310003145643,\n      \"word\" : \"you\"\n    }, {\n      \"score\" : 0.02856637307329349,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.020102626612142183,\n      \"word\" : \"youe\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122409,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.951,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 22.28,\n    \"word\" : \"you,\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.013889981126140295,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122410,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.986,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 23.0,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122411,\n    \"length\" : 0.0400000000000027,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 23.24,\n    \"word\" : \"what\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.07196642025794275,\n      \"word\" : \"are\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122412,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.928,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 23.44,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122413,\n    \"length\" : 0.0400000000000027,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 23.56,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122414,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 23.64,\n    \"word\" : \"last\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"four\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122415,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 23.92,\n    \"word\" : \"4\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122416,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 24.16,\n    \"word\" : \"digits\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122417,\n    \"length\" : 0.0400000000000027,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 24.56,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122418,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 24.68,\n    \"word\" : \"your\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122419,\n    \"length\" : 0.0400000000000027,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 24.88,\n    \"word\" : \"social\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.953631251966027,\n      \"word\" : \"eight\"\n    }, {\n      \"score\" : 0.04636874803397295,\n      \"word\" : \"eighty\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122420,\n    \"length\" : 1.4799999999999969,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.954,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 25.68,\n    \"word\" : \"8555?\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 9.830135262661214E-4,\n      \"word\" : \"a\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122421,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 28.36,\n    \"word\" : \"All\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122422,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 28.6,\n    \"word\" : \"right.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122423,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 29.0,\n    \"word\" : \"That\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122424,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 29.32,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122425,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 29.64,\n    \"word\" : \"perfect.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.018175920100660586,\n      \"word\" : \"thankye\"\n    }, {\n      \"score\" : 0.012739855300408933,\n      \"word\" : \"thanks\"\n    }, {\n      \"score\" : 0.009446759987417426,\n      \"word\" : \"thanke\"\n    }, {\n      \"score\" : 0.007706826045926392,\n      \"word\" : \"thanky\"\n    }, {\n      \"score\" : 0.001661292859389745,\n      \"word\" : \"thankeye\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122426,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.95,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 30.28,\n    \"word\" : \"Thank\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.22383217993079585,\n      \"word\" : \"you\"\n    }, {\n      \"score\" : 0.08561064800251651,\n      \"word\" : \"y\"\n    }, {\n      \"score\" : 0.04361631016042781,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.036145407360805286,\n      \"word\" : \"youe\"\n    }, {\n      \"score\" : 0.033068575023592325,\n      \"word\" : \"youye\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122427,\n    \"length\" : 0.08000000000000185,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.439,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 30.52,\n    \"word\" : \"ye.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122428,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 30.84,\n    \"word\" : \"How\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122429,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 31.04,\n    \"word\" : \"can\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122430,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 31.2,\n    \"word\" : \"I\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122431,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 31.32,\n    \"word\" : \"help\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.9305009436929852,\n      \"word\" : \"you\"\n    }, {\n      \"score\" : 0.06516396665618118,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.004335089650833596,\n      \"word\" : \"youe\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122432,\n    \"length\" : 0.0400000000000027,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.931,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 31.56,\n    \"word\" : \"you?\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.15291758414595785,\n      \"word\" : \"i\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122433,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.847,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 33.07,\n    \"word\" : \"I'm\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122434,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 33.31,\n    \"word\" : \"trying\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122435,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 33.550000000000004,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122436,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 33.67,\n    \"word\" : \"unlock\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122437,\n    \"length\" : 0.11999999999999744,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 34.11000000000001,\n    \"word\" : \"my\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122438,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 34.27,\n    \"word\" : \"debit\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"card\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122439,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 34.59,\n    \"word\" : \"card,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122440,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 34.910000000000004,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.143018637936458,\n      \"word\" : \"i\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122441,\n    \"length\" : 0.11999999999999744,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.857,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 35.03,\n    \"word\" : \"I'm\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122442,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 35.230000000000004,\n    \"word\" : \"in\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122443,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 35.39,\n    \"word\" : \"France\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122444,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 35.75,\n    \"word\" : \"right\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"now\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122445,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 35.99,\n    \"word\" : \"now,\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 6.291286568103177E-4,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122446,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 36.230000000000004,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122447,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 36.39,\n    \"word\" : \"it\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122448,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 36.510000000000005,\n    \"word\" : \"appears\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122449,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 36.910000000000004,\n    \"word\" : \"to.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122450,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 36.99,\n    \"word\" : \"Be\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.01287747719408619,\n      \"word\" : \"a\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122451,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.987,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 37.11,\n    \"word\" : \"all\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122452,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 37.31,\n    \"word\" : \"locked\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122453,\n    \"length\" : 0.11999999999999744,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 37.67,\n    \"word\" : \"up\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.9826596413966656,\n      \"word\" : \"oh\"\n    }, {\n      \"score\" : 0.017340358603334383,\n      \"word\" : \"ohm\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122454,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.983,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 38.71,\n    \"word\" : \"0.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.12553082730418372,\n      \"word\" : \"i\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122455,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.874,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 39.31,\n    \"word\" : \"I'm\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122456,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 39.550000000000004,\n    \"word\" : \"sorry\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122457,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 39.830000000000005,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122458,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 39.95,\n    \"word\" : \"hear\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122459,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 40.150000000000006,\n    \"word\" : \"that\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.002840909090909091,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122460,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 40.510000000000005,\n    \"word\" : \"you\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.002840909090909091,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122461,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 40.67,\n    \"word\" : \"are\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122462,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 40.910000000000004,\n    \"word\" : \"currently\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122463,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 41.27,\n    \"word\" : \"in\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122464,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 41.39,\n    \"word\" : \"France\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122465,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 41.71,\n    \"word\" : \"right\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122466,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 41.91,\n    \"word\" : \"now.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"correct\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122467,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 42.470000000000006,\n    \"word\" : \"Correct?\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122468,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 43.87,\n    \"word\" : \"What\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.06319793960364894,\n      \"word\" : \"is\"\n    }, {\n      \"score\" : 0.011805992450456118,\n      \"word\" : \"a\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122469,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.925,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 44.07000000000001,\n    \"word\" : \"are\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122470,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 44.27,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122471,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 44.39,\n    \"word\" : \"last\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"four\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122472,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 44.67,\n    \"word\" : \"4\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122473,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 44.95,\n    \"word\" : \"digits\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122474,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 45.35,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122475,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 45.43000000000001,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122476,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 45.51000000000001,\n    \"word\" : \"debit\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.0762621893677257,\n      \"word\" : \"cards\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122477,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.924,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 45.87,\n    \"word\" : \"card\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.17042505504875746,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122478,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.83,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 46.150000000000006,\n    \"word\" : \"you\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.17042505504875746,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.04662433155080214,\n      \"word\" : \"were\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122479,\n    \"length\" : 0.0800000000000054,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.783,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 46.23,\n    \"word\" : \"are\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122480,\n    \"length\" : 0.11999999999999744,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 46.39,\n    \"word\" : \"trying\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122481,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 46.63,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"use\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122482,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 46.75,\n    \"word\" : \"use?\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.012120556778861277,\n      \"word\" : \"standby\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122483,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.988,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 48.77,\n    \"word\" : \"Stand\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.012120556778861277,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122484,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.988,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 49.05,\n    \"word\" : \"by\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122485,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 49.25,\n    \"word\" : \"as\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122486,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 49.41,\n    \"word\" : \"I\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.28793449197860965,\n      \"word\" : \"pulled\"\n    }, {\n      \"score\" : 0.016711229946524065,\n      \"word\" : \"put\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122487,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.695,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 49.61,\n    \"word\" : \"pull\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.022550330292544826,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122488,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.977,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 49.85,\n    \"word\" : \"it\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122489,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 49.97,\n    \"word\" : \"out\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.014666561811890532,\n      \"word\" : \"in\"\n    }, {\n      \"score\" : 0.001189446366782007,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122490,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.984,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 50.09,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122491,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 50.17,\n    \"word\" : \"my\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.017792544825416798,\n      \"word\" : \"pockets\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122492,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.982,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 50.33,\n    \"word\" : \"pocket\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122493,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 51.77,\n    \"word\" : \"I\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122494,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 52.05,\n    \"word\" : \"have\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"two\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122495,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 52.33,\n    \"word\" : \"2\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122496,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 52.61,\n    \"word\" : \"debit\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122497,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 52.97,\n    \"word\" : \"cards.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122498,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 53.33,\n    \"word\" : \"Both\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122499,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 53.57,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122500,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 53.69,\n    \"word\" : \"them\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.011049072035231205,\n      \"word\" : \"a\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122501,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.989,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 53.85,\n    \"word\" : \"are\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122502,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 53.97,\n    \"word\" : \"locked\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122503,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 54.37,\n    \"word\" : \"down.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122504,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 54.93,\n    \"word\" : \"The\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"first\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122505,\n    \"length\" : 0.35999999999999943,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 55.05,\n    \"word\" : \"1st1\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122506,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 55.65,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"nine\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122507,\n    \"length\" : 1.519999999999989,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 56.01000000000001,\n    \"word\" : \"9349.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122508,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 57.85,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122509,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 58.05,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"second\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122510,\n    \"length\" : 0.4800000000000111,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 58.21,\n    \"word\" : \"2nd1.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.024801431267694244,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122511,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.975,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 60.61,\n    \"word\" : \"Is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122512,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 61.61,\n    \"word\" : \"I'll\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122513,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 62.01000000000001,\n    \"word\" : \"go\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122514,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 62.53,\n    \"word\" : \"upstairs\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122515,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 62.85,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122516,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 63.01000000000001,\n    \"word\" : \"tidy\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122517,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 63.37,\n    \"word\" : \"up\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122518,\n    \"length\" : 0.03999999999999915,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 63.53,\n    \"word\" : \"for\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.09750511167033658,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122519,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.902,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 63.650000000000006,\n    \"word\" : \"a\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.09750511167033658,\n      \"word\" : \"awhile\"\n    }, {\n      \"score\" : 0.0031849638251022334,\n      \"word\" : \"whileo\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122520,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.899,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 63.73,\n    \"word\" : \"while.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.17140806857502358,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.1033048914753067,\n      \"word\" : \"ll\"\n    }, {\n      \"score\" : 0.07629167977351368,\n      \"word\" : \"he\"\n    }, {\n      \"score\" : 0.0014155394778232148,\n      \"word\" : \"hall\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122521,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.648,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 65.94,\n    \"word\" : \"Hello.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"forty\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122522,\n    \"length\" : 0.4000000000000057,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 67.58,\n    \"word\" : \"41,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122523,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 68.25999999999999,\n    \"word\" : \"can\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122524,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 68.46,\n    \"word\" : \"you\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122525,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 68.61999999999999,\n    \"word\" : \"hear\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"me\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122526,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 68.82,\n    \"word\" : \"me?\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"yes\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122527,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 69.66,\n    \"word\" : \"Yes,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122528,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 70.06,\n    \"word\" : \"I\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122529,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 70.17999999999999,\n    \"word\" : \"can\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122530,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 70.42,\n    \"word\" : \"hear\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.04696838628499528,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122531,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.953,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 70.61999999999999,\n    \"word\" : \"you.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122532,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 71.14,\n    \"word\" : \"The\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"second\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122533,\n    \"length\" : 0.4000000000000057,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 71.25999999999999,\n    \"word\" : \"2nd1\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122534,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 71.82,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"forty\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122535,\n    \"length\" : 0.8400000000000034,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 71.97999999999999,\n    \"word\" : \"41100.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122536,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 74.61999999999999,\n    \"word\" : \"With\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122537,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 74.82,\n    \"word\" : \"regard\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122538,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 75.25999999999999,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.041915696759987416,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122539,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.958,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 75.38,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"forty\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122540,\n    \"length\" : 0.7999999999999972,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 75.58,\n    \"word\" : \"41100.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122541,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 76.61999999999999,\n    \"word\" : \"Let\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122542,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 76.82,\n    \"word\" : \"me\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122543,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 77.02,\n    \"word\" : \"go\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.01661292859389745,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122544,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.983,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 77.17999999999999,\n    \"word\" : \"in\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122545,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 77.42,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122546,\n    \"length\" : 0.20000000000000284,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 77.69999999999999,\n    \"word\" : \"quickly\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122547,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 78.14,\n    \"word\" : \"pull\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.11630033029254483,\n      \"word\" : \"it\"\n    }, {\n      \"score\" : 0.032164202579427495,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122548,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.852,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 78.42,\n    \"word\" : \"this\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122549,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 78.61999999999999,\n    \"word\" : \"up.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122550,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 79.02,\n    \"word\" : \"Can\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.026197310474992137,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122551,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.974,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 79.3,\n    \"word\" : \"you\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122552,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 79.69999999999999,\n    \"word\" : \"verify\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.8918980025165146,\n      \"word\" : \"me\"\n    }, {\n      \"score\" : 0.1055854828562441,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.0025165146272412707,\n      \"word\" : \"met\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122553,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.892,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 80.22,\n    \"word\" : \"me?\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.2329938659955961,\n      \"word\" : \"there\"\n    }, {\n      \"score\" : 0.05815508021390375,\n      \"word\" : \"three\"\n    }, {\n      \"score\" : 0.043046162315193454,\n      \"word\" : \"thee\"\n    }, {\n      \"score\" : 0.021911371500471847,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.001926706511481598,\n      \"word\" : \"theree\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122554,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.642,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 80.42,\n    \"word\" : \"The\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122555,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 80.58,\n    \"word\" : \"last\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"three\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122556,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 80.89999999999999,\n    \"word\" : \"3\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122557,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 81.22,\n    \"word\" : \"digits\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122558,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 81.66,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122559,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 81.82,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122560,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 81.94,\n    \"word\" : \"security\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.9922833438188109,\n      \"word\" : \"code\"\n    }, {\n      \"score\" : 0.007716656181189053,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122561,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.992,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 82.46,\n    \"word\" : \"code?\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.23163730732934884,\n      \"word\" : \"yep\"\n    }, {\n      \"score\" : 0.015472632903428752,\n      \"word\" : \"yap\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122562,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.753,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 83.77,\n    \"word\" : \"Yup\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"zero\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122563,\n    \"length\" : 0.7999999999999972,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 84.29,\n    \"word\" : \"044.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122564,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 86.69,\n    \"word\" : \"Expiration\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.8502378892733564,\n      \"word\" : \"date\"\n    }, {\n      \"score\" : 0.1497621107266436,\n      \"word\" : \"dates\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122565,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.85,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 87.36999999999998,\n    \"word\" : \"date,\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.9982207455174583,\n      \"word\" : \"sir\"\n    }, {\n      \"score\" : 9.830135262661214E-4,\n      \"word\" : \"sirh\"\n    }, {\n      \"score\" : 7.962409562755583E-4,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122566,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 87.65,\n    \"word\" : \"sir?\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.21286174897766594,\n      \"word\" : \"ah\"\n    }, {\n      \"score\" : 0.15484429065743946,\n      \"word\" : \"h\"\n    }, {\n      \"score\" : 0.023454702736709656,\n      \"word\" : \"er\"\n    }, {\n      \"score\" : 0.01620989304812834,\n      \"word\" : \"auh\"\n    }, {\n      \"score\" : 0.010066058508965083,\n      \"word\" : \"a\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122567,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.579,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 89.36999999999998,\n    \"word\" : \"Uh.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"eleven\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122568,\n    \"length\" : 0.8400000000000034,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 91.08999999999997,\n    \"word\" : \"1118.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.005200141553947783,\n      \"word\" : \"i\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122569,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 93.53,\n    \"word\" : \"I'm\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"sorry\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122570,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 93.77,\n    \"word\" : \"sorry,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122571,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 94.08999999999997,\n    \"word\" : \"that's\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122572,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 94.33,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122573,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 94.44999999999999,\n    \"word\" : \"other\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.012041915696759987,\n      \"word\" : \"sorryh\"\n    }, {\n      \"score\" : 0.001661292859389745,\n      \"word\" : \"sorryu\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122574,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.986,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 94.88999999999999,\n    \"word\" : \"sorry\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.010705017301038061,\n      \"word\" : \"standby\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122575,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.989,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 95.61,\n    \"word\" : \"stand\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.010705017301038061,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122576,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.989,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 95.93,\n    \"word\" : \"by\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"twelve\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122577,\n    \"length\" : 0.5599999999999881,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 96.85,\n    \"word\" : \"1219.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122578,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 99.33,\n    \"word\" : \"All\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"right\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122579,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 99.57,\n    \"word\" : \"right,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122580,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 100.09,\n    \"word\" : \"at\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122581,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 100.36999999999998,\n    \"word\" : \"this\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122582,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 100.61,\n    \"word\" : \"point\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.10095548914753066,\n      \"word\" : \"in\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122583,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.899,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 100.89,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122584,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 100.97,\n    \"word\" : \"time\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122585,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 101.29,\n    \"word\" : \"I'll\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122586,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 101.57,\n    \"word\" : \"be\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"asking\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122587,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 101.77,\n    \"word\" : \"asking,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122588,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 102.36999999999998,\n    \"word\" : \"what\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122589,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 102.61,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122590,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 102.72999999999998,\n    \"word\" : \"your\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.3929203365838314,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122591,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.607,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 102.85,\n    \"word\" : \"user\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.29524811261402956,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122592,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.705,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 103.17,\n    \"word\" : \"name\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122593,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 103.36999999999998,\n    \"word\" : \"for\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122594,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 103.49,\n    \"word\" : \"your\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122595,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 103.61,\n    \"word\" : \"online\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.9998427178357974,\n      \"word\" : \"banking\"\n    }, {\n      \"score\" : 1.5728216420257942E-4,\n      \"word\" : \"bankingwe\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122596,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 104.01,\n    \"word\" : \"banking?\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122597,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 109.61,\n    \"word\" : \"Regarding\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122598,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 110.05,\n    \"word\" : \"your\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122599,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 110.29,\n    \"word\" : \"debit\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122600,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 110.65,\n    \"word\" : \"card\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122601,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 110.93,\n    \"word\" : \"ending\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122602,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 111.21,\n    \"word\" : \"in\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.9408127555835168,\n      \"word\" : \"forty\"\n    }, {\n      \"score\" : 0.05654293803082731,\n      \"word\" : \"four\"\n    }, {\n      \"score\" : 0.001661292859389745,\n      \"word\" : \"fourty\"\n    }, {\n      \"score\" : 9.830135262661214E-4,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122603,\n    \"length\" : 0.8399999999999892,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.941,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 111.37,\n    \"word\" : \"41100.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122604,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 112.41,\n    \"word\" : \"I\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122605,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 112.57,\n    \"word\" : \"see\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122606,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 112.85,\n    \"word\" : \"here\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122607,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 113.21,\n    \"word\" : \"multiple\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122608,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 113.72999999999998,\n    \"word\" : \"decline.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.3896960522176785,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122609,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.61,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 114.13,\n    \"word\" : \"Activity\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122610,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 115.19,\n    \"word\" : \"bear\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122611,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 115.43,\n    \"word\" : \"with\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122612,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 115.55,\n    \"word\" : \"me\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122613,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 115.71,\n    \"word\" : \"on\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122614,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 115.87,\n    \"word\" : \"this.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122615,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 116.23,\n    \"word\" : \"I\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122616,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 116.43,\n    \"word\" : \"just\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122617,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 116.75,\n    \"word\" : \"need\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122618,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 117.07,\n    \"word\" : \"an\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122619,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 117.27,\n    \"word\" : \"answer.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122620,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 117.63,\n    \"word\" : \"Yes\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122621,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 117.87,\n    \"word\" : \"or\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"no\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122622,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 118.03,\n    \"word\" : \"no,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122623,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 118.39,\n    \"word\" : \"if\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122624,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 118.51,\n    \"word\" : \"you\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.018411843346964454,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122625,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.982,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 118.75,\n    \"word\" : \"recognize\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122626,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 119.31,\n    \"word\" : \"it\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122627,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 119.51,\n    \"word\" : \"or\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122628,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 119.75,\n    \"word\" : \"not\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.15002752437873546,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.07613439760931111,\n      \"word\" : \"replaced\"\n    }, {\n      \"score\" : 0.03176116703365838,\n      \"word\" : \"replacement\"\n    }, {\n      \"score\" : 0.010419943378420888,\n      \"word\" : \"replaces\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122629,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.732,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 120.59,\n    \"word\" : \"replace\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.048541207927021074,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.033707533815665304,\n      \"word\" : \"the\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122630,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.918,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 121.07,\n    \"word\" : \"for.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"one\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122631,\n    \"length\" : 2.200000000000003,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 122.67,\n    \"word\" : \"$172.21.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122632,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 125.27,\n    \"word\" : \"it\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122633,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 125.43,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122634,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 125.55,\n    \"word\" : \"an\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.2266632588864423,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.0650066844919786,\n      \"word\" : \"e\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122635,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.708,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 125.75,\n    \"word\" : \"a\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.2266632588864423,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122636,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.773,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 125.91,\n    \"word\" : \"T\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.0035879993708713433,\n      \"word\" : \"um\"\n    }, {\n      \"score\" : 4.4235608681975465E-4,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122637,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 126.03,\n    \"word\" : \"M\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122638,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 126.07,\n    \"word\" : \"withdrawal\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.4252123309216735,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122639,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.575,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 126.23,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.4252123309216735,\n      \"word\" : \"today\"\n    }, {\n      \"score\" : 0.01903114186851211,\n      \"word\" : \"days\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122640,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.556,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 126.75,\n    \"word\" : \"day.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122641,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 128.75,\n    \"word\" : \"In\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.1411214218307644,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122642,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.859,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 128.95,\n    \"word\" : \"Europe\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122643,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 129.39,\n    \"word\" : \"I\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.03003106322743001,\n      \"word\" : \"doubt\"\n    }, {\n      \"score\" : 0.0299327618748034,\n      \"word\" : \"debtit\"\n    }, {\n      \"score\" : 0.010832809059452659,\n      \"word\" : \"debted\"\n    }, {\n      \"score\" : 0.0014155394778232148,\n      \"word\" : \"debit\"\n    }, {\n      \"score\" : 3.9320541050644855E-5,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122644,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.928,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 129.54999999999998,\n    \"word\" : \"debt\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.010872129600503303,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122645,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.989,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 129.87,\n    \"word\" : \"it\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"one\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122646,\n    \"length\" : 0.4399999999999977,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 130.03,\n    \"word\" : \"01:40.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122647,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 131.31,\n    \"word\" : \"so\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122648,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 131.54999999999998,\n    \"word\" : \"whatever\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122649,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 132.15,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122650,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 132.35,\n    \"word\" : \"exchange\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122651,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 132.98999999999998,\n    \"word\" : \"rate\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"is\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122652,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 133.43,\n    \"word\" : \"is,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122653,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 133.63,\n    \"word\" : \"that\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122654,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 133.87,\n    \"word\" : \"may\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122655,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 134.10999999999999,\n    \"word\" : \"be\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"correct\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122656,\n    \"length\" : 0.07999999999998408,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 134.31,\n    \"word\" : \"correct,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122657,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 134.70999999999998,\n    \"word\" : \"yes.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122658,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 136.59,\n    \"word\" : \"Thank\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122659,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 136.87,\n    \"word\" : \"you\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122660,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 137.07,\n    \"word\" : \"sir\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.3409385813148789,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122661,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.659,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 137.98999999999998,\n    \"word\" : \"Habou\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.0033422459893048127,\n      \"word\" : \"buoy\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122662,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 138.63,\n    \"word\" : \"boy\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122663,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 138.98999999999998,\n    \"word\" : \"pizza\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122664,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 139.43,\n    \"word\" : \"for\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"ninety\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122665,\n    \"length\" : 0.5600000000000023,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 139.67,\n    \"word\" : \"$93\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.6266612928593898,\n      \"word\" : \"a\"\n    }, {\n      \"score\" : 0.16383886442277446,\n      \"word\" : \"are\"\n    }, {\n      \"score\" : 0.10143716577540107,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.03496579112928594,\n      \"word\" : \"ah\"\n    }, {\n      \"score\" : 0.0333536489462095,\n      \"word\" : \"e\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122666,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.627,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 140.51,\n    \"word\" : \"a,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122667,\n    \"length\" : 0.07999999999998408,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 141.89,\n    \"word\" : \"where\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.19068496382510222,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.10258729160113243,\n      \"word\" : \"harbour\"\n    }, {\n      \"score\" : 0.06746421830764392,\n      \"word\" : \"her\"\n    }, {\n      \"score\" : 0.04547420572507078,\n      \"word\" : \"herbu\"\n    }, {\n      \"score\" : 0.03932054105064486,\n      \"word\" : \"he\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122668,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.474,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 142.60999999999999,\n    \"word\" : \"Harbuboy\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"pizza\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122669,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 143.41,\n    \"word\" : \"pizza,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122670,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 143.92999999999998,\n    \"word\" : \"this\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122671,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 144.13,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122672,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 144.20999999999998,\n    \"word\" : \"in\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122673,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 144.37,\n    \"word\" : \"Paris.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122674,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 146.09,\n    \"word\" : \"That\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122675,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 146.29,\n    \"word\" : \"got\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"declined\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122676,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 146.57,\n    \"word\" : \"declined,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122677,\n    \"length\" : 0.07999999999998408,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 147.09,\n    \"word\" : \"actually\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122678,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 148.09,\n    \"word\" : \"great.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122679,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 148.69,\n    \"word\" : \"Sorry\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122680,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 149.01,\n    \"word\" : \"about\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122681,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 149.32999999999998,\n    \"word\" : \"that.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"thirty\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122682,\n    \"length\" : 0.3599999999999852,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 149.81,\n    \"word\" : \"39th\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122683,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 150.45,\n    \"word\" : \"Avenue\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122684,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 150.89,\n    \"word\" : \"for\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"a\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122685,\n    \"length\" : 1.6000000000000227,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 151.01,\n    \"word\" : \"$160.73.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122686,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 152.97,\n    \"word\" : \"This\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122687,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 153.17,\n    \"word\" : \"was\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122688,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 153.29,\n    \"word\" : \"approved\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122689,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 153.69,\n    \"word\" : \"as\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.10575259515570934,\n      \"word\" : \"the\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122690,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.894,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 153.81,\n    \"word\" : \"a\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122691,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 153.93,\n    \"word\" : \"cash\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122692,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 154.20999999999998,\n    \"word\" : \"withdrawal.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"well\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122693,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 156.42,\n    \"word\" : \"Well,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122694,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 156.78,\n    \"word\" : \"it\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122695,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 156.9,\n    \"word\" : \"was\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122696,\n    \"length\" : 0.07999999999998408,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 157.06,\n    \"word\" : \"approved.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122697,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 157.54,\n    \"word\" : \"It\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122698,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 157.66,\n    \"word\" : \"was\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122699,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 157.82,\n    \"word\" : \"many\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122700,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 158.06,\n    \"word\" : \"days\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122701,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 158.34,\n    \"word\" : \"ago\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122702,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 158.62,\n    \"word\" : \"then.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"yes\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122703,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 158.82,\n    \"word\" : \"Yes,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122704,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 159.62,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122705,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 159.78,\n    \"word\" : \"card\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122706,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 160.14,\n    \"word\" : \"was\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122707,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 160.3,\n    \"word\" : \"good\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122708,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 160.5,\n    \"word\" : \"up\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122709,\n    \"length\" : 0.07999999999998408,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 160.7,\n    \"word\" : \"until\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"today\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122710,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 161.06,\n    \"word\" : \"today,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122711,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 161.1,\n    \"word\" : \"up\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122712,\n    \"length\" : 0.07999999999998408,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 161.18,\n    \"word\" : \"until\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122713,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 161.26000000000002,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.07681267694243472,\n      \"word\" : \"pizzas\"\n    }, {\n      \"score\" : 0.03261638880150991,\n      \"word\" : \"piazza\"\n    }, {\n      \"score\" : 0.030168685121107267,\n      \"word\" : \"pizzad\"\n    }, {\n      \"score\" : 0.015728216420257943,\n      \"word\" : \"pizzer\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122714,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.845,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 162.18,\n    \"word\" : \"pizza\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.7326694715319283,\n      \"word\" : \"joined\"\n    }, {\n      \"score\" : 0.22000825731362064,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.04732227115445108,\n      \"word\" : \"joint\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122715,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.733,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 162.62,\n    \"word\" : \"joined,\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.5728216420257942E-4,\n      \"word\" : \"every\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122716,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 162.98,\n    \"word\" : \"everything\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122717,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 163.34,\n    \"word\" : \"was\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122718,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 163.5,\n    \"word\" : \"good.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122719,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 164.82,\n    \"word\" : \"I\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122720,\n    \"length\" : 0.07999999999998408,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 165.06,\n    \"word\" : \"understand\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"again\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122721,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 165.7,\n    \"word\" : \"again,\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"sir\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122722,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 165.98,\n    \"word\" : \"sir,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122723,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 166.22,\n    \"word\" : \"I\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.026590515885498583,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122724,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.973,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 166.3,\n    \"word\" : \"apologize\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"again\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122725,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 166.98,\n    \"word\" : \"again,\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.012041915696759987,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122726,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.988,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 167.26,\n    \"word\" : \"for\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.042033658383139355,\n      \"word\" : \"the\"\n    }, {\n      \"score\" : 0.007166168606480026,\n      \"word\" : \"that\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122727,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.951,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 167.38,\n    \"word\" : \"this\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122728,\n    \"length\" : 0.07999999999998408,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 168.18,\n    \"word\" : \"last\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122729,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 168.86,\n    \"word\" : \"may\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.9498859704309531,\n      \"word\" : \"sixth\"\n    }, {\n      \"score\" : 0.05011402956904687,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122730,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.95,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 169.34,\n    \"word\" : \"6.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.12414477823214848,\n      \"word\" : \"read\"\n    }, {\n      \"score\" : 0.06633375275243787,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122731,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.81,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 169.82,\n    \"word\" : \"Red\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.06633375275243787,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122732,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.934,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 170.1,\n    \"word\" : \"box\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.04634908776344762,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122733,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.954,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 170.46,\n    \"word\" : \"for\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"twenty\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122734,\n    \"length\" : 1.0,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 170.62,\n    \"word\" : \"2616.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.013457455174583202,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122735,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.987,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 174.28,\n    \"word\" : \"The\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.03638133060710915,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.019906023906888958,\n      \"word\" : \"read\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122736,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.944,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 174.4,\n    \"word\" : \"red\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.03638133060710915,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122737,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.964,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 174.64,\n    \"word\" : \"box.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122738,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 176.72,\n    \"word\" : \"Yes.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122739,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 176.76,\n    \"word\" : \"That\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122740,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 176.8,\n    \"word\" : \"was\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"was\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122741,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.969,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 176.83999999999997,\n    \"word\" : \"a\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122742,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 176.87999999999997,\n    \"word\" : \"movie\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.018175920100660586,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122743,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.982,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 176.91999999999996,\n    \"word\" : \"I\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.04580843032400126,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122744,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.954,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 176.95999999999995,\n    \"word\" : \"escaped.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"yes\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122745,\n    \"length\" : 2.8421709430404007E-14,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 177.03999999999996,\n    \"word\" : \"Yes,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122746,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 177.04,\n    \"word\" : \"I\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122747,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 177.24,\n    \"word\" : \"did\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.015728216420257943,\n      \"word\" : \"the\"\n    }, {\n      \"score\" : 6.291286568103177E-4,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122748,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.984,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 177.6,\n    \"word\" : \"that\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"one\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122749,\n    \"length\" : 0.6799999999999784,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 177.8,\n    \"word\" : \"01:26\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.05593346964454231,\n      \"word\" : \"bux\"\n    }, {\n      \"score\" : 0.02274693299779805,\n      \"word\" : \"bok\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122750,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.921,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 178.76000000000005,\n    \"word\" : \"box.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.9905532400125826,\n      \"word\" : \"yes\"\n    }, {\n      \"score\" : 0.009446759987417426,\n      \"word\" : \"y\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122751,\n    \"length\" : 0.07999999999998408,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.991,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 179.12,\n    \"word\" : \"Yes,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122752,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 180.04000000000005,\n    \"word\" : \"great.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.007706826045926392,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 7.962409562755583E-4,\n      \"word\" : \"reunited\"\n    }, {\n      \"score\" : 3.538848694558037E-4,\n      \"word\" : \"units\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122753,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.991,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 180.44,\n    \"word\" : \"United\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.03432683233721296,\n      \"word\" : \"f\"\n    }, {\n      \"score\" : 0.02526344762503932,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.007166168606480026,\n      \"word\" : \"the\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122754,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.933,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 181.0,\n    \"word\" : \"for\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"five\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122755,\n    \"length\" : 1.1199999999999761,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 181.36,\n    \"word\" : \"$5.99\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122756,\n    \"length\" : 0.07999999999998408,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 182.8,\n    \"word\" : \"last\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.010066058508965083,\n      \"word\" : \"many\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122757,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.99,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 183.16,\n    \"word\" : \"may.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.9886363636363636,\n      \"word\" : \"third\"\n    }, {\n      \"score\" : 0.011363636363636364,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122758,\n    \"length\" : 0.5200000000000102,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.989,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 183.6,\n    \"word\" : \"34th\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.027091852783894307,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 9.830135262661214E-4,\n      \"word\" : \"in\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122759,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.972,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 184.56,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"second\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122760,\n    \"length\" : 0.07999999999998408,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 184.8,\n    \"word\" : \"2nd.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.07796280276816608,\n      \"word\" : \"y\"\n    }, {\n      \"score\" : 0.025057014784523435,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122761,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.897,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 185.92,\n    \"word\" : \"Yes\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122762,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 187.36,\n    \"word\" : \"sir.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122763,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 187.8,\n    \"word\" : \"Thank\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122764,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 188.0,\n    \"word\" : \"you\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122765,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 188.16,\n    \"word\" : \"so\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122766,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 188.28,\n    \"word\" : \"much\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122767,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 188.52,\n    \"word\" : \"for\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122768,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 188.8,\n    \"word\" : \"confining\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.013870320855614973,\n      \"word\" : \"the\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122769,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.986,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 189.39999999999998,\n    \"word\" : \"this\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122770,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 189.72,\n    \"word\" : \"activity.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122771,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 190.39999999999998,\n    \"word\" : \"We\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122772,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 190.56,\n    \"word\" : \"just\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 7.962409562755583E-4,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122773,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 190.76,\n    \"word\" : \"wanted\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122774,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 191.0,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122775,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 191.08,\n    \"word\" : \"make\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122776,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 191.23999999999995,\n    \"word\" : \"sure\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.0031849638251022334,\n      \"word\" : \"that\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122777,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 191.48,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122778,\n    \"length\" : 0.07999999999998408,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 191.56,\n    \"word\" : \"account\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.019208084303240013,\n      \"word\" : \"was\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122779,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.981,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 191.88,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122780,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 192.0,\n    \"word\" : \"safe\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122781,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 192.23999999999995,\n    \"word\" : \"from\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.4805461623151935,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122782,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.519,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 192.44,\n    \"word\" : \"unauthorized\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.6142851525636993,\n      \"word\" : \"purchase\"\n    }, {\n      \"score\" : 0.22060789556464297,\n      \"word\" : \"purchases\"\n    }, {\n      \"score\" : 0.1404824630386914,\n      \"word\" : \"purchasse\"\n    }, {\n      \"score\" : 0.012779175841459578,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.00664517143755898,\n      \"word\" : \"purchaser\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122783,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.614,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 193.04,\n    \"word\" : \"purchase,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122784,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 193.64,\n    \"word\" : \"since\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122785,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 193.88,\n    \"word\" : \"we\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122786,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 194.04,\n    \"word\" : \"detected\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122787,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 194.48,\n    \"word\" : \"unusual\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"transactions\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122788,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 194.92,\n    \"word\" : \"transactions,\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.13444675998741742,\n      \"word\" : \"for\"\n    }, {\n      \"score\" : 0.04779411764705882,\n      \"word\" : \"with\"\n    }, {\n      \"score\" : 0.007706826045926392,\n      \"word\" : \"the\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122789,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.81,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 195.64,\n    \"word\" : \"but\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122790,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 195.88,\n    \"word\" : \"nothing\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122791,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 196.16,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122792,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 196.23999999999995,\n    \"word\" : \"worry.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122793,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 196.56,\n    \"word\" : \"The\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"one\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122794,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 196.64,\n    \"word\" : \"1\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122795,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 196.88,\n    \"word\" : \"ending\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122796,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 197.16,\n    \"word\" : \"in\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"forty\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122797,\n    \"length\" : 0.7199999999999989,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 197.28,\n    \"word\" : \"41100\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122798,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 198.12,\n    \"word\" : \"will.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122799,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 198.32,\n    \"word\" : \"Be\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.006143834539163259,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122800,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 198.48,\n    \"word\" : \"perfectly\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.8709499842717836,\n      \"word\" : \"well\"\n    }, {\n      \"score\" : 0.07191726958162944,\n      \"word\" : \"we\"\n    }, {\n      \"score\" : 0.05713274614658698,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122801,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.871,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 199.6,\n    \"word\" : \"well,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122802,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 199.96,\n    \"word\" : \"as\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122803,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 200.2,\n    \"word\" : \"we\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122804,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 200.36,\n    \"word\" : \"speak\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.1746225228059138,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122805,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.825,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 200.8,\n    \"word\" : \"I\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.1746225228059138,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122806,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.825,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 200.96,\n    \"word\" : \"have\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122807,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 201.12,\n    \"word\" : \"already\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122808,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 201.48,\n    \"word\" : \"activated\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122809,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 202.08,\n    \"word\" : \"again.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122810,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 202.72,\n    \"word\" : \"The\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122811,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 202.8,\n    \"word\" : \"reason\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.008847121736395092,\n      \"word\" : \"that\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122812,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.991,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 203.12,\n    \"word\" : \"it\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122813,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 203.24,\n    \"word\" : \"was\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122814,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 203.36,\n    \"word\" : \"rejected\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.010066058508965083,\n      \"word\" : \"was\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122815,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.99,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 204.0,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122816,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 204.08,\n    \"word\" : \"that\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122817,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 204.2,\n    \"word\" : \"you\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.22854081472161056,\n      \"word\" : \"are\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122818,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.771,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 204.36,\n    \"word\" : \"were\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122819,\n    \"length\" : 0.07999999999998408,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 204.56,\n    \"word\" : \"trying\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122820,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 204.84,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.010705017301038061,\n      \"word\" : \"withdrawt\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122821,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.989,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 204.92,\n    \"word\" : \"withdraw\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"four\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122822,\n    \"length\" : 2.0,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 205.48,\n    \"word\" : \"$459.24.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122823,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 207.84,\n    \"word\" : \"That\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122824,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 208.08,\n    \"word\" : \"exceeds\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122825,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 208.48,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122826,\n    \"length\" : 0.07999999999998408,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 208.56,\n    \"word\" : \"daily\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.018274221453287196,\n      \"word\" : \"limits\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122827,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.982,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 208.88,\n    \"word\" : \"limit\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122828,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 209.2,\n    \"word\" : \"for\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"withdrawals\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122829,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 209.32,\n    \"word\" : \"withdrawals,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122830,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 209.84,\n    \"word\" : \"which\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.001926706511481598,\n      \"word\" : \"was\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122831,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 210.08,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"three\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122832,\n    \"length\" : 0.6800000000000068,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 210.2,\n    \"word\" : \"310\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.0291463510537905,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 9.830135262661214E-6,\n      \"word\" : \"evens\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122833,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.971,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 211.16,\n    \"word\" : \"even.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122834,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 212.74,\n    \"word\" : \"Okay.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122835,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 213.18,\n    \"word\" : \"I'll\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122836,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 213.42,\n    \"word\" : \"keep\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122837,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 213.7,\n    \"word\" : \"it\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122838,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 213.82,\n    \"word\" : \"under\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122839,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 214.1,\n    \"word\" : \"that.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122840,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 214.78,\n    \"word\" : \"So\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122841,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 214.94,\n    \"word\" : \"if\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122842,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 215.1,\n    \"word\" : \"you\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.11745045611827619,\n      \"word\" : \"were\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122843,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.883,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 215.22,\n    \"word\" : \"are\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122844,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 215.42,\n    \"word\" : \"ever\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.16941255111670336,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122845,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.831,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 215.7,\n    \"word\" : \"withdrawing\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122846,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 216.18,\n    \"word\" : \"cash\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122847,\n    \"length\" : 0.07999999999998408,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 216.54000000000005,\n    \"word\" : \"just\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122848,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 216.82,\n    \"word\" : \"make\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122849,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 217.02,\n    \"word\" : \"sure\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122850,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 217.38,\n    \"word\" : \"it\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122851,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 217.54000000000005,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122852,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 217.74,\n    \"word\" : \"only\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"three\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122853,\n    \"length\" : 0.6800000000000068,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 218.06,\n    \"word\" : \"310.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122854,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 219.06,\n    \"word\" : \"That\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122855,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 219.22,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122856,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 219.34,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122857,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 219.42,\n    \"word\" : \"maximum.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.019906023906888958,\n      \"word\" : \"ok\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122858,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.98,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 221.06,\n    \"word\" : \"Okay.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"now\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122859,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 222.02,\n    \"word\" : \"Now,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122860,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 222.38,\n    \"word\" : \"just\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122861,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 222.66,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122862,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 222.78,\n    \"word\" : \"make\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122863,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 222.98,\n    \"word\" : \"sure\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.061733249449512424,\n      \"word\" : \"that\"\n    }, {\n      \"score\" : 0.013378814092481912,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122864,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.925,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 223.18,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.14110176156023907,\n      \"word\" : \"pizzer\"\n    }, {\n      \"score\" : 0.07087527524378735,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.03863243158225857,\n      \"word\" : \"piezza\"\n    }, {\n      \"score\" : 0.013378814092481912,\n      \"word\" : \"that\"\n    }, {\n      \"score\" : 0.005160821012897138,\n      \"word\" : \"petza\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122865,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.731,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 223.26000000000005,\n    \"word\" : \"pizza\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.027809452658068574,\n      \"word\" : \"joints\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122866,\n    \"length\" : 0.23999999999998067,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.972,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 223.74,\n    \"word\" : \"joint\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.014224205725070776,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.00485608681975464,\n      \"word\" : \"with\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122867,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.981,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 224.06,\n    \"word\" : \"was\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.9886068732305756,\n      \"word\" : \"declined\"\n    }, {\n      \"score\" : 0.011393126769424347,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122868,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.989,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 224.26000000000005,\n    \"word\" : \"declined,\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"right\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122869,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 224.66,\n    \"word\" : \"right,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122870,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 224.94,\n    \"word\" : \"we\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122871,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 225.1,\n    \"word\" : \"paid\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122872,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 225.38,\n    \"word\" : \"cash\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122873,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 225.66,\n    \"word\" : \"for\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122874,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 225.78,\n    \"word\" : \"that.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 3.9320541050644855E-5,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122875,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 226.06,\n    \"word\" : \"That\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122876,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 226.26000000000005,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122877,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 226.42,\n    \"word\" : \"right.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"okay\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122878,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 228.33999999999997,\n    \"word\" : \"Okay,\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.0031849638251022334,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122879,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 228.73999999999995,\n    \"word\" : \"thanks\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122880,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 229.02,\n    \"word\" : \"very\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122881,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 229.22,\n    \"word\" : \"much.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122882,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 230.45999999999995,\n    \"word\" : \"You\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.0,\n      \"word\" : \"know\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122883,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 230.58,\n    \"word\" : \"know,\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.0014155394778232148,\n      \"word\" : \"i\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122884,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 230.7,\n    \"word\" : \"I'm\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.11990798993394149,\n      \"word\" : \"kinda\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122885,\n    \"length\" : 0.07999999999998408,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.88,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 230.89999999999998,\n    \"word\" : \"kind\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.11990798993394149,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122886,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.88,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 231.1,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122887,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 231.17999999999995,\n    \"word\" : \"busy\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122888,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 231.45999999999995,\n    \"word\" : \"in\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122889,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 231.54,\n    \"word\" : \"France\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122890,\n    \"length\" : 0.07999999999998408,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 231.89999999999998,\n    \"word\" : \"right\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122891,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 232.14,\n    \"word\" : \"now.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.10364894620949984,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.018175920100660586,\n      \"word\" : \"you\"\n    }, {\n      \"score\" : 0.012041915696759987,\n      \"word\" : \"we\"\n    }, {\n      \"score\" : 0.004757785467128028,\n      \"word\" : \"and\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122892,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.861,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 232.61999999999998,\n    \"word\" : \"I\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122893,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 232.82,\n    \"word\" : \"can\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122894,\n    \"length\" : 0.11999999999997613,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 232.86,\n    \"word\" : \"get\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122895,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 233.02,\n    \"word\" : \"back\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122896,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 233.22,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122897,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 233.3,\n    \"word\" : \"you\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.02080056621579113,\n      \"word\" : \"and\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122898,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.979,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 233.45999999999995,\n    \"word\" : \"on\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122899,\n    \"length\" : 0.07999999999998408,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 233.61999999999998,\n    \"word\" : \"all\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122900,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 233.78,\n    \"word\" : \"that.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122901,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 234.33999999999997,\n    \"word\" : \"No\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122902,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 234.58,\n    \"word\" : \"problem.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122903,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 235.26,\n    \"word\" : \"Thank\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122904,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 235.45999999999995,\n    \"word\" : \"you\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122905,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 235.58,\n    \"word\" : \"for\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122906,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 235.7,\n    \"word\" : \"your\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 1.5728216420257942E-4,\n      \"word\" : \"<eps>\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122907,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 235.89999999999998,\n    \"word\" : \"call.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122908,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 237.45999999999995,\n    \"word\" : \"Have\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122909,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 237.66,\n    \"word\" : \"a\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122910,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 237.77999999999997,\n    \"word\" : \"good\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122911,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 238.02,\n    \"word\" : \"week\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122912,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 238.45999999999995,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122913,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 238.77999999999997,\n    \"word\" : \"coming\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122914,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000364,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"GxT-b4cB0ugDCi3j3v9d\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 239.17999999999995,\n    \"word\" : \"up.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122915,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 241.45999999999995,\n    \"word\" : \"Thank\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 122916,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 241.7,\n    \"word\" : \"you.\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.08444086190625984,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.005200141553947783,\n      \"word\" : \"goodby\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122917,\n    \"length\" : 0.040000000000020464,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.91,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 241.98,\n    \"word\" : \"Good\"\n  }, {\n    \"alternatives\" : [ {\n      \"score\" : 0.2123407518087449,\n      \"word\" : \"<eps>\"\n    }, {\n      \"score\" : 0.007746146586977037,\n      \"word\" : \"goodbye\"\n    } ],\n    \"generatedByASR\" : true,\n    \"id\" : 122918,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 104 ],\n    \"score\" : 0.78,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 1000365,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"GhT-b4cB0ugDCi3j3f_4\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 242.22,\n    \"word\" : \"bye.\"\n  } ],\n  \"tags\" : [ {\n    \"id\" : 6381,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 86.69,\n      \"wordIndex\" : 202\n    } ],\n    \"positionInView\" : 1,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.091,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Expiration Date\",\n    \"tagID\" : 225,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 6382,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 19.32,\n      \"wordIndex\" : 36\n    } ],\n    \"positionInView\" : 2,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.250,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Account Number\",\n    \"tagID\" : 227,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 6383,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 103.61,\n      \"wordIndex\" : 233\n    } ],\n    \"positionInView\" : 3,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.063,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Online Banking\",\n    \"tagID\" : 228,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 6384,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 1.21,\n      \"wordIndex\" : 1\n    } ],\n    \"positionInView\" : 4,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.056,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Good Afternoon\",\n    \"tagID\" : 226,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 6385,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 132.35,\n      \"wordIndex\" : 288\n    } ],\n    \"positionInView\" : 5,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.026,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Exchange Rate\",\n    \"tagID\" : 229,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 6386,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 194.92,\n      \"wordIndex\" : 426\n    } ],\n    \"positionInView\" : 6,\n    \"rawscore\" : 33.774,\n    \"score\" : 25.280,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Transactions\",\n    \"tagID\" : 230,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 6387,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 209.32,\n      \"wordIndex\" : 467\n    } ],\n    \"positionInView\" : 7,\n    \"rawscore\" : 3.824,\n    \"score\" : 18.495,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Withdrawals\",\n    \"tagID\" : 233,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 6388,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 149.81,\n      \"wordIndex\" : 320\n    } ],\n    \"positionInView\" : 8,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.042,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"39th Avenue\",\n    \"tagID\" : 236,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 6389,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 52.61,\n      \"wordIndex\" : 134\n    } ],\n    \"positionInView\" : 9,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.014,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Debit Cards\",\n    \"tagID\" : 235,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 6390,\n    \"length\" : 0,\n    \"occurrence\" : 2,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 126.07,\n      \"wordIndex\" : 276\n    }, {\n      \"offset\" : 0,\n      \"order\" : 2,\n      \"timestamp\" : 154.20999999999998,\n      \"wordIndex\" : 330\n    } ],\n    \"positionInView\" : 10,\n    \"rawscore\" : 68.052,\n    \"score\" : 27.462,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Withdrawal\",\n    \"tagID\" : 237,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 6391,\n    \"length\" : 0,\n    \"occurrence\" : 4,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 3.6100000000000008,\n      \"wordIndex\" : 9\n    }, {\n      \"offset\" : 0,\n      \"order\" : 2,\n      \"timestamp\" : 34.27,\n      \"wordIndex\" : 76\n    }, {\n      \"offset\" : 0,\n      \"order\" : 3,\n      \"timestamp\" : 45.51000000000001,\n      \"wordIndex\" : 114\n    }, {\n      \"offset\" : 0,\n      \"order\" : 4,\n      \"timestamp\" : 110.29,\n      \"wordIndex\" : 237\n    } ],\n    \"positionInView\" : 11,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.014,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Debit Card\",\n    \"tagID\" : 238,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 6392,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 102.85,\n      \"wordIndex\" : 229\n    } ],\n    \"positionInView\" : 12,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.083,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"User Name\",\n    \"tagID\" : 2237,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 6393,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 193.04,\n      \"wordIndex\" : 421\n    } ],\n    \"positionInView\" : 13,\n    \"rawscore\" : 3659.137,\n    \"score\" : 39.873,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Purchase\",\n    \"tagID\" : 2238,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 6394,\n    \"length\" : 0,\n    \"occurrence\" : 2,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 114.13,\n      \"wordIndex\" : 247\n    }, {\n      \"offset\" : 0,\n      \"order\" : 2,\n      \"timestamp\" : 189.72,\n      \"wordIndex\" : 408\n    } ],\n    \"positionInView\" : 14,\n    \"rawscore\" : 2450.502,\n    \"score\" : 38.625,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Activity\",\n    \"tagID\" : 241,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 6395,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 81.94,\n      \"wordIndex\" : 198\n    } ],\n    \"positionInView\" : 15,\n    \"rawscore\" : 1819.723,\n    \"score\" : 37.698,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Security\",\n    \"tagID\" : 242,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 6396,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 62.53,\n      \"wordIndex\" : 152\n    } ],\n    \"positionInView\" : 16,\n    \"rawscore\" : 263.972,\n    \"score\" : 31.685,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Upstairs\",\n    \"tagID\" : 244,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 6397,\n    \"length\" : 0,\n    \"occurrence\" : 2,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 19.32,\n      \"wordIndex\" : 36\n    }, {\n      \"offset\" : 0,\n      \"order\" : 2,\n      \"timestamp\" : 191.56,\n      \"wordIndex\" : 416\n    } ],\n    \"positionInView\" : 17,\n    \"rawscore\" : 9794.372,\n    \"score\" : 42.940,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Account\",\n    \"tagID\" : 247,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 6398,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 113.72999999999998,\n      \"wordIndex\" : 246\n    } ],\n    \"positionInView\" : 18,\n    \"rawscore\" : 7796.200,\n    \"score\" : 42.229,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Decline\",\n    \"tagID\" : 248,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 6399,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 219.42,\n      \"wordIndex\" : 495\n    } ],\n    \"positionInView\" : 19,\n    \"rawscore\" : 7459.756,\n    \"score\" : 42.092,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Maximum\",\n    \"tagID\" : 249,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 6400,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 208.08,\n      \"wordIndex\" : 462\n    } ],\n    \"positionInView\" : 20,\n    \"rawscore\" : 1171.920,\n    \"score\" : 36.327,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Exceeds\",\n    \"tagID\" : 250,\n    \"urlRef\" : \"1000150\",\n    \"vox\" : 1\n  } ],\n  \"textURL\" : \"\",\n  \"timestamp\" : \"2021-07-01 12:47:29.0\",\n  \"title\" : \"LexiQal_Test_Audio_20210701.wav (04:04) LexiQalTest import66\",\n  \"to\" : \"QF4amTk2QUqEIVsavZ9J+w <QF4amTk2QUqEIVsavZ9J+w@import66.intelligentvoice.com>;\",\n  \"url_ref\" : \"\",\n  \"vox\" : 1,\n}"},{"id":"26a82384-3540-4b39-ac2a-5a2e833ae477","name":"Get Item Details with Identity Management (new in IV 6.2.0)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId?userId=1&groupId=4&waveForm=false&im=true","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"4","description":"Mandatory"},{"key":"waveForm","value":"false","description":"Optional.  Possible values: true, false. If true, will include waveform data in response (if server supports it)."},{"key":"im","value":"true","description":"Optional. Possible values: true, false. Default: false. If true, will include Identity Management Status in output"}],"variable":[{"key":"itemId","value":"4000008","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT"},{"key":"exception","value":"Object not present In the Database"},{"key":"Date","value":"Thu, 06 May 2021 14:34:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"allText\" : \"Okay. Let's see where we are at. And Andrea, would you like to start? Next one's right out. And Angela. Yeah, I just posted a question in the channel to understand what he's trying to do, but yeah, we'll pick it up after. Thanks, Angela. And... And Colin. Nice, thanks. Colin. And Aaron. And Gloria. Thanks, Gloria. Myself, yep, mainly supporting. Still the next one with Gloria and I'm looking into a few tickets as well. And I'm going to try to get the sprint board completed for the start of next week in this afternoon as well. Other than that, no blockers. Matt. Thanks, Matt. And Roman. Thanks. This is one of these tickets, what we were discussing earlier, was it? Okay, cool. Cheers, Roman. And Russ. Thanks, Russ. And Ryan. Thanks, Ryan. And Tiago. Thanks, Tiago. Did you? The only other thing was IV data 3, but I believe it's probably back now. Is that right, Andrea? Okay. We will test it again next time it happens, I guess. Cool. Hi, everyone. Anything else to raise, guys? Okay. Have a good afternoon, then, and a good weekend. Elliot. Yep. Hi, guys. Elliot Roberts, Chief Product Officer at Intelligent Voice. So I'm responsible for taking Nigel's fantastic ideas and putting them into production and looking after our technology roadmap and innovation. But I also run the development and delivery team here at Intelligent Voice. Background is in startups and working for some big corporate customers, mainly in the insurance sector. But I've been with Intelligent Voice now for about 18 months. Nice to meet you. I think this really a couple of points here. This is a little bit more of a detailed dive of what Colin went through earlier in terms of the overview of the flow from start to finish. We have made some assumptions. Those assumptions were made based on what we could extract from the RFI and some conversations that we've had with EARSTER today and also some of the responses that we saw in the RFI. So apologies if some of those assumptions are incorrect. But this is kind of how we see a deployment looking from a point of view of data flow, right? And this data flow will not differ between whether that was on-premise hosted by us as a SAS service or hosted internally within EARSTER. The actual flow itself is the same. So obviously, the starting point is the collection of the data that's of interest. And in this case here, it's in two forms. It's audio and emails. So we've got the email archive and we've also got the recordings from Malvaria. From our point of view, we're looking to get those onto a storage file system. And that's where you get export location. So let's just say that we've got those files. They're ready to be processed by Intelligent Voice Software. What we've got is a bunch of connectors that we've already built. Some of those may need adapting slightly, but those connectors basically pull data from the file storage system. In some cases, we do some pre-processing of that data. So sometimes audio formats are not in the right format. We'll convert them to the right format. In some use cases, we want to filter out noise. In other cases, we want to keep noise in because it's of interest. But we basically clean the data. \",\n  \"allTextPerSpeaker\" : \"Okay. Let's see where we are at. And Andrea, would you like to start? Next one's right out. And Angela. Yeah, I just posted a question in the channel to understand what he's trying to do, but yeah, we'll pick it up after. Thanks, Angela. And... And Colin. Nice, thanks. Colin. And Aaron. And Gloria. Thanks, Gloria. Myself, yep, mainly supporting. Still the next one with Gloria and I'm looking into a few tickets as well. And I'm going to try to get the sprint board completed for the start of next week in this afternoon as well. Other than that, no blockers. Matt. Thanks, Matt. And Roman. Thanks. This is one of these tickets, what we were discussing earlier, was it? Okay, cool. Cheers, Roman. And Russ. Thanks, Russ. And Ryan. Thanks, Ryan. And Tiago. Thanks, Tiago. Did you? The only other thing was IV data 3, but I believe it's probably back now. Is that right, Andrea? Okay. We will test it again next time it happens, I guess. Cool. Hi, everyone. Anything else to raise, guys? Okay. Have a good afternoon, then, and a good weekend. Elliot. Yep. Hi, guys. Elliot Roberts, Chief Product Officer at Intelligent Voice. So I'm responsible for taking Nigel's fantastic ideas and putting them into production and looking after our technology roadmap and innovation. But I also run the development and delivery team here at Intelligent Voice. Background is in startups and working for some big corporate customers, mainly in the insurance sector. But I've been with Intelligent Voice now for about 18 months. Nice to meet you. I think this really a couple of points here. This is a little bit more of a detailed dive of what Colin went through earlier in terms of the overview of the flow from start to finish. We have made some assumptions. Those assumptions were made based on what we could extract from the RFI and some conversations that we've had with EARSTER today and also some of the responses that we saw in the RFI. So apologies if some of those assumptions are incorrect. But this is kind of how we see a deployment looking from a point of view of data flow, right? And this data flow will not differ between whether that was on-premise hosted by us as a SAS service or hosted internally within EARSTER. The actual flow itself is the same. So obviously, the starting point is the collection of the data that's of interest. And in this case here, it's in two forms. It's audio and emails. So we've got the email archive and we've also got the recordings from Malvaria. From our point of view, we're looking to get those onto a storage file system. And that's where you get export location. So let's just say that we've got those files. They're ready to be processed by Intelligent Voice Software. What we've got is a bunch of connectors that we've already built. Some of those may need adapting slightly, but those connectors basically pull data from the file storage system. In some cases, we do some pre-processing of that data. So sometimes audio formats are not in the right format. We'll convert them to the right format. In some use cases, we want to filter out noise. In other cases, we want to keep noise in because it's of interest. But we basically clean the data.\",\n  \"attachment\" : [ ],\n  \"body\" : \"<p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: Okay. Let's see where we are at. And Andrea, would you like to start? Next one's right out. And Angela. Yeah, I just posted a question in the channel to understand what he's trying to do, but yeah, we'll pick it up after. Thanks, Angela. And... And Colin. Nice, thanks. Colin. And Aaron. And Gloria. Thanks, Gloria. Myself, yep, mainly supporting. Still the next one with Gloria and I'm looking into a few tickets as well. And I'm going to try to get the sprint board completed for the start of next week in this afternoon as well. Other than that, no blockers. Matt. Thanks, Matt. And Roman. Thanks. This is one of these tickets, what we were discussing earlier, was it? Okay, cool. Cheers, Roman. And Russ. Thanks, Russ. And Ryan. Thanks, Ryan. And Tiago. Thanks, Tiago. Did you? The only other thing was IV data 3, but I believe it's probably back now. Is that right, Andrea? Okay. We will test it again next time it happens, I guess. Cool. Hi, everyone. Anything else to raise, guys? Okay. Have a good afternoon, then, and a good weekend. Elliot. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: Yep. Hi, guys. Elliot Roberts, Chief Product Officer at Intelligent Voice. So I'm responsible for taking Nigel's fantastic ideas and putting them into production and looking after our technology roadmap and innovation. But I also run the development and delivery team here at Intelligent Voice. Background is in startups and working for some big corporate customers, mainly in the insurance sector. But I've been with Intelligent Voice now for about 18 months. Nice to meet you. I think this really a couple of points here. This is a little bit more of a detailed dive of what Colin went through earlier in terms of the overview of the flow from start to finish. We have made some assumptions. Those assumptions were made based on what we could extract from the RFI and some conversations that we've had with EARSTER today and also some of the responses that we saw in the RFI. So apologies if some of those assumptions are incorrect. But this is kind of how we see a deployment looking from a point of view of data flow, right? And this data flow will not differ between whether that was on-premise hosted by us as a SAS service or hosted internally within EARSTER. The actual flow itself is the same. So obviously, the starting point is the collection of the data that's of interest. And in this case here, it's in two forms. It's audio and emails. So we've got the email archive and we've also got the recordings from Malvaria. From our point of view, we're looking to get those onto a storage file system. And that's where you get export location. So let's just say that we've got those files. They're ready to be processed by Intelligent Voice Software. What we've got is a bunch of connectors that we've already built. Some of those may need adapting slightly, but those connectors basically pull data from the file storage system. In some cases, we do some pre-processing of that data. So sometimes audio formats are not in the right format. We'll convert them to the right format. In some use cases, we want to filter out noise. In other cases, we want to keep noise in because it's of interest. But we basically clean the data. </p>\",\n  \"docID\" : 4000008,\n  \"duration\" : 263,\n  \"from\" : \"8 <8@import37.intelligentvoice.com>;\",\n  \"id\" : 4000008,\n  \"identityManagementStatus\" : {\n    \"inputSpeakerMetadataVerificationStatus\" : {\n      \"maybePresentSpeakers\" : [ ],\n      \"notEnrolledSpeakers\" : [ \"G\" ],\n      \"notPresentSpeakers\" : [ ],\n      \"presentSpeakers\" : [ \"A\" ]\n    },\n    \"speakerStatus\" : {\n      \"foundSpeakers\" : [ \"A\" ],\n      \"maybeSpeakers\" : [ ],\n      \"newSpeakers\" : [ \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\" ]\n    },\n    \"speakers\" : [ {\n      \"customerIdStatus\" : \"Present\",\n      \"detectedSpeaker\" : \"A\",\n      \"id\" : 4000026,\n      \"identityManagementIdList\" : [ {\n        \"imId\" : \"02a7c00bf73d4039ea3f47708b00a7b129eca834bb756bcb82462ee2073fabcb\",\n        \"score\" : 99.91\n      } ],\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\"\n    }, {\n      \"customerIdStatus\" : \"Not Enrolled\",\n      \"id\" : 4000027,\n      \"identityManagementIdList\" : [ {\n        \"imId\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n        \"score\" : 0.0\n      } ],\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\"\n    } ]\n  },\n  \"itemQualityScore\" : { },\n  \"localFilename\" : \"/mnt/passive-enrolment-testing/8/AG_8.wav\",\n  \"peopleCc\" : [ ],\n  \"peopleFrom\" : [ {\n    \"address\" : \"8@import37.intelligentvoice.com\",\n    \"group\" : \"4\",\n    \"id\" : \"8@import37.intelligentvoice.com\",\n    \"label\" : \"8 (8@import37.intelligentvoice.com)\",\n    \"personId\" : \"17\",\n    \"personName\" : \"8\",\n    \"value\" : \"8\"\n  } ],\n  \"peopleTo\" : [ {\n    \"address\" : \"ygS1jQXFS1WKYuvBgetLYw@import37.intelligentvoice.com\",\n    \"group\" : \"4\",\n    \"id\" : \"ygS1jQXFS1WKYuvBgetLYw@import37.intelligentvoice.com\",\n    \"label\" : \"ygS1jQXFS1WKYuvBgetLYw (ygS1jQXFS1WKYuvBgetLYw@import37.intelligentvoice.com)\",\n    \"personId\" : \"18\",\n    \"personName\" : \"ygS1jQXFS1WKYuvBgetLYw\",\n    \"value\" : \"ygS1jQXFS1WKYuvBgetLYw\"\n  } ],\n  \"recordings\" : [ {\n    \"channelNumber\" : 0,\n    \"id\" : 4000008,\n    \"mimeType\" : \"audio/wav\",\n    \"modelLattices\" : [ {\n      \"modelId\" : 1,\n      \"wordLattice\" : \"\"\n    } ],\n    \"sourceFile\" : \"/mnt/passive-enrolment-testing/8/AG_8.wav\",\n    \"utteranceCount\" : 41,\n    \"wordLattice\" : \"\"\n  } ],\n  \"srts\" : [ {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4407,\n    \"length\" : 0.7,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.465,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 0.0,\n    \"word\" : \"Okay.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4408,\n    \"length\" : 0.5399999999999991,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.914,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 4.98,\n    \"word\" : \"Let's\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4409,\n    \"length\" : 0.4400000000000004,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 5.52,\n    \"word\" : \"see\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4410,\n    \"length\" : 0.2400000000000002,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.967,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 5.96,\n    \"word\" : \"where\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4411,\n    \"length\" : 0.33999999999999986,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 6.2,\n    \"word\" : \"we\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4412,\n    \"length\" : 0.2400000000000002,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 6.54,\n    \"word\" : \"are\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4413,\n    \"length\" : 0.39999999999999947,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.969,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 6.78,\n    \"word\" : \"at.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4414,\n    \"length\" : 0.29999999999999893,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.392,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 8.98,\n    \"word\" : \"And\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4415,\n    \"length\" : 0.2400000000000002,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.877,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 9.28,\n    \"word\" : \"Andrea,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4416,\n    \"length\" : 0.11999999999999922,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.987,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 9.64,\n    \"word\" : \"would\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4417,\n    \"length\" : 0.0600000000000005,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 9.76,\n    \"word\" : \"you\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4418,\n    \"length\" : 0.14000000000000057,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.98,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 9.82,\n    \"word\" : \"like\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4419,\n    \"length\" : 0.4,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.965,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 9.96,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4420,\n    \"length\" : 0.01,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.985,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 10.66,\n    \"word\" : \"start?\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4421,\n    \"length\" : 0.6799999999999997,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.413,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 11.81,\n    \"word\" : \"Next\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4422,\n    \"length\" : 0.24,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.848,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 12.49,\n    \"word\" : \"one's\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4423,\n    \"length\" : 0.16000000000000014,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.944,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 12.73,\n    \"word\" : \"right\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4424,\n    \"length\" : 0.33999999999999986,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.971,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 12.89,\n    \"word\" : \"out.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4425,\n    \"length\" : 0.5399999999999956,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.196,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 14.72000000000001,\n    \"word\" : \"And\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4426,\n    \"length\" : 0.5399999999999956,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.943,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 15.260000000000005,\n    \"word\" : \"Angela.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4427,\n    \"length\" : 0.18000000000000327,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.395,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 17.08,\n    \"word\" : \"Yeah,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4428,\n    \"length\" : 0.2,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.956,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 17.26,\n    \"word\" : \"I\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4429,\n    \"length\" : 0.01,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.927,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 17.62,\n    \"word\" : \"just\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4430,\n    \"length\" : 0.23999999999999844,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.979,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 17.630000000000003,\n    \"word\" : \"posted\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4431,\n    \"length\" : 0.2,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.992,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 17.86,\n    \"word\" : \"a\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4432,\n    \"length\" : 0.33999999999999986,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 18.1,\n    \"word\" : \"question\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4433,\n    \"length\" : 0.16000000000000014,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.88,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 18.44,\n    \"word\" : \"in\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4434,\n    \"length\" : 0.17999999999999972,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 18.6,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4435,\n    \"length\" : 0.29999999999999716,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.968,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 18.78,\n    \"word\" : \"channel\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4436,\n    \"length\" : 0.4,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.79,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 19.08,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4437,\n    \"length\" : 0.46000000000000085,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.992,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 19.74,\n    \"word\" : \"understand\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4438,\n    \"length\" : 0.3200000000000003,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.908,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 20.2,\n    \"word\" : \"what\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4439,\n    \"length\" : 0.8,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.776,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 20.52,\n    \"word\" : \"he's\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4440,\n    \"length\" : 0.22000000000000242,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.979,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 21.56,\n    \"word\" : \"trying\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4441,\n    \"length\" : 0.16000000000000014,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 21.78,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4442,\n    \"length\" : 0.17999999999999972,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 21.94,\n    \"word\" : \"do,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4443,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.984,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 22.32,\n    \"word\" : \"but\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4444,\n    \"length\" : 0.33999999999999986,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.824,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 22.54,\n    \"word\" : \"yeah,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4445,\n    \"length\" : 0.22000000000000242,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.993,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 22.88,\n    \"word\" : \"we'll\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4446,\n    \"length\" : 0.09999999999999787,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.967,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 23.1,\n    \"word\" : \"pick\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4447,\n    \"length\" : 0.14000000000000057,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.983,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 23.2,\n    \"word\" : \"it\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4448,\n    \"length\" : 0.120000000000001,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.981,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 23.34,\n    \"word\" : \"up\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4449,\n    \"length\" : 0.2799999999999976,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.927,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 23.46,\n    \"word\" : \"after.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4450,\n    \"length\" : 0.17999999999999972,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 23.98,\n    \"word\" : \"Thanks,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4451,\n    \"length\" : 0.5,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 24.16,\n    \"word\" : \"Angela.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4452,\n    \"length\" : 1.2000000000000002,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.429,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 26.5,\n    \"word\" : \"And...\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4453,\n    \"length\" : 0.5399999999999991,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.981,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 27.92,\n    \"word\" : \"And\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4454,\n    \"length\" : 0.259999999999998,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.934,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 28.46,\n    \"word\" : \"Colin.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4455,\n    \"length\" : 1.0,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.81,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 32.1,\n    \"word\" : \"Nice,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4456,\n    \"length\" : 0.4199999999999946,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.979,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 33.34,\n    \"word\" : \"thanks.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4457,\n    \"length\" : 0.6799999999999997,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.966,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 33.76,\n    \"word\" : \"Colin.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4458,\n    \"length\" : 0.5799999999999983,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.901,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 36.36,\n    \"word\" : \"And\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4459,\n    \"length\" : 0.5800000000000054,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.483,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 36.94,\n    \"word\" : \"Aaron.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4460,\n    \"length\" : 0.6000000000000001,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.84,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 43.62,\n    \"word\" : \"And\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4461,\n    \"length\" : 1.0,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.834,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 44.62,\n    \"word\" : \"Gloria.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4462,\n    \"length\" : 0.3999999999999986,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.941,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 47.7,\n    \"word\" : \"Thanks,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4463,\n    \"length\" : 0.6199999999999974,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.932,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 48.1,\n    \"word\" : \"Gloria.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4464,\n    \"length\" : 0.7800000000000011,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 50.32,\n    \"word\" : \"Myself,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4465,\n    \"length\" : 0.3400000000000034,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.408,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 51.3,\n    \"word\" : \"yep,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4466,\n    \"length\" : 0.240000000000002,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.988,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 51.8,\n    \"word\" : \"mainly\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4467,\n    \"length\" : 0.9200000000000017,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.992,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 52.04,\n    \"word\" : \"supporting.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4468,\n    \"length\" : 0.10000000000000142,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.655,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 54.46,\n    \"word\" : \"Still\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4469,\n    \"length\" : 0.19999999999999574,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.604,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 54.56,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4470,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.993,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 54.76,\n    \"word\" : \"next\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4471,\n    \"length\" : 0.38000000000000256,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.99,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 55.04,\n    \"word\" : \"one\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4472,\n    \"length\" : 0.19999999999999574,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.244,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 55.42,\n    \"word\" : \"with\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4473,\n    \"length\" : 0.38000000000000256,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.993,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 55.62,\n    \"word\" : \"Gloria\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4474,\n    \"length\" : 0.20000000000000284,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.972,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 56.0,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4475,\n    \"length\" : 0.5600000000000023,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.436,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 57.16,\n    \"word\" : \"I'm\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4476,\n    \"length\" : 0.240000000000002,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.916,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 57.72,\n    \"word\" : \"looking\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4477,\n    \"length\" : 0.29999999999999716,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.945,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 57.96,\n    \"word\" : \"into\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4478,\n    \"length\" : 0.060000000000002274,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.967,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 58.26,\n    \"word\" : \"a\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4479,\n    \"length\" : 0.20000000000000284,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 58.32,\n    \"word\" : \"few\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4480,\n    \"length\" : 0.3200000000000003,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.967,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 58.52,\n    \"word\" : \"tickets\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4481,\n    \"length\" : 0.29999999999999716,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.963,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 58.84,\n    \"word\" : \"as\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4482,\n    \"length\" : 1.0,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.977,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 59.14,\n    \"word\" : \"well.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4483,\n    \"length\" : 0.14000000000000057,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.419,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 61.18,\n    \"word\" : \"And\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4484,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.958,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 61.32,\n    \"word\" : \"I'm\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4485,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.718,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 61.48,\n    \"word\" : \"going\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4486,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.992,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 61.6,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4487,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.986,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 61.68,\n    \"word\" : \"try\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4488,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.458,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 61.96,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4489,\n    \"length\" : 0.01,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 62.24,\n    \"word\" : \"get\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4490,\n    \"length\" : 0.4799999999999969,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.981,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 62.25,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4491,\n    \"length\" : 0.17999999999999972,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.89,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 62.72,\n    \"word\" : \"sprint\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4492,\n    \"length\" : 0.3999999999999986,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.874,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 62.9,\n    \"word\" : \"board\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4493,\n    \"length\" : 0.8200000000000074,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.974,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 63.3,\n    \"word\" : \"completed\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4494,\n    \"length\" : 0.6000000000000001,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.896,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 64.12,\n    \"word\" : \"for\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4495,\n    \"length\" : 0.04000000000000625,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.889,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 65.22,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4496,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 65.26,\n    \"word\" : \"start\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4497,\n    \"length\" : 0.14000000000000057,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.986,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 65.46,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4498,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.985,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 65.6,\n    \"word\" : \"next\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4499,\n    \"length\" : 0.5400000000000063,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 65.88,\n    \"word\" : \"week\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4500,\n    \"length\" : 0.3400000000000034,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.302,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 66.42,\n    \"word\" : \"in\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4501,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.898,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 66.76,\n    \"word\" : \"this\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4502,\n    \"length\" : 0.2600000000000051,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.993,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 66.96,\n    \"word\" : \"afternoon\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4503,\n    \"length\" : 0.23999999999999488,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.93,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 67.22,\n    \"word\" : \"as\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4504,\n    \"length\" : 0.5200000000000102,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 67.46,\n    \"word\" : \"well.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4505,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.98,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 68.26,\n    \"word\" : \"Other\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4506,\n    \"length\" : 0.20000000000000284,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.979,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 68.42,\n    \"word\" : \"than\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4507,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 68.62,\n    \"word\" : \"that,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4508,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.983,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 68.9,\n    \"word\" : \"no\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4509,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.989,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 69.12,\n    \"word\" : \"blockers.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4510,\n    \"length\" : 0.3200000000000074,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.851,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 72.52,\n    \"word\" : \"Matt.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4511,\n    \"length\" : 0.01,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.436,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 73.56,\n    \"word\" : \"Thanks,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4512,\n    \"length\" : 0.519999999999996,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 73.76,\n    \"word\" : \"Matt.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4513,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.759,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 77.68,\n    \"word\" : \"And\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4514,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.225,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 77.9,\n    \"word\" : \"Roman.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4515,\n    \"length\" : 0.7600000000000051,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.027,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 80.03999999999999,\n    \"word\" : \"Thanks.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4516,\n    \"length\" : 0.01,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.045,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 80.8,\n    \"word\" : \"This\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4517,\n    \"length\" : 0.4,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.836,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 80.81,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4518,\n    \"length\" : 0.14000000000000057,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.905,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 81.9,\n    \"word\" : \"one\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4519,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 82.04,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4520,\n    \"length\" : 0.23999999999999488,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.792,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 82.12,\n    \"word\" : \"these\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4521,\n    \"length\" : 0.4200000000000017,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.99,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 82.36,\n    \"word\" : \"tickets,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4522,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.682,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 83.72,\n    \"word\" : \"what\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4523,\n    \"length\" : 0.1600000000000108,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.985,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 83.88,\n    \"word\" : \"we\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4524,\n    \"length\" : 0.14000000000000057,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.986,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 84.04,\n    \"word\" : \"were\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4525,\n    \"length\" : 0.2599999999999909,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 84.18,\n    \"word\" : \"discussing\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4526,\n    \"length\" : 0.4000000000000057,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.979,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 84.44,\n    \"word\" : \"earlier,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4527,\n    \"length\" : 0.01,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.583,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 85.0,\n    \"word\" : \"was\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4528,\n    \"length\" : 0.3400000000000034,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.986,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 85.01,\n    \"word\" : \"it?\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4529,\n    \"length\" : 0.01,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.779,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 86.16,\n    \"word\" : \"Okay,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4530,\n    \"length\" : 0.01,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.949,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 86.78,\n    \"word\" : \"cool.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4531,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.586,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 87.14,\n    \"word\" : \"Cheers,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4532,\n    \"length\" : 0.36000000000001364,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.052,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 87.32,\n    \"word\" : \"Roman.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4533,\n    \"length\" : 0.29999999999999716,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.941,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 90.4,\n    \"word\" : \"And\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4534,\n    \"length\" : 0.480000000000004,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.815,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 90.7,\n    \"word\" : \"Russ.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4535,\n    \"length\" : 0.35999999999999943,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.886,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 92.86,\n    \"word\" : \"Thanks,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4536,\n    \"length\" : 0.6400000000000006,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.988,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 93.26,\n    \"word\" : \"Russ.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4537,\n    \"length\" : 0.29999999999999716,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.991,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 96.0,\n    \"word\" : \"And\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4538,\n    \"length\" : 0.35999999999999943,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.974,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 96.3,\n    \"word\" : \"Ryan.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4539,\n    \"length\" : 0.6999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.97,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 98.26,\n    \"word\" : \"Thanks,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4540,\n    \"length\" : 0.6200000000000045,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.967,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 99.06,\n    \"word\" : \"Ryan.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4541,\n    \"length\" : 0.4000000000000057,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.982,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 101.32,\n    \"word\" : \"And\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4542,\n    \"length\" : 0.519999999999996,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.875,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 101.72,\n    \"word\" : \"Tiago.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4543,\n    \"length\" : 0.480000000000004,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.004,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 103.77999999999999,\n    \"word\" : \"Thanks,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4544,\n    \"length\" : 0.480000000000004,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.528,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 104.25999999999999,\n    \"word\" : \"Tiago.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4545,\n    \"length\" : 0.09999999999999432,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.662,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 104.98,\n    \"word\" : \"Did\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4546,\n    \"length\" : 0.8,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 105.08,\n    \"word\" : \"you?\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4547,\n    \"length\" : 0.14000000000000057,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.776,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 106.96,\n    \"word\" : \"The\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4548,\n    \"length\" : 0.1600000000000108,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.988,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 107.1,\n    \"word\" : \"only\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4549,\n    \"length\" : 0.23999999999999488,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.974,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 107.26,\n    \"word\" : \"other\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4550,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 107.5,\n    \"word\" : \"thing\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4551,\n    \"length\" : 0.4399999999999977,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.992,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 107.68,\n    \"word\" : \"was\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4552,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.33,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 108.12,\n    \"word\" : \"IV\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4553,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.201,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 108.32,\n    \"word\" : \"data\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4554,\n    \"length\" : 0.30000000000001137,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.467,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 108.6,\n    \"word\" : \"3,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4555,\n    \"length\" : 0.23999999999999488,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.981,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 108.92,\n    \"word\" : \"but\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4556,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.988,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 109.16,\n    \"word\" : \"I\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4557,\n    \"length\" : 0.20000000000000284,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 109.32,\n    \"word\" : \"believe\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4558,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.993,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 109.52,\n    \"word\" : \"it's\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4559,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 109.8,\n    \"word\" : \"probably\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4560,\n    \"length\" : 0.2600000000000051,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.95,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 110.08,\n    \"word\" : \"back\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4561,\n    \"length\" : 0.3999999999999915,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.992,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 110.34,\n    \"word\" : \"now.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4562,\n    \"length\" : 0.10000000000000853,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 110.8,\n    \"word\" : \"Is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4563,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 110.9,\n    \"word\" : \"that\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4564,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 111.1,\n    \"word\" : \"right,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4565,\n    \"length\" : 0.20000000000000284,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.985,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 111.44,\n    \"word\" : \"Andrea?\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4566,\n    \"length\" : 0.480000000000004,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.519,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 112.88,\n    \"word\" : \"Okay.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4567,\n    \"length\" : 0.4,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.957,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 113.78,\n    \"word\" : \"We\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4568,\n    \"length\" : 0.519999999999996,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.985,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 114.26,\n    \"word\" : \"will\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4569,\n    \"length\" : 0.23999999999999488,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.862,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 114.78,\n    \"word\" : \"test\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4570,\n    \"length\" : 0.1600000000000108,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.96,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 115.02,\n    \"word\" : \"it\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4571,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 115.18,\n    \"word\" : \"again\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4572,\n    \"length\" : 0.3199999999999932,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.966,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 115.34,\n    \"word\" : \"next\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4573,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 115.66,\n    \"word\" : \"time\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4574,\n    \"length\" : 0.1799999999999926,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.909,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 115.78,\n    \"word\" : \"it\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4575,\n    \"length\" : 0.2600000000000051,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 115.96,\n    \"word\" : \"happens,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4576,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 116.24,\n    \"word\" : \"I\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4577,\n    \"length\" : 0.9399999999999977,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 116.42,\n    \"word\" : \"guess.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4578,\n    \"length\" : 0.4000000000000057,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.977,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 119.14,\n    \"word\" : \"Cool.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4579,\n    \"length\" : 0.14000000000000057,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.633,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 123.46,\n    \"word\" : \"Hi,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4580,\n    \"length\" : 0.30000000000001137,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.93,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 123.6,\n    \"word\" : \"everyone.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4581,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.991,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 124.32,\n    \"word\" : \"Anything\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4582,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 124.56,\n    \"word\" : \"else\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4583,\n    \"length\" : 0.0799999999999983,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.902,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 124.78,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4584,\n    \"length\" : 0.09999999999999432,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.935,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 124.86,\n    \"word\" : \"raise,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4585,\n    \"length\" : 0.01,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 125.76,\n    \"word\" : \"guys?\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4586,\n    \"length\" : 0.5999999999999943,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.085,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 129.0,\n    \"word\" : \"Okay.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4587,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.97,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 130.24,\n    \"word\" : \"Have\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4588,\n    \"length\" : 0.03999999999999204,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 130.4,\n    \"word\" : \"a\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4589,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 130.44,\n    \"word\" : \"good\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4590,\n    \"length\" : 0.3400000000000034,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.959,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 130.62,\n    \"word\" : \"afternoon,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4591,\n    \"length\" : 0.160000000000025,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.738,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 131.14,\n    \"word\" : \"then,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4592,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.99,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 131.3,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4593,\n    \"length\" : 0.13999999999998636,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.915,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 131.52,\n    \"word\" : \"a\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4594,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 131.66,\n    \"word\" : \"good\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4595,\n    \"length\" : 0.5600000000000023,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 131.82,\n    \"word\" : \"weekend.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4596,\n    \"length\" : 0.5999999999999943,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.296,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000026,\n      \"label\" : \"Speaker 1\",\n      \"name\" : \"A\",\n      \"no\" : 1\n    },\n    \"timestamp\" : 133.6,\n    \"word\" : \"Elliot.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4597,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.363,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 135.12,\n    \"word\" : \"Yep.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4598,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.983,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 135.6,\n    \"word\" : \"Hi,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4599,\n    \"length\" : 0.4199999999999875,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 135.8,\n    \"word\" : \"guys.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4600,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.925,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 136.3,\n    \"word\" : \"Elliot\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4601,\n    \"length\" : 0.3400000000000034,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.894,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 136.52,\n    \"word\" : \"Roberts,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4602,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.571,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 137.06,\n    \"word\" : \"Chief\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4603,\n    \"length\" : 0.3199999999999932,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.976,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 137.34,\n    \"word\" : \"Product\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4604,\n    \"length\" : 0.3400000000000034,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 137.66,\n    \"word\" : \"Officer\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4605,\n    \"length\" : 0.09999999999999432,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.489,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 138.0,\n    \"word\" : \"at\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4606,\n    \"length\" : 0.4399999999999977,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.984,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 138.1,\n    \"word\" : \"Intelligent\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4607,\n    \"length\" : 0.3400000000000034,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.943,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 138.54,\n    \"word\" : \"Voice.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4608,\n    \"length\" : 0.29999999999998295,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.67,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 139.4,\n    \"word\" : \"So\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4609,\n    \"length\" : 0.160000000000025,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.784,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 139.7,\n    \"word\" : \"I'm\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4610,\n    \"length\" : 0.45999999999997954,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 139.86,\n    \"word\" : \"responsible\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4611,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 140.32,\n    \"word\" : \"for\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4612,\n    \"length\" : 0.539999999999992,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 140.56,\n    \"word\" : \"taking\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4613,\n    \"length\" : 0.5800000000000125,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 141.1,\n    \"word\" : \"Nigel's\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4614,\n    \"length\" : 0.4000000000000057,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 141.68,\n    \"word\" : \"fantastic\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4615,\n    \"length\" : 0.5,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 142.08,\n    \"word\" : \"ideas\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4616,\n    \"length\" : 0.47999999999998977,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.966,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 142.58,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4617,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.993,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 143.06,\n    \"word\" : \"putting\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4618,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 143.26,\n    \"word\" : \"them\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4619,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 143.44,\n    \"word\" : \"into\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4620,\n    \"length\" : 0.5600000000000023,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 143.66,\n    \"word\" : \"production\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4621,\n    \"length\" : 0.5999999999999943,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.685,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 144.9,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4622,\n    \"length\" : 0.30000000000001137,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 145.5,\n    \"word\" : \"looking\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4623,\n    \"length\" : 0.3599999999999852,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.965,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 145.8,\n    \"word\" : \"after\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4624,\n    \"length\" : 0.4200000000000159,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.975,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 146.16,\n    \"word\" : \"our\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4625,\n    \"length\" : 0.799999999999983,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.983,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 146.58,\n    \"word\" : \"technology\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4626,\n    \"length\" : 0.46000000000000796,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.864,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 147.38,\n    \"word\" : \"roadmap\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4627,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.787,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 147.84,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4628,\n    \"length\" : 0.6200000000000045,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 148.12,\n    \"word\" : \"innovation.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4629,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.982,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 149.16,\n    \"word\" : \"But\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4630,\n    \"length\" : 0.14000000000001478,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 149.32,\n    \"word\" : \"I\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4631,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 149.46,\n    \"word\" : \"also\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4632,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 149.66,\n    \"word\" : \"run\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4633,\n    \"length\" : 0.6000000000000001,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 149.88,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4634,\n    \"length\" : 0.30000000000001137,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.983,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 150.64,\n    \"word\" : \"development\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4635,\n    \"length\" : 0.30000000000001137,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 150.94,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4636,\n    \"length\" : 0.3599999999999852,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.074,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 151.24,\n    \"word\" : \"delivery\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4637,\n    \"length\" : 0.3400000000000034,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.974,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 151.6,\n    \"word\" : \"team\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4638,\n    \"length\" : 0.2599999999999909,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.926,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 151.94,\n    \"word\" : \"here\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4639,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.92,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 152.2,\n    \"word\" : \"at\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4640,\n    \"length\" : 0.4200000000000159,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.966,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 152.32,\n    \"word\" : \"Intelligent\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4641,\n    \"length\" : 0.3599999999999852,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.958,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 152.74,\n    \"word\" : \"Voice.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4642,\n    \"length\" : 0.47999999999998977,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.914,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 153.36,\n    \"word\" : \"Background\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4643,\n    \"length\" : 0.3599999999999852,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.958,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 153.84,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4644,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 154.2,\n    \"word\" : \"in\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4645,\n    \"length\" : 0.5,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.624,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 154.48,\n    \"word\" : \"startups\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4646,\n    \"length\" : 0.46000000000000796,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.934,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 154.98,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4647,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.939,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 155.44,\n    \"word\" : \"working\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4648,\n    \"length\" : 0.2599999999999909,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.465,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 155.66,\n    \"word\" : \"for\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4649,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.964,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 155.92,\n    \"word\" : \"some\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4650,\n    \"length\" : 0.30000000000001137,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 156.1,\n    \"word\" : \"big\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4651,\n    \"length\" : 0.3199999999999932,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 156.4,\n    \"word\" : \"corporate\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4652,\n    \"length\" : 0.5800000000000125,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 156.72,\n    \"word\" : \"customers,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4653,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.985,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 157.76,\n    \"word\" : \"mainly\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4654,\n    \"length\" : 0.20000000000001705,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.992,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 158.04,\n    \"word\" : \"in\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4655,\n    \"length\" : 0.13999999999998636,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.98,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 158.24,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4656,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 158.38,\n    \"word\" : \"insurance\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4657,\n    \"length\" : 0.37999999999999545,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 158.62,\n    \"word\" : \"sector.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4658,\n    \"length\" : 0.11999999999997613,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.9,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 159.3,\n    \"word\" : \"But\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4659,\n    \"length\" : 0.10000000000002274,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.971,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 159.42,\n    \"word\" : \"I've\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4660,\n    \"length\" : 0.09999999999999432,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 159.52,\n    \"word\" : \"been\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4661,\n    \"length\" : 0.13999999999998636,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.993,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 159.62,\n    \"word\" : \"with\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4662,\n    \"length\" : 0.4200000000000159,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.988,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 159.76,\n    \"word\" : \"Intelligent\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4663,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 160.18,\n    \"word\" : \"Voice\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4664,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.957,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 160.38,\n    \"word\" : \"now\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4665,\n    \"length\" : 0.09999999999999432,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 160.56,\n    \"word\" : \"for\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4666,\n    \"length\" : 0.20000000000001705,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 160.66,\n    \"word\" : \"about\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4667,\n    \"length\" : 0.2799999999999727,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.978,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 160.86,\n    \"word\" : \"18\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4668,\n    \"length\" : 0.3800000000000239,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 161.14,\n    \"word\" : \"months.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4669,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.97,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 162.24,\n    \"word\" : \"Nice\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4670,\n    \"length\" : 0.13999999999998636,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 162.46,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4671,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 162.6,\n    \"word\" : \"meet\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4672,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.992,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 162.68,\n    \"word\" : \"you.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4673,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.909,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 163.12,\n    \"word\" : \"I\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4674,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.99,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 163.28,\n    \"word\" : \"think\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4675,\n    \"length\" : 0.2599999999999909,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.866,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 163.46,\n    \"word\" : \"this\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4676,\n    \"length\" : 0.37999999999999545,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.79,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 163.72,\n    \"word\" : \"really\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4677,\n    \"length\" : 0.2,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.25,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 164.1,\n    \"word\" : \"a\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4678,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 164.62,\n    \"word\" : \"couple\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4679,\n    \"length\" : 0.1799999999999784,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 164.74,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4680,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 164.92,\n    \"word\" : \"points\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4681,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.944,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 165.1,\n    \"word\" : \"here.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4682,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 165.28,\n    \"word\" : \"This\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4683,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.988,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 165.46,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4684,\n    \"length\" : 0.060000000000002274,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 165.62,\n    \"word\" : \"a\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4685,\n    \"length\" : 0.13999999999998636,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 165.68,\n    \"word\" : \"little\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4686,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 165.82,\n    \"word\" : \"bit\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4687,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 166.0,\n    \"word\" : \"more\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4688,\n    \"length\" : 0.2599999999999909,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 166.22,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4689,\n    \"length\" : 0.2,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 166.48,\n    \"word\" : \"a\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4690,\n    \"length\" : 0.5,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.912,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 166.9,\n    \"word\" : \"detailed\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4691,\n    \"length\" : 0.37999999999999545,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.982,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 167.4,\n    \"word\" : \"dive\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4692,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.798,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 167.78,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4693,\n    \"length\" : 0.36000000000001364,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 168.0,\n    \"word\" : \"what\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4694,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.942,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 168.36,\n    \"word\" : \"Colin\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4695,\n    \"length\" : 0.23999999999998067,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 168.58,\n    \"word\" : \"went\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4696,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 168.82,\n    \"word\" : \"through\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4697,\n    \"length\" : 0.2599999999999909,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 169.06,\n    \"word\" : \"earlier\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4698,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.936,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 169.32,\n    \"word\" : \"in\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4699,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 169.44,\n    \"word\" : \"terms\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4700,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 169.66,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4701,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 169.88,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4702,\n    \"length\" : 0.6400000000000148,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.962,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 170.04,\n    \"word\" : \"overview\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4703,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.979,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 170.68,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4704,\n    \"length\" : 0.29999999999998295,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 170.9,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4705,\n    \"length\" : 0.3800000000000239,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.979,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 171.2,\n    \"word\" : \"flow\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4706,\n    \"length\" : 0.6399999999999864,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.93,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 171.58,\n    \"word\" : \"from\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4707,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 172.22,\n    \"word\" : \"start\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4708,\n    \"length\" : 0.2600000000000193,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 172.42,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4709,\n    \"length\" : 0.2599999999999909,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 172.68,\n    \"word\" : \"finish.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4710,\n    \"length\" : 0.160000000000025,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 173.7,\n    \"word\" : \"We\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4711,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 173.86,\n    \"word\" : \"have\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4712,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 174.08,\n    \"word\" : \"made\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4713,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 174.28,\n    \"word\" : \"some\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4714,\n    \"length\" : 0.5200000000000102,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 174.56,\n    \"word\" : \"assumptions.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4715,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.993,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 175.28,\n    \"word\" : \"Those\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4716,\n    \"length\" : 0.37999999999999545,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 175.52,\n    \"word\" : \"assumptions\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4717,\n    \"length\" : 0.23999999999998067,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 175.9,\n    \"word\" : \"were\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4718,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 176.14,\n    \"word\" : \"made\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4719,\n    \"length\" : 0.30000000000001137,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 176.42,\n    \"word\" : \"based\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4720,\n    \"length\" : 0.4,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.897,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 176.72,\n    \"word\" : \"on\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4721,\n    \"length\" : 0.3400000000000034,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 177.16,\n    \"word\" : \"what\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4722,\n    \"length\" : 0.2599999999999909,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 177.5,\n    \"word\" : \"we\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4723,\n    \"length\" : 0.36000000000001364,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 177.76,\n    \"word\" : \"could\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4724,\n    \"length\" : 0.7199999999999989,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 178.12,\n    \"word\" : \"extract\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4725,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.98,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 178.84,\n    \"word\" : \"from\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4726,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.972,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 179.08,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4727,\n    \"length\" : 0.29999999999998295,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.962,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 179.24,\n    \"word\" : \"RFI\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4728,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.77,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 179.54,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4729,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.989,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 179.66,\n    \"word\" : \"some\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4730,\n    \"length\" : 0.5200000000000102,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 179.88,\n    \"word\" : \"conversations\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4731,\n    \"length\" : 0.6200000000000045,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 180.4,\n    \"word\" : \"that\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4732,\n    \"length\" : 0.2599999999999909,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 181.02,\n    \"word\" : \"we've\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4733,\n    \"length\" : 0.47999999999998977,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.99,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 181.28,\n    \"word\" : \"had\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4734,\n    \"length\" : 0.36000000000001364,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 181.76,\n    \"word\" : \"with\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4735,\n    \"length\" : 0.2599999999999909,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.437,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 182.12,\n    \"word\" : \"EARSTER\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4736,\n    \"length\" : 0.37999999999999545,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.867,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 182.38,\n    \"word\" : \"today\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4737,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.497,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 182.76,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4738,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.989,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 182.92,\n    \"word\" : \"also\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4739,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.985,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 183.2,\n    \"word\" : \"some\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4740,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 183.38,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4741,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 183.46,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4742,\n    \"length\" : 0.3400000000000034,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 183.62,\n    \"word\" : \"responses\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4743,\n    \"length\" : 0.23999999999998067,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 183.96,\n    \"word\" : \"that\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4744,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 184.2,\n    \"word\" : \"we\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4745,\n    \"length\" : 0.14000000000001478,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 184.38,\n    \"word\" : \"saw\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4746,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 184.52,\n    \"word\" : \"in\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4747,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 184.72,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4748,\n    \"length\" : 0.8,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 184.9,\n    \"word\" : \"RFI.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4749,\n    \"length\" : 0.37999999999999545,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.956,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 186.44,\n    \"word\" : \"So\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4750,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.915,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 186.82,\n    \"word\" : \"apologies\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4751,\n    \"length\" : 0.20000000000001705,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.979,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 187.1,\n    \"word\" : \"if\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4752,\n    \"length\" : 0.1799999999999784,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 187.3,\n    \"word\" : \"some\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4753,\n    \"length\" : 0.10000000000002274,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.98,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 187.48,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4754,\n    \"length\" : 0.13999999999998636,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.984,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 187.58,\n    \"word\" : \"those\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4755,\n    \"length\" : 0.3400000000000034,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 187.72,\n    \"word\" : \"assumptions\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4756,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 188.06,\n    \"word\" : \"are\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4757,\n    \"length\" : 0.29999999999998295,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 188.3,\n    \"word\" : \"incorrect.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4758,\n    \"length\" : 0.4000000000000057,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.987,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 188.7,\n    \"word\" : \"But\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4759,\n    \"length\" : 0.36000000000001364,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.987,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 189.1,\n    \"word\" : \"this\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4760,\n    \"length\" : 0.1799999999999784,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.95,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 189.46,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4761,\n    \"length\" : 0.0800000000000125,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.712,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 189.64,\n    \"word\" : \"kind\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4762,\n    \"length\" : 0.2599999999999909,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 189.72,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4763,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 189.98,\n    \"word\" : \"how\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4764,\n    \"length\" : 0.37999999999999545,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 190.22,\n    \"word\" : \"we\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4765,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 190.6,\n    \"word\" : \"see\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4766,\n    \"length\" : 0.2,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.935,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 190.84,\n    \"word\" : \"a\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4767,\n    \"length\" : 0.46000000000000796,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 191.94,\n    \"word\" : \"deployment\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4768,\n    \"length\" : 0.6999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.973,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 192.4,\n    \"word\" : \"looking\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4769,\n    \"length\" : 0.4000000000000057,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.96,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 193.1,\n    \"word\" : \"from\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4770,\n    \"length\" : 0.2,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.958,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 193.5,\n    \"word\" : \"a\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4771,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 193.96,\n    \"word\" : \"point\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4772,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 194.12,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4773,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 194.28,\n    \"word\" : \"view\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4774,\n    \"length\" : 0.3400000000000034,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 194.44,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4775,\n    \"length\" : 0.3599999999999852,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.973,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 194.78,\n    \"word\" : \"data\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4776,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.926,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 195.14,\n    \"word\" : \"flow,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4777,\n    \"length\" : 0.46000000000000796,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.967,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 195.6,\n    \"word\" : \"right?\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4778,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.992,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 196.24,\n    \"word\" : \"And\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4779,\n    \"length\" : 0.1799999999999784,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 196.46,\n    \"word\" : \"this\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4780,\n    \"length\" : 0.3800000000000239,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.987,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 196.64,\n    \"word\" : \"data\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4781,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 197.02,\n    \"word\" : \"flow\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4782,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 197.22,\n    \"word\" : \"will\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4783,\n    \"length\" : 0.3400000000000034,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 197.5,\n    \"word\" : \"not\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4784,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.986,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 197.84,\n    \"word\" : \"differ\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4785,\n    \"length\" : 0.6199999999999761,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 198.08,\n    \"word\" : \"between\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4786,\n    \"length\" : 0.2600000000000193,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.993,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 198.7,\n    \"word\" : \"whether\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4787,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.962,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 198.96,\n    \"word\" : \"that\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4788,\n    \"length\" : 0.5,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 199.18,\n    \"word\" : \"was\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4789,\n    \"length\" : 1.0600000000000023,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 199.68,\n    \"word\" : \"on-premise\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4790,\n    \"length\" : 0.39999999999997726,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.697,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 200.74,\n    \"word\" : \"hosted\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4791,\n    \"length\" : 0.3200000000000216,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 201.14,\n    \"word\" : \"by\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4792,\n    \"length\" : 0.1799999999999784,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.962,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 201.46,\n    \"word\" : \"us\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4793,\n    \"length\" : 0.20000000000001705,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.779,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 201.64,\n    \"word\" : \"as\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4794,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.98,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 201.84,\n    \"word\" : \"a\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4795,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.503,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 202.0,\n    \"word\" : \"SAS\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4796,\n    \"length\" : 0.5799999999999841,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.974,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 202.18,\n    \"word\" : \"service\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4797,\n    \"length\" : 0.4,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.79,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 202.76,\n    \"word\" : \"or\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4798,\n    \"length\" : 0.37999999999999545,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 203.3,\n    \"word\" : \"hosted\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4799,\n    \"length\" : 0.5600000000000023,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 203.68,\n    \"word\" : \"internally\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4800,\n    \"length\" : 0.3599999999999852,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.969,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 204.24,\n    \"word\" : \"within\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4801,\n    \"length\" : 0.4399999999999977,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.145,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 204.6,\n    \"word\" : \"EARSTER.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4802,\n    \"length\" : 0.2599999999999909,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.962,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 205.22,\n    \"word\" : \"The\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4803,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.991,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 205.48,\n    \"word\" : \"actual\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4804,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 205.72,\n    \"word\" : \"flow\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4805,\n    \"length\" : 0.36000000000001364,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.98,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 205.92,\n    \"word\" : \"itself\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4806,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 206.28,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4807,\n    \"length\" : 0.20000000000001705,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 206.48,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4808,\n    \"length\" : 0.3400000000000034,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 206.68,\n    \"word\" : \"same.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4809,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.953,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 208.06,\n    \"word\" : \"So\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4810,\n    \"length\" : 0.3200000000000216,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.853,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 208.26,\n    \"word\" : \"obviously,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4811,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 208.82,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4812,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 209.04,\n    \"word\" : \"starting\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4813,\n    \"length\" : 0.2600000000000193,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 209.26,\n    \"word\" : \"point\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4814,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.909,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 209.52,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4815,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.986,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 209.72,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4816,\n    \"length\" : 0.2599999999999909,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 209.94,\n    \"word\" : \"collection\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4817,\n    \"length\" : 0.4,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 210.2,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4818,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 210.66,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4819,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 210.84,\n    \"word\" : \"data\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4820,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.991,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 211.04,\n    \"word\" : \"that's\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4821,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 211.28,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4822,\n    \"length\" : 0.37999999999999545,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 211.46,\n    \"word\" : \"interest.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4823,\n    \"length\" : 0.3400000000000034,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.679,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 212.2,\n    \"word\" : \"And\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4824,\n    \"length\" : 0.3200000000000216,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.981,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 212.54,\n    \"word\" : \"in\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4825,\n    \"length\" : 0.1799999999999784,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 212.86,\n    \"word\" : \"this\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4826,\n    \"length\" : 0.20000000000001705,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 213.04,\n    \"word\" : \"case\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4827,\n    \"length\" : 0.13999999999998636,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.876,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 213.24,\n    \"word\" : \"here,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4828,\n    \"length\" : 0.13999999999998636,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 213.4,\n    \"word\" : \"it's\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4829,\n    \"length\" : 0.20000000000001705,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.993,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 213.54,\n    \"word\" : \"in\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4830,\n    \"length\" : 0.1799999999999784,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 213.74,\n    \"word\" : \"two\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4831,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 213.92,\n    \"word\" : \"forms.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4832,\n    \"length\" : 0.3199999999999932,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 214.24,\n    \"word\" : \"It's\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4833,\n    \"length\" : 0.2599999999999909,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 214.56,\n    \"word\" : \"audio\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4834,\n    \"length\" : 0.2600000000000193,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.984,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 214.82,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4835,\n    \"length\" : 0.29999999999998295,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.658,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 215.08,\n    \"word\" : \"emails.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4836,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 215.4,\n    \"word\" : \"So\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4837,\n    \"length\" : 0.13999999999998636,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.988,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 215.58,\n    \"word\" : \"we've\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4838,\n    \"length\" : 0.060000000000002274,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 215.72,\n    \"word\" : \"got\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4839,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 215.78,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4840,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.991,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 216.0,\n    \"word\" : \"email\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4841,\n    \"length\" : 0.37999999999999545,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.992,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 216.24,\n    \"word\" : \"archive\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4842,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.165,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 216.62,\n    \"word\" : \"and\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4843,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 216.74,\n    \"word\" : \"we've\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4844,\n    \"length\" : 0.1799999999999784,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 216.96,\n    \"word\" : \"also\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4845,\n    \"length\" : 0.14000000000001478,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 217.14,\n    \"word\" : \"got\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4846,\n    \"length\" : 0.30000000000001137,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 217.28,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4847,\n    \"length\" : 0.37999999999999545,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 217.58,\n    \"word\" : \"recordings\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4848,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 217.96,\n    \"word\" : \"from\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4849,\n    \"length\" : 0.6200000000000045,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.618,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 218.24,\n    \"word\" : \"Malvaria.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4850,\n    \"length\" : 0.20000000000001705,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 219.7,\n    \"word\" : \"From\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4851,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.932,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 219.9,\n    \"word\" : \"our\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4852,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 220.12,\n    \"word\" : \"point\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4853,\n    \"length\" : 0.13999999999998636,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 220.28,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4854,\n    \"length\" : 0.30000000000001137,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 220.42,\n    \"word\" : \"view,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4855,\n    \"length\" : 0.23999999999998067,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.979,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 220.96,\n    \"word\" : \"we're\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4856,\n    \"length\" : 0.2600000000000193,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 221.2,\n    \"word\" : \"looking\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4857,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 221.46,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4858,\n    \"length\" : 0.060000000000002274,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 221.66,\n    \"word\" : \"get\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4859,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 221.72,\n    \"word\" : \"those\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4860,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.922,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 221.92,\n    \"word\" : \"onto\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4861,\n    \"length\" : 0.2,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 222.2,\n    \"word\" : \"a\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4862,\n    \"length\" : 0.5,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.991,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 222.9,\n    \"word\" : \"storage\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4863,\n    \"length\" : 0.3400000000000034,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.939,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 223.4,\n    \"word\" : \"file\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4864,\n    \"length\" : 0.47999999999998977,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 223.74,\n    \"word\" : \"system.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4865,\n    \"length\" : 0.47999999999998977,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 224.96,\n    \"word\" : \"And\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4866,\n    \"length\" : 0.4200000000000159,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 225.44,\n    \"word\" : \"that's\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4867,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 225.86,\n    \"word\" : \"where\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4868,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 226.02,\n    \"word\" : \"you\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4869,\n    \"length\" : 0.39999999999997726,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 226.3,\n    \"word\" : \"get\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4870,\n    \"length\" : 0.7199999999999989,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.962,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 226.7,\n    \"word\" : \"export\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4871,\n    \"length\" : 0.5400000000000205,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 227.42,\n    \"word\" : \"location.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4872,\n    \"length\" : 0.160000000000025,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 228.2,\n    \"word\" : \"So\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4873,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 228.36,\n    \"word\" : \"let's\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4874,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.992,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 228.58,\n    \"word\" : \"just\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4875,\n    \"length\" : 0.09999999999999432,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 228.74,\n    \"word\" : \"say\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4876,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 228.84,\n    \"word\" : \"that\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4877,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.987,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 229.06,\n    \"word\" : \"we've\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4878,\n    \"length\" : 0.4199999999999875,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.018,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 229.3,\n    \"word\" : \"got\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4879,\n    \"length\" : 0.01,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.924,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 229.72,\n    \"word\" : \"those\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4880,\n    \"length\" : 0.47999999999998977,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 229.73,\n    \"word\" : \"files.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4881,\n    \"length\" : 0.4200000000000159,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.932,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 230.2,\n    \"word\" : \"They're\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4882,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.986,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 230.62,\n    \"word\" : \"ready\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4883,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 230.82,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4884,\n    \"length\" : 0.2600000000000193,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 230.98,\n    \"word\" : \"be\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4885,\n    \"length\" : 0.45999999999997954,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 231.24,\n    \"word\" : \"processed\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4886,\n    \"length\" : 0.4,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.981,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 231.7,\n    \"word\" : \"by\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4887,\n    \"length\" : 0.4199999999999875,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.835,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 232.22,\n    \"word\" : \"Intelligent\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4888,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.981,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 232.64,\n    \"word\" : \"Voice\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4889,\n    \"length\" : 0.4399999999999977,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.361,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 232.82,\n    \"word\" : \"Software.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4890,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.975,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 234.18,\n    \"word\" : \"What\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4891,\n    \"length\" : 0.3599999999999852,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 234.36,\n    \"word\" : \"we've\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4892,\n    \"length\" : 0.14000000000001478,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 234.72,\n    \"word\" : \"got\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4893,\n    \"length\" : 0.23999999999998067,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.989,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 234.86,\n    \"word\" : \"is\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4894,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 235.1,\n    \"word\" : \"a\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4895,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 235.28,\n    \"word\" : \"bunch\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4896,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 235.48,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4897,\n    \"length\" : 0.2599999999999909,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 235.72,\n    \"word\" : \"connectors\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4898,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.992,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 235.98,\n    \"word\" : \"that\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4899,\n    \"length\" : 0.5800000000000125,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 236.2,\n    \"word\" : \"we've\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4900,\n    \"length\" : 0.30000000000001137,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 236.78,\n    \"word\" : \"already\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4901,\n    \"length\" : 0.3199999999999932,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 237.08,\n    \"word\" : \"built.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4902,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 237.84,\n    \"word\" : \"Some\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4903,\n    \"length\" : 0.07999999999998408,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 238.06,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4904,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.995,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 238.14,\n    \"word\" : \"those\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4905,\n    \"length\" : 0.20000000000001705,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.845,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 238.32,\n    \"word\" : \"may\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4906,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.993,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 238.52,\n    \"word\" : \"need\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4907,\n    \"length\" : 0.37999999999999545,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.965,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 238.8,\n    \"word\" : \"adapting\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4908,\n    \"length\" : 0.4199999999999875,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.992,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 239.18,\n    \"word\" : \"slightly,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4909,\n    \"length\" : 0.160000000000025,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 239.64,\n    \"word\" : \"but\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4910,\n    \"length\" : 0.29999999999998295,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 239.8,\n    \"word\" : \"those\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4911,\n    \"length\" : 0.3199999999999932,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 240.1,\n    \"word\" : \"connectors\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4912,\n    \"length\" : 0.5600000000000023,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.977,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 240.42,\n    \"word\" : \"basically\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4913,\n    \"length\" : 0.7600000000000193,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.977,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 240.98,\n    \"word\" : \"pull\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4914,\n    \"length\" : 0.37999999999999545,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 241.74,\n    \"word\" : \"data\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4915,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 242.12,\n    \"word\" : \"from\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4916,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 242.32,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4917,\n    \"length\" : 0.3599999999999852,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.988,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 242.56,\n    \"word\" : \"file\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4918,\n    \"length\" : 0.5400000000000205,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 242.92,\n    \"word\" : \"storage\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4919,\n    \"length\" : 0.4399999999999977,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 243.46,\n    \"word\" : \"system.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4920,\n    \"length\" : 0.37999999999999545,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.991,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 244.4,\n    \"word\" : \"In\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4921,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 244.78,\n    \"word\" : \"some\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4922,\n    \"length\" : 0.3400000000000034,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 245.0,\n    \"word\" : \"cases,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4923,\n    \"length\" : 0.21999999999999886,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 245.34,\n    \"word\" : \"we\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4924,\n    \"length\" : 0.2599999999999909,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 245.56,\n    \"word\" : \"do\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4925,\n    \"length\" : 0.44000000000002615,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 245.82,\n    \"word\" : \"some\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4926,\n    \"length\" : 0.7800000000000011,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.671,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 246.84,\n    \"word\" : \"pre-processing\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4927,\n    \"length\" : 0.13999999999998636,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 247.62,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4928,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 247.76,\n    \"word\" : \"that\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4929,\n    \"length\" : 0.3800000000000239,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 247.92,\n    \"word\" : \"data.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4930,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.909,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 248.76,\n    \"word\" : \"So\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4931,\n    \"length\" : 0.37999999999999545,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.804,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 248.94,\n    \"word\" : \"sometimes\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4932,\n    \"length\" : 0.4000000000000057,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.852,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 249.32,\n    \"word\" : \"audio\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4933,\n    \"length\" : 0.3400000000000034,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 249.72,\n    \"word\" : \"formats\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4934,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.904,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 250.06,\n    \"word\" : \"are\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4935,\n    \"length\" : 0.14000000000001478,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 250.26,\n    \"word\" : \"not\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4936,\n    \"length\" : 0.3199999999999932,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.985,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 250.4,\n    \"word\" : \"in\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4937,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 250.72,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4938,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 250.9,\n    \"word\" : \"right\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4939,\n    \"length\" : 0.29999999999998295,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 251.08,\n    \"word\" : \"format.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4940,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 251.52,\n    \"word\" : \"We'll\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4941,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 251.72,\n    \"word\" : \"convert\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4942,\n    \"length\" : 0.1799999999999784,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.997,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 251.96,\n    \"word\" : \"them\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4943,\n    \"length\" : 0.14000000000001478,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.991,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 252.14,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4944,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 252.28,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4945,\n    \"length\" : 0.1599999999999966,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 252.44,\n    \"word\" : \"right\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4946,\n    \"length\" : 0.4200000000000159,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 252.6,\n    \"word\" : \"format.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4947,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 253.76,\n    \"word\" : \"In\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4948,\n    \"length\" : 0.28000000000000114,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 254.04,\n    \"word\" : \"some\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4949,\n    \"length\" : 0.20000000000001705,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.91,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 254.32,\n    \"word\" : \"use\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4950,\n    \"length\" : 0.5199999999999818,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 254.52,\n    \"word\" : \"cases,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4951,\n    \"length\" : 0.2599999999999909,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 255.06,\n    \"word\" : \"we\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4952,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 255.32,\n    \"word\" : \"want\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4953,\n    \"length\" : 0.19999999999998863,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 255.5,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4954,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 255.7,\n    \"word\" : \"filter\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4955,\n    \"length\" : 0.2599999999999909,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.992,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 255.88,\n    \"word\" : \"out\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4956,\n    \"length\" : 0.5200000000000387,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.991,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 256.14,\n    \"word\" : \"noise.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4957,\n    \"length\" : 0.37999999999999545,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 257.4,\n    \"word\" : \"In\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4958,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 257.78,\n    \"word\" : \"other\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4959,\n    \"length\" : 0.30000000000001137,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 1.0,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 257.96,\n    \"word\" : \"cases,\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4960,\n    \"length\" : 0.160000000000025,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.416,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 258.26,\n    \"word\" : \"we\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4961,\n    \"length\" : 0.15999999999996817,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.874,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 258.42,\n    \"word\" : \"want\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4962,\n    \"length\" : 0.1400000000000432,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 258.58,\n    \"word\" : \"to\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4963,\n    \"length\" : 0.13999999999998636,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.999,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 258.72,\n    \"word\" : \"keep\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4964,\n    \"length\" : 0.2799999999999727,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.985,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 258.86,\n    \"word\" : \"noise\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4965,\n    \"length\" : 0.4,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.996,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 259.14,\n    \"word\" : \"in\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4966,\n    \"length\" : 0.4199999999999591,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.663,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 259.6,\n    \"word\" : \"because\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4967,\n    \"length\" : 0.2400000000000091,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.986,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 260.02,\n    \"word\" : \"it's\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4968,\n    \"length\" : 0.18000000000000682,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 260.26,\n    \"word\" : \"of\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4969,\n    \"length\" : 0.37999999999999545,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.998,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 260.44,\n    \"word\" : \"interest.\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4970,\n    \"length\" : 0.13999999999998636,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.969,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 261.1,\n    \"word\" : \"But\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4971,\n    \"length\" : 0.15999999999996817,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.987,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 261.24,\n    \"word\" : \"we\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4972,\n    \"length\" : 0.4800000000000182,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.991,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 261.4,\n    \"word\" : \"basically\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4973,\n    \"length\" : 0.5199999999999818,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.993,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 261.88,\n    \"word\" : \"clean\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4974,\n    \"length\" : 0.4399999999999977,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.994,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 262.4,\n    \"word\" : \"the\"\n  }, {\n    \"alternatives\" : [ ],\n    \"generatedByASR\" : true,\n    \"id\" : 4975,\n    \"length\" : 0.12000000000000455,\n    \"processingModels\" : [ 1 ],\n    \"score\" : 0.901,\n    \"speaker\" : {\n      \"channelNumber\" : 0,\n      \"id\" : 4000027,\n      \"label\" : \"Speaker 2\",\n      \"name\" : \"da0a85639ecb56a63f78c875cd41429f9fe50382d5331f368df96c6ba26bed4d\",\n      \"no\" : 2\n    },\n    \"timestamp\" : 262.84,\n    \"word\" : \"data.\"\n  } ],\n  \"tags\" : [ {\n    \"id\" : 224,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 137.06,\n      \"wordIndex\" : 195\n    } ],\n    \"positionInView\" : 1,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.033,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Chief Product Officer\",\n    \"tagID\" : 102,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 225,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 146.58,\n      \"wordIndex\" : 218\n    } ],\n    \"positionInView\" : 2,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.167,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Technology Roadmap\",\n    \"tagID\" : 103,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 226,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 209.04,\n      \"wordIndex\" : 405\n    } ],\n    \"positionInView\" : 3,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.059,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Starting Point\",\n    \"tagID\" : 104,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 227,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 136.3,\n      \"wordIndex\" : 193\n    } ],\n    \"positionInView\" : 4,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.063,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Elliot Roberts\",\n    \"tagID\" : 105,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 228,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 130.44,\n      \"wordIndex\" : 182\n    } ],\n    \"positionInView\" : 5,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.056,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Good Afternoon\",\n    \"tagID\" : 4,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 229,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 242.92,\n      \"wordIndex\" : 511\n    } ],\n    \"positionInView\" : 6,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.039,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Storage System\",\n    \"tagID\" : 106,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 230,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 179.88,\n      \"wordIndex\" : 323\n    } ],\n    \"positionInView\" : 7,\n    \"rawscore\" : 3.962,\n    \"score\" : 24.649,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Conversations\",\n    \"tagID\" : 107,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 231,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 249.32,\n      \"wordIndex\" : 525\n    } ],\n    \"positionInView\" : 8,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.056,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Audio Formats\",\n    \"tagID\" : 108,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 232,\n    \"length\" : 0,\n    \"occurrence\" : 2,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 193.96,\n      \"wordIndex\" : 364\n    }, {\n      \"offset\" : 0,\n      \"order\" : 2,\n      \"timestamp\" : 220.12,\n      \"wordIndex\" : 445\n    } ],\n    \"positionInView\" : 9,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.037,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Point Of View\",\n    \"tagID\" : 109,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 233,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 242.56,\n      \"wordIndex\" : 510\n    } ],\n    \"positionInView\" : 10,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.024,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"File Storage\",\n    \"tagID\" : 110,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 234,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 131.66,\n      \"wordIndex\" : 187\n    } ],\n    \"positionInView\" : 11,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.056,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Good Weekend\",\n    \"tagID\" : 10,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 235,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 150.64,\n      \"wordIndex\" : 227\n    } ],\n    \"positionInView\" : 12,\n    \"rawscore\" : 1289.618,\n    \"score\" : 51.399,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Development\",\n    \"tagID\" : 111,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 236,\n    \"length\" : 0,\n    \"occurrence\" : 3,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 174.56,\n      \"wordIndex\" : 307\n    }, {\n      \"offset\" : 0,\n      \"order\" : 2,\n      \"timestamp\" : 175.52,\n      \"wordIndex\" : 309\n    }, {\n      \"offset\" : 0,\n      \"order\" : 3,\n      \"timestamp\" : 187.72,\n      \"wordIndex\" : 348\n    } ],\n    \"positionInView\" : 13,\n    \"rawscore\" : 18.541,\n    \"score\" : 31.785,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Assumptions\",\n    \"tagID\" : 112,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 237,\n    \"length\" : 0,\n    \"occurrence\" : 4,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 138.1,\n      \"wordIndex\" : 199\n    }, {\n      \"offset\" : 0,\n      \"order\" : 2,\n      \"timestamp\" : 152.32,\n      \"wordIndex\" : 233\n    }, {\n      \"offset\" : 0,\n      \"order\" : 3,\n      \"timestamp\" : 159.76,\n      \"wordIndex\" : 255\n    }, {\n      \"offset\" : 0,\n      \"order\" : 4,\n      \"timestamp\" : 232.22,\n      \"wordIndex\" : 480\n    } ],\n    \"positionInView\" : 14,\n    \"rawscore\" : 8.010,\n    \"score\" : 27.904,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Intelligent\",\n    \"tagID\" : 66,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 238,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 223.4,\n      \"wordIndex\" : 456\n    } ],\n    \"positionInView\" : 15,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.024,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"File System\",\n    \"tagID\" : 113,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 239,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 143.66,\n      \"wordIndex\" : 213\n    } ],\n    \"positionInView\" : 16,\n    \"rawscore\" : 3832.736,\n    \"score\" : 56.435,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Production\",\n    \"tagID\" : 114,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 240,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 217.58,\n      \"wordIndex\" : 440\n    } ],\n    \"positionInView\" : 17,\n    \"rawscore\" : 882.370,\n    \"score\" : 49.644,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Recordings\",\n    \"tagID\" : 115,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 241,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 191.94,\n      \"wordIndex\" : 360\n    } ],\n    \"positionInView\" : 18,\n    \"rawscore\" : 569.746,\n    \"score\" : 47.622,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Deployment\",\n    \"tagID\" : 116,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 242,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 153.36,\n      \"wordIndex\" : 235\n    } ],\n    \"positionInView\" : 19,\n    \"rawscore\" : 434.104,\n    \"score\" : 46.364,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Background\",\n    \"tagID\" : 70,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 243,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 209.94,\n      \"wordIndex\" : 409\n    } ],\n    \"positionInView\" : 20,\n    \"rawscore\" : 400.521,\n    \"score\" : 45.992,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Collection\",\n    \"tagID\" : 117,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 244,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 148.12,\n      \"wordIndex\" : 221\n    } ],\n    \"positionInView\" : 21,\n    \"rawscore\" : 208.840,\n    \"score\" : 42.981,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Innovation\",\n    \"tagID\" : 118,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 245,\n    \"length\" : 0,\n    \"occurrence\" : 2,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 235.72,\n      \"wordIndex\" : 490\n    }, {\n      \"offset\" : 0,\n      \"order\" : 2,\n      \"timestamp\" : 240.1,\n      \"wordIndex\" : 504\n    } ],\n    \"positionInView\" : 22,\n    \"rawscore\" : 27.785,\n    \"score\" : 33.655,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Connectors\",\n    \"tagID\" : 119,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 246,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 165.68,\n      \"wordIndex\" : 278\n    } ],\n    \"positionInView\" : 23,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.063,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Little Bit\",\n    \"tagID\" : 15,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 247,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 156.72,\n      \"wordIndex\" : 245\n    } ],\n    \"positionInView\" : 24,\n    \"rawscore\" : 820.991,\n    \"score\" : 49.311,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Customers\",\n    \"tagID\" : 120,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 248,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 158.38,\n      \"wordIndex\" : 249\n    } ],\n    \"positionInView\" : 25,\n    \"rawscore\" : 770.931,\n    \"score\" : 49.020,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Insurance\",\n    \"tagID\" : 121,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 249,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 183.62,\n      \"wordIndex\" : 335\n    } ],\n    \"positionInView\" : 26,\n    \"rawscore\" : 414.087,\n    \"score\" : 46.146,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Responses\",\n    \"tagID\" : 122,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 250,\n    \"length\" : 0,\n    \"occurrence\" : 2,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 66.96,\n      \"wordIndex\" : 95\n    }, {\n      \"offset\" : 0,\n      \"order\" : 2,\n      \"timestamp\" : 130.62,\n      \"wordIndex\" : 183\n    } ],\n    \"positionInView\" : 27,\n    \"rawscore\" : 358.088,\n    \"score\" : 45.474,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Afternoon\",\n    \"tagID\" : 19,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 251,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 186.82,\n      \"wordIndex\" : 343\n    } ],\n    \"positionInView\" : 28,\n    \"rawscore\" : 6.830,\n    \"score\" : 27.167,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Apologies\",\n    \"tagID\" : 123,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 252,\n    \"length\" : 0,\n    \"occurrence\" : 2,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 194.78,\n      \"wordIndex\" : 368\n    }, {\n      \"offset\" : 0,\n      \"order\" : 2,\n      \"timestamp\" : 196.64,\n      \"wordIndex\" : 373\n    } ],\n    \"positionInView\" : 29,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.046,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Data Flow\",\n    \"tagID\" : 124,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 253,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 213.74,\n      \"wordIndex\" : 423\n    } ],\n    \"positionInView\" : 30,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.083,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Two Forms\",\n    \"tagID\" : 125,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 254,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 115.34,\n      \"wordIndex\" : 165\n    } ],\n    \"positionInView\" : 31,\n    \"rawscore\" : 1.000,\n    \"score\" : 0.083,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Next Time\",\n    \"tagID\" : 24,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 255,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 227.42,\n      \"wordIndex\" : 464\n    } ],\n    \"positionInView\" : 32,\n    \"rawscore\" : 3243.893,\n    \"score\" : 55.664,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Location\",\n    \"tagID\" : 126,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 256,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 232.82,\n      \"wordIndex\" : 482\n    } ],\n    \"positionInView\" : 33,\n    \"rawscore\" : 3126.085,\n    \"score\" : 55.493,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Software\",\n    \"tagID\" : 127,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 257,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 18.1,\n      \"wordIndex\" : 25\n    } ],\n    \"positionInView\" : 34,\n    \"rawscore\" : 1111.844,\n    \"score\" : 50.713,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Question\",\n    \"tagID\" : 25,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 258,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 151.24,\n      \"wordIndex\" : 229\n    } ],\n    \"positionInView\" : 35,\n    \"rawscore\" : 1042.685,\n    \"score\" : 50.416,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Delivery\",\n    \"tagID\" : 128,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 259,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 238.8,\n      \"wordIndex\" : 500\n    } ],\n    \"positionInView\" : 36,\n    \"rawscore\" : 1039.599,\n    \"score\" : 50.402,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Adapting\",\n    \"tagID\" : 129,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 260,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 170.04,\n      \"wordIndex\" : 295\n    } ],\n    \"positionInView\" : 37,\n    \"rawscore\" : 559.308,\n    \"score\" : 47.536,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Overview\",\n    \"tagID\" : 130,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 261,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 154.48,\n      \"wordIndex\" : 238\n    } ],\n    \"positionInView\" : 38,\n    \"rawscore\" : 221.927,\n    \"score\" : 43.262,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Startups\",\n    \"tagID\" : 131,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 262,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 69.12,\n      \"wordIndex\" : 102\n    } ],\n    \"positionInView\" : 39,\n    \"rawscore\" : 23.276,\n    \"score\" : 32.836,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Blockers\",\n    \"tagID\" : 28,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 263,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 218.24,\n      \"wordIndex\" : 442\n    } ],\n    \"positionInView\" : 40,\n    \"rawscore\" : 0.149,\n    \"score\" : 9.484,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Malvaria\",\n    \"tagID\" : 132,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 264,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 202.18,\n      \"wordIndex\" : 389\n    } ],\n    \"positionInView\" : 41,\n    \"rawscore\" : 42528.175,\n    \"score\" : 67.562,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Service\",\n    \"tagID\" : 30,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 265,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 18.78,\n      \"wordIndex\" : 28\n    } ],\n    \"positionInView\" : 42,\n    \"rawscore\" : 3787.529,\n    \"score\" : 56.380,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Channel\",\n    \"tagID\" : 32,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 266,\n    \"length\" : 0,\n    \"occurrence\" : 1,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 216.24,\n      \"wordIndex\" : 434\n    } ],\n    \"positionInView\" : 43,\n    \"rawscore\" : 1174.794,\n    \"score\" : 50.968,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Archive\",\n    \"tagID\" : 133,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  }, {\n    \"id\" : 267,\n    \"length\" : 0,\n    \"occurrence\" : 2,\n    \"position\" : [ {\n      \"offset\" : 0,\n      \"order\" : 1,\n      \"timestamp\" : 58.52,\n      \"wordIndex\" : 73\n    }, {\n      \"offset\" : 0,\n      \"order\" : 2,\n      \"timestamp\" : 82.36,\n      \"wordIndex\" : 114\n    } ],\n    \"positionInView\" : 44,\n    \"rawscore\" : 628.952,\n    \"score\" : 48.079,\n    \"seektime\" : 0,\n    \"status\" : 0,\n    \"tag\" : \"Tickets\",\n    \"tagID\" : 37,\n    \"urlRef\" : \"4000008\",\n    \"vox\" : 1\n  } ],\n  \"textURL\" : \"\",\n  \"timestamp\" : \"2024-05-30 09:52:09.0\",\n  \"title\" : \"AG_8.wav (04:23) 8 import37\",\n  \"to\" : \"ygS1jQXFS1WKYuvBgetLYw <ygS1jQXFS1WKYuvBgetLYw@import37.intelligentvoice.com>;\",\n  \"url_ref\" : \"\",\n  \"vox\" : 1\n}"},{"id":"3989e585-269a-4dea-adb9-863818e780bc","name":"Get Item Details with Task Results (Conduct Risk & Activity Summary - Compliance)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId?userId=1&groupId=1&waveForm=false","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"},{"key":"waveForm","value":"false","description":"Optional.  Possible values: true, false. If true, will include waveform data in response (if server supports it)."}],"variable":[{"key":"itemId","value":"1005624","description":"Mandatory","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT"},{"key":"exception","value":"Object not present In the Database"},{"key":"Date","value":"Thu, 06 May 2021 14:34:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"allText\": \"You know, you know what I mean? We had, we were up in 120 and 130, we had a really shitty week. Two billion, well we never had two billion. We never had anything like two billion before. And we never had a day like today when one and a half billion went out. Now when you say buffer, you're talking about the liquidity ratios, are you? I am, yeah. I don't care about them, I care about some cash. So we're going to go on out of cash. Well, look, I mean, the thing is, the liquidity is an indicator of the cash. The cash comes about later. Well, I know that, John, I get that. What I'm saying is that, and I know I've been clipping it off, so please don't take it that way, but the regulatory minimums are not in themselves a disaster for the bank unless somebody finds out about them. Yeah, I think that's right. But I think also, you're moving into a different Now you're having to tell the regulator what lending you're doing. He wants to sign off on it. He wants to find out what your inflows are and outflows are every day. So you're going to have the regulator sitting in your corner office. You know, I guess I don't want to add yourself yet. No, look, what will happen is we get a bounce on Monday. I'm kind of sure of that. I think we've got a decent balance actually. So, boss. Boss. We should be measuring this a week from now, saying what does that really mean, but that was a month then, for fuck's sake, just take the roll with the punches, let's see what comes in a week. If we're worse off a week from now, I'll be with you, be running down to the central bank with you. Yeah, okay, well maybe I'm a week ahead of you, but that's what I feel, you know what I mean? This is your personality kicking in again, you're worried about things that haven't happened yet. Yeah, yeah, yeah. I'm having a bad and scary day where there was so much to worry about, I just didn't worry about the things that haven't happened yet. It was only the guy that was actually beating you up now that worried about it. I was the closest to the guy that was going to beat you up when this guy finished again. OK, well, you know, maybe I've got a few comps, but I can see the guy taking out the BTW, you know? Yeah, he's not sticking your back. OK, well, look, let us take this week as a bad week, and let myself have the fucking reasonable wiggle room over the weekend that it was a month end, but let's judge in, let's say, the middle of next week whether it was a fucking month end. There are some credit actions within that. Not all is going to come back, but I think a good bit is going to come back, you know? Yeah, now it's another of them wider picture, and I'm going to talk to you, me and Rex, and we're going to talk about this. We've been doing a lot of work, we're working on it today actually, about maybe just having the conversation with our buddies in Dames Street about fallback, you know. First of all, I don't want any fucking phallusology from them, and secondly, if it gets close to the bone in terms of cash, you know, we need to be able to pull money down, so get yourself ready. And how does it look, and does it become public, and all that stuff. Yeah, yeah, and we need to find out what they need from us to give us the cash. Yeah, well, no problem having that conversation. It's about time to have it now, I think. Yeah, yeah, okay. \",\n    \"allTextPerSpeaker\": \"So, boss. Yeah, yeah, yeah. I'm having a I was the closest to the guy that was going to beat you up when You know, you know what I mean? We had, we were up in 120 and 130, we had a really shitty week. Two billion, well we never had two billion. We never had anything like two billion before. And we never had a day like today when one and a half billion went out. I am, yeah. Well, look, I mean, the thing is, the liquidity is an indicator of the cash. The cash comes about later. Yeah, I think that's right. But I think also, you're moving into a different Now you're having to tell the regulator what lending you're doing. He wants to sign off on it. He wants to find out what your inflows are and outflows are every day. So you're going to have the regulator sitting in your corner office. No, look, what will happen is we get a bounce on Monday. I'm kind of sure of that. I think we've got a decent balance actually. Yeah, okay, well maybe I'm a week ahead of you, but that's what I feel, you know what I mean? this guy finished again. OK, well, you know, maybe I've got a few comps, but I can see the guy taking out the BTW, you know? of next week whether it There are some credit actions within that. Not all is going to come back, but I think a good bit is going to come back, you know? Yeah, yeah, and we need to find out what they need from us to give us the cash. Yeah, yeah, okay. Now when you say buffer, you're talking about the liquidity ratios, are you? I don't care about them, I care about some cash. So we're going to go on out of cash. Well, I know that, John, I get that. What I'm saying is that, and I know I've been clipping it off, so please don't take it that way, but the regulatory minimums are not in themselves a disaster for the bank unless somebody finds out about them. You know, I guess I don't want to add yourself yet. Boss. We should be measuring this a week from now, saying what does that really mean, but that was a month then, for fuck's sake, just take the roll with the punches, let's see what comes in a week. If we're worse off a week from now, I'll be with you, be running down to the central bank with you. This is your personality kicking in again, you're worried about things that haven't happened yet. bad and scary day where there was so much to worry about, I just didn't worry about the things that haven't happened yet. It was only the guy that was actually beating you up now that worried about it. Yeah, he's not sticking your back. OK, well, look, let us take this week as a bad week, and let myself have the fucking reasonable wiggle room over the weekend that it was a month end, but let's judge in, let's say, the middle was a fucking month end. Yeah, now it's another of them wider picture, and I'm going to talk to you, me and Rex, and we're going to talk about this. We've been doing a lot of work, we're working on it today actually, about maybe just having the conversation with our buddies in Dames Street about fallback, you know. First of all, I don't want any fucking phallusology from them, and secondly, if it gets close to the bone in terms of cash, you know, we need to be able to pull money down, so get yourself ready. And how does it look, and does it become public, and all that stuff. Yeah, well, no problem having that conversation. It's about time to have it now, I think.\",\n    \"attachment\": [],\n    \"body\": \"<p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: You know, you know what I mean? We had, we were up in 120 and 130, we had a really shitty week. Two billion, well we never had two billion. We never had anything like two billion before. And we never had a day like today when one and a half billion went out. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: Now when you say buffer, you're talking about the liquidity ratios, are you? </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: I am, yeah. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: I don't care about them, I care about some cash. So we're going to go on out of cash. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: Well, look, I mean, the thing is, the liquidity is an indicator of the cash. The cash comes about later. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: Well, I know that, John, I get that. What I'm saying is that, and I know I've been clipping it off, so please don't take it that way, but the regulatory minimums are not in themselves a disaster for the bank unless somebody finds out about them. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: Yeah, I think that's right. But I think also, you're moving into a different Now you're having to tell the regulator what lending you're doing. He wants to sign off on it. He wants to find out what your inflows are and outflows are every day. So you're going to have the regulator sitting in your corner office. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: You know, I guess I don't want to add yourself yet. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: No, look, what will happen is we get a bounce on Monday. I'm kind of sure of that. I think we've got a decent balance actually. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 3: So, boss. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: Boss. We should be measuring this a week from now, saying what does that really mean, but that was a month then, for fuck's sake, just take the roll with the punches, let's see what comes in a week. If we're worse off a week from now, I'll be with you, be running down to the central bank with you. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: Yeah, okay, well maybe I'm a week ahead of you, but that's what I feel, you know what I mean? </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: This is your personality kicking in again, you're worried about things that haven't happened yet. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 3: Yeah, yeah, yeah. I'm having a </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: bad and scary day where there was so much to worry about, I just didn't worry about the things that haven't happened yet. It was only the guy that was actually beating you up now that worried about it. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 3: I was the closest to the guy that was going to beat you up when </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: this guy finished again. OK, well, you know, maybe I've got a few comps, but I can see the guy taking out the BTW, you know? </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: Yeah, he's not sticking your back. OK, well, look, let us take this week as a bad week, and let myself have the fucking reasonable wiggle room over the weekend that it was a month end, but let's judge in, let's say, the middle </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: of next week whether it </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: was a fucking month end. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: There are some credit actions within that. Not all is going to come back, but I think a good bit is going to come back, you know? </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: Yeah, now it's another of them wider picture, and I'm going to talk to you, me and Rex, and we're going to talk about this. We've been doing a lot of work, we're working on it today actually, about maybe just having the conversation with our buddies in Dames Street about fallback, you know. First of all, I don't want any fucking phallusology from them, and secondly, if it gets close to the bone in terms of cash, you know, we need to be able to pull money down, so get yourself ready. And how does it look, and does it become public, and all that stuff. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: Yeah, yeah, and we need to find out what they need from us to give us the cash. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: Yeah, well, no problem having that conversation. It's about time to have it now, I think. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: Yeah, yeah, okay. </p>\",\n    \"conductRisk\": [\n        {\n            \"context\": \"Speaker 1 is discussing a week with financial losses, mentioning numbers like 120, 130, and two billion, but the exact nature of these figures isn't clear.\",\n            \"contextualRisk\": false,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"General\",\n                \"id\": 2954,\n                \"parentTerm\": \"know what I mean\",\n                \"term\": \"\\\\bknow what I mean\\\\b\"\n            },\n            \"id\": 14871,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The alert term 'know what I mean' is a colloquial expression used to confirm understanding rather than an explicit reference to compliance concerns. The context involves financial losses but lacks specific indicators of non-compliant activities.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13889648,\n                \"length\": 0.1200000000000001,\n                \"score\": 0.975,\n                \"speaker\": {\n                    \"id\": 1012259,\n                    \"label\": \"Speaker 1\",\n                    \"name\": \"1\",\n                    \"no\": 1\n                },\n                \"timestamp\": 0.98,\n                \"word\": \"know\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 1 is reflecting on a challenging week with financial figures mentioned, including references to being up in 120 and 130, and mentioning amounts like two billion.\",\n            \"contextualRisk\": false,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"Profanity\",\n                \"id\": 2742,\n                \"parentTerm\": \"shitty\",\n                \"term\": \"\\\\bshitty\\\\b\"\n            },\n            \"id\": 14873,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The term 'shitty' is used informally to describe a difficult week but does not directly relate to compliance concerns such as insider trading, market manipulation, or other regulatory violations. There is no indication of prohibited activities or breaches of compliance policies in the statement.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13889665,\n                \"length\": 0.5600000000000005,\n                \"score\": 0.981,\n                \"speaker\": {\n                    \"id\": 1012259,\n                    \"label\": \"Speaker 1\",\n                    \"name\": \"1\",\n                    \"no\": 1\n                },\n                \"timestamp\": 5.6,\n                \"word\": \"shitty\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 2 asks if 'buffer' refers to liquidity ratios, and Speaker 1 confirms. Speaker 2 expresses a preference for cash over liquidity ratios.\",\n            \"contextualRisk\": false,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"Market Manipulation\",\n                \"id\": 2516,\n                \"parentTerm\": \"liquidity\",\n                \"term\": \"\\\\bliquidity\\\\b\"\n            },\n            \"id\": 14877,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The term 'liquidity' refers to the ability to meet short-term obligations and is a standard financial metric. The conversation discusses liquidity ratios, which are commonly used in financial analysis. There is no indication of non-compliant behavior or risk-related activities here. The mention of liquidity ratios is part of a routine discussion about financial metrics, not a violation of compliance policies.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13889708,\n                \"length\": 0.379999999999999,\n                \"score\": 0.991,\n                \"speaker\": {\n                    \"id\": 1012260,\n                    \"label\": \"Speaker 2\",\n                    \"name\": \"5\",\n                    \"no\": 2\n                },\n                \"timestamp\": 17.1,\n                \"word\": \"liquidity\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 1 mentions liquidity as an indicator of cash, with Speaker 2 discussing concerns about running out of cash.\",\n            \"contextualRisk\": true,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"Market Manipulation\",\n                \"id\": 2516,\n                \"parentTerm\": \"liquidity\",\n                \"term\": \"\\\\bliquidity\\\\b\"\n            },\n            \"id\": 14880,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The term 'liquidity' relates to the availability of cash or assets that can be quickly converted to cash. In a financial context, liquidity is a key compliance concern as it affects a firm's ability to meet short-term obligations. Speaker 1's mention of liquidity as an indicator of cash could signal potential financial stress or risk, which is relevant for compliance monitoring.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13889742,\n                \"length\": 0.5,\n                \"score\": 0.991,\n                \"speaker\": {\n                    \"id\": 1012259,\n                    \"label\": \"Speaker 1\",\n                    \"name\": \"1\",\n                    \"no\": 1\n                },\n                \"timestamp\": 29.08,\n                \"word\": \"liquidity\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 2 states that regulatory minimums are not a disaster for the bank unless someone finds out about them.\",\n            \"contextualRisk\": false,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"Profanity\",\n                \"id\": 2695,\n                \"parentTerm\": \"disaster\",\n                \"term\": \"\\\\bdisaster\\\\b\"\n            },\n            \"id\": 14883,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The term 'disaster' is used metaphorically to emphasize that regulatory minimums are not inherently problematic unless disclosed. There is no explicit reference to non-compliance or prohibited activities, thus no direct compliance risk.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13889791,\n                \"length\": 0.4799999999999969,\n                \"score\": 0.995,\n                \"speaker\": {\n                    \"id\": 1012260,\n                    \"label\": \"Speaker 2\",\n                    \"name\": \"5\",\n                    \"no\": 2\n                },\n                \"timestamp\": 45.06,\n                \"word\": \"disaster\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 2 mentions that regulatory minimums are not a disaster for the bank unless someone finds out about them. Speaker 1 agrees and adds that the speaker is now having to disclose lending activities to regulators.\",\n            \"contextualRisk\": true,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"Regulatory Scrutiny\",\n                \"id\": 2840,\n                \"parentTerm\": \"regulatory\",\n                \"term\": \"\\\\bregulatory\\\\b\"\n            },\n            \"id\": 14886,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The term 'regulatory' relates to compliance with financial regulations. The discussion about regulatory minimums and disclosing lending activities to regulators indicates potential compliance risks, as non-disclosure or non-compliance with regulatory requirements can lead to penalties or legal issues.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13889784,\n                \"length\": 0.5800000000000054,\n                \"score\": 0.972,\n                \"speaker\": {\n                    \"id\": 1012260,\n                    \"label\": \"Speaker 2\",\n                    \"name\": \"5\",\n                    \"no\": 2\n                },\n                \"timestamp\": 40.94,\n                \"word\": \"regulatory\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 1 mentions that they are required to inform the regulator about their lending activities, and that the regulator wants to sign off on it and track daily inflows and outflows.\",\n            \"contextualRisk\": true,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"Regulatory Scrutiny\",\n                \"id\": 2837,\n                \"parentTerm\": \"regulator\",\n                \"term\": \"\\\\bregulator\\\\b\"\n            },\n            \"id\": 14889,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The term 'regulator' is associated with compliance concerns as it refers to the entity that oversees adherence to financial regulations. The context indicates that the speaker is discussing increased regulatory scrutiny over lending activities and reporting requirements, which could imply potential risks if not properly managed.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13889821,\n                \"length\": 0.35999999999999943,\n                \"score\": 0.963,\n                \"speaker\": {\n                    \"id\": 1012259,\n                    \"label\": \"Speaker 1\",\n                    \"name\": \"1\",\n                    \"no\": 1\n                },\n                \"timestamp\": 56.6,\n                \"word\": \"regulator\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 1 mentions that the regulator will be sitting in the corner office, indicating oversight.\",\n            \"contextualRisk\": true,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"Regulatory Scrutiny\",\n                \"id\": 2837,\n                \"parentTerm\": \"regulator\",\n                \"term\": \"\\\\bregulator\\\\b\"\n            },\n            \"id\": 14891,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The term 'regulator' refers to a compliance authority, suggesting increased scrutiny which could indicate potential compliance risks.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13889853,\n                \"length\": 0.28000000000000114,\n                \"score\": 0.96,\n                \"speaker\": {\n                    \"id\": 1012259,\n                    \"label\": \"Speaker 1\",\n                    \"name\": \"1\",\n                    \"no\": 1\n                },\n                \"timestamp\": 68.48,\n                \"word\": \"regulator\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 2 is advising a more flexible approach, suggesting to 'take the roll with the punches' and evaluate the situation in a week. They mention that if things are worse in a week, they will take action, possibly involving the central bank.\",\n            \"contextualRisk\": false,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"Profanity\",\n                \"id\": 2708,\n                \"parentTerm\": \"fuck's\",\n                \"term\": \"\\\\bfuck's\\\\b\"\n            },\n            \"id\": 14895,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The term 'fuck's' is used as an interjection for emphasis and does not relate to any compliance concerns or risks. It is a colloquial expression and not indicative of any financial misconduct or regulatory issues.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13889921,\n                \"length\": 0.2600000000000051,\n                \"score\": 0.695,\n                \"speaker\": {\n                    \"id\": 1012260,\n                    \"label\": \"Speaker 2\",\n                    \"name\": \"5\",\n                    \"no\": 2\n                },\n                \"timestamp\": 95.24,\n                \"word\": \"fuck's\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 2 is advising a more flexible approach, suggesting to 'take the roll with the punches' and evaluate the situation in a week. They mention that if things are worse in a week, they will take action, possibly involving the central bank.\",\n            \"contextualRisk\": false,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"Profanity\",\n                \"id\": 2704,\n                \"parentTerm\": \"fuck\",\n                \"term\": \"\\\\bfuck\\\\b\"\n            },\n            \"id\": 14898,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The term 'fuck's' is used as an interjection for emphasis and does not relate to any compliance concerns or risks. It is a colloquial expression and not indicative of any financial misconduct or regulatory issues.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13889921,\n                \"length\": 0.2600000000000051,\n                \"score\": 0.695,\n                \"speaker\": {\n                    \"id\": 1012260,\n                    \"label\": \"Speaker 2\",\n                    \"name\": \"5\",\n                    \"no\": 2\n                },\n                \"timestamp\": 95.24,\n                \"word\": \"fuck's\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 2 advises to 'take the roll with the punches' and wait a week to see the outcome before taking further action.\",\n            \"contextualRisk\": false,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"Profanity\",\n                \"id\": 2739,\n                \"parentTerm\": \"punches\",\n                \"term\": \"\\\\bpunches\\\\b\"\n            },\n            \"id\": 14901,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The term 'punches' is used metaphorically to describe handling a situation, not related to financial compliance risks.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13889929,\n                \"length\": 0.22000000000001307,\n                \"score\": 0.9,\n                \"speaker\": {\n                    \"id\": 1012260,\n                    \"label\": \"Speaker 2\",\n                    \"name\": \"5\",\n                    \"no\": 2\n                },\n                \"timestamp\": 96.82,\n                \"word\": \"punches,\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 2 suggests going to the central bank if the situation worsens in a week.\",\n            \"contextualRisk\": false,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"Corrupt Practices\",\n                \"id\": 2148,\n                \"parentTerm\": \"central bank\",\n                \"term\": \"\\\\bcentral bank\\\\b\"\n            },\n            \"id\": 14904,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The term 'central bank' refers to a financial institution responsible for monetary policy. In this context, it is used as a hypothetical destination in case of a negative outcome, not as a compliance concern.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13889954,\n                \"length\": 0.14000000000000057,\n                \"score\": 0.658,\n                \"speaker\": {\n                    \"id\": 1012260,\n                    \"label\": \"Speaker 2\",\n                    \"name\": \"5\",\n                    \"no\": 2\n                },\n                \"timestamp\": 104.22,\n                \"word\": \"central\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 1 is expressing their feelings about being a week ahead of Speaker 2 and mentions that they feel a certain way, referencing an unspecified concern. Speaker 2 responds by commenting on Speaker 1's personality and their tendency to worry about things that haven't happened yet.\",\n            \"contextualRisk\": false,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"General\",\n                \"id\": 2954,\n                \"parentTerm\": \"know what I mean\",\n                \"term\": \"\\\\bknow what I mean\\\\b\"\n            },\n            \"id\": 14906,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The alert term 'know what I mean?' is used in a conversational context to express understanding or agreement, rather than indicating any specific compliance concerns or risks. There is no mention of financial misconduct, insider trading, or other regulatory issues in the exchange.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13889974,\n                \"length\": 0.12000000000000455,\n                \"score\": 0.996,\n                \"speaker\": {\n                    \"id\": 1012259,\n                    \"label\": \"Speaker 1\",\n                    \"name\": \"1\",\n                    \"no\": 1\n                },\n                \"timestamp\": 109.42,\n                \"word\": \"know\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 2 is discussing a bad week and mentions having 'fucking reasonable wiggle room' over the weekend due to a month end. Speaker 1 refers to credit actions.\",\n            \"contextualRisk\": false,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"Profanity\",\n                \"id\": 2706,\n                \"parentTerm\": \"fucking\",\n                \"term\": \"\\\\bfucking\\\\b\"\n            },\n            \"id\": 14909,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The alert term 'fucking' is a profane exclamation used for emphasis, not related to compliance risks such as insider trading, market manipulation, or regulatory violations. No indication of unethical or illegal activities.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13890102,\n                \"length\": 0.36000000000001364,\n                \"score\": 0.833,\n                \"speaker\": {\n                    \"id\": 1012260,\n                    \"label\": \"Speaker 2\",\n                    \"name\": \"5\",\n                    \"no\": 2\n                },\n                \"timestamp\": 156.51,\n                \"word\": \"fucking\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 2 is discussing a bad week and mentions having a 'reasonable wiggle room' over the weekend due to a month end, suggesting they will evaluate in the middle of the next week.\",\n            \"contextualRisk\": false,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"Profanity\",\n                \"id\": 2706,\n                \"parentTerm\": \"fucking\",\n                \"term\": \"\\\\bfucking\\\\b\"\n            },\n            \"id\": 14912,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The term 'fucking' is used as an intensifier and does not relate to compliance concerns. It is a colloquial expression and not indicative of any regulatory or compliance risk.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13890130,\n                \"length\": 0.30000000000001137,\n                \"score\": 0.946,\n                \"speaker\": {\n                    \"id\": 1012260,\n                    \"label\": \"Speaker 2\",\n                    \"name\": \"5\",\n                    \"no\": 2\n                },\n                \"timestamp\": 165.26,\n                \"word\": \"fucking\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 2 mentions discussing something with Rex and planning to talk about it further, specifically mentioning conversations about fallback with colleagues at Dames Street.\",\n            \"contextualRisk\": false,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"General\",\n                \"id\": 3008,\n                \"parentTerm\": \"talk about\",\n                \"term\": \"\\\\btalk about\\\\b\"\n            },\n            \"id\": 14915,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The term 'talk about' is a general communication term and does not indicate any specific compliance risk or prohibited activity. The context involves routine discussions about work-related topics without any mention of sensitive information or violations.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13890182,\n                \"length\": 0.19999999999998863,\n                \"score\": 0.982,\n                \"speaker\": {\n                    \"id\": 1012260,\n                    \"label\": \"Speaker 2\",\n                    \"name\": \"5\",\n                    \"no\": 2\n                },\n                \"timestamp\": 180.0,\n                \"word\": \"talk\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 2 mentions having a conversation with colleagues about fallback strategies, while expressing concerns about potential issues with cash.\",\n            \"contextualRisk\": false,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"Code of Conduct Breaches\",\n                \"id\": 2036,\n                \"parentTerm\": \"conversation\",\n                \"term\": \"\\\\bconversation\\\\b\"\n            },\n            \"id\": 14919,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The term 'conversation' is a general term for communication and does not inherently indicate compliance risks. The context involves discussing fallback strategies and cash concerns, but there is no explicit mention of regulatory violations or unethical practices.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13890203,\n                \"length\": 0.4399999999999977,\n                \"score\": 0.99,\n                \"speaker\": {\n                    \"id\": 1012260,\n                    \"label\": \"Speaker 2\",\n                    \"name\": \"5\",\n                    \"no\": 2\n                },\n                \"timestamp\": 185.84,\n                \"word\": \"conversation\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 2 mentions discussing fallback strategies with 'buddies in Street' and mentions concerns about cash and pulling money down.\",\n            \"contextualRisk\": true,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"General\",\n                \"id\": 3003,\n                \"parentTerm\": \"street\",\n                \"term\": \"\\\\bstreet\\\\b\"\n            },\n            \"id\": 14922,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The term 'Street' could refer to the financial district or market, which might be relevant in discussions about compliance, especially when mentioning cash handling and financial transactions.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13890209,\n                \"length\": 0.3199999999999932,\n                \"score\": 0.939,\n                \"speaker\": {\n                    \"id\": 1012260,\n                    \"label\": \"Speaker 2\",\n                    \"name\": \"5\",\n                    \"no\": 2\n                },\n                \"timestamp\": 189.5,\n                \"word\": \"Street\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 2 is discussing conversations with colleagues about fallback procedures, expressing frustration about potential issues and the need to manage cash flow.\",\n            \"contextualRisk\": false,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"Profanity\",\n                \"id\": 2706,\n                \"parentTerm\": \"fucking\",\n                \"term\": \"\\\\bfucking\\\\b\"\n            },\n            \"id\": 14925,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The alert term 'fucking' is a profanity and not related to compliance concerns such as market manipulation, insider trading, or regulatory violations. While it indicates strong language, it does not pose a direct compliance risk.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13890221,\n                \"length\": 0.36000000000001364,\n                \"score\": 0.71,\n                \"speaker\": {\n                    \"id\": 1012260,\n                    \"label\": \"Speaker 2\",\n                    \"name\": \"5\",\n                    \"no\": 2\n                },\n                \"timestamp\": 194.54,\n                \"word\": \"fucking\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 2 is discussing the need to pull money down and asks if something becomes public, while Speaker 1 agrees and mentions needing to find out what is required to get cash.\",\n            \"contextualRisk\": true,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"Disclosures\",\n                \"id\": 2643,\n                \"parentTerm\": \"public\",\n                \"term\": \"\\\\bpublic\\\\b\"\n            },\n            \"id\": 14927,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The term 'public' may indicate concerns about transparency or disclosure of financial transactions, which could relate to compliance issues such as anti-money laundering (AML) regulations or proper reporting requirements.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13890262,\n                \"length\": 0.4199999999999875,\n                \"score\": 0.998,\n                \"speaker\": {\n                    \"id\": 1012260,\n                    \"label\": \"Speaker 2\",\n                    \"name\": \"5\",\n                    \"no\": 2\n                },\n                \"timestamp\": 207.58,\n                \"word\": \"public,\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 2 mentions having a conversation about the process of obtaining cash and making it public.\",\n            \"contextualRisk\": false,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"Code of Conduct Breaches\",\n                \"id\": 2036,\n                \"parentTerm\": \"conversation\",\n                \"term\": \"\\\\bconversation\\\\b\"\n            },\n            \"id\": 14929,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The term 'conversation' is too generic and does not indicate any specific compliance concerns such as insider trading, market manipulation, or other regulatory violations.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13890291,\n                \"length\": 0.3599999999999852,\n                \"score\": 0.998,\n                \"speaker\": {\n                    \"id\": 1012260,\n                    \"label\": \"Speaker 2\",\n                    \"name\": \"5\",\n                    \"no\": 2\n                },\n                \"timestamp\": 216.08,\n                \"word\": \"conversation.\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        },\n        {\n            \"context\": \"Speaker 2 says it's about time to have a conversation regarding the process of getting cash and that there is no problem having that conversation. Speaker 1 agrees.\",\n            \"contextualRisk\": false,\n            \"credibilityTriggerTerm\": {\n                \"category\": \"General\",\n                \"id\": 2987,\n                \"parentTerm\": \"problem\",\n                \"term\": \"\\\\bproblem\\\\b\"\n            },\n            \"id\": 14932,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"rationale\": \"The term 'problem' is used in a neutral context to indicate that there is no issue with having a conversation, which does not raise any compliance concerns.\",\n            \"srt\": {\n                \"generatedByASR\": true,\n                \"id\": 13890288,\n                \"length\": 0.2600000000000193,\n                \"score\": 0.995,\n                \"speaker\": {\n                    \"id\": 1012260,\n                    \"label\": \"Speaker 2\",\n                    \"name\": \"5\",\n                    \"no\": 2\n                },\n                \"timestamp\": 215.48,\n                \"word\": \"problem\"\n            },\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            },\n            \"translations\": []\n        }\n    ],\n    \"docID\": 1005624,\n    \"duration\": 220,\n    \"from\": \"Audio <Audio@import323.intelligentvoice.com>;\",\n    \"id\": 1005624,\n    \"itemQualityScore\": {},\n    \"localFilename\": \"/mnt/blinix/Data/Client Demo/Anglo_Irish_Bank/Audio/Call 04.wav\",\n    \"peopleCc\": [],\n    \"peopleFrom\": [\n        {\n            \"address\": \"Audio@import323.intelligentvoice.com\",\n            \"group\": \"1\",\n            \"id\": \"Audio@import323.intelligentvoice.com\",\n            \"label\": \"Audio (Audio@import323.intelligentvoice.com)\",\n            \"personId\": \"5930\",\n            \"personName\": \"Audio\",\n            \"value\": \"Audio\"\n        }\n    ],\n    \"peopleTo\": [\n        {\n            \"address\": \"dCjBDZDiQuioWuV01yG+eQ@import323.intelligentvoice.com\",\n            \"group\": \"1\",\n            \"id\": \"dCjBDZDiQuioWuV01yG+eQ@import323.intelligentvoice.com\",\n            \"label\": \"dCjBDZDiQuioWuV01yG+eQ (dCjBDZDiQuioWuV01yG+eQ@import323.intelligentvoice.com)\",\n            \"personId\": \"5931\",\n            \"personName\": \"dCjBDZDiQuioWuV01yG+eQ\",\n            \"value\": \"dCjBDZDiQuioWuV01yG+eQ\"\n        }\n    ],\n    \"recordings\": [\n        {\n            \"channelNumber\": 0,\n            \"id\": 1009588,\n            \"mimeType\": \"audio/wav\",\n            \"modelLattices\": [\n                {\n                    \"modelId\": 1,\n                    \"wordLattice\": \"\"\n                }\n            ],\n            \"sourceFile\": \"/mnt/blinix/Data/Client Demo/Anglo_Irish_Bank/Audio/Call 04.wav\",\n            \"utteranceCount\": 12,\n            \"wordLattice\": \"\"\n        }\n    ],\n    \"srts\": [\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889645,\n            \"length\": 0.58,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.605,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 0.0,\n            \"word\": \"You\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889646,\n            \"length\": 0.22000000000000008,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.973,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 0.58,\n            \"word\": \"know,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889647,\n            \"length\": 0.17999999999999994,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.419,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 0.8,\n            \"word\": \"you\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889648,\n            \"length\": 0.1200000000000001,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.975,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 0.98,\n            \"word\": \"know\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889649,\n            \"length\": 0.09999999999999987,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.741,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 1.1,\n            \"word\": \"what\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889650,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.96,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 1.2,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889651,\n            \"length\": 0.10000000000000009,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.998,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 1.21,\n            \"word\": \"mean?\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889652,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.941,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 1.66,\n            \"word\": \"We\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889653,\n            \"length\": 0.78,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.555,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 1.67,\n            \"word\": \"had,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889654,\n            \"length\": 0.16000000000000014,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.882,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 2.58,\n            \"word\": \"we\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889655,\n            \"length\": 0.13999999999999968,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.923,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 2.74,\n            \"word\": \"were\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889656,\n            \"length\": 0.1200000000000001,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.939,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 2.88,\n            \"word\": \"up\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889657,\n            \"length\": 0.16000000000000014,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.345,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 3.0,\n            \"word\": \"in\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889658,\n            \"length\": 0.48,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.76,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 3.16,\n            \"word\": \"120\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889659,\n            \"length\": 0.23999999999999977,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.578,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 3.64,\n            \"word\": \"and\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889660,\n            \"length\": 0.41999999999999993,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.504,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 3.88,\n            \"word\": \"130,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889661,\n            \"length\": 0.2400000000000002,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.912,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 4.42,\n            \"word\": \"we\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889662,\n            \"length\": 0.20000000000000018,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.996,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 4.66,\n            \"word\": \"had\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889663,\n            \"length\": 0.2,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.996,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 4.86,\n            \"word\": \"a\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889664,\n            \"length\": 0.5199999999999996,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.993,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 5.08,\n            \"word\": \"really\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889665,\n            \"length\": 0.5600000000000005,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.981,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 5.6,\n            \"word\": \"shitty\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889666,\n            \"length\": 0.45999999999999996,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.981,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 6.16,\n            \"word\": \"week.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889667,\n            \"length\": 0.2599999999999998,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.417,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 7.32,\n            \"word\": \"Two\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889668,\n            \"length\": 0.20000000000000018,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.962,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 7.58,\n            \"word\": \"billion,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889669,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.956,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 7.82,\n            \"word\": \"well\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889670,\n            \"length\": 0.10000000000000142,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.653,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 8.04,\n            \"word\": \"we\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889671,\n            \"length\": 0.2400000000000002,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.935,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 8.14,\n            \"word\": \"never\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889672,\n            \"length\": 0.11999999999999922,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.997,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 8.38,\n            \"word\": \"had\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889673,\n            \"length\": 0.27999999999999936,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.933,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 8.5,\n            \"word\": \"two\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889674,\n            \"length\": 0.22000000000000064,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.978,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 8.78,\n            \"word\": \"billion.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889675,\n            \"length\": 0.120000000000001,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.965,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 9.36,\n            \"word\": \"We\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889676,\n            \"length\": 0.17999999999999972,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.909,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 9.48,\n            \"word\": \"never\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889677,\n            \"length\": 0.1999999999999993,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.518,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 9.66,\n            \"word\": \"had\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889678,\n            \"length\": 0.120000000000001,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.98,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 9.86,\n            \"word\": \"anything\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889679,\n            \"length\": 0.17999999999999972,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.996,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 9.98,\n            \"word\": \"like\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889680,\n            \"length\": 0.2599999999999998,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.965,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 10.16,\n            \"word\": \"two\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889681,\n            \"length\": 0.14000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.998,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 10.42,\n            \"word\": \"billion\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889682,\n            \"length\": 0.4399999999999995,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.983,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 10.56,\n            \"word\": \"before.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889683,\n            \"length\": 0.17999999999999972,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.634,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 11.34,\n            \"word\": \"And\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889684,\n            \"length\": 0.09999999999999964,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.993,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 11.52,\n            \"word\": \"we\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889685,\n            \"length\": 0.1800000000000015,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.984,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 11.62,\n            \"word\": \"never\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889686,\n            \"length\": 0.1399999999999988,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.995,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 11.8,\n            \"word\": \"had\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889687,\n            \"length\": 0.14000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.993,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 11.94,\n            \"word\": \"a\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889688,\n            \"length\": 0.11999999999999922,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.998,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 12.08,\n            \"word\": \"day\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889689,\n            \"length\": 0.20000000000000107,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.998,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 12.2,\n            \"word\": \"like\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889690,\n            \"length\": 0.29999999999999893,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.965,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 12.4,\n            \"word\": \"today\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889691,\n            \"length\": 0.2400000000000002,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.722,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 12.7,\n            \"word\": \"when\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889692,\n            \"length\": 0.16000000000000014,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.905,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 12.94,\n            \"word\": \"one\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889693,\n            \"length\": 0.22000000000000064,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.921,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 13.1,\n            \"word\": \"and\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889694,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.924,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 13.32,\n            \"word\": \"a\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889695,\n            \"length\": 0.2599999999999998,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.998,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 13.33,\n            \"word\": \"half\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889696,\n            \"length\": 0.17999999999999972,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.979,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 13.58,\n            \"word\": \"billion\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889697,\n            \"length\": 0.35999999999999943,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.995,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 13.76,\n            \"word\": \"went\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889698,\n            \"length\": 0.3200000000000003,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.541,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 14.12,\n            \"word\": \"out.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889699,\n            \"length\": 0.17999999999999972,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.377,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 14.84,\n            \"word\": \"Now\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889700,\n            \"length\": 0.14000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.596,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 15.02,\n            \"word\": \"when\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889701,\n            \"length\": 0.5399999999999991,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.992,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 15.16,\n            \"word\": \"you\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889702,\n            \"length\": 0.22000000000000064,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.906,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 15.7,\n            \"word\": \"say\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889703,\n            \"length\": 0.3199999999999985,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.874,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 15.92,\n            \"word\": \"buffer,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889704,\n            \"length\": 0.17999999999999972,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.968,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 16.32,\n            \"word\": \"you're\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889705,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.993,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 16.5,\n            \"word\": \"talking\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889706,\n            \"length\": 0.20000000000000284,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.996,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 16.72,\n            \"word\": \"about\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889707,\n            \"length\": 0.17999999999999972,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.991,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 16.92,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889708,\n            \"length\": 0.379999999999999,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.991,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 17.1,\n            \"word\": \"liquidity\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889709,\n            \"length\": 0.5199999999999996,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.937,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 17.48,\n            \"word\": \"ratios,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889710,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.854,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 18.26,\n            \"word\": \"are\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889711,\n            \"length\": 0.05999999999999872,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.768,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 18.270000000000003,\n            \"word\": \"you?\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889712,\n            \"length\": 0.2,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.65,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 18.34,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889713,\n            \"length\": 0.26000000000000156,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.97,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 18.56,\n            \"word\": \"am,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889714,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.896,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 19.02,\n            \"word\": \"yeah.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889715,\n            \"length\": 0.2,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.378,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 19.64,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889716,\n            \"length\": 0.9600000000000009,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.948,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 20.0,\n            \"word\": \"don't\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889717,\n            \"length\": 0.3000000000000007,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.984,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 20.96,\n            \"word\": \"care\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889718,\n            \"length\": 0.16000000000000014,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.99,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 21.26,\n            \"word\": \"about\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889719,\n            \"length\": 0.17999999999999972,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.969,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 21.42,\n            \"word\": \"them,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889720,\n            \"length\": 0.120000000000001,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.978,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 21.64,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889721,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.994,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 21.76,\n            \"word\": \"care\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889722,\n            \"length\": 0.23999999999999844,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.996,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 21.98,\n            \"word\": \"about\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889723,\n            \"length\": 0.14000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.381,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 22.22,\n            \"word\": \"some\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889724,\n            \"length\": 0.379999999999999,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.916,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 22.36,\n            \"word\": \"cash.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889725,\n            \"length\": 0.31999999999999673,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.45,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 23.26,\n            \"word\": \"So\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889726,\n            \"length\": 0.240000000000002,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.525,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 23.58,\n            \"word\": \"we're\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889727,\n            \"length\": 0.120000000000001,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.366,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 23.82,\n            \"word\": \"going\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889728,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.875,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 23.94,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889729,\n            \"length\": 0.11999999999999744,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.662,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 23.950000000000003,\n            \"word\": \"go\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889730,\n            \"length\": 0.08000000000000185,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.799,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 24.06,\n            \"word\": \"on\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889731,\n            \"length\": 0.120000000000001,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.738,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 24.14,\n            \"word\": \"out\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889732,\n            \"length\": 0.16000000000000014,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.996,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 24.26,\n            \"word\": \"of\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889733,\n            \"length\": 0.2799999999999976,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.998,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 24.42,\n            \"word\": \"cash.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889734,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.381,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 25.0,\n            \"word\": \"Well,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889735,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.484,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 25.36,\n            \"word\": \"look,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889736,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.592,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 26.7,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889737,\n            \"length\": 0.060000000000002274,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.978,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 26.71,\n            \"word\": \"mean,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889738,\n            \"length\": 0.09999999999999787,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.795,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 26.94,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889739,\n            \"length\": 0.03999999999999915,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.963,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 27.04,\n            \"word\": \"thing\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889740,\n            \"length\": 0.6000000000000001,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.996,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 27.08,\n            \"word\": \"is,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889741,\n            \"length\": 0.379999999999999,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.923,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 28.7,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889742,\n            \"length\": 0.5,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.991,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 29.08,\n            \"word\": \"liquidity\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889743,\n            \"length\": 0.4,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.986,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 29.58,\n            \"word\": \"is\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889744,\n            \"length\": 0.240000000000002,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.963,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 30.22,\n            \"word\": \"an\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889745,\n            \"length\": 0.3999999999999986,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.995,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 30.46,\n            \"word\": \"indicator\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889746,\n            \"length\": 0.35999999999999943,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.994,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 30.86,\n            \"word\": \"of\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889747,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.396,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 31.22,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889748,\n            \"length\": 0.3200000000000003,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.973,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 31.23,\n            \"word\": \"cash.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889749,\n            \"length\": 0.23999999999999844,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.807,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 31.84,\n            \"word\": \"The\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889750,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 32.08,\n            \"word\": \"cash\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889751,\n            \"length\": 0.38000000000000256,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.445,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 32.36,\n            \"word\": \"comes\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889752,\n            \"length\": 0.3200000000000003,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.897,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 32.74,\n            \"word\": \"about\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889753,\n            \"length\": 0.5999999999999943,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.997,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 33.06,\n            \"word\": \"later.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889754,\n            \"length\": 0.0799999999999983,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.502,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 34.24,\n            \"word\": \"Well,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889755,\n            \"length\": 0.11999999999999744,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.954,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 34.82,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889756,\n            \"length\": 0.1600000000000037,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.825,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 34.94,\n            \"word\": \"know\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889757,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.338,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 35.1,\n            \"word\": \"that,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889758,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.769,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 35.44,\n            \"word\": \"John,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889759,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.966,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 35.66,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889760,\n            \"length\": 0.22000000000000597,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.986,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 35.669999999999995,\n            \"word\": \"get\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889761,\n            \"length\": 0.19999999999999574,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.993,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 35.88,\n            \"word\": \"that.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889762,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.966,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 36.2,\n            \"word\": \"What\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889763,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.971,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 36.21,\n            \"word\": \"I'm\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889764,\n            \"length\": 0.19999999999999574,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.997,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 36.42,\n            \"word\": \"saying\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889765,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.972,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 36.62,\n            \"word\": \"is\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889766,\n            \"length\": 0.6400000000000006,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.969,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 36.9,\n            \"word\": \"that,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889767,\n            \"length\": 0.44000000000000483,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.635,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 37.58,\n            \"word\": \"and\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889768,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.98,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 38.02,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889769,\n            \"length\": 0.060000000000002274,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.247,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 38.18,\n            \"word\": \"know\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889770,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.798,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 38.24,\n            \"word\": \"I've\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889771,\n            \"length\": 0.060000000000002274,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.994,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 38.4,\n            \"word\": \"been\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889772,\n            \"length\": 0.17999999999999972,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.443,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 38.46,\n            \"word\": \"clipping\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889773,\n            \"length\": 0.20000000000000284,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.325,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 38.64,\n            \"word\": \"it\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889774,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.813,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 38.84,\n            \"word\": \"off,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889775,\n            \"length\": 0.14000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.969,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 39.04,\n            \"word\": \"so\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889776,\n            \"length\": 0.1600000000000037,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.987,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 39.18,\n            \"word\": \"please\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889777,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.997,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 39.34,\n            \"word\": \"don't\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889778,\n            \"length\": 0.11999999999999744,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.984,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 39.56,\n            \"word\": \"take\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889779,\n            \"length\": 0.14000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.996,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 39.68,\n            \"word\": \"it\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889780,\n            \"length\": 0.11999999999999744,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.998,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 39.82,\n            \"word\": \"that\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889781,\n            \"length\": 0.17999999999999972,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 39.94,\n            \"word\": \"way,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889782,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.987,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 40.22,\n            \"word\": \"but\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889783,\n            \"length\": 0.5,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.645,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 40.44,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889784,\n            \"length\": 0.5800000000000054,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.972,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 40.94,\n            \"word\": \"regulatory\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889785,\n            \"length\": 1.6,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.941,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 41.52,\n            \"word\": \"minimums\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889786,\n            \"length\": 0.19999999999999574,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.937,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 43.78,\n            \"word\": \"are\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889787,\n            \"length\": 0.22000000000000597,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.802,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 43.98,\n            \"word\": \"not\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889788,\n            \"length\": 0.09999999999999432,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.914,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 44.2,\n            \"word\": \"in\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889789,\n            \"length\": 0.6200000000000045,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.99,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 44.3,\n            \"word\": \"themselves\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889790,\n            \"length\": 0.14000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.961,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 44.92,\n            \"word\": \"a\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889791,\n            \"length\": 0.4799999999999969,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.995,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 45.06,\n            \"word\": \"disaster\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889792,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.994,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 45.54,\n            \"word\": \"for\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889793,\n            \"length\": 0.17999999999999972,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.997,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 45.76,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889794,\n            \"length\": 0.2600000000000051,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.674,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 45.94,\n            \"word\": \"bank\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889795,\n            \"length\": 0.9599999999999937,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.502,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 46.2,\n            \"word\": \"unless\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889796,\n            \"length\": 0.44000000000000483,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.988,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 47.16,\n            \"word\": \"somebody\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889797,\n            \"length\": 0.3200000000000003,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.992,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 47.6,\n            \"word\": \"finds\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889798,\n            \"length\": 0.23999999999999488,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 47.92,\n            \"word\": \"out\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889799,\n            \"length\": 0.22000000000000597,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.998,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 48.16,\n            \"word\": \"about\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889800,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.995,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 48.38,\n            \"word\": \"them.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889801,\n            \"length\": 0.3200000000000003,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.879,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 48.9,\n            \"word\": \"Yeah,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889802,\n            \"length\": 0.1600000000000037,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.981,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 49.22,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889803,\n            \"length\": 0.17999999999999972,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 49.38,\n            \"word\": \"think\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889804,\n            \"length\": 0.35999999999999943,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.997,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 49.56,\n            \"word\": \"that's\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889805,\n            \"length\": 0.14000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.995,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 49.92,\n            \"word\": \"right.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889806,\n            \"length\": 0.14000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.935,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 50.18,\n            \"word\": \"But\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889807,\n            \"length\": 0.0799999999999983,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.951,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 50.32,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889808,\n            \"length\": 0.259999999999998,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.979,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 50.4,\n            \"word\": \"think\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889809,\n            \"length\": 0.5600000000000023,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.731,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 50.66,\n            \"word\": \"also,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889810,\n            \"length\": 0.2600000000000051,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.654,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 51.62,\n            \"word\": \"you're\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889811,\n            \"length\": 0.4399999999999977,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.949,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 51.88,\n            \"word\": \"moving\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889812,\n            \"length\": 0.3399999999999963,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.976,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 52.32,\n            \"word\": \"into\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889813,\n            \"length\": 0.060000000000002274,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.828,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 52.66,\n            \"word\": \"a\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889814,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.902,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 52.72,\n            \"word\": \"different\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889815,\n            \"length\": 0.46000000000000085,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.14,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 52.92,\n            \"word\": \"Now\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889816,\n            \"length\": 0.4799999999999969,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.814,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 53.38,\n            \"word\": \"you're\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889817,\n            \"length\": 0.8400000000000034,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.793,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 53.86,\n            \"word\": \"having\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889818,\n            \"length\": 0.4,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.991,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 54.7,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889819,\n            \"length\": 0.3399999999999963,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.946,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 55.96,\n            \"word\": \"tell\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889820,\n            \"length\": 0.30000000000000426,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.993,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 56.3,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889821,\n            \"length\": 0.35999999999999943,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.963,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 56.6,\n            \"word\": \"regulator\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889822,\n            \"length\": 0.35999999999999943,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.959,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 56.96,\n            \"word\": \"what\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889823,\n            \"length\": 0.20000000000000284,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.095,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 57.32,\n            \"word\": \"lending\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889824,\n            \"length\": 0.259999999999998,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.862,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 57.52,\n            \"word\": \"you're\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889825,\n            \"length\": 0.3399999999999963,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.994,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 57.78,\n            \"word\": \"doing.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889826,\n            \"length\": 0.17999999999999972,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.678,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 58.94,\n            \"word\": \"He\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889827,\n            \"length\": 0.3200000000000003,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.974,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 59.12,\n            \"word\": \"wants\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889828,\n            \"length\": 0.30000000000000426,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.903,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 59.44,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889829,\n            \"length\": 0.0799999999999983,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.7,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 59.74,\n            \"word\": \"sign\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889830,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.918,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 59.82,\n            \"word\": \"off\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889831,\n            \"length\": 0.14000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.916,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 60.1,\n            \"word\": \"on\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889832,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.565,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 60.24,\n            \"word\": \"it.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889833,\n            \"length\": 0.19999999999999574,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.987,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 60.46,\n            \"word\": \"He\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889834,\n            \"length\": 0.38000000000000256,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.992,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 60.66,\n            \"word\": \"wants\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889835,\n            \"length\": 0.4,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.986,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 61.04,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889836,\n            \"length\": 0.20000000000000284,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.991,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 62.12,\n            \"word\": \"find\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889837,\n            \"length\": 0.259999999999998,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.989,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 62.32,\n            \"word\": \"out\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889838,\n            \"length\": 0.17999999999999972,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.969,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 62.58,\n            \"word\": \"what\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889839,\n            \"length\": 0.240000000000002,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.953,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 62.76,\n            \"word\": \"your\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889840,\n            \"length\": 0.29999999999999716,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.885,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 63.0,\n            \"word\": \"inflows\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889841,\n            \"length\": 0.30000000000000426,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.892,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 63.3,\n            \"word\": \"are\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889842,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.424,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 63.6,\n            \"word\": \"and\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889843,\n            \"length\": 0.4999999999999929,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.928,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 63.61,\n            \"word\": \"outflows\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889844,\n            \"length\": 0.2400000000000091,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.975,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 64.1,\n            \"word\": \"are\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889845,\n            \"length\": 0.2599999999999909,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.767,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 64.34,\n            \"word\": \"every\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889846,\n            \"length\": 0.4000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 64.6,\n            \"word\": \"day.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889847,\n            \"length\": 0.4,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.546,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 67.06,\n            \"word\": \"So\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889848,\n            \"length\": 0.519999999999996,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.761,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 67.58,\n            \"word\": \"you're\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889849,\n            \"length\": 0.0800000000000125,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.846,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 68.1,\n            \"word\": \"going\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889850,\n            \"length\": 0.03999999999999204,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.994,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 68.18,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889851,\n            \"length\": 0.060000000000002274,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.996,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 68.22,\n            \"word\": \"have\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889852,\n            \"length\": 0.20000000000000284,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.964,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 68.28,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889853,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.96,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 68.48,\n            \"word\": \"regulator\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889854,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.943,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 68.76,\n            \"word\": \"sitting\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889855,\n            \"length\": 0.1799999999999926,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.937,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 68.98,\n            \"word\": \"in\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889856,\n            \"length\": 0.14000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.939,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 69.16,\n            \"word\": \"your\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889857,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.939,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 69.3,\n            \"word\": \"corner\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889858,\n            \"length\": 0.38000000000000966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.966,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 69.46,\n            \"word\": \"office.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889859,\n            \"length\": 0.11999999999999034,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.178,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 71.04,\n            \"word\": \"You\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889860,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.896,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 71.16,\n            \"word\": \"know,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889861,\n            \"length\": 0.020000000000010232,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.842,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 71.32,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889862,\n            \"length\": 0.2599999999999909,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.377,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 71.34,\n            \"word\": \"guess\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889863,\n            \"length\": 0.18000000000000682,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.595,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 71.6,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889864,\n            \"length\": 0.2600000000000051,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.822,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 71.78,\n            \"word\": \"don't\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889865,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.792,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 72.04,\n            \"word\": \"want\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889866,\n            \"length\": 0.09999999999999432,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.948,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 72.26,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889867,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.774,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 72.36,\n            \"word\": \"add\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889868,\n            \"length\": 0.3199999999999932,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.618,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 72.48,\n            \"word\": \"yourself\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889869,\n            \"length\": 0.6200000000000045,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.765,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 72.8,\n            \"word\": \"yet.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889870,\n            \"length\": 0.23999999999999488,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.27,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 74.0,\n            \"word\": \"No,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889871,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.659,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 74.64,\n            \"word\": \"look,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889872,\n            \"length\": 0.5600000000000023,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.414,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 76.88,\n            \"word\": \"what\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889873,\n            \"length\": 0.7800000000000011,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.605,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 77.44,\n            \"word\": \"will\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889874,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.996,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 78.22,\n            \"word\": \"happen\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889875,\n            \"length\": 0.2400000000000091,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.957,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 78.38,\n            \"word\": \"is\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889876,\n            \"length\": 0.060000000000002274,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.893,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 78.62,\n            \"word\": \"we\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889877,\n            \"length\": 0.5,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.551,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 78.68,\n            \"word\": \"get\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889878,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.923,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 79.18,\n            \"word\": \"a\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889879,\n            \"length\": 0.23999999999999488,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.549,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 79.34,\n            \"word\": \"bounce\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889880,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.938,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 79.58,\n            \"word\": \"on\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889881,\n            \"length\": 0.4000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.978,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 79.74,\n            \"word\": \"Monday.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889882,\n            \"length\": 0.20000000000000284,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.916,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 80.52,\n            \"word\": \"I'm\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889883,\n            \"length\": 0.0799999999999983,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.877,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 80.72,\n            \"word\": \"kind\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889884,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.994,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 80.8,\n            \"word\": \"of\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889885,\n            \"length\": 0.1600000000000108,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 80.96,\n            \"word\": \"sure\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889886,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.981,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 81.12,\n            \"word\": \"of\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889887,\n            \"length\": 0.2600000000000051,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 81.28,\n            \"word\": \"that.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889888,\n            \"length\": 0.2,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.576,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 81.54,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889889,\n            \"length\": 0.11999999999999994,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.905,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 82.0,\n            \"word\": \"think\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889890,\n            \"length\": 0.28,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.675,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 82.12,\n            \"word\": \"we've\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889891,\n            \"length\": 0.06000000000000005,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.973,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 82.4,\n            \"word\": \"got\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889892,\n            \"length\": 0.14,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.908,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 82.46000000000001,\n            \"word\": \"a\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889893,\n            \"length\": 0.21999999999999997,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.551,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 82.60000000000001,\n            \"word\": \"decent\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889894,\n            \"length\": 0.32000000000000006,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.725,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 82.82000000000001,\n            \"word\": \"balance\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889895,\n            \"length\": 0.7799999999999998,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.218,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 83.14,\n            \"word\": \"actually.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889896,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.376,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 84.86,\n            \"word\": \"So,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889897,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.396,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 85.14,\n            \"word\": \"boss.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889898,\n            \"length\": 0.4400000000000004,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.842,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 85.80000000000001,\n            \"word\": \"Boss.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889899,\n            \"length\": 0.35999999999999943,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.082,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 87.12,\n            \"word\": \"We\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889900,\n            \"length\": 0.35999999999999943,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.703,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 87.48,\n            \"word\": \"should\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889901,\n            \"length\": 0.20000000000000284,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.973,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 87.84,\n            \"word\": \"be\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889902,\n            \"length\": 0.29999999999999716,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.992,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 88.04,\n            \"word\": \"measuring\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889903,\n            \"length\": 0.5799999999999983,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.952,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 88.34,\n            \"word\": \"this\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889904,\n            \"length\": 0.2,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.917,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 88.92,\n            \"word\": \"a\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889905,\n            \"length\": 0.18000000000000682,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.994,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 89.22,\n            \"word\": \"week\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889906,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.992,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 89.4,\n            \"word\": \"from\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889907,\n            \"length\": 0.8,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.997,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 89.68,\n            \"word\": \"now,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889908,\n            \"length\": 0.7000000000000028,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.735,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 92.06,\n            \"word\": \"saying\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889909,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.451,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 92.76,\n            \"word\": \"what\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889910,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.733,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 93.04,\n            \"word\": \"does\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889911,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.96,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 93.2,\n            \"word\": \"that\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889912,\n            \"length\": 0.3200000000000074,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.948,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 93.36,\n            \"word\": \"really\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889913,\n            \"length\": 0.23999999999999488,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.996,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 93.68,\n            \"word\": \"mean,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889914,\n            \"length\": 0.0799999999999983,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.584,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 94.02,\n            \"word\": \"but\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889915,\n            \"length\": 0.0800000000000125,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.88,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 94.1,\n            \"word\": \"that\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889916,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.802,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 94.18,\n            \"word\": \"was\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889917,\n            \"length\": 0.060000000000002274,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.72,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 94.34,\n            \"word\": \"a\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889918,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.973,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 94.4,\n            \"word\": \"month\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889919,\n            \"length\": 0.29999999999999716,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.663,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 94.56,\n            \"word\": \"then,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889920,\n            \"length\": 0.19999999999998863,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.49,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 95.04,\n            \"word\": \"for\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889921,\n            \"length\": 0.2600000000000051,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.695,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 95.24,\n            \"word\": \"fuck's\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889922,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.968,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 95.5,\n            \"word\": \"sake,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889923,\n            \"length\": 0.020000000000010232,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.607,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 95.88,\n            \"word\": \"just\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889924,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.962,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 95.9,\n            \"word\": \"take\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889925,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.638,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 96.06,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889926,\n            \"length\": 0.2600000000000051,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.49,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 96.22,\n            \"word\": \"roll\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889927,\n            \"length\": 0.20000000000000284,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.643,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 96.48,\n            \"word\": \"with\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889928,\n            \"length\": 0.13999999999998636,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.981,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 96.68,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889929,\n            \"length\": 0.22000000000001307,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.9,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 96.82,\n            \"word\": \"punches,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889930,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.915,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 97.16,\n            \"word\": \"let's\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889931,\n            \"length\": 0.2400000000000091,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.994,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 97.32,\n            \"word\": \"see\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889932,\n            \"length\": 0.8,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.981,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 97.56,\n            \"word\": \"what\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889933,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.81,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 99.38,\n            \"word\": \"comes\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889934,\n            \"length\": 0.14000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.63,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 99.6,\n            \"word\": \"in\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889935,\n            \"length\": 0.10000000000000853,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.535,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 99.74,\n            \"word\": \"a\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889936,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 99.84,\n            \"word\": \"week.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889937,\n            \"length\": 0.0799999999999983,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.856,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 100.08,\n            \"word\": \"If\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889938,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.868,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 100.16,\n            \"word\": \"we're\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889939,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.093,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 100.44,\n            \"word\": \"worse\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889940,\n            \"length\": 0.14000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.654,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 100.6,\n            \"word\": \"off\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889941,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.75,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 100.74,\n            \"word\": \"a\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889942,\n            \"length\": 0.2600000000000051,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.993,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 100.86,\n            \"word\": \"week\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889943,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.976,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 101.12,\n            \"word\": \"from\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889944,\n            \"length\": 0.1799999999999926,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.995,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 101.34,\n            \"word\": \"now,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889945,\n            \"length\": 0.2599999999999909,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.775,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 101.62,\n            \"word\": \"I'll\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889946,\n            \"length\": 0.14000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.994,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 101.88,\n            \"word\": \"be\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889947,\n            \"length\": 0.1600000000000108,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.892,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 102.02,\n            \"word\": \"with\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889948,\n            \"length\": 0.8,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.828,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 102.18,\n            \"word\": \"you,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889949,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.269,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 103.46,\n            \"word\": \"be\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889950,\n            \"length\": 0.14000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.523,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 103.58,\n            \"word\": \"running\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889951,\n            \"length\": 0.20000000000000284,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.937,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 103.72,\n            \"word\": \"down\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889952,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.945,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 103.92,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889953,\n            \"length\": 0.1799999999999926,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.807,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 104.04,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889954,\n            \"length\": 0.14000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.658,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 104.22,\n            \"word\": \"central\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889955,\n            \"length\": 0.20000000000000284,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.993,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 104.36,\n            \"word\": \"bank\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889956,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.957,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 104.56,\n            \"word\": \"with\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889957,\n            \"length\": 0.6800000000000068,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.985,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 104.72,\n            \"word\": \"you.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889958,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.536,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 105.98,\n            \"word\": \"Yeah,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889959,\n            \"length\": 0.3199999999999932,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.582,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 106.34,\n            \"word\": \"okay,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889960,\n            \"length\": 0.09999999999999432,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.706,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 106.84,\n            \"word\": \"well\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889961,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.779,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 106.94,\n            \"word\": \"maybe\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889962,\n            \"length\": 0.18000000000000682,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.978,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 107.1,\n            \"word\": \"I'm\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889963,\n            \"length\": 0.060000000000002274,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.986,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 107.28,\n            \"word\": \"a\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889964,\n            \"length\": 0.1799999999999926,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.998,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 107.34,\n            \"word\": \"week\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889965,\n            \"length\": 0.2400000000000091,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.996,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 107.52,\n            \"word\": \"ahead\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889966,\n            \"length\": 0.09999999999999432,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.988,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 107.76,\n            \"word\": \"of\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889967,\n            \"length\": 0.0799999999999983,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.994,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 107.86,\n            \"word\": \"you,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889968,\n            \"length\": 0.05999999999998806,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.953,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 108.04,\n            \"word\": \"but\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889969,\n            \"length\": 0.6000000000000085,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.931,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 108.1,\n            \"word\": \"that's\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889970,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.378,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 108.7,\n            \"word\": \"what\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889971,\n            \"length\": 0.2,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.97,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 108.86,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889972,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.965,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 109.06,\n            \"word\": \"feel,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889973,\n            \"length\": 0.0799999999999983,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.924,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 109.34,\n            \"word\": \"you\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889974,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.996,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 109.42,\n            \"word\": \"know\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889975,\n            \"length\": 0.09999999999999432,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.976,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 109.54,\n            \"word\": \"what\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889976,\n            \"length\": 0.04000000000000625,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.996,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 109.64,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889977,\n            \"length\": 0.13999999999998636,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 109.68,\n            \"word\": \"mean?\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889978,\n            \"length\": 0.4000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.045,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 110.62,\n            \"word\": \"This\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889979,\n            \"length\": 0.3999999999999915,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.952,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 111.02000000000001,\n            \"word\": \"is\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889980,\n            \"length\": 0.5,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.738,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 111.42,\n            \"word\": \"your\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889981,\n            \"length\": 0.6200000000000045,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.898,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 111.92,\n            \"word\": \"personality\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889982,\n            \"length\": 0.2599999999999909,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.945,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 112.54,\n            \"word\": \"kicking\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889983,\n            \"length\": 0.2600000000000051,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.99,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 112.8,\n            \"word\": \"in\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889984,\n            \"length\": 0.20000000000000284,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.946,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 113.06,\n            \"word\": \"again,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889985,\n            \"length\": 1.2000000000000002,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.729,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 113.46,\n            \"word\": \"you're\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889986,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.552,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 114.86,\n            \"word\": \"worried\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889987,\n            \"length\": 0.1600000000000108,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.985,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 115.02,\n            \"word\": \"about\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889988,\n            \"length\": 0.29999999999999716,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.85,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 115.18,\n            \"word\": \"things\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889989,\n            \"length\": 0.09999999999999432,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.945,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 115.48,\n            \"word\": \"that\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889990,\n            \"length\": 0.18000000000000682,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.948,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 115.58,\n            \"word\": \"haven't\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889991,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.986,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 115.76,\n            \"word\": \"happened\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889992,\n            \"length\": 0.5999999999999943,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.979,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 115.92,\n            \"word\": \"yet.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889993,\n            \"length\": 0.20000000000000284,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.208,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 118.1,\n            \"word\": \"Yeah,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889994,\n            \"length\": 0.4000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.933,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 118.3,\n            \"word\": \"yeah,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889995,\n            \"length\": 0.7000000000000028,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.827,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 118.7,\n            \"word\": \"yeah.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889996,\n            \"length\": 0.4000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.603,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 120.82,\n            \"word\": \"I'm\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889997,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.112,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 121.22,\n            \"word\": \"having\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889998,\n            \"length\": 0.2,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.133,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 121.23,\n            \"word\": \"a\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13889999,\n            \"length\": 0.060000000000002274,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.838,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 121.52,\n            \"word\": \"bad\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890000,\n            \"length\": 0.35999999999999943,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.381,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 121.58,\n            \"word\": \"and\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890001,\n            \"length\": 0.480000000000004,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.291,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 121.94,\n            \"word\": \"scary\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890002,\n            \"length\": 0.3999999999999915,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.686,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 122.42,\n            \"word\": \"day\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890003,\n            \"length\": 0.7200000000000131,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.535,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 122.82,\n            \"word\": \"where\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890004,\n            \"length\": 0.3199999999999932,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.909,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 123.54,\n            \"word\": \"there\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890005,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.615,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 123.86,\n            \"word\": \"was\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890006,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.984,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 123.98,\n            \"word\": \"so\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890007,\n            \"length\": 0.23999999999999488,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.998,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 124.14,\n            \"word\": \"much\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890008,\n            \"length\": 0.14000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.992,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 124.38,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890009,\n            \"length\": 0.1600000000000108,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.992,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 124.52,\n            \"word\": \"worry\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890010,\n            \"length\": 0.19999999999998863,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.994,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 124.68,\n            \"word\": \"about,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890011,\n            \"length\": 0.0799999999999983,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.214,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 124.94,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890012,\n            \"length\": 0.0799999999999983,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.922,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 125.02,\n            \"word\": \"just\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890013,\n            \"length\": 0.18000000000000682,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.992,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 125.1,\n            \"word\": \"didn't\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890014,\n            \"length\": 0.20000000000000284,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.956,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 125.28,\n            \"word\": \"worry\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890015,\n            \"length\": 0.11999999999999034,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.983,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 125.48,\n            \"word\": \"about\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890016,\n            \"length\": 0.10000000000000853,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.37,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 125.6,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890017,\n            \"length\": 0.14000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.989,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 125.7,\n            \"word\": \"things\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890018,\n            \"length\": 0.11999999999999034,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.878,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 125.84,\n            \"word\": \"that\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890019,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.694,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 125.96,\n            \"word\": \"haven't\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890020,\n            \"length\": 0.23999999999999488,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.995,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 126.08,\n            \"word\": \"happened\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890021,\n            \"length\": 0.44000000000001194,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.991,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 126.32,\n            \"word\": \"yet.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890022,\n            \"length\": 0.0800000000000125,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.488,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 130.0,\n            \"word\": \"It\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890023,\n            \"length\": 0.11999999999997613,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.747,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 130.08,\n            \"word\": \"was\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890024,\n            \"length\": 0.20000000000001705,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.969,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 130.2,\n            \"word\": \"only\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890025,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.979,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 130.4,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890026,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.915,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 130.56,\n            \"word\": \"guy\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890027,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.944,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 130.68,\n            \"word\": \"that\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890028,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.977,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 130.84,\n            \"word\": \"was\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890029,\n            \"length\": 0.46000000000000796,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.902,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 131.0,\n            \"word\": \"actually\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890030,\n            \"length\": 0.19999999999998863,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.971,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 131.46,\n            \"word\": \"beating\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890031,\n            \"length\": 0.20000000000001705,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.819,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 131.66,\n            \"word\": \"you\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890032,\n            \"length\": 0.09999999999999432,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.982,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 131.86,\n            \"word\": \"up\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890033,\n            \"length\": 0.4399999999999977,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.693,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 131.96,\n            \"word\": \"now\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890034,\n            \"length\": 0.2599999999999909,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.887,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 132.4,\n            \"word\": \"that\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890035,\n            \"length\": 0.20000000000001705,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.822,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 132.66,\n            \"word\": \"worried\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890036,\n            \"length\": 0.2599999999999909,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.468,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 132.86,\n            \"word\": \"about\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890037,\n            \"length\": 0.36000000000001364,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.527,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 133.12,\n            \"word\": \"it.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890038,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.153,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 134.68,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890039,\n            \"length\": 0.020000000000010232,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.565,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 134.84,\n            \"word\": \"was\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890040,\n            \"length\": 0.13999999999998636,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.717,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 134.86,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890041,\n            \"length\": 0.18000000000000682,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.811,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 135.0,\n            \"word\": \"closest\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890042,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.493,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 135.18,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890043,\n            \"length\": 0.07999999999998408,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.541,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 135.34,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890044,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.987,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 135.42,\n            \"word\": \"guy\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890045,\n            \"length\": 0.14000000000001478,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.718,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 135.54,\n            \"word\": \"that\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890046,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.486,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 135.68,\n            \"word\": \"was\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890047,\n            \"length\": 0.01999999999998181,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.799,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 135.8,\n            \"word\": \"going\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890048,\n            \"length\": 0.09999999999999432,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.994,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 135.82,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890049,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.968,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 135.92,\n            \"word\": \"beat\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890050,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.973,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 136.04,\n            \"word\": \"you\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890051,\n            \"length\": 0.0800000000000125,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.921,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 136.2,\n            \"word\": \"up\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890052,\n            \"length\": 0.47999999999998977,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.135,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012261,\n                \"label\": \"Speaker 3\",\n                \"name\": \"2\",\n                \"no\": 3\n            },\n            \"timestamp\": 136.28,\n            \"word\": \"when\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890053,\n            \"length\": 0.3200000000000216,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.707,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 136.76,\n            \"word\": \"this\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890054,\n            \"length\": 0.1799999999999784,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.838,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 137.08,\n            \"word\": \"guy\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890055,\n            \"length\": 0.4000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.848,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 137.26,\n            \"word\": \"finished\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890056,\n            \"length\": 0.2599999999999909,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.302,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 137.66,\n            \"word\": \"again.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890057,\n            \"length\": 0.20000000000001705,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.086,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 138.48,\n            \"word\": \"OK,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890058,\n            \"length\": 0.23999999999998067,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.857,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 138.68,\n            \"word\": \"well,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890059,\n            \"length\": 0.0800000000000125,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.891,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 138.98,\n            \"word\": \"you\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890060,\n            \"length\": 0.9199999999999875,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.978,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 139.06,\n            \"word\": \"know,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890061,\n            \"length\": 1.0,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.932,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 141.1,\n            \"word\": \"maybe\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890062,\n            \"length\": 0.8,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.642,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 142.26,\n            \"word\": \"I've\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890063,\n            \"length\": 0.14000000000001478,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.985,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 143.64,\n            \"word\": \"got\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890064,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.993,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 143.78,\n            \"word\": \"a\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890065,\n            \"length\": 0.19999999999998863,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.994,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 143.9,\n            \"word\": \"few\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890066,\n            \"length\": 0.37999999999999545,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.892,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 144.1,\n            \"word\": \"comps,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890067,\n            \"length\": 0.20000000000001705,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.984,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 144.48,\n            \"word\": \"but\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890068,\n            \"length\": 0.07999999999998408,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.981,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 144.68,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890069,\n            \"length\": 0.20000000000001705,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.885,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 144.76,\n            \"word\": \"can\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890070,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.988,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 144.96,\n            \"word\": \"see\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890071,\n            \"length\": 0.1799999999999784,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.986,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 145.08,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890072,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.991,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 145.26,\n            \"word\": \"guy\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890073,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.867,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 145.42,\n            \"word\": \"taking\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890074,\n            \"length\": 0.2400000000000091,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.945,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 145.7,\n            \"word\": \"out\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890075,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.863,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 145.94,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890076,\n            \"length\": 0.4399999999999977,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.099,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 146.1,\n            \"word\": \"BTW,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890077,\n            \"length\": 0.18000000000000682,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.936,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 146.54,\n            \"word\": \"you\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890078,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 146.72,\n            \"word\": \"know?\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890079,\n            \"length\": 0.19999999999998863,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.566,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 147.36,\n            \"word\": \"Yeah,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890080,\n            \"length\": 0.20000000000001705,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.916,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 147.6,\n            \"word\": \"he's\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890081,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.555,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 147.8,\n            \"word\": \"not\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890082,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.226,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 147.96,\n            \"word\": \"sticking\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890083,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.784,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 148.12,\n            \"word\": \"your\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890084,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.685,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 148.4,\n            \"word\": \"back.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890085,\n            \"length\": 0.3199999999999932,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.907,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 148.8,\n            \"word\": \"OK,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890086,\n            \"length\": 0.160000000000025,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.858,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 149.2,\n            \"word\": \"well,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890087,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.927,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 149.5,\n            \"word\": \"look,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890088,\n            \"length\": 0.160000000000025,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.92,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 149.92,\n            \"word\": \"let\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890089,\n            \"length\": 0.4,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.635,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 150.08,\n            \"word\": \"us\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890090,\n            \"length\": 0.2600000000000193,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.852,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 152.42,\n            \"word\": \"take\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890091,\n            \"length\": 0.23999999999998067,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.98,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 152.68,\n            \"word\": \"this\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890092,\n            \"length\": 0.18000000000000682,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.998,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 152.92,\n            \"word\": \"week\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890093,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.982,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 153.1,\n            \"word\": \"as\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890094,\n            \"length\": 0.0800000000000125,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.988,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 153.32,\n            \"word\": \"a\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890095,\n            \"length\": 0.13999999999998636,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.995,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 153.4,\n            \"word\": \"bad\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890096,\n            \"length\": 0.5600000000000023,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 153.54,\n            \"word\": \"week,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890097,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.923,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 154.98,\n            \"word\": \"and\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890098,\n            \"length\": 0.4800000000000182,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.885,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 155.2,\n            \"word\": \"let\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890099,\n            \"length\": 0.4000000000000057,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.338,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 155.68,\n            \"word\": \"myself\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890100,\n            \"length\": 0.4199999999999875,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.587,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 156.08,\n            \"word\": \"have\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890101,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.655,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 156.5,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890102,\n            \"length\": 0.36000000000001364,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.833,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 156.51,\n            \"word\": \"fucking\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890103,\n            \"length\": 0.7599999999999909,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.989,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 156.86,\n            \"word\": \"reasonable\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890104,\n            \"length\": 0.2599999999999909,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.668,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 157.62,\n            \"word\": \"wiggle\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890105,\n            \"length\": 0.20000000000001705,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.875,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 157.88,\n            \"word\": \"room\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890106,\n            \"length\": 0.23999999999998067,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.974,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 158.08,\n            \"word\": \"over\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890107,\n            \"length\": 0.0800000000000125,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.993,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 158.32,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890108,\n            \"length\": 0.3400000000000034,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.998,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 158.4,\n            \"word\": \"weekend\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890109,\n            \"length\": 0.23999999999998067,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.761,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 158.74,\n            \"word\": \"that\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890110,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.953,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 158.98,\n            \"word\": \"it\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890111,\n            \"length\": 0.44000000000002615,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.981,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 159.14,\n            \"word\": \"was\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890112,\n            \"length\": 0.13999999999998636,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.393,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 159.58,\n            \"word\": \"a\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890113,\n            \"length\": 0.19999999999998863,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.955,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 159.72,\n            \"word\": \"month\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890114,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.717,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 159.92,\n            \"word\": \"end,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890115,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.972,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 161.04,\n            \"word\": \"but\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890116,\n            \"length\": 0.4200000000000159,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.988,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 161.26,\n            \"word\": \"let's\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890117,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.949,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 161.68,\n            \"word\": \"judge\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890118,\n            \"length\": 0.6000000000000001,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.469,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 161.96,\n            \"word\": \"in,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890119,\n            \"length\": 0.3400000000000034,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.979,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 162.82,\n            \"word\": \"let's\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890120,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.997,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 163.16,\n            \"word\": \"say,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890121,\n            \"length\": 0.07999999999998408,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.978,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 163.4,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890122,\n            \"length\": 0.2600000000000193,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 1.0,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 163.48,\n            \"word\": \"middle\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890123,\n            \"length\": 0.23999999999998067,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 163.74,\n            \"word\": \"of\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890124,\n            \"length\": 0.2600000000000193,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.99,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 163.98,\n            \"word\": \"next\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890125,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 164.24,\n            \"word\": \"week\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890126,\n            \"length\": 0.2599999999999909,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.813,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 164.46,\n            \"word\": \"whether\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890127,\n            \"length\": 0.2599999999999909,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.91,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 164.72,\n            \"word\": \"it\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890128,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.993,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 164.98,\n            \"word\": \"was\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890129,\n            \"length\": 0.060000000000002274,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.989,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 165.2,\n            \"word\": \"a\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890130,\n            \"length\": 0.30000000000001137,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.946,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 165.26,\n            \"word\": \"fucking\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890131,\n            \"length\": 0.2400000000000091,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.997,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 165.56,\n            \"word\": \"month\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890132,\n            \"length\": 0.3199999999999932,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.986,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 165.8,\n            \"word\": \"end.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890133,\n            \"length\": 0.4199999999999875,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.107,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 168.58,\n            \"word\": \"There\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890134,\n            \"length\": 0.4199999999999875,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.412,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 169.0,\n            \"word\": \"are\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890135,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.982,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 169.42,\n            \"word\": \"some\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890136,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.881,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 169.7,\n            \"word\": \"credit\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890137,\n            \"length\": 0.5,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.978,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 169.92,\n            \"word\": \"actions\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890138,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.879,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 170.42,\n            \"word\": \"within\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890139,\n            \"length\": 0.3200000000000216,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.931,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 170.7,\n            \"word\": \"that.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890140,\n            \"length\": 0.19999999999998863,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.92,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 171.4,\n            \"word\": \"Not\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890141,\n            \"length\": 0.2400000000000091,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.979,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 171.6,\n            \"word\": \"all\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890142,\n            \"length\": 0.09999999999999432,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.479,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 171.84,\n            \"word\": \"is\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890143,\n            \"length\": 0.2400000000000091,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.91,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 171.94,\n            \"word\": \"going\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890144,\n            \"length\": 0.01999999999998181,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.993,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 172.18,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890145,\n            \"length\": 0.2400000000000091,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.995,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 172.2,\n            \"word\": \"come\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890146,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.998,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 172.44,\n            \"word\": \"back,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890147,\n            \"length\": 0.20000000000001705,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.982,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 172.66,\n            \"word\": \"but\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890148,\n            \"length\": 0.01999999999998181,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.886,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 172.86,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890149,\n            \"length\": 0.2400000000000091,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.935,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 172.88,\n            \"word\": \"think\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890150,\n            \"length\": 0.2,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.79,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 173.12,\n            \"word\": \"a\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890151,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.91,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 173.34,\n            \"word\": \"good\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890152,\n            \"length\": 0.18000000000000682,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.823,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 173.35,\n            \"word\": \"bit\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890153,\n            \"length\": 0.13999999999998636,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.555,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 173.52,\n            \"word\": \"is\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890154,\n            \"length\": 0.14000000000001478,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.943,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 173.66,\n            \"word\": \"going\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890155,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.996,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 173.8,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890156,\n            \"length\": 0.1799999999999784,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.986,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 173.81,\n            \"word\": \"come\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890157,\n            \"length\": 0.46000000000000796,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.998,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 173.98,\n            \"word\": \"back,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890158,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.949,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 174.44,\n            \"word\": \"you\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890159,\n            \"length\": 0.2599999999999909,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 174.66,\n            \"word\": \"know?\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890160,\n            \"length\": 0.20000000000001705,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.298,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 175.76,\n            \"word\": \"Yeah,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890161,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.553,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 175.98,\n            \"word\": \"now\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890162,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.566,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 176.26,\n            \"word\": \"it's\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890163,\n            \"length\": 0.3400000000000034,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.974,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 176.42,\n            \"word\": \"another\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890164,\n            \"length\": 0.020000000000010232,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.296,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 176.76,\n            \"word\": \"of\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890165,\n            \"length\": 0.2400000000000091,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.96,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 176.78,\n            \"word\": \"them\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890166,\n            \"length\": 0.29999999999998295,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.956,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 177.02,\n            \"word\": \"wider\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890167,\n            \"length\": 0.3199999999999932,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.897,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 177.32,\n            \"word\": \"picture,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890168,\n            \"length\": 0.10000000000002274,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.922,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 177.7,\n            \"word\": \"and\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890169,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.944,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 177.8,\n            \"word\": \"I'm\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890170,\n            \"length\": 0.01999999999998181,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.91,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 177.96,\n            \"word\": \"going\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890171,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.995,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 177.98,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890172,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.995,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 178.1,\n            \"word\": \"talk\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890173,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.72,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 178.32,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890174,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.869,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 178.54,\n            \"word\": \"you,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890175,\n            \"length\": 0.01999999999998181,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.922,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 178.96,\n            \"word\": \"me\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890176,\n            \"length\": 0.5400000000000205,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.755,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 178.98,\n            \"word\": \"and\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890177,\n            \"length\": 0.1799999999999784,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.256,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 179.52,\n            \"word\": \"Rex,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890178,\n            \"length\": 0.09999999999999432,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.669,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 179.74,\n            \"word\": \"and\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890179,\n            \"length\": 0.020000000000010232,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.918,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 179.84,\n            \"word\": \"we're\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890180,\n            \"length\": 0.11999999999997613,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.949,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 179.86,\n            \"word\": \"going\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890181,\n            \"length\": 0.020000000000010232,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.993,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 179.98,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890182,\n            \"length\": 0.19999999999998863,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.982,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 180.0,\n            \"word\": \"talk\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890183,\n            \"length\": 0.20000000000001705,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.983,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 180.2,\n            \"word\": \"about\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890184,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.906,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 180.4,\n            \"word\": \"this.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890185,\n            \"length\": 0.3199999999999932,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.857,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 180.78,\n            \"word\": \"We've\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890186,\n            \"length\": 0.0800000000000125,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.973,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 181.1,\n            \"word\": \"been\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890187,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.897,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 181.18,\n            \"word\": \"doing\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890188,\n            \"length\": 0.11999999999997613,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.991,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 181.3,\n            \"word\": \"a\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890189,\n            \"length\": 0.060000000000002274,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 181.42,\n            \"word\": \"lot\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890190,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.995,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 181.48,\n            \"word\": \"of\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890191,\n            \"length\": 0.14000000000001478,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.986,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 181.6,\n            \"word\": \"work,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890192,\n            \"length\": 0.060000000000002274,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.909,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 181.74,\n            \"word\": \"we're\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890193,\n            \"length\": 0.19999999999998863,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.995,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 181.8,\n            \"word\": \"working\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890194,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.969,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 182.0,\n            \"word\": \"on\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890195,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.543,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 182.16,\n            \"word\": \"it\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890196,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.939,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 182.32,\n            \"word\": \"today\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890197,\n            \"length\": 0.36000000000001364,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.689,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 182.48,\n            \"word\": \"actually,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890198,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.954,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 183.94,\n            \"word\": \"about\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890199,\n            \"length\": 0.4399999999999977,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.959,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 184.22,\n            \"word\": \"maybe\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890200,\n            \"length\": 0.6599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.944,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 184.66,\n            \"word\": \"just\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890201,\n            \"length\": 0.2400000000000091,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.989,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 185.32,\n            \"word\": \"having\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890202,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.927,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 185.56,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890203,\n            \"length\": 0.4399999999999977,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.99,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 185.84,\n            \"word\": \"conversation\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890204,\n            \"length\": 0.18000000000000682,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.988,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 186.28,\n            \"word\": \"with\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890205,\n            \"length\": 0.19999999999998863,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.994,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 186.46,\n            \"word\": \"our\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890206,\n            \"length\": 0.30000000000001137,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.97,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 186.66,\n            \"word\": \"buddies\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890207,\n            \"length\": 0.4,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.958,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 186.96,\n            \"word\": \"in\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890208,\n            \"length\": 0.36000000000001364,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.474,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 189.14,\n            \"word\": \"Dames\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890209,\n            \"length\": 0.3199999999999932,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.939,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 189.5,\n            \"word\": \"Street\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890210,\n            \"length\": 0.8600000000000136,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.912,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 189.82,\n            \"word\": \"about\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890211,\n            \"length\": 0.6200000000000045,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.869,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 190.68,\n            \"word\": \"fallback,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890212,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.932,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 191.42,\n            \"word\": \"you\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890213,\n            \"length\": 0.20000000000001705,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 191.42999999999998,\n            \"word\": \"know.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890214,\n            \"length\": 0.36000000000001364,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.032,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 193.15999999999997,\n            \"word\": \"First\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890215,\n            \"length\": 0.36000000000001364,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.896,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 193.51999999999998,\n            \"word\": \"of\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890216,\n            \"length\": 0.09999999999999432,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.993,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 193.88,\n            \"word\": \"all,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890217,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.751,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 193.98,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890218,\n            \"length\": 0.20000000000001705,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.961,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 193.98999999999998,\n            \"word\": \"don't\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890219,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.839,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 194.18,\n            \"word\": \"want\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890220,\n            \"length\": 0.19999999999998863,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.906,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 194.34,\n            \"word\": \"any\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890221,\n            \"length\": 0.36000000000001364,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.71,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 194.54,\n            \"word\": \"fucking\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890222,\n            \"length\": 0.5199999999999818,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.542,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 194.9,\n            \"word\": \"phallusology\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890223,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.93,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 195.42,\n            \"word\": \"from\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890224,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.962,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 195.7,\n            \"word\": \"them,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890225,\n            \"length\": 0.6000000000000001,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.895,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 196.7,\n            \"word\": \"and\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890226,\n            \"length\": 0.5,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.937,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 197.44,\n            \"word\": \"secondly,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890227,\n            \"length\": 0.4,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.564,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 198.3,\n            \"word\": \"if\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890228,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.951,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 198.72,\n            \"word\": \"it\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890229,\n            \"length\": 0.2599999999999909,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.968,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 198.84,\n            \"word\": \"gets\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890230,\n            \"length\": 0.2400000000000091,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.823,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 199.1,\n            \"word\": \"close\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890231,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.986,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 199.34,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890232,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.994,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 199.5,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890233,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.948,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 199.66,\n            \"word\": \"bone\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890234,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.92,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 199.78,\n            \"word\": \"in\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890235,\n            \"length\": 0.2599999999999909,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.993,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 199.9,\n            \"word\": \"terms\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890236,\n            \"length\": 0.18000000000000682,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.998,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 200.16,\n            \"word\": \"of\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890237,\n            \"length\": 0.5200000000000102,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.993,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 200.34,\n            \"word\": \"cash,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890238,\n            \"length\": 0.060000000000002274,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.326,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 202.52,\n            \"word\": \"you\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890239,\n            \"length\": 0.11999999999997613,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.983,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 202.58,\n            \"word\": \"know,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890240,\n            \"length\": 0.03999999999999204,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.987,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 202.72,\n            \"word\": \"we\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890241,\n            \"length\": 0.18000000000000682,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.987,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 202.76,\n            \"word\": \"need\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890242,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.953,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 202.94,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890243,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.926,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 203.1,\n            \"word\": \"be\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890244,\n            \"length\": 0.060000000000002274,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.995,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 203.10999999999999,\n            \"word\": \"able\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890245,\n            \"length\": 0.14000000000001478,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.995,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 203.16,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890246,\n            \"length\": 0.09999999999999432,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.909,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 203.3,\n            \"word\": \"pull\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890247,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.905,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 203.4,\n            \"word\": \"money\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890248,\n            \"length\": 0.3199999999999932,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.995,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 203.62,\n            \"word\": \"down,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890249,\n            \"length\": 0.0800000000000125,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.984,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 204.2,\n            \"word\": \"so\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890250,\n            \"length\": 0.2400000000000091,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.945,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 204.28,\n            \"word\": \"get\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890251,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.972,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 204.52,\n            \"word\": \"yourself\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890252,\n            \"length\": 0.5199999999999818,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 204.74,\n            \"word\": \"ready.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890253,\n            \"length\": 0.160000000000025,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.587,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 206.2,\n            \"word\": \"And\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890254,\n            \"length\": 0.1799999999999784,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.797,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 206.36,\n            \"word\": \"how\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890255,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.98,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 206.54,\n            \"word\": \"does\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890256,\n            \"length\": 0.14000000000001478,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.904,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 206.66,\n            \"word\": \"it\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890257,\n            \"length\": 0.1799999999999784,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.986,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 206.8,\n            \"word\": \"look,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890258,\n            \"length\": 0.01,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.83,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 207.18,\n            \"word\": \"and\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890259,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.912,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 207.19,\n            \"word\": \"does\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890260,\n            \"length\": 0.060000000000002274,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.997,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 207.34,\n            \"word\": \"it\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890261,\n            \"length\": 0.18000000000000682,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.993,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 207.4,\n            \"word\": \"become\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890262,\n            \"length\": 0.4199999999999875,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.998,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 207.58,\n            \"word\": \"public,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890263,\n            \"length\": 0.2400000000000091,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.977,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 208.06,\n            \"word\": \"and\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890264,\n            \"length\": 0.13999999999998636,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.997,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 208.3,\n            \"word\": \"all\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890265,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.883,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 208.44,\n            \"word\": \"that\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890266,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.978,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 208.6,\n            \"word\": \"stuff.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890267,\n            \"length\": 0.36000000000001364,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.532,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 210.04,\n            \"word\": \"Yeah,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890268,\n            \"length\": 0.2400000000000091,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.295,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 210.66,\n            \"word\": \"yeah,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890269,\n            \"length\": 0.18000000000000682,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.913,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 210.92,\n            \"word\": \"and\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890270,\n            \"length\": 0.30000000000001137,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.763,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 211.1,\n            \"word\": \"we\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890271,\n            \"length\": 0.18000000000000682,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.986,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 211.4,\n            \"word\": \"need\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890272,\n            \"length\": 0.13999999999998636,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.997,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 211.58,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890273,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.997,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 211.72,\n            \"word\": \"find\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890274,\n            \"length\": 0.14000000000001478,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.992,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 211.88,\n            \"word\": \"out\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890275,\n            \"length\": 0.13999999999998636,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.996,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 212.02,\n            \"word\": \"what\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890276,\n            \"length\": 0.18000000000000682,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.997,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 212.16,\n            \"word\": \"they\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890277,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.997,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 212.34,\n            \"word\": \"need\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890278,\n            \"length\": 0.2400000000000091,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.993,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 212.56,\n            \"word\": \"from\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890279,\n            \"length\": 0.2599999999999909,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.997,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 212.8,\n            \"word\": \"us\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890280,\n            \"length\": 0.2599999999999909,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.763,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 213.06,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890281,\n            \"length\": 0.0800000000000125,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.988,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 213.32,\n            \"word\": \"give\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890282,\n            \"length\": 0.13999999999998636,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.998,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 213.4,\n            \"word\": \"us\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890283,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.996,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 213.54,\n            \"word\": \"the\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890284,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 1.0,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 213.7,\n            \"word\": \"cash.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890285,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.922,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 214.44,\n            \"word\": \"Yeah,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890286,\n            \"length\": 0.020000000000010232,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.817,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 214.82,\n            \"word\": \"well,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890287,\n            \"length\": 0.13999999999998636,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.607,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 215.34,\n            \"word\": \"no\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890288,\n            \"length\": 0.2600000000000193,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.995,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 215.48,\n            \"word\": \"problem\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890289,\n            \"length\": 0.13999999999998636,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.971,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 215.74,\n            \"word\": \"having\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890290,\n            \"length\": 0.20000000000001705,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.99,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 215.88,\n            \"word\": \"that\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890291,\n            \"length\": 0.3599999999999852,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.998,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 216.08,\n            \"word\": \"conversation.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890292,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.947,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 216.6,\n            \"word\": \"It's\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890293,\n            \"length\": 0.12000000000000455,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.992,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 216.72,\n            \"word\": \"about\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890294,\n            \"length\": 0.21999999999999886,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 216.84,\n            \"word\": \"time\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890295,\n            \"length\": 0.1599999999999966,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.987,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 217.06,\n            \"word\": \"to\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890296,\n            \"length\": 0.09999999999999432,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 217.22,\n            \"word\": \"have\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890297,\n            \"length\": 0.14000000000001478,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.997,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 217.32,\n            \"word\": \"it\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890298,\n            \"length\": 0.13999999999998636,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.962,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 217.46,\n            \"word\": \"now,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890299,\n            \"length\": 0.14000000000001478,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.996,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 217.6,\n            \"word\": \"I\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890300,\n            \"length\": 0.13999999999998636,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.999,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012260,\n                \"label\": \"Speaker 2\",\n                \"name\": \"5\",\n                \"no\": 2\n            },\n            \"timestamp\": 217.74,\n            \"word\": \"think.\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890301,\n            \"length\": 0.3599999999999852,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.932,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 218.24,\n            \"word\": \"Yeah,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890302,\n            \"length\": 0.28000000000000114,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.832,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 218.6,\n            \"word\": \"yeah,\"\n        },\n        {\n            \"alternatives\": [],\n            \"generatedByASR\": true,\n            \"id\": 13890303,\n            \"length\": 0.4399999999999977,\n            \"processingModels\": [\n                1\n            ],\n            \"score\": 0.765,\n            \"speaker\": {\n                \"channelNumber\": 0,\n                \"id\": 1012259,\n                \"label\": \"Speaker 1\",\n                \"name\": \"1\",\n                \"no\": 1\n            },\n            \"timestamp\": 218.88,\n            \"word\": \"okay.\"\n        }\n    ],\n    \"summaries\": [\n        {\n            \"content\": \"The conversation revolves around liquidity challenges and cash management within a financial institution. Speaker 1 highlights significant cash outflows, including a record $1.5 billion withdrawal, and notes concerns about liquidity ratios as indicators of cash availability. Speaker 2 emphasizes the urgency of addressing immediate cash shortfalls, acknowledging regulatory minimums as manageable unless exposed, but stresses the need for transparency with regulators regarding lending practices and daily cash flows. Speaker 2 proposes a temporary buffer over the weekend, acknowledging the stress of the situation while urging patience to assess outcomes in the following week. Speaker 1 expresses cautious optimism, believing some liquidity will return, though not all. The group agrees to proactively engage with external partners (e.g., \\\"Dames Street\\\") to discuss contingency plans, including potential fallback mechanisms for accessing cash and managing public disclosures. Action items include preparing for regulatory discussions, evaluating credit-related cash inflows, and planning for scenarios requiring emergency liquidity support. The dialogue underscores tension between short-term risk mitigation and long-term strategic planning amid uncertainty.\",\n            \"id\": 559,\n            \"processingEnd\": \"2025-08-08T13:56:04\",\n            \"processingStart\": \"2025-08-08T13:56:02\",\n            \"task\": {\n                \"id\": 117,\n                \"name\": \"Activity Summary - Compliance\"\n            },\n            \"translations\": [],\n            \"type\": \"Activity Summary - Compliance\"\n        }\n    ],\n    \"tags\": [],\n    \"taskResults\": [\n        {\n            \"id\": 19079,\n            \"processingEnd\": \"2025-08-08T13:14:57\",\n            \"processingStart\": \"2025-08-08T13:14:45\",\n            \"result\": \"{\\\"summary\\\": \\\"The conversation revolves around liquidity challenges and cash management within a financial institution. Speaker 1 highlights significant cash outflows, including a record $1.5 billion withdrawal, and notes concerns about liquidity ratios as indicators of cash availability. Speaker 2 emphasizes the urgency of addressing immediate cash shortfalls, acknowledging regulatory minimums as manageable unless exposed, but stresses the need for transparency with regulators regarding lending practices and daily cash flows. Speaker 2 proposes a temporary buffer over the weekend, acknowledging the stress of the situation while urging patience to assess outcomes in the following week. Speaker 1 expresses cautious optimism, believing some liquidity will return, though not all. The group agrees to proactively engage with external partners (e.g., \\\\\\\"Dames Street\\\\\\\") to discuss contingency plans, including potential fallback mechanisms for accessing cash and managing public disclosures. Action items include preparing for regulatory discussions, evaluating credit-related cash inflows, and planning for scenarios requiring emergency liquidity support. The dialogue underscores tension between short-term risk mitigation and long-term strategic planning amid uncertainty.\\\"}\",\n            \"task\": {\n                \"id\": 117,\n                \"name\": \"Activity Summary - Compliance\"\n            }\n        },\n        {\n            \"id\": 19080,\n            \"processingEnd\": \"2025-08-08T13:16:05\",\n            \"processingStart\": \"2025-08-08T13:15:18\",\n            \"result\": \"[{\\\"triggerTerm\\\": \\\"know what I mean\\\", \\\"category\\\": \\\"General\\\", \\\"contextualRisk\\\": false, \\\"context\\\": \\\"Speaker 1 is discussing a week with financial losses, mentioning numbers like 120, 130, and two billion, but the exact nature of these figures isn't clear.\\\", \\\"rationale\\\": \\\"The alert term 'know what I mean' is a colloquial expression used to confirm understanding rather than an explicit reference to compliance concerns. The context involves financial losses but lacks specific indicators of non-compliant activities.\\\", \\\"srtId\\\": 13889648, \\\"triggerTermId\\\": 2954}, {\\\"triggerTerm\\\": \\\"shitty\\\", \\\"category\\\": \\\"Profanity\\\", \\\"contextualRisk\\\": false, \\\"context\\\": \\\"Speaker 1 is reflecting on a challenging week with financial figures mentioned, including references to being up in 120 and 130, and mentioning amounts like two billion.\\\", \\\"rationale\\\": \\\"The term 'shitty' is used informally to describe a difficult week but does not directly relate to compliance concerns such as insider trading, market manipulation, or other regulatory violations. There is no indication of prohibited activities or breaches of compliance policies in the statement.\\\", \\\"srtId\\\": 13889665, \\\"triggerTermId\\\": 2742}, {\\\"triggerTerm\\\": \\\"liquidity\\\", \\\"category\\\": \\\"Market Manipulation\\\", \\\"contextualRisk\\\": false, \\\"context\\\": \\\"Speaker 2 asks if 'buffer' refers to liquidity ratios, and Speaker 1 confirms. Speaker 2 expresses a preference for cash over liquidity ratios.\\\", \\\"rationale\\\": \\\"The term 'liquidity' refers to the ability to meet short-term obligations and is a standard financial metric. The conversation discusses liquidity ratios, which are commonly used in financial analysis. There is no indication of non-compliant behavior or risk-related activities here. The mention of liquidity ratios is part of a routine discussion about financial metrics, not a violation of compliance policies.\\\", \\\"srtId\\\": 13889708, \\\"triggerTermId\\\": 2516}, {\\\"triggerTerm\\\": \\\"liquidity\\\", \\\"category\\\": \\\"Market Manipulation\\\", \\\"contextualRisk\\\": true, \\\"context\\\": \\\"Speaker 1 mentions liquidity as an indicator of cash, with Speaker 2 discussing concerns about running out of cash.\\\", \\\"rationale\\\": \\\"The term 'liquidity' relates to the availability of cash or assets that can be quickly converted to cash. In a financial context, liquidity is a key compliance concern as it affects a firm's ability to meet short-term obligations. Speaker 1's mention of liquidity as an indicator of cash could signal potential financial stress or risk, which is relevant for compliance monitoring.\\\", \\\"srtId\\\": 13889742, \\\"triggerTermId\\\": 2516}, {\\\"triggerTerm\\\": \\\"disaster\\\", \\\"category\\\": \\\"Profanity\\\", \\\"contextualRisk\\\": false, \\\"context\\\": \\\"Speaker 2 states that regulatory minimums are not a disaster for the bank unless someone finds out about them.\\\", \\\"rationale\\\": \\\"The term 'disaster' is used metaphorically to emphasize that regulatory minimums are not inherently problematic unless disclosed. There is no explicit reference to non-compliance or prohibited activities, thus no direct compliance risk.\\\", \\\"srtId\\\": 13889791, \\\"triggerTermId\\\": 2695}, {\\\"triggerTerm\\\": \\\"regulatory\\\", \\\"category\\\": \\\"Regulatory Scrutiny\\\", \\\"contextualRisk\\\": true, \\\"context\\\": \\\"Speaker 2 mentions that regulatory minimums are not a disaster for the bank unless someone finds out about them. Speaker 1 agrees and adds that the speaker is now having to disclose lending activities to regulators.\\\", \\\"rationale\\\": \\\"The term 'regulatory' relates to compliance with financial regulations. The discussion about regulatory minimums and disclosing lending activities to regulators indicates potential compliance risks, as non-disclosure or non-compliance with regulatory requirements can lead to penalties or legal issues.\\\", \\\"srtId\\\": 13889784, \\\"triggerTermId\\\": 2840}, {\\\"triggerTerm\\\": \\\"<alertTerm>regulator</alertTerm>\\\", \\\"category\\\": \\\"Regulatory Scrutiny\\\", \\\"contextualRisk\\\": true, \\\"context\\\": \\\"Speaker 1 mentions that they are required to inform the regulator about their lending activities, and that the regulator wants to sign off on it and track daily inflows and outflows.\\\", \\\"rationale\\\": \\\"The term 'regulator' is associated with compliance concerns as it refers to the entity that oversees adherence to financial regulations. The context indicates that the speaker is discussing increased regulatory scrutiny over lending activities and reporting requirements, which could imply potential risks if not properly managed.\\\", \\\"srtId\\\": 13889821, \\\"triggerTermId\\\": 2837}, {\\\"triggerTerm\\\": \\\"regulator\\\", \\\"category\\\": \\\"Regulatory Scrutiny\\\", \\\"contextualRisk\\\": true, \\\"context\\\": \\\"Speaker 1 mentions that the regulator will be sitting in the corner office, indicating oversight.\\\", \\\"rationale\\\": \\\"The term 'regulator' refers to a compliance authority, suggesting increased scrutiny which could indicate potential compliance risks.\\\", \\\"srtId\\\": 13889853, \\\"triggerTermId\\\": 2837}, {\\\"triggerTerm\\\": \\\"<alertTerm>fuck's</alertTerm>\\\", \\\"category\\\": \\\"Profanity\\\", \\\"contextualRisk\\\": false, \\\"context\\\": \\\"Speaker 2 is advising a more flexible approach, suggesting to 'take the roll with the punches' and evaluate the situation in a week. They mention that if things are worse in a week, they will take action, possibly involving the central bank.\\\", \\\"rationale\\\": \\\"The term 'fuck's' is used as an interjection for emphasis and does not relate to any compliance concerns or risks. It is a colloquial expression and not indicative of any financial misconduct or regulatory issues.\\\", \\\"srtId\\\": 13889921, \\\"triggerTermId\\\": 2708}, {\\\"triggerTerm\\\": \\\"<alertTerm>fuck's</alertTerm>\\\", \\\"category\\\": \\\"Profanity\\\", \\\"contextualRisk\\\": false, \\\"context\\\": \\\"Speaker 2 is advising a more flexible approach, suggesting to 'take the roll with the punches' and evaluate the situation in a week. They mention that if things are worse in a week, they will take action, possibly involving the central bank.\\\", \\\"rationale\\\": \\\"The term 'fuck's' is used as an interjection for emphasis and does not relate to any compliance concerns or risks. It is a colloquial expression and not indicative of any financial misconduct or regulatory issues.\\\", \\\"srtId\\\": 13889921, \\\"triggerTermId\\\": 2704}, {\\\"triggerTerm\\\": \\\"<alertTerm>punches</alertTerm>\\\", \\\"category\\\": \\\"Profanity\\\", \\\"contextualRisk\\\": false, \\\"context\\\": \\\"Speaker 2 advises to 'take the roll with the punches' and wait a week to see the outcome before taking further action.\\\", \\\"rationale\\\": \\\"The term 'punches' is used metaphorically to describe handling a situation, not related to financial compliance risks.\\\", \\\"srtId\\\": 13889929, \\\"triggerTermId\\\": 2739}, {\\\"triggerTerm\\\": \\\"central bank\\\", \\\"category\\\": \\\"Corrupt Practices\\\", \\\"contextualRisk\\\": false, \\\"context\\\": \\\"Speaker 2 suggests going to the central bank if the situation worsens in a week.\\\", \\\"rationale\\\": \\\"The term 'central bank' refers to a financial institution responsible for monetary policy. In this context, it is used as a hypothetical destination in case of a negative outcome, not as a compliance concern.\\\", \\\"srtId\\\": 13889954, \\\"triggerTermId\\\": 2148}, {\\\"triggerTerm\\\": \\\"<alertTerm>know what I mean?</alertTerm>\\\", \\\"category\\\": \\\"General\\\", \\\"contextualRisk\\\": false, \\\"context\\\": \\\"Speaker 1 is expressing their feelings about being a week ahead of Speaker 2 and mentions that they feel a certain way, referencing an unspecified concern. Speaker 2 responds by commenting on Speaker 1's personality and their tendency to worry about things that haven't happened yet.\\\", \\\"rationale\\\": \\\"The alert term 'know what I mean?' is used in a conversational context to express understanding or agreement, rather than indicating any specific compliance concerns or risks. There is no mention of financial misconduct, insider trading, or other regulatory issues in the exchange.\\\", \\\"srtId\\\": 13889974, \\\"triggerTermId\\\": 2954}, {\\\"triggerTerm\\\": \\\"<alertTerm>fucking</alertTerm>\\\", \\\"category\\\": \\\"Profanity\\\", \\\"contextualRisk\\\": false, \\\"context\\\": \\\"Speaker 2 is discussing a bad week and mentions having 'fucking reasonable wiggle room' over the weekend due to a month end. Speaker 1 refers to credit actions.\\\", \\\"rationale\\\": \\\"The alert term 'fucking' is a profane exclamation used for emphasis, not related to compliance risks such as insider trading, market manipulation, or regulatory violations. No indication of unethical or illegal activities.\\\", \\\"srtId\\\": 13890102, \\\"triggerTermId\\\": 2706}, {\\\"triggerTerm\\\": \\\"<alertTerm>fucking</alertTerm>\\\", \\\"category\\\": \\\"Profanity\\\", \\\"contextualRisk\\\": false, \\\"context\\\": \\\"Speaker 2 is discussing a bad week and mentions having a 'reasonable wiggle room' over the weekend due to a month end, suggesting they will evaluate in the middle of the next week.\\\", \\\"rationale\\\": \\\"The term 'fucking' is used as an intensifier and does not relate to compliance concerns. It is a colloquial expression and not indicative of any regulatory or compliance risk.\\\", \\\"srtId\\\": 13890130, \\\"triggerTermId\\\": 2706}, {\\\"triggerTerm\\\": \\\"<alertTerm>talk about</alertTerm>\\\", \\\"category\\\": \\\"General\\\", \\\"contextualRisk\\\": false, \\\"context\\\": \\\"Speaker 2 mentions discussing something with Rex and planning to talk about it further, specifically mentioning conversations about fallback with colleagues at Dames Street.\\\", \\\"rationale\\\": \\\"The term 'talk about' is a general communication term and does not indicate any specific compliance risk or prohibited activity. The context involves routine discussions about work-related topics without any mention of sensitive information or violations.\\\", \\\"srtId\\\": 13890182, \\\"triggerTermId\\\": 3008}, {\\\"triggerTerm\\\": \\\"conversation\\\", \\\"category\\\": \\\"Code of Conduct Breaches\\\", \\\"contextualRisk\\\": false, \\\"context\\\": \\\"Speaker 2 mentions having a conversation with colleagues about fallback strategies, while expressing concerns about potential issues with cash.\\\", \\\"rationale\\\": \\\"The term 'conversation' is a general term for communication and does not inherently indicate compliance risks. The context involves discussing fallback strategies and cash concerns, but there is no explicit mention of regulatory violations or unethical practices.\\\", \\\"srtId\\\": 13890203, \\\"triggerTermId\\\": 2036}, {\\\"triggerTerm\\\": \\\"Street\\\", \\\"category\\\": \\\"General\\\", \\\"contextualRisk\\\": true, \\\"context\\\": \\\"Speaker 2 mentions discussing fallback strategies with 'buddies in Street' and mentions concerns about cash and pulling money down.\\\", \\\"rationale\\\": \\\"The term 'Street' could refer to the financial district or market, which might be relevant in discussions about compliance, especially when mentioning cash handling and financial transactions.\\\", \\\"srtId\\\": 13890209, \\\"triggerTermId\\\": 3003}, {\\\"triggerTerm\\\": \\\"<alertTerm>fucking</alertTerm>\\\", \\\"category\\\": \\\"Profanity\\\", \\\"contextualRisk\\\": false, \\\"context\\\": \\\"Speaker 2 is discussing conversations with colleagues about fallback procedures, expressing frustration about potential issues and the need to manage cash flow.\\\", \\\"rationale\\\": \\\"The alert term 'fucking' is a profanity and not related to compliance concerns such as market manipulation, insider trading, or regulatory violations. While it indicates strong language, it does not pose a direct compliance risk.\\\", \\\"srtId\\\": 13890221, \\\"triggerTermId\\\": 2706}, {\\\"triggerTerm\\\": \\\"<alertTerm>public,</alertTerm>\\\", \\\"category\\\": \\\"Disclosures\\\", \\\"contextualRisk\\\": true, \\\"context\\\": \\\"Speaker 2 is discussing the need to pull money down and asks if something becomes public, while Speaker 1 agrees and mentions needing to find out what is required to get cash.\\\", \\\"rationale\\\": \\\"The term 'public' may indicate concerns about transparency or disclosure of financial transactions, which could relate to compliance issues such as anti-money laundering (AML) regulations or proper reporting requirements.\\\", \\\"srtId\\\": 13890262, \\\"triggerTermId\\\": 2643}, {\\\"triggerTerm\\\": \\\"conversation\\\", \\\"category\\\": \\\"Code of Conduct Breaches\\\", \\\"contextualRisk\\\": false, \\\"context\\\": \\\"Speaker 2 mentions having a conversation about the process of obtaining cash and making it public.\\\", \\\"rationale\\\": \\\"The term 'conversation' is too generic and does not indicate any specific compliance concerns such as insider trading, market manipulation, or other regulatory violations.\\\", \\\"srtId\\\": 13890291, \\\"triggerTermId\\\": 2036}, {\\\"triggerTerm\\\": \\\"problem\\\", \\\"category\\\": \\\"General\\\", \\\"contextualRisk\\\": false, \\\"context\\\": \\\"Speaker 2 says it's about time to have a conversation regarding the process of getting cash and that there is no problem having that conversation. Speaker 1 agrees.\\\", \\\"rationale\\\": \\\"The term 'problem' is used in a neutral context to indicate that there is no issue with having a conversation, which does not raise any compliance concerns.\\\", \\\"srtId\\\": 13890288, \\\"triggerTermId\\\": 2987}]\",\n            \"task\": {\n                \"id\": 92,\n                \"name\": \"Conduct Risk\"\n            }\n        }\n    ],\n    \"textURL\": \"\",\n    \"timestamp\": \"2020-05-29 14:05:09.0\",\n    \"title\": \"Call 04.wav (03:40) Audio import323\",\n    \"to\": \"dCjBDZDiQuioWuV01yG+eQ <dCjBDZDiQuioWuV01yG+eQ@import323.intelligentvoice.com>;\",\n    \"url_ref\": \"\",\n    \"vox\": 1\n}"},{"id":"b007fca7-b657-44e9-bee6-cbeb65769706","name":"Get Item Details with Translated SRTs (new in 8.0.3)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId?userId=1&groupId=1&waveForm=false","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"},{"key":"waveForm","value":"false","description":"Optional.  Possible values: true, false. If true, will include waveform data in response (if server supports it)."}],"variable":[{"key":"itemId","value":"1005624","description":"Mandatory","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT"},{"key":"exception","value":"Object not present In the Database"},{"key":"Date","value":"Thu, 06 May 2021 14:34:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n\t\"allText\": \"Janusz, endlich etwas Zeit für uns.\",\n\t\"allTextPerSpeaker\": \"Janusz, endlich etwas Zeit für uns.\",\n\t\"allTextTranslations\": [\n\t\t{\n\t\t\t\"allText\": \"Janusz, finally some time for us.\",\n\t\t\t\"id\": 61,\n\t\t\t\"languageCode\": \"en\"\n\t\t}\n\t],\n\t\"attachment\": [],\n\t\"body\": \"<p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Unknown Speaker: Janusz, endlich etwas Zeit für uns.</p>\",\n\t\"docID\": 1009132,\n\t\"duration\": 834,\n\t\"from\": \"import <import@import6595.intelligentvoice.com>;\",\n\t\"id\": 1009132,\n\t\"itemQualityScore\": {},\n\t\"localFilename\": \"/import/German.wav\",\n\t\"peopleCc\": [],\n\t\"peopleFrom\": [\n\t\t{\n\t\t\t\"address\": \"import@import6595.intelligentvoice.com\",\n\t\t\t\"group\": \"1\",\n\t\t\t\"id\": \"import@import6595.intelligentvoice.com\",\n\t\t\t\"label\": \"import (import@import6595.intelligentvoice.com)\",\n\t\t\t\"personId\": \"13561\",\n\t\t\t\"personName\": \"import\",\n\t\t\t\"value\": \"import\"\n\t\t}\n\t],\n\t\"peopleTo\": [\n\t\t{\n\t\t\t\"address\": \"YavXL6dhRbKGKsiAL8/ctQ@import6595.intelligentvoice.com\",\n\t\t\t\"group\": \"1\",\n\t\t\t\"id\": \"YavXL6dhRbKGKsiAL8/ctQ@import6595.intelligentvoice.com\",\n\t\t\t\"label\": \"YavXL6dhRbKGKsiAL8/ctQ (YavXL6dhRbKGKsiAL8/ctQ@import6595.intelligentvoice.com)\",\n\t\t\t\"personId\": \"13562\",\n\t\t\t\"personName\": \"YavXL6dhRbKGKsiAL8/ctQ\",\n\t\t\t\"value\": \"YavXL6dhRbKGKsiAL8/ctQ\"\n\t\t}\n\t],\n\t\"recordings\": [\n\t\t{\n\t\t\t\"channelNumber\": 0,\n\t\t\t\"id\": 1010146,\n\t\t\t\"mimeType\": \"audio/wav\",\n\t\t\t\"modelLattices\": [\n\t\t\t\t{\n\t\t\t\t\t\"modelId\": 26,\n\t\t\t\t\t\"wordLattice\": \"\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"sourceFile\": \"/import/German.wav\",\n\t\t\t\"utteranceCount\": 120,\n\t\t\t\"wordLattice\": \"\"\n\t\t}\n\t],\n\t\"srts\": [\n\t\t{\n\t\t\t\"alternatives\": [],\n\t\t\t\"generatedByASR\": true,\n\t\t\t\"id\": 3578948,\n\t\t\t\"length\": 1.1999999999999993,\n\t\t\t\"processingModels\": [\n\t\t\t\t26\n\t\t\t],\n\t\t\t\"score\": 0.781,\n\t\t\t\"speaker\": {\n\t\t\t\t\"channelNumber\": 0,\n\t\t\t\t\"id\": 1025625,\n\t\t\t\t\"label\": \"Unknown Speaker\",\n\t\t\t\t\"name\": \"dummy\",\n\t\t\t\t\"no\": 1\n\t\t\t},\n\t\t\t\"timestamp\": 4.500000000000001,\n\t\t\t\"word\": \"Janusz,\"\n\t\t},\n\t\t{\n\t\t\t\"alternatives\": [],\n\t\t\t\"generatedByASR\": true,\n\t\t\t\"id\": 3578949,\n\t\t\t\"length\": 0.01,\n\t\t\t\"processingModels\": [\n\t\t\t\t26\n\t\t\t],\n\t\t\t\"score\": 0.0,\n\t\t\t\"speaker\": {\n\t\t\t\t\"channelNumber\": 0,\n\t\t\t\t\"id\": 1025625,\n\t\t\t\t\"label\": \"Unknown Speaker\",\n\t\t\t\t\"name\": \"dummy\",\n\t\t\t\t\"no\": 1\n\t\t\t},\n\t\t\t\"timestamp\": 7.16,\n\t\t\t\"word\": \"endlich\"\n\t\t},\n\t\t{\n\t\t\t\"alternatives\": [],\n\t\t\t\"generatedByASR\": true,\n\t\t\t\"id\": 3578950,\n\t\t\t\"length\": 0.6200000000000001,\n\t\t\t\"processingModels\": [\n\t\t\t\t26\n\t\t\t],\n\t\t\t\"score\": 0.967,\n\t\t\t\"speaker\": {\n\t\t\t\t\"channelNumber\": 0,\n\t\t\t\t\"id\": 1025625,\n\t\t\t\t\"label\": \"Unknown Speaker\",\n\t\t\t\t\"name\": \"dummy\",\n\t\t\t\t\"no\": 1\n\t\t\t},\n\t\t\t\"timestamp\": 7.17,\n\t\t\t\"word\": \"etwas\"\n\t\t},\n\t\t{\n\t\t\t\"alternatives\": [],\n\t\t\t\"generatedByASR\": true,\n\t\t\t\"id\": 3578951,\n\t\t\t\"length\": 0.8,\n\t\t\t\"processingModels\": [\n\t\t\t\t26\n\t\t\t],\n\t\t\t\"score\": 0.993,\n\t\t\t\"speaker\": {\n\t\t\t\t\"channelNumber\": 0,\n\t\t\t\t\"id\": 1025625,\n\t\t\t\t\"label\": \"Unknown Speaker\",\n\t\t\t\t\"name\": \"dummy\",\n\t\t\t\t\"no\": 1\n\t\t\t},\n\t\t\t\"timestamp\": 7.78,\n\t\t\t\"word\": \"Zeit\"\n\t\t},\n\t\t{\n\t\t\t\"alternatives\": [],\n\t\t\t\"generatedByASR\": true,\n\t\t\t\"id\": 3578952,\n\t\t\t\"length\": 0.5399999999999991,\n\t\t\t\"processingModels\": [\n\t\t\t\t26\n\t\t\t],\n\t\t\t\"score\": 0.985,\n\t\t\t\"speaker\": {\n\t\t\t\t\"channelNumber\": 0,\n\t\t\t\t\"id\": 1025625,\n\t\t\t\t\"label\": \"Unknown Speaker\",\n\t\t\t\t\"name\": \"dummy\",\n\t\t\t\t\"no\": 1\n\t\t\t},\n\t\t\t\"timestamp\": 8.64,\n\t\t\t\"word\": \"für\"\n\t\t},\n\t\t{\n\t\t\t\"alternatives\": [],\n\t\t\t\"generatedByASR\": true,\n\t\t\t\"id\": 3578953,\n\t\t\t\"length\": 0.41999999999999993,\n\t\t\t\"processingModels\": [\n\t\t\t\t26\n\t\t\t],\n\t\t\t\"score\": 0.971,\n\t\t\t\"speaker\": {\n\t\t\t\t\"channelNumber\": 0,\n\t\t\t\t\"id\": 1025625,\n\t\t\t\t\"label\": \"Unknown Speaker\",\n\t\t\t\t\"name\": \"dummy\",\n\t\t\t\t\"no\": 1\n\t\t\t},\n\t\t\t\"timestamp\": 9.18,\n\t\t\t\"word\": \"uns.\"\n\t\t}\n\t],\n\t\"summaries\": [],\n\t\"tags\": [],\n\t\"taskResults\": [],\n\t\"textURL\": \"\",\n\t\"timestamp\": \"2025-08-05 10:25:08.0\",\n\t\"title\": \"German.wav (13:54) import import6595\",\n\t\"to\": \"YavXL6dhRbKGKsiAL8/ctQ <YavXL6dhRbKGKsiAL8/ctQ@import6595.intelligentvoice.com>;\",\n\t\"translatedSrts\": [\n\t\t{\n\t\t\t\"id\": 55614,\n\t\t\t\"length\": 1.3999999999999995,\n\t\t\t\"score\": 0.781,\n\t\t\t\"speaker\": {\n\t\t\t\t\"channelNumber\": 0,\n\t\t\t\t\"id\": 1025625,\n\t\t\t\t\"label\": \"Unknown Speaker\",\n\t\t\t\t\"name\": \"dummy\",\n\t\t\t\t\"no\": 1\n\t\t\t},\n\t\t\t\"timestamp\": 4.32,\n\t\t\t\"word\": \"Janusz,\"\n\t\t},\n\t\t{\n\t\t\t\"id\": 55615,\n\t\t\t\"length\": 0.01,\n\t\t\t\"score\": 0.768,\n\t\t\t\"speaker\": {\n\t\t\t\t\"channelNumber\": 0,\n\t\t\t\t\"id\": 1025625,\n\t\t\t\t\"label\": \"Unknown Speaker\",\n\t\t\t\t\"name\": \"dummy\",\n\t\t\t\t\"no\": 1\n\t\t\t},\n\t\t\t\"timestamp\": 7.14,\n\t\t\t\"word\": \"finally\"\n\t\t},\n\t\t{\n\t\t\t\"id\": 55616,\n\t\t\t\"length\": 0.5800000000000001,\n\t\t\t\"score\": 0.756,\n\t\t\t\"speaker\": {\n\t\t\t\t\"channelNumber\": 0,\n\t\t\t\t\"id\": 1025625,\n\t\t\t\t\"label\": \"Unknown Speaker\",\n\t\t\t\t\"name\": \"dummy\",\n\t\t\t\t\"no\": 1\n\t\t\t},\n\t\t\t\"timestamp\": 7.1499999999999995,\n\t\t\t\"word\": \"some\"\n\t\t},\n\t\t{\n\t\t\t\"id\": 55617,\n\t\t\t\"length\": 0.7999999999999998,\n\t\t\t\"score\": 0.981,\n\t\t\t\"speaker\": {\n\t\t\t\t\"channelNumber\": 0,\n\t\t\t\t\"id\": 1025625,\n\t\t\t\t\"label\": \"Unknown Speaker\",\n\t\t\t\t\"name\": \"dummy\",\n\t\t\t\t\"no\": 1\n\t\t\t},\n\t\t\t\"timestamp\": 7.72,\n\t\t\t\"word\": \"time\"\n\t\t},\n\t\t{\n\t\t\t\"id\": 55618,\n\t\t\t\"length\": 0.5400000000000009,\n\t\t\t\"score\": 0.99,\n\t\t\t\"speaker\": {\n\t\t\t\t\"channelNumber\": 0,\n\t\t\t\t\"id\": 1025625,\n\t\t\t\t\"label\": \"Unknown Speaker\",\n\t\t\t\t\"name\": \"dummy\",\n\t\t\t\t\"no\": 1\n\t\t\t},\n\t\t\t\"timestamp\": 8.52,\n\t\t\t\"word\": \"for\"\n\t\t},\n\t\t{\n\t\t\t\"id\": 55619,\n\t\t\t\"length\": 0.6000000000000001,\n\t\t\t\"score\": 0.989,\n\t\t\t\"speaker\": {\n\t\t\t\t\"channelNumber\": 0,\n\t\t\t\t\"id\": 1025625,\n\t\t\t\t\"label\": \"Unknown Speaker\",\n\t\t\t\t\"name\": \"dummy\",\n\t\t\t\t\"no\": 1\n\t\t\t},\n\t\t\t\"timestamp\": 9.06,\n\t\t\t\"word\": \"us.\"\n\t\t}\n\t],\n\t\"url_ref\": \"\",\n\t\"vox\": 1\n}"}],"_postman_id":"3802d64d-016d-4094-9cde-3226c75c7faf"},{"name":"Get Items By Date Range","id":"e0838cd9-459a-4cd0-abae-c37f42b0fa35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, application/xml"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=&groupId=&startDate=&endDate=&byItemId=&voxType=","description":"<p>This endpoint returns the list of Items matching with the specific date range.\nThe date of the range is not referring to the moment when the item was imported into the system but to the moment when the file was created.\nThis is usually contained within the metadata of the file itself and it's that date that will be extracted and stored into the system.</p>\n<p><b>Replacement for V1 API endpoint:</b> /vrxServlet/ws/VRXService/vrxServlet/getItemsByDate/{client}/{UserID}/{type}/{StartDate}/{EndDate}{p:/?}{excludeText:((true|false)?)}</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"startDate","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"endDate","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"byItemId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"voxType","value":""}],"variable":[]}},"response":[{"id":"d7c32533-c000-49eb-9511-950d60948460","name":"Get Items By Date Range returning 2 elements","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=1&groupId=1&startDate=2017-05-17&endDate=2018-09-20&byItemId=false&voxType=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"},{"key":"startDate","value":"2017-05-17","description":"Mandatory"},{"key":"endDate","value":"2018-09-20","description":"Mandatory"},{"key":"byItemId","value":"false","description":"Mandatory"},{"key":"voxType","value":"1","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Jul 2018 20:42:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"noOfItems\":2,\"items\":[{\"id\":1000008,\"docID\":1000008,\"title\":\"LOCAL_FEED_JULY_8kHz.wav (02:09) wav import1\",\"from\":\"wav <wav@import1.intelligentvoice.com>;\",\"to\":\"of/g63QZS8G9YGqtm/c1lA <of/g63QZS8G9YGqtm/c1lA@import1.intelligentvoice.com>;\",\"timestamp\":\"2017-09-11 10:00:50.0\",\"url_ref\":\"\",\"body\":\"<p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: This is the local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: feared </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: helping you find prepare eat em preserve Michigan food. </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: I'm trees are hide I'm in the studio today with came done Who's been involved in the conception or development and implementation of the Grand Rapids downtown market since the beginning can tell us where the market this so important to Grand Rapids well It's really </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: all about a celebration of food especially local food when you have look of round West Michigan you can see there is really in abundance and a huge variety </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: of local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: food produced this is going to provide a centre for that food excitement and a destination for both our local community and for travellers from other places so </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: we'll be in the market a well in </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: the market how and I should say market Harlesden an old tradition if you look around cities of the World you'll find market How's that have local vendors with a wide range of food products in IRA's we'll have a wonderful Baker who comes to us with experiences singer man's we'll have meet Pro dose we're hoping for 1st we're working hard to get it there because everybody wants it and then cheese and sweep bakery to a real range of food and </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: 1 element </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: of the market that thrilling and partners not only can you buy the food but you can see it being produced the butcher's going to be cutting his meet right there in the market sell It's more than just a stall to buy food It's really an opportunity to see where it comes from </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: when well suppers able to come in and shut in the building </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: we're looking at toward the end of our guest that the market </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: Hall itself will </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: be open but of course we do have the farmers' market outdoors going on now in the market shared and a variety of children's </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: classes </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: and chef demonstrations going on during </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: market day says swear a local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: failure to say </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: production of Grand Rapids community media salad and Michigan local food the information recipes and more online mine local food be he me </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: tea </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: dot com. </p>\",\"tags\":[{\"tag\":\"Cities of the world\",\"score\":0.750,\"positionInView\":1,\"length\":0,\"id\":1,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":144,\"timestamp\":49.81,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":1},{\"tag\":\"Community media\",\"score\":0.125,\"positionInView\":2,\"length\":0,\"id\":2,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":338,\"timestamp\":112.78,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":2},{\"tag\":\"Local community\",\"score\":0.125,\"positionInView\":3,\"length\":0,\"id\":3,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":111,\"timestamp\":39.82,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":3},{\"tag\":\"Implementation\",\"score\":53.521,\"positionInView\":4,\"length\":0,\"id\":4,\"rawscore\":4344.133,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":36,\"timestamp\":14.12,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":4},{\"tag\":\"West Michigan\",\"score\":0.250,\"positionInView\":5,\"length\":0,\"id\":5,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":76,\"timestamp\":26.84,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":5},{\"tag\":\"Food products\",\"score\":0.500,\"positionInView\":6,\"length\":0,\"id\":6,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":161,\"timestamp\":55.33,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":6},{\"tag\":\"Grand Rapids\",\"score\":0.250,\"positionInView\":7,\"length\":0,\"id\":7,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":3,\"position\":[{\"order\":1,\"wordIndex\":39,\"timestamp\":15.2,\"offset\":0},{\"order\":2,\"wordIndex\":56,\"timestamp\":20.62,\"offset\":0},{\"order\":3,\"wordIndex\":336,\"timestamp\":112.18,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":7},{\"tag\":\"Development\",\"score\":32.208,\"positionInView\":8,\"length\":0,\"id\":8,\"rawscore\":62.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":34,\"timestamp\":13.18,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":8},{\"tag\":\"Information\",\"score\":23.490,\"positionInView\":9,\"length\":0,\"id\":9,\"rawscore\":11.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":346,\"timestamp\":116.54,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":9},{\"tag\":\"Travellers\",\"score\":50.812,\"positionInView\":10,\"length\":0,\"id\":10,\"rawscore\":2533.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":115,\"timestamp\":41.32,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":10},{\"tag\":\"Excitement\",\"score\":49.926,\"positionInView\":11,\"length\":0,\"id\":11,\"rawscore\":2123.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":104,\"timestamp\":36.22,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":11},{\"tag\":\"Production\",\"score\":23.580,\"positionInView\":12,\"length\":0,\"id\":12,\"rawscore\":11.200,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":334,\"timestamp\":111.54,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":12},{\"tag\":\"Market Day\",\"score\":0.500,\"positionInView\":13,\"length\":0,\"id\":13,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":325,\"timestamp\":108.38,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":13},{\"tag\":\"Local food\",\"score\":0.167,\"positionInView\":14,\"length\":0,\"id\":14,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":4,\"position\":[{\"order\":1,\"wordIndex\":68,\"timestamp\":24.84,\"offset\":0},{\"order\":2,\"wordIndex\":91,\"timestamp\":31.46,\"offset\":0},{\"order\":3,\"wordIndex\":343,\"timestamp\":115.1,\"offset\":0},{\"order\":4,\"wordIndex\":352,\"timestamp\":120.54,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":14},{\"tag\":\"Abundance\",\"score\":53.064,\"positionInView\":15,\"length\":0,\"id\":15,\"rawscore\":3966.800,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":85,\"timestamp\":28.84,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":15},{\"tag\":\"Harlesden\",\"score\":26.879,\"positionInView\":16,\"length\":0,\"id\":16,\"rawscore\":21.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":136,\"timestamp\":47.65,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":16},{\"tag\":\"Michigan\",\"score\":51.310,\"positionInView\":17,\"length\":0,\"id\":17,\"rawscore\":2797.493,\"seektime\":0,\"occurrence\":3,\"position\":[{\"order\":1,\"wordIndex\":13,\"timestamp\":6.54,\"offset\":0},{\"order\":2,\"wordIndex\":77,\"timestamp\":27.14,\"offset\":0},{\"order\":3,\"wordIndex\":342,\"timestamp\":114.62,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":17},{\"tag\":\"Outdoors\",\"score\":49.894,\"positionInView\":18,\"length\":0,\"id\":18,\"rawscore\":2110.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":305,\"timestamp\":101.1,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":18},{\"tag\":\"Building\",\"score\":24.980,\"positionInView\":20,\"length\":0,\"id\":20,\"rawscore\":14.800,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":278,\"timestamp\":92.64,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":20},{\"tag\":\"Vendors\",\"score\":52.421,\"positionInView\":21,\"length\":0,\"id\":21,\"rawscore\":3490.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":155,\"timestamp\":53.83,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":21},{\"tag\":\"Recipes\",\"score\":50.136,\"positionInView\":22,\"length\":0,\"id\":22,\"rawscore\":2214.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":347,\"timestamp\":117.5,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":22},{\"tag\":\"Dot com\",\"score\":0.500,\"positionInView\":24,\"length\":0,\"id\":24,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":358,\"timestamp\":123.56,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":24},{\"tag\":\"Market\",\"score\":47.776,\"positionInView\":25,\"length\":0,\"id\":25,\"rawscore\":1384.387,\"seektime\":0,\"occurrence\":12,\"position\":[{\"order\":1,\"wordIndex\":42,\"timestamp\":16.57,\"offset\":0},{\"order\":2,\"wordIndex\":51,\"timestamp\":19.5,\"offset\":0},{\"order\":3,\"wordIndex\":124,\"timestamp\":43.99,\"offset\":0},{\"order\":4,\"wordIndex\":129,\"timestamp\":45.67,\"offset\":0},{\"order\":5,\"wordIndex\":135,\"timestamp\":47.31,\"offset\":0},{\"order\":6,\"wordIndex\":150,\"timestamp\":51.91,\"offset\":0},{\"order\":7,\"wordIndex\":215,\"timestamp\":75.09,\"offset\":0},{\"order\":8,\"wordIndex\":246,\"timestamp\":82.11,\"offset\":0},{\"order\":9,\"wordIndex\":290,\"timestamp\":96.0,\"offset\":0},{\"order\":10,\"wordIndex\":304,\"timestamp\":100.66,\"offset\":0},{\"order\":11,\"wordIndex\":311,\"timestamp\":102.94,\"offset\":0},{\"order\":12,\"wordIndex\":325,\"timestamp\":108.38,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":25},{\"tag\":\"Bakery\",\"score\":46.497,\"positionInView\":26,\"length\":0,\"id\":26,\"rawscore\":1073.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":203,\"timestamp\":71.03,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":26},{\"tag\":\"Rapids\",\"score\":45.360,\"positionInView\":27,\"length\":0,\"id\":27,\"rawscore\":855.667,\"seektime\":0,\"occurrence\":3,\"position\":[{\"order\":1,\"wordIndex\":40,\"timestamp\":15.52,\"offset\":0},{\"order\":2,\"wordIndex\":57,\"timestamp\":20.86,\"offset\":0},{\"order\":3,\"wordIndex\":337,\"timestamp\":112.43,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":27},{\"tag\":\"Sweep\",\"score\":52.325,\"positionInView\":28,\"length\":0,\"id\":28,\"rawscore\":3424.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":202,\"timestamp\":70.41,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":28},{\"tag\":\"Stall\",\"score\":49.453,\"positionInView\":29,\"length\":0,\"id\":29,\"rawscore\":1932.800,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":253,\"timestamp\":85.0,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":29},{\"tag\":\"Round\",\"score\":44.531,\"positionInView\":30,\"length\":0,\"id\":30,\"rawscore\":725.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":75,\"timestamp\":26.36,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":30},{\"tag\":\"TODAY\",\"score\":26.879,\"positionInView\":31,\"length\":0,\"id\":31,\"rawscore\":21.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":23,\"timestamp\":10.64,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":31},{\"tag\":\"SELL\",\"score\":53.470,\"positionInView\":32,\"length\":0,\"id\":32,\"rawscore\":4300.480,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":247,\"timestamp\":82.57,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":32},{\"tag\":\"Dose\",\"score\":53.059,\"positionInView\":33,\"length\":0,\"id\":33,\"rawscore\":3962.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":182,\"timestamp\":63.87,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":33},{\"tag\":\"Chef\",\"score\":51.041,\"positionInView\":34,\"length\":0,\"id\":34,\"rawscore\":2651.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":320,\"timestamp\":106.38,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":34},{\"tag\":\"Food\",\"score\":48.332,\"positionInView\":35,\"length\":0,\"id\":35,\"rawscore\":1546.364,\"seektime\":0,\"occurrence\":11,\"position\":[{\"order\":1,\"wordIndex\":14,\"timestamp\":6.98,\"offset\":0},{\"order\":2,\"wordIndex\":66,\"timestamp\":23.62,\"offset\":0},{\"order\":3,\"wordIndex\":69,\"timestamp\":25.28,\"offset\":0},{\"order\":4,\"wordIndex\":92,\"timestamp\":31.84,\"offset\":0},{\"order\":5,\"wordIndex\":103,\"timestamp\":35.8,\"offset\":0},{\"order\":6,\"wordIndex\":161,\"timestamp\":55.33,\"offset\":0},{\"order\":7,\"wordIndex\":209,\"timestamp\":73.65,\"offset\":0},{\"order\":8,\"wordIndex\":226,\"timestamp\":77.51,\"offset\":0},{\"order\":9,\"wordIndex\":256,\"timestamp\":86.12,\"offset\":0},{\"order\":10,\"wordIndex\":344,\"timestamp\":115.46,\"offset\":0},{\"order\":11,\"wordIndex\":353,\"timestamp\":120.9,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":35},{\"tag\":\"HALL\",\"score\":37.313,\"positionInView\":36,\"length\":0,\"id\":36,\"rawscore\":172.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":291,\"timestamp\":96.44,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":36},{\"tag\":\"Tea\",\"score\":48.460,\"positionInView\":38,\"length\":0,\"id\":38,\"rawscore\":1586.300,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":357,\"timestamp\":122.66,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000008\",\"status\":0,\"tagID\":38}],\"allText\":\"This is the local feared helping you find prepare eat em preserve Michigan food. I'm trees are hide I'm in the studio today with came done Who's been involved in the conception or development and implementation of the Grand Rapids downtown market since the beginning can tell us where the market this so important to Grand Rapids well It's really all about a celebration of food especially local food when you have look of round West Michigan you can see there is really in abundance and a huge variety of local food produced this is going to provide a centre for that food excitement and a destination for both our local community and for travellers from other places so we'll be in the market a well in the market how and I should say market Harlesden an old tradition if you look around cities of the World you'll find market How's that have local vendors with a wide range of food products in IRA's we'll have a wonderful Baker who comes to us with experiences singer man's we'll have meet Pro dose we're hoping for 1st we're working hard to get it there because everybody wants it and then cheese and sweep bakery to a real range of food and 1 element of the market that thrilling and partners not only can you buy the food but you can see it being produced the butcher's going to be cutting his meet right there in the market sell It's more than just a stall to buy food It's really an opportunity to see where it comes from when well suppers able to come in and shut in the building we're looking at toward the end of our guest that the market Hall itself will be open but of course we do have the farmers' market outdoors going on now in the market shared and a variety of children's classes and chef demonstrations going on during market day says swear a local failure to say production of Grand Rapids community media salad and Michigan local food the information recipes and more online mine local food be he me tea dot com. \",\"attachment\":[],\"peopleFrom\":[{\"personName\":\"wav\",\"id\":\"wav@import1.intelligentvoice.com\",\"label\":\"wav (wav@import1.intelligentvoice.com)\",\"value\":\"wav\",\"group\":\"1\",\"address\":\"wav@import1.intelligentvoice.com\",\"personId\":\"3\"}],\"peopleTo\":[{\"personName\":\"of/g63QZS8G9YGqtm/c1lA\",\"id\":\"of/g63QZS8G9YGqtm/c1lA@import1.intelligentvoice.com\",\"label\":\"of/g63QZS8G9YGqtm/c1lA (of/g63QZS8G9YGqtm/c1lA@import1.intelligentvoice.com)\",\"value\":\"of/g63QZS8G9YGqtm/c1lA\",\"group\":\"1\",\"address\":\"of/g63QZS8G9YGqtm/c1lA@import1.intelligentvoice.com\",\"personId\":\"4\"}],\"vox\":1,\"textURL\":\"\"},{\"id\":1000019,\"docID\":1000019,\"title\":\"LOCAL_FEED_JULY_8kHz.wav (02:09) wav import2\",\"from\":\"wav <wav@import2.intelligentvoice.com>;\",\"to\":\"IG1StTVFT0mkSA9gLlU9xA <IG1StTVFT0mkSA9gLlU9xA@import2.intelligentvoice.com>;\",\"timestamp\":\"2017-09-11 10:00:50.0\",\"url_ref\":\"\",\"body\":\"<p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: This is the local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: feared </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: helping you find prepare eat em preserve Michigan food. </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: I'm trees are hide I'm in the studio today with came done Who's been involved in the conception or development and implementation of the Grand Rapids downtown market since the beginning can tell us where the market this so important to Grand Rapids well It's really </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: all about a celebration of food especially local food when you have look of round West Michigan you can see there is really in abundance and a huge variety </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: of local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: food produced this is going to provide a centre for that food excitement and a destination for both our local community and for travellers from other places so </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: we'll be in the market a well in </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: the market how and I should say market Harlesden an old tradition if you look around cities of the World you'll find market How's that have local vendors with a wide range of food products in IRA's we'll have a wonderful Baker who comes to us with experiences singer man's we'll have meet Pro dose we're hoping for 1st we're working hard to get it there because everybody wants it and then cheese and sweep bakery to a real range of food and </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: 1 element </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: of the market that thrilling and partners not only can you buy the food but you can see it being produced the butcher's going to be cutting his meet right there in the market sell It's more than just a stall to buy food It's really an opportunity to see where it comes from </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: when well suppers able to come in and shut in the building </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: we're looking at toward the end of our guest that the market </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: Hall itself will </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: be open but of course we do have the farmers' market outdoors going on now in the market shared and a variety of children's </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: classes </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: and chef demonstrations going on during </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: market day says swear a local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: failure to say </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: production of Grand Rapids community media salad and Michigan local food the information recipes and more online mine local food be he me </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: tea </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: dot com. </p>\",\"tags\":[{\"tag\":\"Cities of the world\",\"score\":0.750,\"positionInView\":1,\"length\":0,\"id\":40,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":144,\"timestamp\":49.81,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":1},{\"tag\":\"Community media\",\"score\":0.125,\"positionInView\":2,\"length\":0,\"id\":41,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":338,\"timestamp\":112.78,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":2},{\"tag\":\"Local community\",\"score\":0.125,\"positionInView\":3,\"length\":0,\"id\":42,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":111,\"timestamp\":39.82,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":3},{\"tag\":\"Implementation\",\"score\":53.521,\"positionInView\":4,\"length\":0,\"id\":43,\"rawscore\":4344.133,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":36,\"timestamp\":14.12,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":4},{\"tag\":\"Food products\",\"score\":0.500,\"positionInView\":5,\"length\":0,\"id\":44,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":161,\"timestamp\":55.33,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":6},{\"tag\":\"West Michigan\",\"score\":0.250,\"positionInView\":6,\"length\":0,\"id\":45,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":76,\"timestamp\":26.84,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":5},{\"tag\":\"Grand Rapids\",\"score\":0.250,\"positionInView\":7,\"length\":0,\"id\":46,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":3,\"position\":[{\"order\":1,\"wordIndex\":39,\"timestamp\":15.2,\"offset\":0},{\"order\":2,\"wordIndex\":56,\"timestamp\":20.62,\"offset\":0},{\"order\":3,\"wordIndex\":336,\"timestamp\":112.18,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":7},{\"tag\":\"Development\",\"score\":32.208,\"positionInView\":8,\"length\":0,\"id\":47,\"rawscore\":62.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":34,\"timestamp\":13.18,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":8},{\"tag\":\"Information\",\"score\":23.490,\"positionInView\":9,\"length\":0,\"id\":48,\"rawscore\":11.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":346,\"timestamp\":116.54,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":9},{\"tag\":\"Travellers\",\"score\":50.812,\"positionInView\":10,\"length\":0,\"id\":49,\"rawscore\":2533.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":115,\"timestamp\":41.32,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":10},{\"tag\":\"Excitement\",\"score\":49.926,\"positionInView\":11,\"length\":0,\"id\":50,\"rawscore\":2123.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":104,\"timestamp\":36.22,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":11},{\"tag\":\"Production\",\"score\":23.580,\"positionInView\":12,\"length\":0,\"id\":51,\"rawscore\":11.200,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":334,\"timestamp\":111.54,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":12},{\"tag\":\"Local food\",\"score\":0.167,\"positionInView\":13,\"length\":0,\"id\":52,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":4,\"position\":[{\"order\":1,\"wordIndex\":68,\"timestamp\":24.84,\"offset\":0},{\"order\":2,\"wordIndex\":91,\"timestamp\":31.46,\"offset\":0},{\"order\":3,\"wordIndex\":343,\"timestamp\":115.1,\"offset\":0},{\"order\":4,\"wordIndex\":352,\"timestamp\":120.54,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":14},{\"tag\":\"Market Day\",\"score\":0.500,\"positionInView\":14,\"length\":0,\"id\":53,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":325,\"timestamp\":108.38,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":13},{\"tag\":\"Abundance\",\"score\":53.064,\"positionInView\":15,\"length\":0,\"id\":54,\"rawscore\":3966.800,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":85,\"timestamp\":28.84,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":15},{\"tag\":\"Harlesden\",\"score\":26.879,\"positionInView\":16,\"length\":0,\"id\":55,\"rawscore\":21.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":136,\"timestamp\":47.65,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":16},{\"tag\":\"Michigan\",\"score\":51.310,\"positionInView\":17,\"length\":0,\"id\":56,\"rawscore\":2797.493,\"seektime\":0,\"occurrence\":3,\"position\":[{\"order\":1,\"wordIndex\":13,\"timestamp\":6.54,\"offset\":0},{\"order\":2,\"wordIndex\":77,\"timestamp\":27.14,\"offset\":0},{\"order\":3,\"wordIndex\":342,\"timestamp\":114.62,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":17},{\"tag\":\"Outdoors\",\"score\":49.894,\"positionInView\":18,\"length\":0,\"id\":57,\"rawscore\":2110.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":305,\"timestamp\":101.1,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":18},{\"tag\":\"Building\",\"score\":24.980,\"positionInView\":20,\"length\":0,\"id\":59,\"rawscore\":14.800,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":278,\"timestamp\":92.64,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":20},{\"tag\":\"Vendors\",\"score\":52.421,\"positionInView\":21,\"length\":0,\"id\":60,\"rawscore\":3490.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":155,\"timestamp\":53.83,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":21},{\"tag\":\"Recipes\",\"score\":50.136,\"positionInView\":22,\"length\":0,\"id\":61,\"rawscore\":2214.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":347,\"timestamp\":117.5,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":22},{\"tag\":\"Dot com\",\"score\":0.500,\"positionInView\":24,\"length\":0,\"id\":63,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":358,\"timestamp\":123.56,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":24},{\"tag\":\"Market\",\"score\":47.776,\"positionInView\":25,\"length\":0,\"id\":64,\"rawscore\":1384.387,\"seektime\":0,\"occurrence\":12,\"position\":[{\"order\":1,\"wordIndex\":42,\"timestamp\":16.57,\"offset\":0},{\"order\":2,\"wordIndex\":51,\"timestamp\":19.5,\"offset\":0},{\"order\":3,\"wordIndex\":124,\"timestamp\":43.99,\"offset\":0},{\"order\":4,\"wordIndex\":129,\"timestamp\":45.67,\"offset\":0},{\"order\":5,\"wordIndex\":135,\"timestamp\":47.31,\"offset\":0},{\"order\":6,\"wordIndex\":150,\"timestamp\":51.91,\"offset\":0},{\"order\":7,\"wordIndex\":215,\"timestamp\":75.09,\"offset\":0},{\"order\":8,\"wordIndex\":246,\"timestamp\":82.11,\"offset\":0},{\"order\":9,\"wordIndex\":290,\"timestamp\":96.0,\"offset\":0},{\"order\":10,\"wordIndex\":304,\"timestamp\":100.66,\"offset\":0},{\"order\":11,\"wordIndex\":311,\"timestamp\":102.94,\"offset\":0},{\"order\":12,\"wordIndex\":325,\"timestamp\":108.38,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":25},{\"tag\":\"Bakery\",\"score\":46.497,\"positionInView\":26,\"length\":0,\"id\":65,\"rawscore\":1073.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":203,\"timestamp\":71.03,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":26},{\"tag\":\"Rapids\",\"score\":45.360,\"positionInView\":27,\"length\":0,\"id\":66,\"rawscore\":855.667,\"seektime\":0,\"occurrence\":3,\"position\":[{\"order\":1,\"wordIndex\":40,\"timestamp\":15.52,\"offset\":0},{\"order\":2,\"wordIndex\":57,\"timestamp\":20.86,\"offset\":0},{\"order\":3,\"wordIndex\":337,\"timestamp\":112.43,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":27},{\"tag\":\"Sweep\",\"score\":52.325,\"positionInView\":28,\"length\":0,\"id\":67,\"rawscore\":3424.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":202,\"timestamp\":70.41,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":28},{\"tag\":\"Stall\",\"score\":49.453,\"positionInView\":29,\"length\":0,\"id\":68,\"rawscore\":1932.800,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":253,\"timestamp\":85.0,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":29},{\"tag\":\"Round\",\"score\":44.531,\"positionInView\":30,\"length\":0,\"id\":69,\"rawscore\":725.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":75,\"timestamp\":26.36,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":30},{\"tag\":\"TODAY\",\"score\":26.879,\"positionInView\":31,\"length\":0,\"id\":70,\"rawscore\":21.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":23,\"timestamp\":10.64,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":31},{\"tag\":\"SELL\",\"score\":53.470,\"positionInView\":32,\"length\":0,\"id\":71,\"rawscore\":4300.480,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":247,\"timestamp\":82.57,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":32},{\"tag\":\"Dose\",\"score\":53.059,\"positionInView\":33,\"length\":0,\"id\":72,\"rawscore\":3962.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":182,\"timestamp\":63.87,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":33},{\"tag\":\"Chef\",\"score\":51.041,\"positionInView\":34,\"length\":0,\"id\":73,\"rawscore\":2651.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":320,\"timestamp\":106.38,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":34},{\"tag\":\"Food\",\"score\":48.332,\"positionInView\":35,\"length\":0,\"id\":74,\"rawscore\":1546.364,\"seektime\":0,\"occurrence\":11,\"position\":[{\"order\":1,\"wordIndex\":14,\"timestamp\":6.98,\"offset\":0},{\"order\":2,\"wordIndex\":66,\"timestamp\":23.62,\"offset\":0},{\"order\":3,\"wordIndex\":69,\"timestamp\":25.28,\"offset\":0},{\"order\":4,\"wordIndex\":92,\"timestamp\":31.84,\"offset\":0},{\"order\":5,\"wordIndex\":103,\"timestamp\":35.8,\"offset\":0},{\"order\":6,\"wordIndex\":161,\"timestamp\":55.33,\"offset\":0},{\"order\":7,\"wordIndex\":209,\"timestamp\":73.65,\"offset\":0},{\"order\":8,\"wordIndex\":226,\"timestamp\":77.51,\"offset\":0},{\"order\":9,\"wordIndex\":256,\"timestamp\":86.12,\"offset\":0},{\"order\":10,\"wordIndex\":344,\"timestamp\":115.46,\"offset\":0},{\"order\":11,\"wordIndex\":353,\"timestamp\":120.9,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":35},{\"tag\":\"HALL\",\"score\":37.313,\"positionInView\":36,\"length\":0,\"id\":75,\"rawscore\":172.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":291,\"timestamp\":96.44,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":36},{\"tag\":\"Tea\",\"score\":48.460,\"positionInView\":38,\"length\":0,\"id\":77,\"rawscore\":1586.300,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":357,\"timestamp\":122.66,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000019\",\"status\":0,\"tagID\":38}],\"allText\":\"This is the local feared helping you find prepare eat em preserve Michigan food. I'm trees are hide I'm in the studio today with came done Who's been involved in the conception or development and implementation of the Grand Rapids downtown market since the beginning can tell us where the market this so important to Grand Rapids well It's really all about a celebration of food especially local food when you have look of round West Michigan you can see there is really in abundance and a huge variety of local food produced this is going to provide a centre for that food excitement and a destination for both our local community and for travellers from other places so we'll be in the market a well in the market how and I should say market Harlesden an old tradition if you look around cities of the World you'll find market How's that have local vendors with a wide range of food products in IRA's we'll have a wonderful Baker who comes to us with experiences singer man's we'll have meet Pro dose we're hoping for 1st we're working hard to get it there because everybody wants it and then cheese and sweep bakery to a real range of food and 1 element of the market that thrilling and partners not only can you buy the food but you can see it being produced the butcher's going to be cutting his meet right there in the market sell It's more than just a stall to buy food It's really an opportunity to see where it comes from when well suppers able to come in and shut in the building we're looking at toward the end of our guest that the market Hall itself will be open but of course we do have the farmers' market outdoors going on now in the market shared and a variety of children's classes and chef demonstrations going on during market day says swear a local failure to say production of Grand Rapids community media salad and Michigan local food the information recipes and more online mine local food be he me tea dot com. \",\"attachment\":[],\"peopleFrom\":[{\"personName\":\"wav\",\"id\":\"wav@import2.intelligentvoice.com\",\"label\":\"wav (wav@import2.intelligentvoice.com)\",\"value\":\"wav\",\"group\":\"1\",\"address\":\"wav@import2.intelligentvoice.com\",\"personId\":\"5\"}],\"peopleTo\":[{\"personName\":\"IG1StTVFT0mkSA9gLlU9xA\",\"id\":\"IG1StTVFT0mkSA9gLlU9xA@import2.intelligentvoice.com\",\"label\":\"IG1StTVFT0mkSA9gLlU9xA (IG1StTVFT0mkSA9gLlU9xA@import2.intelligentvoice.com)\",\"value\":\"IG1StTVFT0mkSA9gLlU9xA\",\"group\":\"1\",\"address\":\"IG1StTVFT0mkSA9gLlU9xA@import2.intelligentvoice.com\",\"personId\":\"6\"}],\"vox\":1,\"textURL\":\"\"}]}"}],"_postman_id":"e0838cd9-459a-4cd0-abae-c37f42b0fa35"},{"name":"Get Items By ItemId Range","id":"40d1a2bf-d192-4ab9-9d91-aaa29cdbe6e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, application/xml"},{"key":"Accept","value":""}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?byItemId=true&userId=&groupId=&voxType=&startId=&endId=","description":"<p>This endpoint returns all the Items matching with a defined itemId Range.</p>\n<p><b>Replacement for V1 API endpoint:</b> /vrxServlet/ws/VRXService/vrxServlet/getItemsById/{client}/{UserID}/{type}/{StartId}/{EndId}{p:/?}{excludeText:((true|false)?)}</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Required for this filter type</p>\n","type":"text/plain"},"key":"byItemId","value":"true"},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""},{"description":{"content":"<p>int.  Item Type (see Get Item Types for details)</p>\n","type":"text/plain"},"key":"voxType","value":""},{"description":{"content":"<p>Mandatory.  Start item ID for the range</p>\n","type":"text/plain"},"key":"startId","value":""},{"description":{"content":"<p>Mandatory.  End item ID for the range</p>\n","type":"text/plain"},"key":"endId","value":""}],"variable":[]}},"response":[{"id":"5d3fdf01-3fc2-4a6e-878e-86d90980b469","name":"Get Items By ItemId Range returning 7 items","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json;application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=1&groupId=1&startId=1000000&endId=2000000&byItemId=true&voxType=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"},{"key":"startId","value":"1000000"},{"key":"endId","value":"2000000"},{"key":"byItemId","value":"true"},{"key":"voxType","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 17 Jul 2018 21:25:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"noOfItems\":7,\"items\":[{\"id\":1000000,\"docID\":1000000,\"title\":\"LOCAL_FEED_JULY_8kHz.wav (02:09) wav import1\",\"from\":\"wav <wav@import1.intelligentvoice.com>;\",\"to\":\"0mO8nOLTTX+Fxpmhib4LQA <0mO8nOLTTX+Fxpmhib4LQA@import1.intelligentvoice.com>;\",\"timestamp\":\"2017-09-11 10:00:50.0\",\"url_ref\":\"\",\"body\":\"<p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: This is the local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: feared </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: helping you find prepare eat em preserve Michigan food. </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: I'm trees are hide I'm in the studio today with came done Who's been involved in the conception or development and implementation of the Grand Rapids downtown market since the beginning can tell us where the market this so important to Grand Rapids well It's really </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: all about a celebration of food especially local food when you have look of round West Michigan you can see there is really in abundance and a huge variety </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: of local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: food produced this is going to provide a centre for that food excitement and a destination for both our local community and for travellers from other places so </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: we'll be in the market a well in </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: the market how and I should say market Harlesden an old tradition if you look around cities of the World you'll find market How's that have local vendors with a wide range of food products in IRA's we'll have a wonderful Baker who comes to us with experiences singer man's we'll have meet Pro dose we're hoping for 1st we're working hard to get it there because everybody wants it and then cheese and sweep bakery to a real range of food and </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: 1 element </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: of the market that thrilling and partners not only can you buy the food but you can see it being produced the butcher's going to be cutting his meet right there in the market sell It's more than just a stall to buy food It's really an opportunity to see where it comes from </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: when well suppers able to come in and shut in the building </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: we're looking at toward the end of our guest that the market </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: Hall itself will </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: be open but of course we do have the farmers' market outdoors going on now in the market shared and a variety of children's </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: classes </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: and chef demonstrations going on during </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: market day says swear a local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: failure to say </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: production of Grand Rapids community media salad and Michigan local food the information recipes and more online mine local food be he me </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: tea </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: dot com. </p>\",\"tags\":[{\"tag\":\"Cities of the world\",\"score\":0.750,\"positionInView\":1,\"length\":0,\"id\":40,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":144,\"timestamp\":49.81,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":1},{\"tag\":\"Local community\",\"score\":0.125,\"positionInView\":2,\"length\":0,\"id\":41,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":111,\"timestamp\":39.82,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":2},{\"tag\":\"Community media\",\"score\":0.125,\"positionInView\":3,\"length\":0,\"id\":42,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":338,\"timestamp\":112.78,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":3},{\"tag\":\"Implementation\",\"score\":53.521,\"positionInView\":4,\"length\":0,\"id\":43,\"rawscore\":4344.133,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":36,\"timestamp\":14.12,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":4},{\"tag\":\"West Michigan\",\"score\":0.250,\"positionInView\":5,\"length\":0,\"id\":44,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":76,\"timestamp\":26.84,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":5},{\"tag\":\"Food products\",\"score\":0.500,\"positionInView\":6,\"length\":0,\"id\":45,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":161,\"timestamp\":55.33,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":6},{\"tag\":\"Grand Rapids\",\"score\":0.250,\"positionInView\":7,\"length\":0,\"id\":46,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":3,\"position\":[{\"order\":1,\"wordIndex\":39,\"timestamp\":15.2,\"offset\":0},{\"order\":2,\"wordIndex\":56,\"timestamp\":20.62,\"offset\":0},{\"order\":3,\"wordIndex\":336,\"timestamp\":112.18,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":7},{\"tag\":\"Development\",\"score\":32.208,\"positionInView\":8,\"length\":0,\"id\":47,\"rawscore\":62.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":34,\"timestamp\":13.18,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":8},{\"tag\":\"Information\",\"score\":23.490,\"positionInView\":9,\"length\":0,\"id\":48,\"rawscore\":11.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":346,\"timestamp\":116.54,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":9},{\"tag\":\"Travellers\",\"score\":50.812,\"positionInView\":10,\"length\":0,\"id\":49,\"rawscore\":2533.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":115,\"timestamp\":41.32,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":10},{\"tag\":\"Excitement\",\"score\":49.926,\"positionInView\":11,\"length\":0,\"id\":50,\"rawscore\":2123.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":104,\"timestamp\":36.22,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":11},{\"tag\":\"Production\",\"score\":23.580,\"positionInView\":12,\"length\":0,\"id\":51,\"rawscore\":11.200,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":334,\"timestamp\":111.54,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":12},{\"tag\":\"Market Day\",\"score\":0.500,\"positionInView\":13,\"length\":0,\"id\":52,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":325,\"timestamp\":108.38,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":13},{\"tag\":\"Local food\",\"score\":0.167,\"positionInView\":14,\"length\":0,\"id\":53,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":4,\"position\":[{\"order\":1,\"wordIndex\":68,\"timestamp\":24.84,\"offset\":0},{\"order\":2,\"wordIndex\":91,\"timestamp\":31.46,\"offset\":0},{\"order\":3,\"wordIndex\":343,\"timestamp\":115.1,\"offset\":0},{\"order\":4,\"wordIndex\":352,\"timestamp\":120.54,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":14},{\"tag\":\"Abundance\",\"score\":53.064,\"positionInView\":15,\"length\":0,\"id\":54,\"rawscore\":3966.800,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":85,\"timestamp\":28.84,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":15},{\"tag\":\"Harlesden\",\"score\":26.879,\"positionInView\":16,\"length\":0,\"id\":55,\"rawscore\":21.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":136,\"timestamp\":47.65,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":16},{\"tag\":\"Michigan\",\"score\":51.310,\"positionInView\":17,\"length\":0,\"id\":56,\"rawscore\":2797.493,\"seektime\":0,\"occurrence\":3,\"position\":[{\"order\":1,\"wordIndex\":13,\"timestamp\":6.54,\"offset\":0},{\"order\":2,\"wordIndex\":77,\"timestamp\":27.14,\"offset\":0},{\"order\":3,\"wordIndex\":342,\"timestamp\":114.62,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":17},{\"tag\":\"Outdoors\",\"score\":49.894,\"positionInView\":18,\"length\":0,\"id\":57,\"rawscore\":2110.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":305,\"timestamp\":101.1,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":18},{\"tag\":\"Building\",\"score\":24.980,\"positionInView\":20,\"length\":0,\"id\":59,\"rawscore\":14.800,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":278,\"timestamp\":92.64,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":20},{\"tag\":\"Vendors\",\"score\":52.421,\"positionInView\":21,\"length\":0,\"id\":60,\"rawscore\":3490.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":155,\"timestamp\":53.83,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":21},{\"tag\":\"Recipes\",\"score\":50.136,\"positionInView\":22,\"length\":0,\"id\":61,\"rawscore\":2214.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":347,\"timestamp\":117.5,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":22},{\"tag\":\"Dot com\",\"score\":0.500,\"positionInView\":24,\"length\":0,\"id\":63,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":358,\"timestamp\":123.56,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":24},{\"tag\":\"Market\",\"score\":47.776,\"positionInView\":25,\"length\":0,\"id\":64,\"rawscore\":1384.387,\"seektime\":0,\"occurrence\":12,\"position\":[{\"order\":1,\"wordIndex\":42,\"timestamp\":16.57,\"offset\":0},{\"order\":2,\"wordIndex\":51,\"timestamp\":19.5,\"offset\":0},{\"order\":3,\"wordIndex\":124,\"timestamp\":43.99,\"offset\":0},{\"order\":4,\"wordIndex\":129,\"timestamp\":45.67,\"offset\":0},{\"order\":5,\"wordIndex\":135,\"timestamp\":47.31,\"offset\":0},{\"order\":6,\"wordIndex\":150,\"timestamp\":51.91,\"offset\":0},{\"order\":7,\"wordIndex\":215,\"timestamp\":75.09,\"offset\":0},{\"order\":8,\"wordIndex\":246,\"timestamp\":82.11,\"offset\":0},{\"order\":9,\"wordIndex\":290,\"timestamp\":96.0,\"offset\":0},{\"order\":10,\"wordIndex\":304,\"timestamp\":100.66,\"offset\":0},{\"order\":11,\"wordIndex\":311,\"timestamp\":102.94,\"offset\":0},{\"order\":12,\"wordIndex\":325,\"timestamp\":108.38,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":25},{\"tag\":\"Bakery\",\"score\":46.497,\"positionInView\":26,\"length\":0,\"id\":65,\"rawscore\":1073.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":203,\"timestamp\":71.03,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":26},{\"tag\":\"Rapids\",\"score\":45.360,\"positionInView\":27,\"length\":0,\"id\":66,\"rawscore\":855.667,\"seektime\":0,\"occurrence\":3,\"position\":[{\"order\":1,\"wordIndex\":40,\"timestamp\":15.52,\"offset\":0},{\"order\":2,\"wordIndex\":57,\"timestamp\":20.86,\"offset\":0},{\"order\":3,\"wordIndex\":337,\"timestamp\":112.43,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":27},{\"tag\":\"Sweep\",\"score\":52.325,\"positionInView\":28,\"length\":0,\"id\":67,\"rawscore\":3424.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":202,\"timestamp\":70.41,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":28},{\"tag\":\"Stall\",\"score\":49.453,\"positionInView\":29,\"length\":0,\"id\":68,\"rawscore\":1932.800,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":253,\"timestamp\":85.0,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":29},{\"tag\":\"Round\",\"score\":44.531,\"positionInView\":30,\"length\":0,\"id\":69,\"rawscore\":725.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":75,\"timestamp\":26.36,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":30},{\"tag\":\"TODAY\",\"score\":26.879,\"positionInView\":31,\"length\":0,\"id\":70,\"rawscore\":21.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":23,\"timestamp\":10.64,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":31},{\"tag\":\"SELL\",\"score\":53.470,\"positionInView\":32,\"length\":0,\"id\":71,\"rawscore\":4300.480,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":247,\"timestamp\":82.57,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":32},{\"tag\":\"Dose\",\"score\":53.059,\"positionInView\":33,\"length\":0,\"id\":72,\"rawscore\":3962.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":182,\"timestamp\":63.87,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":33},{\"tag\":\"Chef\",\"score\":51.041,\"positionInView\":34,\"length\":0,\"id\":73,\"rawscore\":2651.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":320,\"timestamp\":106.38,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":34},{\"tag\":\"Food\",\"score\":48.332,\"positionInView\":35,\"length\":0,\"id\":74,\"rawscore\":1546.364,\"seektime\":0,\"occurrence\":11,\"position\":[{\"order\":1,\"wordIndex\":14,\"timestamp\":6.98,\"offset\":0},{\"order\":2,\"wordIndex\":66,\"timestamp\":23.62,\"offset\":0},{\"order\":3,\"wordIndex\":69,\"timestamp\":25.28,\"offset\":0},{\"order\":4,\"wordIndex\":92,\"timestamp\":31.84,\"offset\":0},{\"order\":5,\"wordIndex\":103,\"timestamp\":35.8,\"offset\":0},{\"order\":6,\"wordIndex\":161,\"timestamp\":55.33,\"offset\":0},{\"order\":7,\"wordIndex\":209,\"timestamp\":73.65,\"offset\":0},{\"order\":8,\"wordIndex\":226,\"timestamp\":77.51,\"offset\":0},{\"order\":9,\"wordIndex\":256,\"timestamp\":86.12,\"offset\":0},{\"order\":10,\"wordIndex\":344,\"timestamp\":115.46,\"offset\":0},{\"order\":11,\"wordIndex\":353,\"timestamp\":120.9,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":35},{\"tag\":\"HALL\",\"score\":37.313,\"positionInView\":36,\"length\":0,\"id\":75,\"rawscore\":172.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":291,\"timestamp\":96.44,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":36},{\"tag\":\"Tea\",\"score\":48.460,\"positionInView\":38,\"length\":0,\"id\":77,\"rawscore\":1586.300,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":357,\"timestamp\":122.66,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000000\",\"status\":0,\"tagID\":38}],\"allText\":\"This is the local feared helping you find prepare eat em preserve Michigan food. I'm trees are hide I'm in the studio today with came done Who's been involved in the conception or development and implementation of the Grand Rapids downtown market since the beginning can tell us where the market this so important to Grand Rapids well It's really all about a celebration of food especially local food when you have look of round West Michigan you can see there is really in abundance and a huge variety of local food produced this is going to provide a centre for that food excitement and a destination for both our local community and for travellers from other places so we'll be in the market a well in the market how and I should say market Harlesden an old tradition if you look around cities of the World you'll find market How's that have local vendors with a wide range of food products in IRA's we'll have a wonderful Baker who comes to us with experiences singer man's we'll have meet Pro dose we're hoping for 1st we're working hard to get it there because everybody wants it and then cheese and sweep bakery to a real range of food and 1 element of the market that thrilling and partners not only can you buy the food but you can see it being produced the butcher's going to be cutting his meet right there in the market sell It's more than just a stall to buy food It's really an opportunity to see where it comes from when well suppers able to come in and shut in the building we're looking at toward the end of our guest that the market Hall itself will be open but of course we do have the farmers' market outdoors going on now in the market shared and a variety of children's classes and chef demonstrations going on during market day says swear a local failure to say production of Grand Rapids community media salad and Michigan local food the information recipes and more online mine local food be he me tea dot com. \",\"attachment\":[],\"peopleFrom\":[{\"personName\":\"wav\",\"id\":\"wav@import1.intelligentvoice.com\",\"label\":\"wav (wav@import1.intelligentvoice.com)\",\"value\":\"wav\",\"group\":\"1\",\"address\":\"wav@import1.intelligentvoice.com\",\"personId\":\"1\"}],\"peopleTo\":[{\"personName\":\"0mO8nOLTTX+Fxpmhib4LQA\",\"id\":\"0mO8nOLTTX+Fxpmhib4LQA@import1.intelligentvoice.com\",\"label\":\"0mO8nOLTTX+Fxpmhib4LQA (0mO8nOLTTX+Fxpmhib4LQA@import1.intelligentvoice.com)\",\"value\":\"0mO8nOLTTX+Fxpmhib4LQA\",\"group\":\"1\",\"address\":\"0mO8nOLTTX+Fxpmhib4LQA@import1.intelligentvoice.com\",\"personId\":\"2\"}],\"voxType\":\"VOICE\",\"importItemID\":0,\"importMetadataFileID\":0,\"textURL\":\"\"},{\"id\":1000001,\"docID\":1000001,\"title\":\"LOCAL_FEED_JULY_8kHz.wav (02:09) wav import2\",\"from\":\"wav <wav@import2.intelligentvoice.com>;\",\"to\":\"4EIFxS9tQ5qJmY55yXnVDw <4EIFxS9tQ5qJmY55yXnVDw@import2.intelligentvoice.com>;\",\"timestamp\":\"2017-09-11 10:00:50.0\",\"url_ref\":\"\",\"body\":\"<p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: This is the local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: feared </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: helping you find prepare eat em preserve Michigan food. </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: I'm trees are hide I'm in the studio today with came done Who's been involved in the conception or development and implementation of the Grand Rapids downtown market since the beginning can tell us where the market this so important to Grand Rapids well It's really </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: all about a celebration of food especially local food when you have look of round West Michigan you can see there is really in abundance and a huge variety </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: of local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: food produced this is going to provide a centre for that food excitement and a destination for both our local community and for travellers from other places so </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: we'll be in the market a well in </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: the market how and I should say market Harlesden an old tradition if you look around cities of the World you'll find market How's that have local vendors with a wide range of food products in IRA's we'll have a wonderful Baker who comes to us with experiences singer man's we'll have meet Pro dose we're hoping for 1st we're working hard to get it there because everybody wants it and then cheese and sweep bakery to a real range of food and </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: 1 element </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: of the market that thrilling and partners not only can you buy the food but you can see it being produced the butcher's going to be cutting his meet right there in the market sell It's more than just a stall to buy food It's really an opportunity to see where it comes from </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: when well suppers able to come in and shut in the building </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: we're looking at toward the end of our guest that the market </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: Hall itself will </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: be open but of course we do have the farmers' market outdoors going on now in the market shared and a variety of children's </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: classes </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: and chef demonstrations going on during </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: market day says swear a local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: failure to say </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: production of Grand Rapids community media salad and Michigan local food the information recipes and more online mine local food be he me </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: tea </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: dot com. </p>\",\"tags\":[{\"tag\":\"Cities of the world\",\"score\":0.750,\"positionInView\":1,\"length\":0,\"id\":1,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":144,\"timestamp\":49.81,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":1},{\"tag\":\"Local community\",\"score\":0.125,\"positionInView\":2,\"length\":0,\"id\":2,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":111,\"timestamp\":39.82,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":2},{\"tag\":\"Community media\",\"score\":0.125,\"positionInView\":3,\"length\":0,\"id\":3,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":338,\"timestamp\":112.78,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":3},{\"tag\":\"Implementation\",\"score\":53.521,\"positionInView\":4,\"length\":0,\"id\":4,\"rawscore\":4344.133,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":36,\"timestamp\":14.12,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":4},{\"tag\":\"West Michigan\",\"score\":0.250,\"positionInView\":5,\"length\":0,\"id\":5,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":76,\"timestamp\":26.84,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":5},{\"tag\":\"Food products\",\"score\":0.500,\"positionInView\":6,\"length\":0,\"id\":6,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":161,\"timestamp\":55.33,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":6},{\"tag\":\"Grand Rapids\",\"score\":0.250,\"positionInView\":7,\"length\":0,\"id\":7,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":3,\"position\":[{\"order\":1,\"wordIndex\":39,\"timestamp\":15.2,\"offset\":0},{\"order\":2,\"wordIndex\":56,\"timestamp\":20.62,\"offset\":0},{\"order\":3,\"wordIndex\":336,\"timestamp\":112.18,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":7},{\"tag\":\"Development\",\"score\":32.208,\"positionInView\":8,\"length\":0,\"id\":8,\"rawscore\":62.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":34,\"timestamp\":13.18,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":8},{\"tag\":\"Information\",\"score\":23.490,\"positionInView\":9,\"length\":0,\"id\":9,\"rawscore\":11.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":346,\"timestamp\":116.54,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":9},{\"tag\":\"Travellers\",\"score\":50.812,\"positionInView\":10,\"length\":0,\"id\":10,\"rawscore\":2533.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":115,\"timestamp\":41.32,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":10},{\"tag\":\"Excitement\",\"score\":49.926,\"positionInView\":11,\"length\":0,\"id\":11,\"rawscore\":2123.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":104,\"timestamp\":36.22,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":11},{\"tag\":\"Production\",\"score\":23.580,\"positionInView\":12,\"length\":0,\"id\":12,\"rawscore\":11.200,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":334,\"timestamp\":111.54,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":12},{\"tag\":\"Market Day\",\"score\":0.500,\"positionInView\":13,\"length\":0,\"id\":13,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":325,\"timestamp\":108.38,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":13},{\"tag\":\"Local food\",\"score\":0.167,\"positionInView\":14,\"length\":0,\"id\":14,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":4,\"position\":[{\"order\":1,\"wordIndex\":68,\"timestamp\":24.84,\"offset\":0},{\"order\":2,\"wordIndex\":91,\"timestamp\":31.46,\"offset\":0},{\"order\":3,\"wordIndex\":343,\"timestamp\":115.1,\"offset\":0},{\"order\":4,\"wordIndex\":352,\"timestamp\":120.54,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":14},{\"tag\":\"Abundance\",\"score\":53.064,\"positionInView\":15,\"length\":0,\"id\":15,\"rawscore\":3966.800,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":85,\"timestamp\":28.84,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":15},{\"tag\":\"Harlesden\",\"score\":26.879,\"positionInView\":16,\"length\":0,\"id\":16,\"rawscore\":21.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":136,\"timestamp\":47.65,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":16},{\"tag\":\"Michigan\",\"score\":51.310,\"positionInView\":17,\"length\":0,\"id\":17,\"rawscore\":2797.493,\"seektime\":0,\"occurrence\":3,\"position\":[{\"order\":1,\"wordIndex\":13,\"timestamp\":6.54,\"offset\":0},{\"order\":2,\"wordIndex\":77,\"timestamp\":27.14,\"offset\":0},{\"order\":3,\"wordIndex\":342,\"timestamp\":114.62,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":17},{\"tag\":\"Outdoors\",\"score\":49.894,\"positionInView\":18,\"length\":0,\"id\":18,\"rawscore\":2110.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":305,\"timestamp\":101.1,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":18},{\"tag\":\"Building\",\"score\":24.980,\"positionInView\":20,\"length\":0,\"id\":20,\"rawscore\":14.800,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":278,\"timestamp\":92.64,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":20},{\"tag\":\"Vendors\",\"score\":52.421,\"positionInView\":21,\"length\":0,\"id\":21,\"rawscore\":3490.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":155,\"timestamp\":53.83,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":21},{\"tag\":\"Recipes\",\"score\":50.136,\"positionInView\":22,\"length\":0,\"id\":22,\"rawscore\":2214.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":347,\"timestamp\":117.5,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":22},{\"tag\":\"Dot com\",\"score\":0.500,\"positionInView\":24,\"length\":0,\"id\":24,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":358,\"timestamp\":123.56,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":24},{\"tag\":\"Market\",\"score\":47.776,\"positionInView\":25,\"length\":0,\"id\":25,\"rawscore\":1384.387,\"seektime\":0,\"occurrence\":12,\"position\":[{\"order\":1,\"wordIndex\":42,\"timestamp\":16.57,\"offset\":0},{\"order\":2,\"wordIndex\":51,\"timestamp\":19.5,\"offset\":0},{\"order\":3,\"wordIndex\":124,\"timestamp\":43.99,\"offset\":0},{\"order\":4,\"wordIndex\":129,\"timestamp\":45.67,\"offset\":0},{\"order\":5,\"wordIndex\":135,\"timestamp\":47.31,\"offset\":0},{\"order\":6,\"wordIndex\":150,\"timestamp\":51.91,\"offset\":0},{\"order\":7,\"wordIndex\":215,\"timestamp\":75.09,\"offset\":0},{\"order\":8,\"wordIndex\":246,\"timestamp\":82.11,\"offset\":0},{\"order\":9,\"wordIndex\":290,\"timestamp\":96.0,\"offset\":0},{\"order\":10,\"wordIndex\":304,\"timestamp\":100.66,\"offset\":0},{\"order\":11,\"wordIndex\":311,\"timestamp\":102.94,\"offset\":0},{\"order\":12,\"wordIndex\":325,\"timestamp\":108.38,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":25},{\"tag\":\"Bakery\",\"score\":46.497,\"positionInView\":26,\"length\":0,\"id\":26,\"rawscore\":1073.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":203,\"timestamp\":71.03,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":26},{\"tag\":\"Rapids\",\"score\":45.360,\"positionInView\":27,\"length\":0,\"id\":27,\"rawscore\":855.667,\"seektime\":0,\"occurrence\":3,\"position\":[{\"order\":1,\"wordIndex\":40,\"timestamp\":15.52,\"offset\":0},{\"order\":2,\"wordIndex\":57,\"timestamp\":20.86,\"offset\":0},{\"order\":3,\"wordIndex\":337,\"timestamp\":112.43,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":27},{\"tag\":\"Sweep\",\"score\":52.325,\"positionInView\":28,\"length\":0,\"id\":28,\"rawscore\":3424.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":202,\"timestamp\":70.41,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":28},{\"tag\":\"Stall\",\"score\":49.453,\"positionInView\":29,\"length\":0,\"id\":29,\"rawscore\":1932.800,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":253,\"timestamp\":85.0,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":29},{\"tag\":\"Round\",\"score\":44.531,\"positionInView\":30,\"length\":0,\"id\":30,\"rawscore\":725.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":75,\"timestamp\":26.36,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":30},{\"tag\":\"TODAY\",\"score\":26.879,\"positionInView\":31,\"length\":0,\"id\":31,\"rawscore\":21.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":23,\"timestamp\":10.64,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":31},{\"tag\":\"SELL\",\"score\":53.470,\"positionInView\":32,\"length\":0,\"id\":32,\"rawscore\":4300.480,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":247,\"timestamp\":82.57,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":32},{\"tag\":\"Dose\",\"score\":53.059,\"positionInView\":33,\"length\":0,\"id\":33,\"rawscore\":3962.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":182,\"timestamp\":63.87,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":33},{\"tag\":\"Chef\",\"score\":51.041,\"positionInView\":34,\"length\":0,\"id\":34,\"rawscore\":2651.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":320,\"timestamp\":106.38,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":34},{\"tag\":\"Food\",\"score\":48.332,\"positionInView\":35,\"length\":0,\"id\":35,\"rawscore\":1546.364,\"seektime\":0,\"occurrence\":11,\"position\":[{\"order\":1,\"wordIndex\":14,\"timestamp\":6.98,\"offset\":0},{\"order\":2,\"wordIndex\":66,\"timestamp\":23.62,\"offset\":0},{\"order\":3,\"wordIndex\":69,\"timestamp\":25.28,\"offset\":0},{\"order\":4,\"wordIndex\":92,\"timestamp\":31.84,\"offset\":0},{\"order\":5,\"wordIndex\":103,\"timestamp\":35.8,\"offset\":0},{\"order\":6,\"wordIndex\":161,\"timestamp\":55.33,\"offset\":0},{\"order\":7,\"wordIndex\":209,\"timestamp\":73.65,\"offset\":0},{\"order\":8,\"wordIndex\":226,\"timestamp\":77.51,\"offset\":0},{\"order\":9,\"wordIndex\":256,\"timestamp\":86.12,\"offset\":0},{\"order\":10,\"wordIndex\":344,\"timestamp\":115.46,\"offset\":0},{\"order\":11,\"wordIndex\":353,\"timestamp\":120.9,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":35},{\"tag\":\"HALL\",\"score\":37.313,\"positionInView\":36,\"length\":0,\"id\":36,\"rawscore\":172.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":291,\"timestamp\":96.44,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":36},{\"tag\":\"Tea\",\"score\":48.460,\"positionInView\":38,\"length\":0,\"id\":38,\"rawscore\":1586.300,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":357,\"timestamp\":122.66,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000001\",\"status\":0,\"tagID\":38}],\"allText\":\"This is the local feared helping you find prepare eat em preserve Michigan food. I'm trees are hide I'm in the studio today with came done Who's been involved in the conception or development and implementation of the Grand Rapids downtown market since the beginning can tell us where the market this so important to Grand Rapids well It's really all about a celebration of food especially local food when you have look of round West Michigan you can see there is really in abundance and a huge variety of local food produced this is going to provide a centre for that food excitement and a destination for both our local community and for travellers from other places so we'll be in the market a well in the market how and I should say market Harlesden an old tradition if you look around cities of the World you'll find market How's that have local vendors with a wide range of food products in IRA's we'll have a wonderful Baker who comes to us with experiences singer man's we'll have meet Pro dose we're hoping for 1st we're working hard to get it there because everybody wants it and then cheese and sweep bakery to a real range of food and 1 element of the market that thrilling and partners not only can you buy the food but you can see it being produced the butcher's going to be cutting his meet right there in the market sell It's more than just a stall to buy food It's really an opportunity to see where it comes from when well suppers able to come in and shut in the building we're looking at toward the end of our guest that the market Hall itself will be open but of course we do have the farmers' market outdoors going on now in the market shared and a variety of children's classes and chef demonstrations going on during market day says swear a local failure to say production of Grand Rapids community media salad and Michigan local food the information recipes and more online mine local food be he me tea dot com. \",\"attachment\":[],\"peopleFrom\":[{\"personName\":\"wav\",\"id\":\"wav@import2.intelligentvoice.com\",\"label\":\"wav (wav@import2.intelligentvoice.com)\",\"value\":\"wav\",\"group\":\"1\",\"address\":\"wav@import2.intelligentvoice.com\",\"personId\":\"3\"}],\"peopleTo\":[{\"personName\":\"4EIFxS9tQ5qJmY55yXnVDw\",\"id\":\"4EIFxS9tQ5qJmY55yXnVDw@import2.intelligentvoice.com\",\"label\":\"4EIFxS9tQ5qJmY55yXnVDw (4EIFxS9tQ5qJmY55yXnVDw@import2.intelligentvoice.com)\",\"value\":\"4EIFxS9tQ5qJmY55yXnVDw\",\"group\":\"1\",\"address\":\"4EIFxS9tQ5qJmY55yXnVDw@import2.intelligentvoice.com\",\"personId\":\"4\"}],\"voxType\":\"VOICE\",\"importItemID\":0,\"importMetadataFileID\":0,\"textURL\":\"\"},{\"id\":1000002,\"docID\":1000002,\"title\":\"LOCAL_FEED_JULY_8kHz.wav (02:09) wav import3\",\"from\":\"wav <wav@import3.intelligentvoice.com>;\",\"to\":\"JR2aabV3Q2S4sswKV7xJxQ <JR2aabV3Q2S4sswKV7xJxQ@import3.intelligentvoice.com>;\",\"timestamp\":\"2017-09-11 10:00:50.0\",\"url_ref\":\"\",\"tags\":[],\"attachment\":[],\"peopleFrom\":[{\"personName\":\"wav\",\"id\":\"wav@import3.intelligentvoice.com\",\"label\":\"wav (wav@import3.intelligentvoice.com)\",\"value\":\"wav\",\"group\":\"1\",\"address\":\"wav@import3.intelligentvoice.com\",\"personId\":\"5\"}],\"peopleTo\":[{\"personName\":\"JR2aabV3Q2S4sswKV7xJxQ\",\"id\":\"JR2aabV3Q2S4sswKV7xJxQ@import3.intelligentvoice.com\",\"label\":\"JR2aabV3Q2S4sswKV7xJxQ (JR2aabV3Q2S4sswKV7xJxQ@import3.intelligentvoice.com)\",\"value\":\"JR2aabV3Q2S4sswKV7xJxQ\",\"group\":\"1\",\"address\":\"JR2aabV3Q2S4sswKV7xJxQ@import3.intelligentvoice.com\",\"personId\":\"6\"}],\"voxType\":\"VOICE\",\"importItemID\":0,\"importMetadataFileID\":0,\"textURL\":\"\"},{\"id\":1000003,\"docID\":1000003,\"title\":\"LOCAL_FEED_JULY_8kHz.wav (02:09) wav import4\",\"from\":\"wav <wav@import4.intelligentvoice.com>;\",\"to\":\"XF1JlENuQlCq3mo78AzPCA <XF1JlENuQlCq3mo78AzPCA@import4.intelligentvoice.com>;\",\"timestamp\":\"2017-09-11 10:00:50.0\",\"url_ref\":\"\",\"tags\":[],\"attachment\":[],\"peopleFrom\":[{\"personName\":\"wav\",\"id\":\"wav@import4.intelligentvoice.com\",\"label\":\"wav (wav@import4.intelligentvoice.com)\",\"value\":\"wav\",\"group\":\"1\",\"address\":\"wav@import4.intelligentvoice.com\",\"personId\":\"7\"}],\"peopleTo\":[{\"personName\":\"XF1JlENuQlCq3mo78AzPCA\",\"id\":\"XF1JlENuQlCq3mo78AzPCA@import4.intelligentvoice.com\",\"label\":\"XF1JlENuQlCq3mo78AzPCA (XF1JlENuQlCq3mo78AzPCA@import4.intelligentvoice.com)\",\"value\":\"XF1JlENuQlCq3mo78AzPCA\",\"group\":\"1\",\"address\":\"XF1JlENuQlCq3mo78AzPCA@import4.intelligentvoice.com\",\"personId\":\"8\"}],\"voxType\":\"VOICE\",\"importItemID\":0,\"importMetadataFileID\":0,\"textURL\":\"\"},{\"id\":1000004,\"docID\":1000004,\"title\":\"LOCAL_FEED_JULY_8kHz.wav (02:09) wav import5\",\"from\":\"wav <wav@import5.intelligentvoice.com>;\",\"to\":\"nE30iCJWRPiAoNg3VQMmTw <nE30iCJWRPiAoNg3VQMmTw@import5.intelligentvoice.com>;\",\"timestamp\":\"2017-09-11 10:00:50.0\",\"url_ref\":\"\",\"tags\":[],\"attachment\":[],\"peopleFrom\":[{\"personName\":\"wav\",\"id\":\"wav@import5.intelligentvoice.com\",\"label\":\"wav (wav@import5.intelligentvoice.com)\",\"value\":\"wav\",\"group\":\"1\",\"address\":\"wav@import5.intelligentvoice.com\",\"personId\":\"9\"}],\"peopleTo\":[{\"personName\":\"nE30iCJWRPiAoNg3VQMmTw\",\"id\":\"nE30iCJWRPiAoNg3VQMmTw@import5.intelligentvoice.com\",\"label\":\"nE30iCJWRPiAoNg3VQMmTw (nE30iCJWRPiAoNg3VQMmTw@import5.intelligentvoice.com)\",\"value\":\"nE30iCJWRPiAoNg3VQMmTw\",\"group\":\"1\",\"address\":\"nE30iCJWRPiAoNg3VQMmTw@import5.intelligentvoice.com\",\"personId\":\"10\"}],\"voxType\":\"VOICE\",\"importItemID\":0,\"importMetadataFileID\":0,\"textURL\":\"\"},{\"id\":1000005,\"docID\":1000005,\"title\":\"LOCAL_FEED_JULY_8kHz.wav (02:09) wav import6\",\"from\":\"wav <wav@import6.intelligentvoice.com>;\",\"to\":\"eUc1i74QQgydAodQUfZWKQ <eUc1i74QQgydAodQUfZWKQ@import6.intelligentvoice.com>;\",\"timestamp\":\"2017-09-11 10:00:50.0\",\"url_ref\":\"\",\"tags\":[],\"attachment\":[],\"peopleFrom\":[{\"personName\":\"wav\",\"id\":\"wav@import6.intelligentvoice.com\",\"label\":\"wav (wav@import6.intelligentvoice.com)\",\"value\":\"wav\",\"group\":\"1\",\"address\":\"wav@import6.intelligentvoice.com\",\"personId\":\"11\"}],\"peopleTo\":[{\"personName\":\"eUc1i74QQgydAodQUfZWKQ\",\"id\":\"eUc1i74QQgydAodQUfZWKQ@import6.intelligentvoice.com\",\"label\":\"eUc1i74QQgydAodQUfZWKQ (eUc1i74QQgydAodQUfZWKQ@import6.intelligentvoice.com)\",\"value\":\"eUc1i74QQgydAodQUfZWKQ\",\"group\":\"1\",\"address\":\"eUc1i74QQgydAodQUfZWKQ@import6.intelligentvoice.com\",\"personId\":\"12\"}],\"voxType\":\"VOICE\",\"importItemID\":0,\"importMetadataFileID\":0,\"textURL\":\"\"},{\"id\":1000006,\"docID\":1000006,\"title\":\"LOCAL_FEED_JULY_8kHz.wav (02:09) wav import7\",\"from\":\"wav <wav@import7.intelligentvoice.com>;\",\"to\":\"OdsnGh2vSn++fUPmLsz49A <OdsnGh2vSn++fUPmLsz49A@import7.intelligentvoice.com>;\",\"timestamp\":\"2017-09-11 10:00:50.0\",\"url_ref\":\"\",\"body\":\"<p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: This is the local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: feared </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: helping you find prepare eat em preserve Michigan food. </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: I'm trees are hide I'm in the studio today with came done Who's been involved in the conception or development and implementation of the Grand Rapids downtown market since the beginning can tell us where the market this so important to Grand Rapids well It's really </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: all about a celebration of food especially local food when you have look of round West Michigan you can see there is really in abundance and a huge variety </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: of local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: food produced this is going to provide a centre for that food excitement and a destination for both our local community and for travellers from other places so </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: we'll be in the market a well in </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: the market how and I should say market Harlesden an old tradition if you look around cities of the World you'll find market How's that have local vendors with a wide range of food products in IRA's we'll have a wonderful Baker who comes to us with experiences singer man's we'll have meet Pro dose we're hoping for 1st we're working hard to get it there because everybody wants it and then cheese and sweep bakery to a real range of food and </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: 1 element </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: of the market that thrilling and partners not only can you buy the food but you can see it being produced the butcher's going to be cutting his meet right there in the market sell It's more than just a stall to buy food It's really an opportunity to see where it comes from </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 3: when well suppers able to come in and shut in the building </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: we're looking at toward the end of our guest that the market </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: Hall itself will </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: be open but of course we do have the farmers' market outdoors going on now in the market shared and a variety of children's </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: classes </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: and chef demonstrations going on during </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: market day says swear a local </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: failure to say </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: production of Grand Rapids community media salad and Michigan local food the information recipes and more online mine local food be he me </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 2: tea </p><p style='font-family:\\\"Calibri\\\",Arial,Verdana;font-size:11pt;'>Speaker 1: dot com. </p>\",\"tags\":[{\"tag\":\"Cities of the world\",\"score\":0.750,\"positionInView\":1,\"length\":0,\"id\":79,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":144,\"timestamp\":49.81,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":1},{\"tag\":\"Local community\",\"score\":0.125,\"positionInView\":2,\"length\":0,\"id\":80,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":111,\"timestamp\":39.82,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":2},{\"tag\":\"Community media\",\"score\":0.125,\"positionInView\":3,\"length\":0,\"id\":81,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":338,\"timestamp\":112.78,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":3},{\"tag\":\"Implementation\",\"score\":53.521,\"positionInView\":4,\"length\":0,\"id\":82,\"rawscore\":4344.133,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":36,\"timestamp\":14.12,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":4},{\"tag\":\"West Michigan\",\"score\":0.250,\"positionInView\":5,\"length\":0,\"id\":83,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":76,\"timestamp\":26.84,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":5},{\"tag\":\"Food products\",\"score\":0.500,\"positionInView\":6,\"length\":0,\"id\":84,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":161,\"timestamp\":55.33,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":6},{\"tag\":\"Grand Rapids\",\"score\":0.250,\"positionInView\":7,\"length\":0,\"id\":85,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":3,\"position\":[{\"order\":1,\"wordIndex\":39,\"timestamp\":15.2,\"offset\":0},{\"order\":2,\"wordIndex\":56,\"timestamp\":20.62,\"offset\":0},{\"order\":3,\"wordIndex\":336,\"timestamp\":112.18,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":7},{\"tag\":\"Development\",\"score\":32.208,\"positionInView\":8,\"length\":0,\"id\":86,\"rawscore\":62.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":34,\"timestamp\":13.18,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":8},{\"tag\":\"Information\",\"score\":23.490,\"positionInView\":9,\"length\":0,\"id\":87,\"rawscore\":11.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":346,\"timestamp\":116.54,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":9},{\"tag\":\"Travellers\",\"score\":50.812,\"positionInView\":10,\"length\":0,\"id\":88,\"rawscore\":2533.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":115,\"timestamp\":41.32,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":10},{\"tag\":\"Excitement\",\"score\":49.926,\"positionInView\":11,\"length\":0,\"id\":89,\"rawscore\":2123.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":104,\"timestamp\":36.22,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":11},{\"tag\":\"Production\",\"score\":23.580,\"positionInView\":12,\"length\":0,\"id\":90,\"rawscore\":11.200,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":334,\"timestamp\":111.54,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":12},{\"tag\":\"Market Day\",\"score\":0.500,\"positionInView\":13,\"length\":0,\"id\":91,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":325,\"timestamp\":108.38,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":13},{\"tag\":\"Local food\",\"score\":0.167,\"positionInView\":14,\"length\":0,\"id\":92,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":4,\"position\":[{\"order\":1,\"wordIndex\":68,\"timestamp\":24.84,\"offset\":0},{\"order\":2,\"wordIndex\":91,\"timestamp\":31.46,\"offset\":0},{\"order\":3,\"wordIndex\":343,\"timestamp\":115.1,\"offset\":0},{\"order\":4,\"wordIndex\":352,\"timestamp\":120.54,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":14},{\"tag\":\"Abundance\",\"score\":53.064,\"positionInView\":15,\"length\":0,\"id\":93,\"rawscore\":3966.800,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":85,\"timestamp\":28.84,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":15},{\"tag\":\"Harlesden\",\"score\":26.879,\"positionInView\":16,\"length\":0,\"id\":94,\"rawscore\":21.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":136,\"timestamp\":47.65,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":16},{\"tag\":\"Michigan\",\"score\":51.310,\"positionInView\":17,\"length\":0,\"id\":95,\"rawscore\":2797.493,\"seektime\":0,\"occurrence\":3,\"position\":[{\"order\":1,\"wordIndex\":13,\"timestamp\":6.54,\"offset\":0},{\"order\":2,\"wordIndex\":77,\"timestamp\":27.14,\"offset\":0},{\"order\":3,\"wordIndex\":342,\"timestamp\":114.62,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":17},{\"tag\":\"Outdoors\",\"score\":49.894,\"positionInView\":18,\"length\":0,\"id\":96,\"rawscore\":2110.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":305,\"timestamp\":101.1,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":18},{\"tag\":\"Building\",\"score\":24.980,\"positionInView\":20,\"length\":0,\"id\":98,\"rawscore\":14.800,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":278,\"timestamp\":92.64,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":20},{\"tag\":\"Vendors\",\"score\":52.421,\"positionInView\":21,\"length\":0,\"id\":99,\"rawscore\":3490.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":155,\"timestamp\":53.83,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":21},{\"tag\":\"Recipes\",\"score\":50.136,\"positionInView\":22,\"length\":0,\"id\":100,\"rawscore\":2214.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":347,\"timestamp\":117.5,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":22},{\"tag\":\"Dot com\",\"score\":0.500,\"positionInView\":24,\"length\":0,\"id\":102,\"rawscore\":1.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":358,\"timestamp\":123.56,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":24},{\"tag\":\"Market\",\"score\":47.776,\"positionInView\":25,\"length\":0,\"id\":103,\"rawscore\":1384.387,\"seektime\":0,\"occurrence\":12,\"position\":[{\"order\":1,\"wordIndex\":42,\"timestamp\":16.57,\"offset\":0},{\"order\":2,\"wordIndex\":51,\"timestamp\":19.5,\"offset\":0},{\"order\":3,\"wordIndex\":124,\"timestamp\":43.99,\"offset\":0},{\"order\":4,\"wordIndex\":129,\"timestamp\":45.67,\"offset\":0},{\"order\":5,\"wordIndex\":135,\"timestamp\":47.31,\"offset\":0},{\"order\":6,\"wordIndex\":150,\"timestamp\":51.91,\"offset\":0},{\"order\":7,\"wordIndex\":215,\"timestamp\":75.09,\"offset\":0},{\"order\":8,\"wordIndex\":246,\"timestamp\":82.11,\"offset\":0},{\"order\":9,\"wordIndex\":290,\"timestamp\":96.0,\"offset\":0},{\"order\":10,\"wordIndex\":304,\"timestamp\":100.66,\"offset\":0},{\"order\":11,\"wordIndex\":311,\"timestamp\":102.94,\"offset\":0},{\"order\":12,\"wordIndex\":325,\"timestamp\":108.38,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":25},{\"tag\":\"Bakery\",\"score\":46.497,\"positionInView\":26,\"length\":0,\"id\":104,\"rawscore\":1073.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":203,\"timestamp\":71.03,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":26},{\"tag\":\"Rapids\",\"score\":45.360,\"positionInView\":27,\"length\":0,\"id\":105,\"rawscore\":855.667,\"seektime\":0,\"occurrence\":3,\"position\":[{\"order\":1,\"wordIndex\":40,\"timestamp\":15.52,\"offset\":0},{\"order\":2,\"wordIndex\":57,\"timestamp\":20.86,\"offset\":0},{\"order\":3,\"wordIndex\":337,\"timestamp\":112.43,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":27},{\"tag\":\"Sweep\",\"score\":52.325,\"positionInView\":28,\"length\":0,\"id\":106,\"rawscore\":3424.000,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":202,\"timestamp\":70.41,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":28},{\"tag\":\"Stall\",\"score\":49.453,\"positionInView\":29,\"length\":0,\"id\":107,\"rawscore\":1932.800,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":253,\"timestamp\":85.0,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":29},{\"tag\":\"Round\",\"score\":44.531,\"positionInView\":30,\"length\":0,\"id\":108,\"rawscore\":725.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":75,\"timestamp\":26.36,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":30},{\"tag\":\"TODAY\",\"score\":26.879,\"positionInView\":31,\"length\":0,\"id\":109,\"rawscore\":21.600,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":23,\"timestamp\":10.64,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":31},{\"tag\":\"SELL\",\"score\":53.470,\"positionInView\":32,\"length\":0,\"id\":110,\"rawscore\":4300.480,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":247,\"timestamp\":82.57,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":32},{\"tag\":\"Dose\",\"score\":53.059,\"positionInView\":33,\"length\":0,\"id\":111,\"rawscore\":3962.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":182,\"timestamp\":63.87,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":33},{\"tag\":\"Chef\",\"score\":51.041,\"positionInView\":34,\"length\":0,\"id\":112,\"rawscore\":2651.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":320,\"timestamp\":106.38,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":34},{\"tag\":\"Food\",\"score\":48.332,\"positionInView\":35,\"length\":0,\"id\":113,\"rawscore\":1546.364,\"seektime\":0,\"occurrence\":11,\"position\":[{\"order\":1,\"wordIndex\":14,\"timestamp\":6.98,\"offset\":0},{\"order\":2,\"wordIndex\":66,\"timestamp\":23.62,\"offset\":0},{\"order\":3,\"wordIndex\":69,\"timestamp\":25.28,\"offset\":0},{\"order\":4,\"wordIndex\":92,\"timestamp\":31.84,\"offset\":0},{\"order\":5,\"wordIndex\":103,\"timestamp\":35.8,\"offset\":0},{\"order\":6,\"wordIndex\":161,\"timestamp\":55.33,\"offset\":0},{\"order\":7,\"wordIndex\":209,\"timestamp\":73.65,\"offset\":0},{\"order\":8,\"wordIndex\":226,\"timestamp\":77.51,\"offset\":0},{\"order\":9,\"wordIndex\":256,\"timestamp\":86.12,\"offset\":0},{\"order\":10,\"wordIndex\":344,\"timestamp\":115.46,\"offset\":0},{\"order\":11,\"wordIndex\":353,\"timestamp\":120.9,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":35},{\"tag\":\"HALL\",\"score\":37.313,\"positionInView\":36,\"length\":0,\"id\":114,\"rawscore\":172.400,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":291,\"timestamp\":96.44,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":36},{\"tag\":\"Tea\",\"score\":48.460,\"positionInView\":38,\"length\":0,\"id\":116,\"rawscore\":1586.300,\"seektime\":0,\"occurrence\":1,\"position\":[{\"order\":1,\"wordIndex\":357,\"timestamp\":122.66,\"offset\":0}],\"vox\":1,\"urlRef\":\"1000006\",\"status\":0,\"tagID\":38}],\"allText\":\"This is the local feared helping you find prepare eat em preserve Michigan food. I'm trees are hide I'm in the studio today with came done Who's been involved in the conception or development and implementation of the Grand Rapids downtown market since the beginning can tell us where the market this so important to Grand Rapids well It's really all about a celebration of food especially local food when you have look of round West Michigan you can see there is really in abundance and a huge variety of local food produced this is going to provide a centre for that food excitement and a destination for both our local community and for travellers from other places so we'll be in the market a well in the market how and I should say market Harlesden an old tradition if you look around cities of the World you'll find market How's that have local vendors with a wide range of food products in IRA's we'll have a wonderful Baker who comes to us with experiences singer man's we'll have meet Pro dose we're hoping for 1st we're working hard to get it there because everybody wants it and then cheese and sweep bakery to a real range of food and 1 element of the market that thrilling and partners not only can you buy the food but you can see it being produced the butcher's going to be cutting his meet right there in the market sell It's more than just a stall to buy food It's really an opportunity to see where it comes from when well suppers able to come in and shut in the building we're looking at toward the end of our guest that the market Hall itself will be open but of course we do have the farmers' market outdoors going on now in the market shared and a variety of children's classes and chef demonstrations going on during market day says swear a local failure to say production of Grand Rapids community media salad and Michigan local food the information recipes and more online mine local food be he me tea dot com. \",\"attachment\":[],\"peopleFrom\":[{\"personName\":\"wav\",\"id\":\"wav@import7.intelligentvoice.com\",\"label\":\"wav (wav@import7.intelligentvoice.com)\",\"value\":\"wav\",\"group\":\"1\",\"address\":\"wav@import7.intelligentvoice.com\",\"personId\":\"13\"}],\"peopleTo\":[{\"personName\":\"OdsnGh2vSn++fUPmLsz49A\",\"id\":\"OdsnGh2vSn++fUPmLsz49A@import7.intelligentvoice.com\",\"label\":\"OdsnGh2vSn++fUPmLsz49A (OdsnGh2vSn++fUPmLsz49A@import7.intelligentvoice.com)\",\"value\":\"OdsnGh2vSn++fUPmLsz49A\",\"group\":\"1\",\"address\":\"OdsnGh2vSn++fUPmLsz49A@import7.intelligentvoice.com\",\"personId\":\"14\"}],\"voxType\":\"VOICE\",\"importItemID\":0,\"importMetadataFileID\":0,\"textURL\":\"\"}]}"}],"_postman_id":"40d1a2bf-d192-4ab9-9d91-aaa29cdbe6e2"},{"name":"Get Item Types","id":"480bc4b6-ab04-4c62-84c0-cdfaeca924b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Accept","value":"application/xml","type":"text"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/types","description":"<p>This endpoint returns the list of possible Item Types the system accepts</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items","types"],"host":["your-iv-server.example.com"],"query":[],"variable":[]}},"response":[{"id":"11b3ff62-3760-47b8-9e66-3022c68fb5b3","name":"Get Item Types","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","warning":""}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"voxTypes\": [\n        {\n            \"id\": 0,\n            \"type\": \"EMAIL\"\n        },\n        {\n            \"id\": 1,\n            \"type\": \"VOICE\"\n        },\n        {\n            \"id\": 2,\n            \"type\": \"CHAT\"\n        },\n        {\n            \"id\": 3,\n            \"type\": \"TRADE\"\n        },\n        {\n            \"id\": 4,\n            \"type\": \"DOCUMENT\"\n        },\n        {\n            \"id\": 5,\n            \"type\": \"SMS\"\n        },\n        {\n            \"id\": 6,\n            \"type\": \"VIDEO\"\n        }\n    ]\n}"}],"_postman_id":"480bc4b6-ab04-4c62-84c0-cdfaeca924b4"},{"name":"Get Recording for Item","id":"d9ab3080-b4cf-4ce6-bcb7-521e7f87a0ff","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"audio/wav, audio/mp3, audio/mp4"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/recording?groupId=1&userId=123","description":"<p><i><strong>Caution:</strong> IV uses the term \"Recording\" internally to represent a single channel within a multi-channel file.  This endpoint only returns a complete audio or video item, with all the channels included.  To retrieve just one channel, see the Get Recordings endpoint</i></p>\n<p>This endpoint returns an audio or video file based on the itemId, converted to one of three formats:</p>\n<ul>\n<li>.wav file (uncompressed PCM audio)</li>\n<li>.mp3 file (MP3 audio)</li>\n<li>.mp4 file (AAC audio with optional H264 video, in MPEG-4 container)</li>\n</ul>\n<p>The <code>recordingType</code> parameter can be set to \"redacted\" to request any redactions to be applied to the output (see the Redactions group of endpoints)</p>\n<p><b>Replacement for V1 API endpoint:</b> </p>\n<ul>\n<li>/vrxServlet/ws/VRXService/vrxServlet/getRecordingByItemId/{client}/{UserID}/{itemID}</li>\n<li>/vrxServlet/ws/VRXService/vrxServlet/getRedactedRecordingByItemId/{client}/{userID}/{itemID}</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items",":itemId","recording"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":"1"},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":"123"},{"disabled":true,"description":{"content":"<p>optional.  Defaults to 'WAV'.  Possible values are 'WAV', 'MP3', 'MP4'</p>\n","type":"text/plain"},"key":"fileType","value":""},{"disabled":true,"description":{"content":"<p>Optional. If present it should be set to \"redacted\"</p>\n","type":"text/plain"},"key":"recordingType","value":""}],"variable":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"1000006","key":"itemId"}]}},"response":[{"id":"1f5a36ca-fb9f-4793-9947-a970fce74177","name":"Get Recording converted to .wav","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"audio/wav"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/recording?groupId=1&userId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","recording"],"query":[{"key":"groupId","value":"1"},{"key":"userId","value":"1"}],"variable":[{"key":"itemId","value":"1000000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"<wav audio file>"},{"id":"39a65c9b-d89a-4c1e-9f13-4af2521e0f8f","name":"Get Recording converted to .mp3","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"audio/mp3"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/recording?groupId=1&userId=123&fileType=MP3","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","recording"],"query":[{"key":"groupId","value":"1","description":"Mandatory"},{"key":"userId","value":"123","description":"Mandatory"},{"key":"recordingType","value":"","description":"Optional. If present it should be set to \"redacted\"","disabled":true},{"key":"fileType","value":"MP3","description":"optional.  Defaults to 'WAV'.  Possible values are 'WAV', 'MP3', 'MP4'"}],"variable":[{"key":"itemId","value":"1000004","type":"string","description":"Mandatory"}]}},"_postman_previewlanguage":null,"header":[{"key":"Content-Disposition","value":"attachment; filename=\"ATVNewsInCantonese.mp4730482185220688955.wav7526370498521851299.mp3\"","description":"","type":"text"},{"key":"Content-Type","value":"audio/mp3","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"<mp3 audio file>"},{"id":"be712317-07ec-474c-8b11-2dd34e96456a","name":"Error if itemId does not exist","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"audio/wav, audio/mp3, audio/mp4"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/recording?groupId=1&userId=123","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","recording"],"query":[{"key":"groupId","value":"1","description":"Mandatory"},{"key":"userId","value":"123","description":"Mandatory"},{"key":"recordingType","value":"","description":"Optional. If present it should be set to \"redacted\"","disabled":true}],"variable":[{"key":"itemId","value":"1000007","type":"string","description":"Mandatory"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Date","value":"Thu, 14 Oct 2021 10:02:21 GMT"},{"key":"Content-Length","value":"0"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"38642d61-6554-4b5d-99a4-b9dd42fce60d","name":"Get Recording converted to .mp4 with redactions","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"audio/wav, audio/mp3, audio/mp4"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/recording?groupId=1&userId=123&fileType=MP4&recordingType=redacted","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","recording"],"query":[{"key":"groupId","value":"1","description":"Mandatory"},{"key":"userId","value":"123","description":"Mandatory"},{"key":"fileType","value":"MP4","description":"optional.  Defaults to 'WAV'.  Possible values are 'WAV', 'MP3', 'MP4'"},{"key":"recordingType","value":"redacted","description":"Optional. If present it should be set to \"redacted\"","type":"text"}],"variable":[{"key":"itemId","value":"1000006","type":"string","description":"Mandatory"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d9ab3080-b4cf-4ce6-bcb7-521e7f87a0ff"},{"name":"Get Item File","id":"b1759084-95a5-47af-8661-07074d773052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/file?groupId=1&userId=123","description":"<p>This endpoint returns the original file imported imported for the specified itemId for audio and video types.  For other types it will return extracted text.</p>\n<p>Note the response will always have a <code>Content-Type</code> header of <code>application/octet-stream</code>.</p>\n<p>The <code>Content-Disposition</code> header will contain the original filename in the format <code>attachment; filename=\"originalname.wav\"</code> for audio and video files.  For other formats it will return <code>attachment; filename=\"0.ev.html\"</code> although the output is plain text.</p>\n<p>For an endpoint which offers format conversion see <b>Get Recording for Item</b></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items",":itemId","file"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":"1"},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":"123"}],"variable":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"1000006","key":"itemId"}]}},"response":[{"id":"6ada2cc7-6a8b-4d5d-ba37-fa48fb6cb12f","name":"audio (output cropped for docs)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/file?groupId=1&userId=123","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","file"],"query":[{"key":"groupId","value":"1","description":"Mandatory"},{"key":"userId","value":"123","description":"Mandatory"}],"variable":[{"key":"itemId","value":"1000006","type":"string","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Content-Disposition","value":"attachment; filename=\"time-to-eat-tea.wav\""},{"key":"Date","value":"Thu, 14 Oct 2021 10:19:14 GMT"},{"key":"Content-Type","value":"application/octet-stream"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"RIFF�L\b\u0000WAVEfmt \u0010\u0000\u0000\u0000\u0001\u0000\u0002\u0000D�\u0000\u0000\u0010�\u0002\u0000\u0004\u0000\u0010\u0000data\u0000L\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0003\u0000\u0000\u0000��\u0000\u0000\u0004\u0000\u0000\u0000����\u0002\u0000\u0002\u0000����\u0001\u0000\u0002\u0000����\u0001\u0000\u0002\u0000\u0000\u0000����\u0002\u0000\u0001\u0000��\u0000\u0000\u0002\u0000����\u0001\u0000\u0002\u0000����\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000��\u0000\u0000\u0002\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000����\u0003\u0000\u0003\u0000����\u0002\u0000\u0003\u0000����\u0000\u0000\u0002\u0000\u0001\u0000\u0000\u0000����\u0003\u0000\u0001\u0000����\u0002\u0000\u0001\u0000����\u0001\u0000\u0001\u0000����\u0004\u0000\u0000\u0000����\u0000\u0000\u0002\u0000\u0000\u0000��\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000LISTD\u0000\u0000\u0000INFOINAM\u0010\u0000\u0000\u0000Time To Eat Tea\u0000IART\u0012\u0000\u0000\u0000Intelligent Voice\u0000ICRD\u0006\u0000\u0000\u00002018\u0000\u0000id3 P\u0000\u0000\u0000ID3\u0003\u0000\u0000\u0000\u0000\u0000ETPE1\u0000\u0000\u0000\u0012\u0000\u0000\u0000Intelligent VoiceTIT2\u0000\u0000\u0000\u0010\u0000\u0000\u0000Time To Eat TeaTDRC\u0000\u0000\u0000\u0005\u0000\u0000\u00002018\u0000"},{"id":"e466d572-ab1a-4aa5-9343-5d5fe99981e8","name":"email imported in RFC822 (.eml) format","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/file?groupId=1&userId=123","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","file"],"query":[{"key":"groupId","value":"1","description":"Mandatory"},{"key":"userId","value":"123","description":"Mandatory"}],"variable":[{"key":"itemId","value":"1000009","type":"string","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Content-Disposition","value":"attachment; filename=\"0.ev.html\""},{"key":"Date","value":"Thu, 14 Oct 2021 10:52:23 GMT"},{"key":"Content-Type","value":"application/octet-stream"},{"key":"Content-Length","value":"23"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"this is the body text\r\n"}],"_postman_id":"b1759084-95a5-47af-8661-07074d773052"},{"name":"Get Item Speakers","id":"0a2b9643-4300-456e-aef2-d7d5a9d6ab96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/speakers?groupId=1&userId=123","description":"<p>This endpoint returns the original file imported imported for the specified itemId for audio and video types.  For other types it will return extracted text.</p>\n<p>Note the response will always have a <code>Content-Type</code> header of <code>application/octet-stream</code>.</p>\n<p>The <code>Content-Disposition</code> header will contain the original filename in the format <code>attachment; filename=\"originalname.wav\"</code> for audio and video files.  For other formats it will return <code>attachment; filename=\"0.ev.html\"</code> although the output is plain text.</p>\n<p>For an endpoint which offers format conversion see <b>Get Recording for Item</b></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items",":itemId","speakers"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":"1"},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":"123"}],"variable":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"1000003","key":"itemId"}]}},"response":[{"id":"9d1ecc32-a84a-436d-9f4d-6271392c8509","name":"Get Item Speakers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/speakers?groupId=1&userId=123","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","speakers"],"query":[{"key":"groupId","value":"1","description":"Mandatory"},{"key":"userId","value":"123","description":"Mandatory"}],"variable":[{"key":"itemId","value":"1000003","type":"string","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Date","value":"Fri, 04 Feb 2022 21:56:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemId\": 1000003,\n    \"speakers\": [\n        {\n            \"name\": \"dummy\",\n            \"label\": \"Unknown Speaker\",\n            \"no\": 1,\n            \"id\": 1000004,\n            \"recording\": {\n                \"id\": 1000004\n            }\n        }\n    ]\n}"}],"_postman_id":"0a2b9643-4300-456e-aef2-d7d5a9d6ab96"},{"name":"Get Item psrt with alternatives","id":"445a2063-549f-44bf-b424-bc352a5fb9ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/psrt?userId={{userID}}&groupId={{groupID}}","description":"<p>The psrt is the raw ASR data</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items",":itemId","psrt"],"host":["your-iv-server.example.com"],"query":[{"key":"userId","value":"{{userID}}"},{"key":"groupId","value":"{{groupID}}"}],"variable":[{"type":"string","value":"","key":"itemId"}]}},"response":[{"id":"eaeb35ce-b3ce-4748-9ffd-8458c358bb9f","name":"Get Psrt with Alternatives","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/psrt?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","psrt"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"}],"variable":[{"key":"itemId","value":"1000000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 UTC"},{"key":"Date","value":"Fri, 19 Jun 2020 10:52:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"length\": 0.17,\n        \"score\": 0.23,\n        \"word\": \"And\",\n        \"timestamp\": 1.56,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3567,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"you\",\n                \"score\": 0.1565655\n            },\n            {\n                \"word\": \"no\",\n                \"score\": 0.08170757\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.07386421\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.04902407\n            },\n            {\n                \"word\": \"it's\",\n                \"score\": 0.0447754\n            },\n            {\n                \"word\": \"is\",\n                \"score\": 0.04372892\n            },\n            {\n                \"word\": \"good\",\n                \"score\": 0.0358555\n            },\n            {\n                \"word\": \"yes\",\n                \"score\": 0.0331635\n            },\n            {\n                \"word\": \"he\",\n                \"score\": 0.03295296\n            },\n            {\n                \"word\": \"here\",\n                \"score\": 0.02991836\n            },\n            {\n                \"word\": \"who\",\n                \"score\": 0.02804712\n            },\n            {\n                \"word\": \"hello\",\n                \"score\": 0.02252565\n            },\n            {\n                \"word\": \"so\",\n                \"score\": 0.01813872\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.01764595\n            },\n            {\n                \"word\": \"oh\",\n                \"score\": 0.01653301\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.01553749\n            },\n            {\n                \"word\": \"stuart\",\n                \"score\": 0.01139869\n            },\n            {\n                \"word\": \"this\",\n                \"score\": 0.0112431\n            },\n            {\n                \"word\": \"please\",\n                \"score\": 0.00813395\n            },\n            {\n                \"word\": \"eh\",\n                \"score\": 0.008030909\n            },\n            {\n                \"word\": \"he's\",\n                \"score\": 0.007375372\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.006239847\n            },\n            {\n                \"word\": \"these\",\n                \"score\": 0.004588005\n            },\n            {\n                \"word\": \"i'm\",\n                \"score\": 0.004220063\n            },\n            {\n                \"word\": \"if\",\n                \"score\": 0.004202745\n            },\n            {\n                \"word\": \"stewart\",\n                \"score\": 0.001680929\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"Tom\",\n        \"timestamp\": 2.26,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3568,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"we'd\",\n                \"score\": 0.0284928\n            },\n            {\n                \"word\": \"it's\",\n                \"score\": 0.02720128\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.99,\n        \"word\": \"And\",\n        \"timestamp\": 2.48,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3569,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"time\",\n                \"score\": 0.04338089\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.01357359\n            },\n            {\n                \"word\": \"tum\",\n                \"score\": 0.003886991\n            }\n        ]\n    },\n    {\n        \"length\": 0.25,\n        \"score\": 0.8,\n        \"word\": \"Groups\",\n        \"timestamp\": 2.59,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3570,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"groom\",\n                \"score\": 0.05791526\n            },\n            {\n                \"word\": \"grooms\",\n                \"score\": 0.02958677\n            },\n            {\n                \"word\": \"group's\",\n                \"score\": 0.02531666\n            },\n            {\n                \"word\": \"grew\",\n                \"score\": 0.01974205\n            },\n            {\n                \"word\": \"green\",\n                \"score\": 0.01869036\n            },\n            {\n                \"word\": \"grooves\",\n                \"score\": 0.01650599\n            },\n            {\n                \"word\": \"group\",\n                \"score\": 0.01502449\n            },\n            {\n                \"word\": \"groom's\",\n                \"score\": 0.01046463\n            },\n            {\n                \"word\": \"grim's\",\n                \"score\": 0.006899724\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.63,\n        \"word\": \"Are\",\n        \"timestamp\": 2.85,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3571,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"or\",\n                \"score\": 0.1033739\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.09751312\n            },\n            {\n                \"word\": \"sir\",\n                \"score\": 0.07765731\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.07262695\n            },\n            {\n                \"word\": \"shirt\",\n                \"score\": 0.01869036\n            }\n        ]\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 1,\n        \"word\": \"Hey\",\n        \"timestamp\": 3.19,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3572,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"How\",\n        \"timestamp\": 3.56,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3573,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"Are\",\n        \"timestamp\": 3.68,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3574,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"how\",\n                \"score\": 1\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"You\",\n        \"timestamp\": 3.78,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3575,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"ya\",\n                \"score\": 0.0357023\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.5,\n        \"word\": \"Doing\",\n        \"timestamp\": 4.65,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3576,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.84,\n        \"word\": \"Doing\",\n        \"timestamp\": 5.11,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3577,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1117238\n            },\n            {\n                \"word\": \"getting\",\n                \"score\": 0.0517531\n            }\n        ]\n    },\n    {\n        \"length\": 0.36,\n        \"score\": 0.99,\n        \"word\": \"O.k.\",\n        \"timestamp\": 5.43,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3578,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"o.k.\",\n                \"score\": 0.9883555\n            },\n            {\n                \"word\": \"on\",\n                \"score\": 0.01164448\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.68,\n        \"word\": \"Dinner\",\n        \"timestamp\": 6.11,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3579,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2146724\n            },\n            {\n                \"word\": \"been\",\n                \"score\": 0.05927796\n            },\n            {\n                \"word\": \"on\",\n                \"score\": 0.02476836\n            },\n            {\n                \"word\": \"o.k.\",\n                \"score\": 0.01164448\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.01015582\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"It's\",\n        \"timestamp\": 6.63,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3580,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"Been\",\n        \"timestamp\": 6.79,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3581,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.04,\n        \"score\": 0.77,\n        \"word\": \"An\",\n        \"timestamp\": 6.86,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3582,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"been\",\n                \"score\": 1\n            }\n        ]\n    },\n    {\n        \"length\": 0.46,\n        \"score\": 1,\n        \"word\": \"Incredibly\",\n        \"timestamp\": 6.91,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3583,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.52,\n        \"score\": 1,\n        \"word\": \"Difficult\",\n        \"timestamp\": 7.37,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3584,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"Period\",\n        \"timestamp\": 7.89,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3585,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.04,\n        \"score\": 0.9,\n        \"word\": \"Of\",\n        \"timestamp\": 8.15,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3586,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.06255671\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.03485918\n            }\n        ]\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 1,\n        \"word\": \"Time\",\n        \"timestamp\": 8.19,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3587,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"For\",\n        \"timestamp\": 8.65,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3588,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"Us\",\n        \"timestamp\": 8.81,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3589,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.4,\n        \"score\": 1,\n        \"word\": \"I\",\n        \"timestamp\": 9.79,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3590,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.66,\n        \"score\": 1,\n        \"word\": \"Apologise\",\n        \"timestamp\": 10.19,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3591,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.52,\n        \"word\": \"If\",\n        \"timestamp\": 10.85,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3592,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.4820201\n            }\n        ]\n    },\n    {\n        \"length\": 0.27,\n        \"score\": 1,\n        \"word\": \"If\",\n        \"timestamp\": 11.21,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3593,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1978217\n            }\n        ]\n    },\n    {\n        \"length\": 0.23,\n        \"score\": 0.9,\n        \"word\": \"If\",\n        \"timestamp\": 11.54,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3594,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"this\",\n                \"score\": 0.09946536\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.57,\n        \"word\": \"I\",\n        \"timestamp\": 11.99,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3595,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.64,\n        \"word\": \"It's\",\n        \"timestamp\": 12.09,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3596,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2159267\n            },\n            {\n                \"word\": \"is\",\n                \"score\": 0.06565326\n            },\n            {\n                \"word\": \"this\",\n                \"score\": 0.06058046\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.01301419\n            }\n        ]\n    },\n    {\n        \"length\": 0.31,\n        \"score\": 0.5,\n        \"word\": \"Guys\",\n        \"timestamp\": 12.26,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3597,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"cos\",\n                \"score\": 0.2942604\n            },\n            {\n                \"word\": \"kind\",\n                \"score\": 0.08715914\n            },\n            {\n                \"word\": \"guy's\",\n                \"score\": 0.08036107\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.02055231\n            },\n            {\n                \"word\": \"have\",\n                \"score\": 0.01301419\n            },\n            {\n                \"word\": \"kai's\",\n                \"score\": 0.002380847\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 1,\n        \"word\": \"You\",\n        \"timestamp\": 12.59,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3598,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 1,\n        \"word\": \"Guys\",\n        \"timestamp\": 12.67,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3599,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.44,\n        \"score\": 0.87,\n        \"word\": \"Chameleon\",\n        \"timestamp\": 13.69,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3600,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.9619046\n            },\n            {\n                \"word\": \"mean\",\n                \"score\": 0.03809539\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.97,\n        \"word\": \"I'm\",\n        \"timestamp\": 14.19,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3601,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"um\",\n                \"score\": 0.7339004\n            },\n            {\n                \"word\": \"am\",\n                \"score\": 0.120957\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.09005658\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.05421248\n            },\n            {\n                \"word\": \"chameleon\",\n                \"score\": 0.0008735189\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 1,\n        \"word\": \"My\",\n        \"timestamp\": 14.53,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3602,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 1,\n        \"word\": \"Sure\",\n        \"timestamp\": 14.73,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3603,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.7277744\n            },\n            {\n                \"word\": \"new\",\n                \"score\": 0.2399252\n            },\n            {\n                \"word\": \"name's\",\n                \"score\": 0.03230043\n            }\n        ]\n    },\n    {\n        \"length\": 0.07,\n        \"score\": 0.77,\n        \"word\": \"And\",\n        \"timestamp\": 15.34,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3604,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"i\",\n                \"score\": 0.1119631\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1059685\n            },\n            {\n                \"word\": \"year\",\n                \"score\": 0.01217288\n            }\n        ]\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 0.82,\n        \"word\": \"I'll\",\n        \"timestamp\": 15.41,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3605,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.929854\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.070146\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.95,\n        \"word\": \"Wait\",\n        \"timestamp\": 15.79,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3606,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.89,\n        \"word\": \"Your\",\n        \"timestamp\": 15.97,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3607,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a\",\n                \"score\": 0.09620163\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.007914413\n            },\n            {\n                \"word\": \"you're\",\n                \"score\": 0.006606033\n            }\n        ]\n    },\n    {\n        \"length\": 0.42,\n        \"score\": 0.93,\n        \"word\": \"Position\",\n        \"timestamp\": 16.08,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3608,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"positions\",\n                \"score\": 0.04659566\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.02433261\n            }\n        ]\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 0.45,\n        \"word\": \"Of\",\n        \"timestamp\": 16.46,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3609,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"position\",\n                \"score\": 0.9290717\n            },\n            {\n                \"word\": \"positions\",\n                \"score\": 0.04659566\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.02433261\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.95,\n        \"word\": \"Folk\",\n        \"timestamp\": 16.53,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3610,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"for\",\n                \"score\": 0.06912529\n            },\n            {\n                \"word\": \"if\",\n                \"score\": 0.006192243\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 0.89,\n        \"word\": \"Like\",\n        \"timestamp\": 16.72,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3611,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"quite\",\n                \"score\": 0.06912529\n            },\n            {\n                \"word\": \"light\",\n                \"score\": 0.0270469\n            },\n            {\n                \"word\": \"lightweight\",\n                \"score\": 0.007893219\n            },\n            {\n                \"word\": \"were\",\n                \"score\": 0.006140584\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.00005165897\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 0.64,\n        \"word\": \"Without\",\n        \"timestamp\": 16.99,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3612,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"with\",\n                \"score\": 0.2704359\n            },\n            {\n                \"word\": \"went\",\n                \"score\": 0.03902837\n            },\n            {\n                \"word\": \"out\",\n                \"score\": 0.0181095\n            },\n            {\n                \"word\": \"look\",\n                \"score\": 0.01785763\n            },\n            {\n                \"word\": \"we're\",\n                \"score\": 0.01281664\n            },\n            {\n                \"word\": \"were\",\n                \"score\": 0.00005165897\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.54,\n        \"word\": \"Out\",\n        \"timestamp\": 17.21,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3613,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"without\",\n                \"score\": 0.6417003\n            },\n            {\n                \"word\": \"with\",\n                \"score\": 0.2704359\n            },\n            {\n                \"word\": \"went\",\n                \"score\": 0.03902837\n            },\n            {\n                \"word\": \"look\",\n                \"score\": 0.01785763\n            },\n            {\n                \"word\": \"we're\",\n                \"score\": 0.01281664\n            },\n            {\n                \"word\": \"were\",\n                \"score\": 0.00005165897\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.91,\n        \"word\": \"Here\",\n        \"timestamp\": 17.33,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3614,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.7031633\n            },\n            {\n                \"word\": \"out\",\n                \"score\": 0.1499602\n            },\n            {\n                \"word\": \"us\",\n                \"score\": 0.1397095\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.007167018\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Either\",\n        \"timestamp\": 17.53,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3615,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"later\",\n                \"score\": 0.05683062\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.03996568\n            },\n            {\n                \"word\": \"year\",\n                \"score\": 0.008288028\n            }\n        ]\n    },\n    {\n        \"length\": 0.29,\n        \"score\": 0.79,\n        \"word\": \"Bang\",\n        \"timestamp\": 17.71,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3616,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"bank\",\n                \"score\": 0.1767749\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1139011\n            },\n            {\n                \"word\": \"banker\",\n                \"score\": 0.04375431\n            },\n            {\n                \"word\": \"band\",\n                \"score\": 0.03209739\n            },\n            {\n                \"word\": \"later\",\n                \"score\": 0.008288028\n            }\n        ]\n    },\n    {\n        \"length\": 0.29,\n        \"score\": 0.83,\n        \"word\": \"Feeling\",\n        \"timestamp\": 18,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3617,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"fitting\",\n                \"score\": 0.1491118\n            },\n            {\n                \"word\": \"banqueting\",\n                \"score\": 0.08048301\n            },\n            {\n                \"word\": \"doing\",\n                \"score\": 0.04375431\n            },\n            {\n                \"word\": \"benefiting\",\n                \"score\": 0.04170612\n            },\n            {\n                \"word\": \"hitting\",\n                \"score\": 0.03883947\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"Here\",\n        \"timestamp\": 18.29,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3618,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 1,\n        \"word\": \"We\",\n        \"timestamp\": 19.26,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3619,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"we've\",\n                \"score\": 0.02783685\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"Get\",\n        \"timestamp\": 19.4,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3620,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"we\",\n                \"score\": 0.9721631\n            },\n            {\n                \"word\": \"we've\",\n                \"score\": 0.02783685\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Outta\",\n        \"timestamp\": 19.5,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3621,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"can't\",\n                \"score\": 0.5001962\n            },\n            {\n                \"word\": \"have\",\n                \"score\": 0.2805127\n            },\n            {\n                \"word\": \"had\",\n                \"score\": 0.1716062\n            },\n            {\n                \"word\": \"got\",\n                \"score\": 0.04598789\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.001697044\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"My\",\n        \"timestamp\": 19.7,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3622,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"i\",\n                \"score\": 0.1445078\n            },\n            {\n                \"word\": \"emotional\",\n                \"score\": 0.06987534\n            },\n            {\n                \"word\": \"am\",\n                \"score\": 0.0346252\n            },\n            {\n                \"word\": \"on\",\n                \"score\": 0.01908294\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.01476539\n            },\n            {\n                \"word\": \"ties\",\n                \"score\": 0.01157433\n            },\n            {\n                \"word\": \"come\",\n                \"score\": 0.005824035\n            },\n            {\n                \"word\": \"them\",\n                \"score\": 0.00480306\n            },\n            {\n                \"word\": \"i.\",\n                \"score\": 0.004151538\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.00250464\n            },\n            {\n                \"word\": \"shot\",\n                \"score\": 0.001827735\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"Sight\",\n        \"timestamp\": 20.04,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3623,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"shop\",\n                \"score\": 0.5091954\n            },\n            {\n                \"word\": \"shot\",\n                \"score\": 0.1820498\n            },\n            {\n                \"word\": \"fighting\",\n                \"score\": 0.09948505\n            },\n            {\n                \"word\": \"fight\",\n                \"score\": 0.07055961\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.04885397\n            },\n            {\n                \"word\": \"side\",\n                \"score\": 0.01647073\n            },\n            {\n                \"word\": \"shops\",\n                \"score\": 0.01592755\n            },\n            {\n                \"word\": \"emotional\",\n                \"score\": 0.01476539\n            },\n            {\n                \"word\": \"might\",\n                \"score\": 0.01157433\n            },\n            {\n                \"word\": \"ties\",\n                \"score\": 0.01061416\n            },\n            {\n                \"word\": \"fighter\",\n                \"score\": 0.008793703\n            },\n            {\n                \"word\": \"shopping\",\n                \"score\": 0.006177925\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.003704666\n            },\n            {\n                \"word\": \"my\",\n                \"score\": 0.001827735\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 0.66,\n        \"word\": \"Mighty\",\n        \"timestamp\": 20.34,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3624,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"be\",\n                \"score\": 0.3725902\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.09814522\n            },\n            {\n                \"word\": \"my\",\n                \"score\": 0.06938093\n            },\n            {\n                \"word\": \"shall\",\n                \"score\": 0.0395436\n            },\n            {\n                \"word\": \"side\",\n                \"score\": 0.01133667\n            },\n            {\n                \"word\": \"shot\",\n                \"score\": 0.005708695\n            },\n            {\n                \"word\": \"shop\",\n                \"score\": 0.003704666\n            },\n            {\n                \"word\": \"baby\",\n                \"score\": 0.001827735\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"We\",\n        \"timestamp\": 21.1,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3625,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"Had\",\n        \"timestamp\": 21.26,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3626,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 1,\n        \"word\": \"A\",\n        \"timestamp\": 21.38,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3627,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Few\",\n        \"timestamp\": 21.44,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3628,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.52,\n        \"score\": 1,\n        \"word\": \"December\",\n        \"timestamp\": 21.62,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3629,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 1,\n        \"word\": \"Deal\",\n        \"timestamp\": 22.14,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3630,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.98,\n        \"word\": \"With\",\n        \"timestamp\": 22.44,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3631,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"was\",\n                \"score\": 0.02252072\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"That\",\n        \"timestamp\": 22.92,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3632,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.23,\n        \"score\": 0.66,\n        \"word\": \"Week\",\n        \"timestamp\": 23.23,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3633,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"don't\",\n                \"score\": 0.1883746\n            },\n            {\n                \"word\": \"we\",\n                \"score\": 0.1244623\n            },\n            {\n                \"word\": \"weak\",\n                \"score\": 0.02475281\n            }\n        ]\n    },\n    {\n        \"length\": 0.35,\n        \"score\": 0.77,\n        \"word\": \"Size\",\n        \"timestamp\": 24,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3634,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"exercise\",\n                \"score\": 0.1348968\n            },\n            {\n                \"word\": \"true\",\n                \"score\": 0.03233737\n            },\n            {\n                \"word\": \"chew\",\n                \"score\": 0.01117006\n            },\n            {\n                \"word\": \"don't\",\n                \"score\": 0.01060336\n            },\n            {\n                \"word\": \"truce\",\n                \"score\": 0.01019019\n            },\n            {\n                \"word\": \"bet\",\n                \"score\": 0.009560079\n            },\n            {\n                \"word\": \"sized\",\n                \"score\": 0.006112823\n            },\n            {\n                \"word\": \"two\",\n                \"score\": 0.005975621\n            },\n            {\n                \"word\": \"interests\",\n                \"score\": 0.003058701\n            },\n            {\n                \"word\": \"exercised\",\n                \"score\": 0.002342902\n            },\n            {\n                \"word\": \"to\",\n                \"score\": 0.001874811\n            },\n            {\n                \"word\": \"you're\",\n                \"score\": 0.001489083\n            },\n            {\n                \"word\": \"through\",\n                \"score\": 0.001159265\n            },\n            {\n                \"word\": \"choo\",\n                \"score\": 0.001010531\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 0.59,\n        \"word\": \"Cumin\",\n        \"timestamp\": 24.39,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3635,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"too\",\n                \"score\": 0.3649212\n            },\n            {\n                \"word\": \"cuban\",\n                \"score\": 0.1906163\n            },\n            {\n                \"word\": \"to\",\n                \"score\": 0.040107\n            },\n            {\n                \"word\": \"truman\",\n                \"score\": 0.03775983\n            },\n            {\n                \"word\": \"troop\",\n                \"score\": 0.03402909\n            },\n            {\n                \"word\": \"cube\",\n                \"score\": 0.03249096\n            },\n            {\n                \"word\": \"me\",\n                \"score\": 0.0294736\n            },\n            {\n                \"word\": \"trueman\",\n                \"score\": 0.0287825\n            },\n            {\n                \"word\": \"two\",\n                \"score\": 0.02856044\n            },\n            {\n                \"word\": \"troupe\",\n                \"score\": 0.0164775\n            },\n            {\n                \"word\": \"cooper\",\n                \"score\": 0.01538076\n            },\n            {\n                \"word\": \"cuba\",\n                \"score\": 0.011613\n            },\n            {\n                \"word\": \"trooper\",\n                \"score\": 0.007692623\n            },\n            {\n                \"word\": \"children\",\n                \"score\": 0.006332197\n            },\n            {\n                \"word\": \"true\",\n                \"score\": 0.005890377\n            },\n            {\n                \"word\": \"size\",\n                \"score\": 0.005760966\n            },\n            {\n                \"word\": \"coop\",\n                \"score\": 0.005540114\n            },\n            {\n                \"word\": \"truth\",\n                \"score\": 0.005183428\n            },\n            {\n                \"word\": \"your\",\n                \"score\": 0.003992333\n            },\n            {\n                \"word\": \"coubertin\",\n                \"score\": 0.003441147\n            },\n            {\n                \"word\": \"cupan\",\n                \"score\": 0.003415733\n            },\n            {\n                \"word\": \"coupe\",\n                \"score\": 0.003113798\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.002012877\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.001157092\n            },\n            {\n                \"word\": \"cooney\",\n                \"score\": 0.0004815403\n            },\n            {\n                \"word\": \"cupani\",\n                \"score\": 0.0003228972\n            },\n            {\n                \"word\": \"you're\",\n                \"score\": 0.0001778694\n            }\n        ]\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.91,\n        \"word\": \"He\",\n        \"timestamp\": 24.7,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3636,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"many\",\n                \"score\": 0.1657036\n            },\n            {\n                \"word\": \"big\",\n                \"score\": 0.104942\n            },\n            {\n                \"word\": \"binnie\",\n                \"score\": 0.04378112\n            },\n            {\n                \"word\": \"mini\",\n                \"score\": 0.01968422\n            },\n            {\n                \"word\": \"binny\",\n                \"score\": 0.01958563\n            },\n            {\n                \"word\": \"binney\",\n                \"score\": 0.01075311\n            },\n            {\n                \"word\": \"cooney\",\n                \"score\": 0.007842406\n            },\n            {\n                \"word\": \"should\",\n                \"score\": 0.006564207\n            },\n            {\n                \"word\": \"cupani\",\n                \"score\": 0.005258732\n            }\n        ]\n    },\n    {\n        \"length\": 0.25,\n        \"score\": 0.66,\n        \"word\": \"Shouldn't\",\n        \"timestamp\": 24.82,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3637,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"should\",\n                \"score\": 0.1810334\n            },\n            {\n                \"word\": \"issue\",\n                \"score\": 0.104942\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.0494052\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 0.83,\n        \"word\": \"Right\",\n        \"timestamp\": 25.07,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3638,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.9211914\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.07880863\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"We\",\n        \"timestamp\": 25.99,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3639,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Got\",\n        \"timestamp\": 26.18,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3640,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"Word\",\n        \"timestamp\": 26.38,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3641,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"That\",\n        \"timestamp\": 26.66,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3642,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.61,\n        \"word\": \"You're\",\n        \"timestamp\": 27.24,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3643,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"you\",\n                \"score\": 0.3071195\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.08589339\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.72,\n        \"word\": \"All\",\n        \"timestamp\": 27.43,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3644,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"work\",\n                \"score\": 0.0979367\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.08589339\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.07075834\n            },\n            {\n                \"word\": \"or\",\n                \"score\": 0.02043053\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 0.87,\n        \"word\": \"Working\",\n        \"timestamp\": 27.63,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3645,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"in\",\n                \"score\": 0.1338793\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"Be\",\n        \"timestamp\": 27.94,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3646,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Able\",\n        \"timestamp\": 28.04,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3647,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"To\",\n        \"timestamp\": 28.22,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3648,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.94,\n        \"word\": \"Pull\",\n        \"timestamp\": 28.32,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3649,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"flip\",\n                \"score\": 0.05788179\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.67,\n        \"word\": \"Over\",\n        \"timestamp\": 28.48,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3650,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a\",\n                \"score\": 0.2622274\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.02677331\n            },\n            {\n                \"word\": \"of\",\n                \"score\": 0.02584402\n            },\n            {\n                \"word\": \"or\",\n                \"score\": 0.01924878\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.97,\n        \"word\": \"But\",\n        \"timestamp\": 28.76,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3651,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.7237883\n            },\n            {\n                \"word\": \"bird\",\n                \"score\": 0.2503677\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.01560818\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.01023584\n            }\n        ]\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 0.51,\n        \"word\": \"There\",\n        \"timestamp\": 29.37,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3652,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.7082672\n            },\n            {\n                \"word\": \"worst\",\n                \"score\": 0.2652977\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.02643513\n            }\n        ]\n    },\n    {\n        \"length\": 0.17,\n        \"score\": 0.48,\n        \"word\": \"Was\",\n        \"timestamp\": 29.48,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3653,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"and\",\n                \"score\": 0.3839656\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2851007\n            },\n            {\n                \"word\": \"worse\",\n                \"score\": 0.1916038\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.04047605\n            },\n            {\n                \"word\": \"he\",\n                \"score\": 0.03902583\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.03188941\n            },\n            {\n                \"word\": \"listen\",\n                \"score\": 0.02793861\n            }\n        ]\n    },\n    {\n        \"length\": 0.05,\n        \"score\": 0.89,\n        \"word\": \"A\",\n        \"timestamp\": 29.78,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3654,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"of\",\n                \"score\": 0.05609722\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.02598248\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.025314\n            }\n        ]\n    },\n    {\n        \"length\": 0.25,\n        \"score\": 1,\n        \"word\": \"Big\",\n        \"timestamp\": 29.83,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3655,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 1,\n        \"word\": \"Deal.\",\n        \"timestamp\": 30.08,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3656,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.21,\n        \"score\": 0.57,\n        \"word\": \"Cat\",\n        \"timestamp\": 30.64,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3657,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"So\",\n        \"timestamp\": 31.4,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3658,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.29,\n        \"score\": 0.78,\n        \"word\": \"Was\",\n        \"timestamp\": 31.66,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3659,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"while\",\n                \"score\": 0.1237371\n            },\n            {\n                \"word\": \"what\",\n                \"score\": 0.05097522\n            },\n            {\n                \"word\": \"well\",\n                \"score\": 0.03124144\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.01344225\n            }\n        ]\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 0.66,\n        \"word\": \"I\",\n        \"timestamp\": 32.02,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3660,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.71,\n        \"word\": \"Take\",\n        \"timestamp\": 32.11,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3661,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"i\",\n                \"score\": 0.6734415\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1995894\n            },\n            {\n                \"word\": \"packed\",\n                \"score\": 0.03705338\n            },\n            {\n                \"word\": \"cacti\",\n                \"score\": 0.02008375\n            },\n            {\n                \"word\": \"type\",\n                \"score\": 0.01476116\n            },\n            {\n                \"word\": \"tack\",\n                \"score\": 0.009998854\n            },\n            {\n                \"word\": \"back\",\n                \"score\": 0.008530366\n            },\n            {\n                \"word\": \"what\",\n                \"score\": 0.007198706\n            },\n            {\n                \"word\": \"tactile\",\n                \"score\": 0.007045732\n            },\n            {\n                \"word\": \"pack\",\n                \"score\": 0.006620181\n            },\n            {\n                \"word\": \"tac\",\n                \"score\": 0.005630801\n            },\n            {\n                \"word\": \"tak\",\n                \"score\": 0.003802557\n            },\n            {\n                \"word\": \"well\",\n                \"score\": 0.00370114\n            },\n            {\n                \"word\": \"while\",\n                \"score\": 0.002542406\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 0.74,\n        \"word\": \"Take\",\n        \"timestamp\": 32.23,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3662,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1406424\n            },\n            {\n                \"word\": \"bad\",\n                \"score\": 0.04449216\n            },\n            {\n                \"word\": \"cacti\",\n                \"score\": 0.03494284\n            },\n            {\n                \"word\": \"pub\",\n                \"score\": 0.02432296\n            },\n            {\n                \"word\": \"of\",\n                \"score\": 0.007639969\n            },\n            {\n                \"word\": \"car\",\n                \"score\": 0.003802697\n            },\n            {\n                \"word\": \"tight\",\n                \"score\": 0.002119688\n            }\n        ]\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.66,\n        \"word\": \"A\",\n        \"timestamp\": 32.55,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3663,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1376983\n            },\n            {\n                \"word\": \"pub\",\n                \"score\": 0.1077933\n            },\n            {\n                \"word\": \"our\",\n                \"score\": 0.06320577\n            },\n            {\n                \"word\": \"bad\",\n                \"score\": 0.01275779\n            },\n            {\n                \"word\": \"tactile\",\n                \"score\": 0.009986773\n            },\n            {\n                \"word\": \"up\",\n                \"score\": 0.00939641\n            }\n        ]\n    },\n    {\n        \"length\": 0.29,\n        \"score\": 1,\n        \"word\": \"Bad\",\n        \"timestamp\": 32.68,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3664,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.17,\n        \"score\": 0.73,\n        \"word\": \"A\",\n        \"timestamp\": 32.99,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3665,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"bad\",\n                \"score\": 0.7696043\n            },\n            {\n                \"word\": \"talk\",\n                \"score\": 0.1495918\n            },\n            {\n                \"word\": \"tucked\",\n                \"score\": 0.05201856\n            },\n            {\n                \"word\": \"talked\",\n                \"score\": 0.01533035\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.01345505\n            }\n        ]\n    },\n    {\n        \"length\": 0.42,\n        \"score\": 0.71,\n        \"word\": \"To.\",\n        \"timestamp\": 33.68,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3666,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"tactic\",\n                \"score\": 0.1747385\n            },\n            {\n                \"word\": \"into\",\n                \"score\": 0.1202214\n            }\n        ]\n    },\n    {\n        \"length\": 0.33,\n        \"score\": 0.38,\n        \"word\": \"Too.\",\n        \"timestamp\": 34.21,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3667,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.63,\n        \"word\": \"I'm\",\n        \"timestamp\": 36.13,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3668,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2190954\n            },\n            {\n                \"word\": \"um\",\n                \"score\": 0.08819146\n            },\n            {\n                \"word\": \"am\",\n                \"score\": 0.0324087\n            },\n            {\n                \"word\": \"erm\",\n                \"score\": 0.02397264\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.001903847\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.49,\n        \"word\": \"Drown\",\n        \"timestamp\": 36.6,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3669,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.3094828\n            },\n            {\n                \"word\": \"dry\",\n                \"score\": 0.09439329\n            },\n            {\n                \"word\": \"trying\",\n                \"score\": 0.04540867\n            },\n            {\n                \"word\": \"drowning\",\n                \"score\": 0.02785591\n            },\n            {\n                \"word\": \"going\",\n                \"score\": 0.01490162\n            },\n            {\n                \"word\": \"drowned\",\n                \"score\": 0.005640204\n            },\n            {\n                \"word\": \"um\",\n                \"score\": 0.005180803\n            },\n            {\n                \"word\": \"am\",\n                \"score\": 0.001903847\n            },\n            {\n                \"word\": \"erm\",\n                \"score\": 0.001408271\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.65,\n        \"word\": \"Him\",\n        \"timestamp\": 36.79,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3670,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"drowning\",\n                \"score\": 0.2108463\n            },\n            {\n                \"word\": \"trying\",\n                \"score\": 0.07189532\n            },\n            {\n                \"word\": \"dry\",\n                \"score\": 0.03523405\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.02785591\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.97,\n        \"word\": \"Then\",\n        \"timestamp\": 36.96,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3671,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"him\",\n                \"score\": 0.6541684\n            },\n            {\n                \"word\": \"drowning\",\n                \"score\": 0.2108463\n            },\n            {\n                \"word\": \"trying\",\n                \"score\": 0.07189532\n            },\n            {\n                \"word\": \"dry\",\n                \"score\": 0.03523405\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.02785591\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.67,\n        \"word\": \"I'll\",\n        \"timestamp\": 37.11,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3672,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"old\",\n                \"score\": 0.353602\n            },\n            {\n                \"word\": \"or\",\n                \"score\": 0.1231068\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.04211724\n            },\n            {\n                \"word\": \"all\",\n                \"score\": 0.02593511\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 0.84,\n        \"word\": \"Blank\",\n        \"timestamp\": 37.2,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3673,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"blanc\",\n                \"score\": 0.1498291\n            },\n            {\n                \"word\": \"plank\",\n                \"score\": 0.01061448\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"A\",\n        \"timestamp\": 37.5,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3674,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 1,\n        \"word\": \"New\",\n        \"timestamp\": 37.62,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3675,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.36,\n        \"score\": 1,\n        \"word\": \"Account\",\n        \"timestamp\": 37.96,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3676,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.33,\n        \"score\": 0.41,\n        \"word\": \"Rap.\",\n        \"timestamp\": 38.36,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3677,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"wrap\",\n                \"score\": 0.251614\n            },\n            {\n                \"word\": \"rep\",\n                \"score\": 0.1793984\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1446536\n            },\n            {\n                \"word\": \"wrapped\",\n                \"score\": 0.02763259\n            },\n            {\n                \"word\": \"yep\",\n                \"score\": 0.01538654\n            }\n        ]\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 0.75,\n        \"word\": \"Um\",\n        \"timestamp\": 39.67,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3678,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.08915449\n            },\n            {\n                \"word\": \"wrap\",\n                \"score\": 0.07678154\n            },\n            {\n                \"word\": \"rep\",\n                \"score\": 0.0547445\n            },\n            {\n                \"word\": \"i'm\",\n                \"score\": 0.01298495\n            },\n            {\n                \"word\": \"wrapped\",\n                \"score\": 0.008432251\n            },\n            {\n                \"word\": \"yep\",\n                \"score\": 0.004695296\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.99,\n        \"word\": \"Oh\",\n        \"timestamp\": 40.49,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3679,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"i'll\",\n                \"score\": 0.1433455\n            }\n        ]\n    },\n    {\n        \"length\": 0.33,\n        \"score\": 0.78,\n        \"word\": \"Timber\",\n        \"timestamp\": 40.74,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3680,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"jim\",\n                \"score\": 0.3776948\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2420828\n            },\n            {\n                \"word\": \"keep\",\n                \"score\": 0.1222888\n            },\n            {\n                \"word\": \"chimp\",\n                \"score\": 0.08274643\n            },\n            {\n                \"word\": \"kim\",\n                \"score\": 0.08056913\n            },\n            {\n                \"word\": \"tim\",\n                \"score\": 0.02192919\n            },\n            {\n                \"word\": \"kip\",\n                \"score\": 0.009670911\n            },\n            {\n                \"word\": \"gym\",\n                \"score\": 0.007516452\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.006788404\n            },\n            {\n                \"word\": \"kipper\",\n                \"score\": 0.006684383\n            }\n        ]\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 0.56,\n        \"word\": \"Probably\",\n        \"timestamp\": 40.9,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3681,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"timber\",\n                \"score\": 0.1158623\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.08621863\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.05648492\n            },\n            {\n                \"word\": \"obviously\",\n                \"score\": 0.03882125\n            },\n            {\n                \"word\": \"performing\",\n                \"score\": 0.02487692\n            },\n            {\n                \"word\": \"kipper\",\n                \"score\": 0.02242598\n            },\n            {\n                \"word\": \"put\",\n                \"score\": 0.02035246\n            },\n            {\n                \"word\": \"up\",\n                \"score\": 0.01929758\n            },\n            {\n                \"word\": \"chimp\",\n                \"score\": 0.01757592\n            },\n            {\n                \"word\": \"only\",\n                \"score\": 0.01162906\n            },\n            {\n                \"word\": \"over\",\n                \"score\": 0.008486775\n            },\n            {\n                \"word\": \"openly\",\n                \"score\": 0.005051208\n            },\n            {\n                \"word\": \"about\",\n                \"score\": 0.004872927\n            },\n            {\n                \"word\": \"of\",\n                \"score\": 0.004124646\n            }\n        ]\n    },\n    {\n        \"length\": 0.4,\n        \"score\": 0.97,\n        \"word\": \"Year\",\n        \"timestamp\": 41.43,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3682,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"the\",\n                \"score\": 0.8492544\n            },\n            {\n                \"word\": \"here\",\n                \"score\": 0.064527\n            },\n            {\n                \"word\": \"dear\",\n                \"score\": 0.05472091\n            },\n            {\n                \"word\": \"timber\",\n                \"score\": 0.03149772\n            }\n        ]\n    },\n    {\n        \"length\": 0.36,\n        \"score\": 0.88,\n        \"word\": \"Year\",\n        \"timestamp\": 41.51,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3683,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"hear\",\n                \"score\": 0.09617628\n            },\n            {\n                \"word\": \"here\",\n                \"score\": 0.02307163\n            }\n        ]\n    },\n    {\n        \"length\": 0.38,\n        \"score\": 0.92,\n        \"word\": \"Period.\",\n        \"timestamp\": 42.51,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3684,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.937928\n            },\n            {\n                \"word\": \"he\",\n                \"score\": 0.05573915\n            },\n            {\n                \"word\": \"kurd\",\n                \"score\": 0.006332901\n            }\n        ]\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 1,\n        \"word\": \"Before\",\n        \"timestamp\": 44.41,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3685,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 1,\n        \"word\": \"We\",\n        \"timestamp\": 44.75,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3686,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Get\",\n        \"timestamp\": 44.9,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3687,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"It\",\n        \"timestamp\": 45.1,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3688,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 0.68,\n        \"word\": \"I\",\n        \"timestamp\": 45.86,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3689,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.308172\n            },\n            {\n                \"word\": \"hidden\",\n                \"score\": 0.01292245\n            }\n        ]\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 0.69,\n        \"word\": \"Think\",\n        \"timestamp\": 45.92,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3690,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2330128\n            },\n            {\n                \"word\": \"hidden\",\n                \"score\": 0.07515915\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Pretty\",\n        \"timestamp\": 46.74,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3691,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Much\",\n        \"timestamp\": 46.92,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3692,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"Everyone\",\n        \"timestamp\": 47.12,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3693,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 0.98,\n        \"word\": \"Here\",\n        \"timestamp\": 47.4,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3694,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"hear\",\n                \"score\": 0.01883764\n            }\n        ]\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 0.89,\n        \"word\": \"It\",\n        \"timestamp\": 47.74,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3695,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"is\",\n                \"score\": 0.08106287\n            },\n            {\n                \"word\": \"this\",\n                \"score\": 0.02558356\n            }\n        ]\n    },\n    {\n        \"length\": 0.42,\n        \"score\": 1,\n        \"word\": \"Is\",\n        \"timestamp\": 48.7,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3696,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.94,\n        \"word\": \"You\",\n        \"timestamp\": 49.16,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3697,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.06218325\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.92,\n        \"word\": \"Know\",\n        \"timestamp\": 49.24,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3698,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"no\",\n                \"score\": 0.08283407\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 1,\n        \"word\": \"I\",\n        \"timestamp\": 50.08,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3699,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.87,\n        \"word\": \"Had\",\n        \"timestamp\": 50.39,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3700,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"have\",\n                \"score\": 0.1253908\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Been\",\n        \"timestamp\": 51.18,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3701,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"everybody\",\n                \"score\": 0.0004016217\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.0003430448\n            },\n            {\n                \"word\": \"to\",\n                \"score\": 0.00001401082\n            },\n            {\n                \"word\": \"dinner\",\n                \"score\": 0.00001196733\n            }\n        ]\n    },\n    {\n        \"length\": 0.52,\n        \"score\": 1,\n        \"word\": \"Professional\",\n        \"timestamp\": 51.36,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3702,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"at\",\n                \"score\": 0.0001860105\n            },\n            {\n                \"word\": \"know\",\n                \"score\": 0.0000104684\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.000003542417\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.89,\n        \"word\": \"So\",\n        \"timestamp\": 51.88,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3703,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"to\",\n                \"score\": 0.7496806\n            },\n            {\n                \"word\": \"two\",\n                \"score\": 0.1782863\n            },\n            {\n                \"word\": \"too\",\n                \"score\": 0.03832337\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.03350968\n            },\n            {\n                \"word\": \"everybody\",\n                \"score\": 0.0001389807\n            },\n            {\n                \"word\": \"being\",\n                \"score\": 0.00005057227\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.0000104684\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.64,\n        \"word\": \"I\",\n        \"timestamp\": 52.06,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3704,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"add\",\n                \"score\": 0.5643357\n            },\n            {\n                \"word\": \"out\",\n                \"score\": 0.09617937\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.06642086\n            },\n            {\n                \"word\": \"two\",\n                \"score\": 0.00852297\n            },\n            {\n                \"word\": \"being\",\n                \"score\": 0.0001494491\n            }\n        ]\n    },\n    {\n        \"length\": 0.17,\n        \"score\": 0.45,\n        \"word\": \"Did\",\n        \"timestamp\": 52.22,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3705,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a\",\n                \"score\": 0.2690457\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.189968\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.09284944\n            },\n            {\n                \"word\": \"of\",\n                \"score\": 0.07143228\n            },\n            {\n                \"word\": \"to\",\n                \"score\": 0.06814002\n            },\n            {\n                \"word\": \"put\",\n                \"score\": 0.06170893\n            },\n            {\n                \"word\": \"two\",\n                \"score\": 0.02518673\n            },\n            {\n                \"word\": \"advertise\",\n                \"score\": 0.01898616\n            },\n            {\n                \"word\": \"bet\",\n                \"score\": 0.006388957\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.73,\n        \"word\": \"It\",\n        \"timestamp\": 52.4,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3706,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"that\",\n                \"score\": 0.4070463\n            },\n            {\n                \"word\": \"bit\",\n                \"score\": 0.2466041\n            },\n            {\n                \"word\": \"advocate\",\n                \"score\": 0.05610712\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.02244158\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"I\",\n        \"timestamp\": 52.98,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3707,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"bit\",\n                \"score\": 0.01202977\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.01041182\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.84,\n        \"word\": \"As\",\n        \"timestamp\": 53.1,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3708,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"is\",\n                \"score\": 0.2821912\n            },\n            {\n                \"word\": \"bit\",\n                \"score\": 0.01041182\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 1,\n        \"word\": \"Anyone\",\n        \"timestamp\": 53.25,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3709,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.74,\n        \"word\": \"We\",\n        \"timestamp\": 53.58,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3710,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"freaking\",\n                \"score\": 0.1286437\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.08886044\n            },\n            {\n                \"word\": \"free\",\n                \"score\": 0.03279459\n            },\n            {\n                \"word\": \"freak\",\n                \"score\": 0.01329303\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.79,\n        \"word\": \"Can\",\n        \"timestamp\": 53.73,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3711,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"out\",\n                \"score\": 0.1286437\n            },\n            {\n                \"word\": \"freaking\",\n                \"score\": 0.0682804\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.01329303\n            }\n        ]\n    },\n    {\n        \"length\": 0.04,\n        \"score\": 1,\n        \"word\": \"I\",\n        \"timestamp\": 53.9,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3712,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.17,\n        \"score\": 1,\n        \"word\": \"Know\",\n        \"timestamp\": 53.95,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3713,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.92,\n        \"word\": \"I\",\n        \"timestamp\": 54.12,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3714,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.3684185\n            }\n        ]\n    },\n    {\n        \"length\": 0.11,\n        \"score\": 0.91,\n        \"word\": \"Can\",\n        \"timestamp\": 54.21,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3715,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.4569302\n            },\n            {\n                \"word\": \"know\",\n                \"score\": 0.04995979\n            },\n            {\n                \"word\": \"don't\",\n                \"score\": 0.03000075\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"I\",\n        \"timestamp\": 54.32,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3716,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"know\",\n                \"score\": 0.1185125\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.92,\n        \"word\": \"Have\",\n        \"timestamp\": 54.48,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3717,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"everybody's\",\n                \"score\": 0.1897618\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1748159\n            },\n            {\n                \"word\": \"know\",\n                \"score\": 0.1343496\n            },\n            {\n                \"word\": \"don't\",\n                \"score\": 0.05925297\n            }\n        ]\n    },\n    {\n        \"length\": 0.11,\n        \"score\": 0.69,\n        \"word\": \"But\",\n        \"timestamp\": 54.66,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3718,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"know\",\n                \"score\": 0.2340689\n            },\n            {\n                \"word\": \"face\",\n                \"score\": 0.1280425\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1100538\n            },\n            {\n                \"word\": \"to\",\n                \"score\": 0.02378416\n            },\n            {\n                \"word\": \"faith\",\n                \"score\": 0.01441881\n            },\n            {\n                \"word\": \"buddy\",\n                \"score\": 0.01329216\n            },\n            {\n                \"word\": \"got\",\n                \"score\": 0.01292543\n            },\n            {\n                \"word\": \"everybody\",\n                \"score\": 0.0127275\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.59,\n        \"word\": \"It's\",\n        \"timestamp\": 54.78,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3719,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"but\",\n                \"score\": 0.4506868\n            },\n            {\n                \"word\": \"know\",\n                \"score\": 0.2340689\n            },\n            {\n                \"word\": \"face\",\n                \"score\": 0.1280425\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1100538\n            },\n            {\n                \"word\": \"to\",\n                \"score\": 0.02378416\n            },\n            {\n                \"word\": \"faith\",\n                \"score\": 0.01441881\n            },\n            {\n                \"word\": \"buddy\",\n                \"score\": 0.01329216\n            },\n            {\n                \"word\": \"got\",\n                \"score\": 0.01292543\n            },\n            {\n                \"word\": \"everybody\",\n                \"score\": 0.0127275\n            }\n        ]\n    },\n    {\n        \"length\": 0.61,\n        \"score\": 0.91,\n        \"word\": \"Basically\",\n        \"timestamp\": 54.98,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3720,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"it's\",\n                \"score\": 0.4380634\n            },\n            {\n                \"word\": \"everybody's\",\n                \"score\": 0.2340689\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2062985\n            },\n            {\n                \"word\": \"buddies\",\n                \"score\": 0.03794454\n            },\n            {\n                \"word\": \"space\",\n                \"score\": 0.02601965\n            },\n            {\n                \"word\": \"he's\",\n                \"score\": 0.02554884\n            },\n            {\n                \"word\": \"pay\",\n                \"score\": 0.01949983\n            },\n            {\n                \"word\": \"buddy's\",\n                \"score\": 0.008272022\n            },\n            {\n                \"word\": \"for\",\n                \"score\": 0.004284334\n            }\n        ]\n    },\n    {\n        \"length\": 0.48,\n        \"score\": 1,\n        \"word\": \"Relatively\",\n        \"timestamp\": 55.9,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3721,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.29,\n        \"score\": 0.94,\n        \"word\": \"Calm\",\n        \"timestamp\": 56.38,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3722,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"time\",\n                \"score\": 0.1426626\n            }\n        ]\n    },\n    {\n        \"length\": 0.11,\n        \"score\": 0.55,\n        \"word\": \"With\",\n        \"timestamp\": 56.66,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3723,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"are\",\n                \"score\": 0.1905457\n            },\n            {\n                \"word\": \"were\",\n                \"score\": 0.1033519\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.07840363\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.04035844\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.03851772\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.65,\n        \"word\": \"They\",\n        \"timestamp\": 56.76,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3724,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a\",\n                \"score\": 0.3668407\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.1595942\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.08674189\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.01003218\n            },\n            {\n                \"word\": \"there\",\n                \"score\": 0.003218926\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.79,\n        \"word\": \"Do\",\n        \"timestamp\": 56.84,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3725,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"doing\",\n                \"score\": 0.1129351\n            },\n            {\n                \"word\": \"deal\",\n                \"score\": 0.09858245\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.001679624\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.89,\n        \"word\": \"What\",\n        \"timestamp\": 57.02,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3726,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"with\",\n                \"score\": 0.2186567\n            },\n            {\n                \"word\": \"deal\",\n                \"score\": 0.001679624\n            }\n        ]\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 0.7,\n        \"word\": \"I\",\n        \"timestamp\": 57.17,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3727,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"they\",\n                \"score\": 0.2182344\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.04836345\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.02451569\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.02438436\n            },\n            {\n                \"word\": \"their\",\n                \"score\": 0.004719526\n            },\n            {\n                \"word\": \"with\",\n                \"score\": 0.001679624\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.61,\n        \"word\": \"Got\",\n        \"timestamp\": 57.24,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3728,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.3646231\n            },\n            {\n                \"word\": \"gotta\",\n                \"score\": 0.02642994\n            },\n            {\n                \"word\": \"their\",\n                \"score\": 0.001679624\n            }\n        ]\n    },\n    {\n        \"length\": 0.11,\n        \"score\": 0.59,\n        \"word\": \"A\",\n        \"timestamp\": 57.32,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3729,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"gotta\",\n                \"score\": 0.3663027\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.01758913\n            },\n            {\n                \"word\": \"do\",\n                \"score\": 0.01359485\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.0128351\n            }\n        ]\n    },\n    {\n        \"length\": 0.38,\n        \"score\": 1,\n        \"word\": \"Dealing\",\n        \"timestamp\": 57.42,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3730,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"and\",\n                \"score\": 0.01359485\n            },\n            {\n                \"word\": \"doing\",\n                \"score\": 0.01328871\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.96,\n        \"word\": \"And\",\n        \"timestamp\": 58.28,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3731,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"in\",\n                \"score\": 0.02386346\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.0134928\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 0.97,\n        \"word\": \"Nobody\",\n        \"timestamp\": 58.42,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3732,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"nobody's\",\n                \"score\": 0.08387834\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.88,\n        \"word\": \"Do\",\n        \"timestamp\": 58.72,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3733,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"doing\",\n                \"score\": 0.1779653\n            },\n            {\n                \"word\": \"did\",\n                \"score\": 0.1104978\n            },\n            {\n                \"word\": \"there\",\n                \"score\": 0.02634421\n            }\n        ]\n    },\n    {\n        \"length\": 0.45,\n        \"score\": 0.98,\n        \"word\": \"Anything\",\n        \"timestamp\": 58.88,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3734,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"need\",\n                \"score\": 0.01515883\n            }\n        ]\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.31,\n        \"word\": \"Your\",\n        \"timestamp\": 59.22,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3735,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"anything\",\n                \"score\": 0.9848412\n            },\n            {\n                \"word\": \"need\",\n                \"score\": 0.01515883\n            }\n        ]\n    },\n    {\n        \"length\": 0.03,\n        \"score\": 0.74,\n        \"word\": \"To\",\n        \"timestamp\": 59.38,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3736,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2465124\n            },\n            {\n                \"word\": \"been\",\n                \"score\": 0.01515883\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"Help\",\n        \"timestamp\": 59.44,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3737,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.57,\n        \"word\": \"Kate\",\n        \"timestamp\": 59.99,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3738,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 0.99,\n        \"word\": \"Create\",\n        \"timestamp\": 60.26,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3739,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"kate\",\n                \"score\": 0.00644974\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.003695476\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 1,\n        \"word\": \"A\",\n        \"timestamp\": 60.54,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3740,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"cadre\",\n                \"score\": 0.003695476\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.99,\n        \"word\": \"Kind\",\n        \"timestamp\": 60.62,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3741,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.08248034\n            }\n        ]\n    },\n    {\n        \"length\": 0.04,\n        \"score\": 0.99,\n        \"word\": \"Of\",\n        \"timestamp\": 60.8,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3742,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.08248034\n            }\n        ]\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.43,\n        \"word\": \"Your\",\n        \"timestamp\": 60.83,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3743,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a\",\n                \"score\": 0.263299\n            },\n            {\n                \"word\": \"character\",\n                \"score\": 0.08248034\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.0794516\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.05225708\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.04602339\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.02298453\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.01690292\n            },\n            {\n                \"word\": \"you're\",\n                \"score\": 0.0113869\n            }\n        ]\n    },\n    {\n        \"length\": 0.44,\n        \"score\": 0.93,\n        \"word\": \"Schedules\",\n        \"timestamp\": 60.92,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3744,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"schedule's\",\n                \"score\": 0.07980617\n            }\n        ]\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 0.52,\n        \"word\": \"Are\",\n        \"timestamp\": 61.36,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3745,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"or\",\n                \"score\": 0.3030021\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.1972057\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.01880354\n            }\n        ]\n    },\n    {\n        \"length\": 0.44,\n        \"score\": 0.98,\n        \"word\": \"Whatever\",\n        \"timestamp\": 61.42,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3746,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"ever\",\n                \"score\": 0.01675602\n            },\n            {\n                \"word\": \"abba\",\n                \"score\": 0.005127131\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"How\",\n        \"timestamp\": 62.22,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3747,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.87,\n        \"word\": \"To\",\n        \"timestamp\": 62.42,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3748,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1261519\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.71,\n        \"word\": \"Get\",\n        \"timestamp\": 62.52,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3749,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1663031\n            },\n            {\n                \"word\": \"they're\",\n                \"score\": 0.06739004\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.05876185\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.44,\n        \"word\": \"It\",\n        \"timestamp\": 62.62,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3750,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"getting\",\n                \"score\": 0.292455\n            },\n            {\n                \"word\": \"him\",\n                \"score\": 0.1273255\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.1086114\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.02643885\n            },\n            {\n                \"word\": \"any\",\n                \"score\": 0.006908637\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.83,\n        \"word\": \"Would\",\n        \"timestamp\": 62.74,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3751,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"with\",\n                \"score\": 0.09870555\n            },\n            {\n                \"word\": \"we'll\",\n                \"score\": 0.05942167\n            },\n            {\n                \"word\": \"wouldn't\",\n                \"score\": 0.04840576\n            },\n            {\n                \"word\": \"was\",\n                \"score\": 0.02697598\n            },\n            {\n                \"word\": \"him\",\n                \"score\": 0.02643885\n            },\n            {\n                \"word\": \"were\",\n                \"score\": 0.008293752\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"Do\",\n        \"timestamp\": 62.84,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3752,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"doing\",\n                \"score\": 0.06285229\n            }\n        ]\n    },\n    {\n        \"length\": 0.33,\n        \"score\": 1,\n        \"word\": \"Anything\",\n        \"timestamp\": 63.01,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3753,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 0.89,\n        \"word\": \"That\",\n        \"timestamp\": 63.38,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3754,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"at\",\n                \"score\": 0.1112903\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 1,\n        \"word\": \"We\",\n        \"timestamp\": 63.91,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3755,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.87,\n        \"word\": \"Were\",\n        \"timestamp\": 64.06,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3756,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"weren't\",\n                \"score\": 0.1118848\n            },\n            {\n                \"word\": \"would\",\n                \"score\": 0.02953911\n            }\n        ]\n    },\n    {\n        \"length\": 0.27,\n        \"score\": 0.97,\n        \"word\": \"Doing\",\n        \"timestamp\": 64.19,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3757,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"do\",\n                \"score\": 0.02953911\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 0.99,\n        \"word\": \"Same\",\n        \"timestamp\": 64.48,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3758,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"seem\",\n                \"score\": 0.01363348\n            }\n        ]\n    },\n    {\n        \"length\": 0.54,\n        \"score\": 0.96,\n        \"word\": \"Situation\",\n        \"timestamp\": 64.74,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3759,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"situations\",\n                \"score\": 0.04134019\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 0.71,\n        \"word\": \"So\",\n        \"timestamp\": 65.29,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3760,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"that\",\n                \"score\": 0.1489337\n            },\n            {\n                \"word\": \"sir\",\n                \"score\": 0.07162143\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.03448908\n            },\n            {\n                \"word\": \"sell\",\n                \"score\": 0.02867026\n            },\n            {\n                \"word\": \"sack\",\n                \"score\": 0.01121761\n            }\n        ]\n    },\n    {\n        \"length\": 0.25,\n        \"score\": 0.66,\n        \"word\": \"We\",\n        \"timestamp\": 66.2,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3761,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"he'd\",\n                \"score\": 0.09552508\n            },\n            {\n                \"word\": \"me\",\n                \"score\": 0.09107856\n            },\n            {\n                \"word\": \"he\",\n                \"score\": 0.06957676\n            },\n            {\n                \"word\": \"eat\",\n                \"score\": 0.05499546\n            },\n            {\n                \"word\": \"weak\",\n                \"score\": 0.01102741\n            },\n            {\n                \"word\": \"be\",\n                \"score\": 0.008361813\n            },\n            {\n                \"word\": \"gave\",\n                \"score\": 0.006489681\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.003940425\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"Don't\",\n        \"timestamp\": 66.89,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3762,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.92,\n        \"word\": \"Feel\",\n        \"timestamp\": 67.11,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3763,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"fill\",\n                \"score\": 0.07492661\n            },\n            {\n                \"word\": \"phil\",\n                \"score\": 0.008132015\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.001738782\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 1,\n        \"word\": \"I\",\n        \"timestamp\": 68.17,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3764,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Feel\",\n        \"timestamp\": 68.33,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3765,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 1,\n        \"word\": \"Bad\",\n        \"timestamp\": 68.51,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3766,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.52,\n        \"word\": \"It\",\n        \"timestamp\": 68.83,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3767,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"that\",\n                \"score\": 0.3824792\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.1008566\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Put\",\n        \"timestamp\": 69.43,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3768,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 0.95,\n        \"word\": \"You\",\n        \"timestamp\": 69.63,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3769,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"your\",\n                \"score\": 0.04622407\n            }\n        ]\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 1,\n        \"word\": \"In\",\n        \"timestamp\": 69.69,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3770,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"That\",\n        \"timestamp\": 69.75,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3771,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.48,\n        \"score\": 1,\n        \"word\": \"Situation\",\n        \"timestamp\": 69.91,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3772,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 0.96,\n        \"word\": \"I\",\n        \"timestamp\": 70.41,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3773,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.02266262\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.02034647\n            }\n        ]\n    },\n    {\n        \"length\": 0.17,\n        \"score\": 1,\n        \"word\": \"Mean\",\n        \"timestamp\": 70.47,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3774,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.45,\n        \"word\": \"It\",\n        \"timestamp\": 70.64,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3775,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"it's\",\n                \"score\": 0.3327538\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1352561\n            },\n            {\n                \"word\": \"if\",\n                \"score\": 0.07912262\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"It's\",\n        \"timestamp\": 70.93,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3776,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.42,\n        \"score\": 1,\n        \"word\": \"Crazy\",\n        \"timestamp\": 71.09,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3777,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"What\",\n        \"timestamp\": 71.51,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3778,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 0.94,\n        \"word\": \"I\",\n        \"timestamp\": 72.37,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3779,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.05521886\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Did\",\n        \"timestamp\": 72.47,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3780,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.23,\n        \"score\": 0.85,\n        \"word\": \"Daniel\",\n        \"timestamp\": 72.71,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3781,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"done\",\n                \"score\": 0.7862782\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1804527\n            },\n            {\n                \"word\": \"don't\",\n                \"score\": 0.03326911\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.95,\n        \"word\": \"The\",\n        \"timestamp\": 72.94,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3782,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a\",\n                \"score\": 0.436193\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.3132748\n            },\n            {\n                \"word\": \"daniel\",\n                \"score\": 0.07224531\n            },\n            {\n                \"word\": \"diner\",\n                \"score\": 0.06518757\n            },\n            {\n                \"word\": \"know\",\n                \"score\": 0.03326911\n            },\n            {\n                \"word\": \"dinah\",\n                \"score\": 0.02704413\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.02573981\n            },\n            {\n                \"word\": \"dina\",\n                \"score\": 0.0159757\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.01107056\n            }\n        ]\n    },\n    {\n        \"length\": 0.45,\n        \"score\": 1,\n        \"word\": \"Company\",\n        \"timestamp\": 73.07,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3783,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 0.62,\n        \"word\": \"In.\",\n        \"timestamp\": 73.55,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3784,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"and\",\n                \"score\": 0.3440486\n            },\n            {\n                \"word\": \"tom\",\n                \"score\": 0.03089493\n            },\n            {\n                \"word\": \"there's\",\n                \"score\": 0.004228156\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.63,\n        \"word\": \"Yeah\",\n        \"timestamp\": 74.93,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3785,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2901872\n            },\n            {\n                \"word\": \"air\",\n                \"score\": 0.03643156\n            },\n            {\n                \"word\": \"tom\",\n                \"score\": 0.01600701\n            },\n            {\n                \"word\": \"so\",\n                \"score\": 0.01135372\n            },\n            {\n                \"word\": \"beer\",\n                \"score\": 0.00845098\n            },\n            {\n                \"word\": \"pierre\",\n                \"score\": 0.008037957\n            }\n        ]\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 1,\n        \"word\": \"Yeah\",\n        \"timestamp\": 75.47,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3786,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 1,\n        \"word\": \"I\",\n        \"timestamp\": 75.81,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3787,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"i've\",\n                \"score\": 0.1877304\n            }\n        ]\n    },\n    {\n        \"length\": 0.21,\n        \"score\": 1,\n        \"word\": \"Told\",\n        \"timestamp\": 75.98,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3788,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Really\",\n        \"timestamp\": 76.19,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3789,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"Bad\",\n        \"timestamp\": 76.39,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3790,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 0.8,\n        \"word\": \"O.k.\",\n        \"timestamp\": 76.95,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3791,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"guys\",\n                \"score\": 0.5996118\n            },\n            {\n                \"word\": \"case\",\n                \"score\": 0.2025536\n            },\n            {\n                \"word\": \"for\",\n                \"score\": 0.1474179\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.05041672\n            }\n        ]\n    },\n    {\n        \"length\": 0.29,\n        \"score\": 0.47,\n        \"word\": \"Get\",\n        \"timestamp\": 77.32,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3792,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"yes\",\n                \"score\": 0.327841\n            },\n            {\n                \"word\": \"case\",\n                \"score\": 0.1575908\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.03199662\n            },\n            {\n                \"word\": \"guests\",\n                \"score\": 0.01071381\n            },\n            {\n                \"word\": \"gets\",\n                \"score\": 0.006395423\n            }\n        ]\n    },\n    {\n        \"length\": 0.29,\n        \"score\": 0.86,\n        \"word\": \"Sir\",\n        \"timestamp\": 77.68,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3793,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"stuck\",\n                \"score\": 0.4026744\n            },\n            {\n                \"word\": \"sucked\",\n                \"score\": 0.02708646\n            },\n            {\n                \"word\": \"suck\",\n                \"score\": 0.02061763\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.01071381\n            },\n            {\n                \"word\": \"up\",\n                \"score\": 0.006395423\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.94,\n        \"word\": \"You\",\n        \"timestamp\": 78.14,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3794,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"were\",\n                \"score\": 0.03566542\n            },\n            {\n                \"word\": \"you're\",\n                \"score\": 0.01454\n            },\n            {\n                \"word\": \"here\",\n                \"score\": 0.009616137\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.00448738\n            }\n        ]\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.46,\n        \"word\": \"A\",\n        \"timestamp\": 78.3,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3795,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"were\",\n                \"score\": 0.343948\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.1574688\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.03566542\n            },\n            {\n                \"word\": \"we\",\n                \"score\": 0.003548982\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.99,\n        \"word\": \"To\",\n        \"timestamp\": 78.73,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3796,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"card\",\n                \"score\": 0.9822258\n            },\n            {\n                \"word\": \"required\",\n                \"score\": 0.01141691\n            },\n            {\n                \"word\": \"occurred\",\n                \"score\": 0.006357251\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.95,\n        \"word\": \"To\",\n        \"timestamp\": 78.75,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3797,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.05364127\n            }\n        ]\n    },\n    {\n        \"length\": 0.38,\n        \"score\": 0.67,\n        \"word\": \"Build\",\n        \"timestamp\": 78.83,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3798,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"go\",\n                \"score\": 0.1437357\n            },\n            {\n                \"word\": \"bill\",\n                \"score\": 0.1397326\n            },\n            {\n                \"word\": \"belgium\",\n                \"score\": 0.03111214\n            },\n            {\n                \"word\": \"below\",\n                \"score\": 0.0156232\n            }\n        ]\n    },\n    {\n        \"length\": 0.25,\n        \"score\": 0.76,\n        \"word\": \"Roll\",\n        \"timestamp\": 79.6,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3799,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"rolled\",\n                \"score\": 0.1424817\n            },\n            {\n                \"word\": \"rollback\",\n                \"score\": 0.0654888\n            },\n            {\n                \"word\": \"role\",\n                \"score\": 0.03448607\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.76,\n        \"word\": \"I\",\n        \"timestamp\": 79.86,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3800,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"by\",\n                \"score\": 0.6718884\n            },\n            {\n                \"word\": \"back\",\n                \"score\": 0.1896008\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.02463959\n            },\n            {\n                \"word\": \"bar\",\n                \"score\": 0.02092358\n            },\n            {\n                \"word\": \"but\",\n                \"score\": 0.02021021\n            }\n        ]\n    },\n    {\n        \"length\": 0.17,\n        \"score\": 0.74,\n        \"word\": \"Have\",\n        \"timestamp\": 79.98,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3801,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"by\",\n                \"score\": 0.6718884\n            },\n            {\n                \"word\": \"back\",\n                \"score\": 0.1896008\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.07273749\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.02463959\n            },\n            {\n                \"word\": \"bar\",\n                \"score\": 0.02092358\n            },\n            {\n                \"word\": \"but\",\n                \"score\": 0.02021021\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 0.79,\n        \"word\": \"Board\",\n        \"timestamp\": 80.17,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3802,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"bought\",\n                \"score\": 0.1017079\n            },\n            {\n                \"word\": \"bored\",\n                \"score\": 0.07637914\n            },\n            {\n                \"word\": \"borne\",\n                \"score\": 0.03138294\n            },\n            {\n                \"word\": \"borden\",\n                \"score\": 0.02507067\n            },\n            {\n                \"word\": \"born\",\n                \"score\": 0.02294101\n            },\n            {\n                \"word\": \"boardies\",\n                \"score\": 0.009872037\n            }\n        ]\n    },\n    {\n        \"length\": 0.56,\n        \"score\": 0.92,\n        \"word\": \"Mutation\",\n        \"timestamp\": 80.53,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3803,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"haitian\",\n                \"score\": 0.0781399\n            },\n            {\n                \"word\": \"mutations\",\n                \"score\": 0.00575532\n            }\n        ]\n    },\n    {\n        \"length\": 0.4,\n        \"score\": 0.9,\n        \"word\": \"Haitian\",\n        \"timestamp\": 80.7,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3804,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"mutation\",\n                \"score\": 0.9161048\n            },\n            {\n                \"word\": \"mutations\",\n                \"score\": 0.00575532\n            }\n        ]\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 0.8,\n        \"word\": \"Case\",\n        \"timestamp\": 81.1,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3805,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"cage\",\n                \"score\": 0.3113587\n            },\n            {\n                \"word\": \"katie's\",\n                \"score\": 0.1264335\n            },\n            {\n                \"word\": \"katie\",\n                \"score\": 0.07072211\n            },\n            {\n                \"word\": \"catch\",\n                \"score\": 0.04558282\n            },\n            {\n                \"word\": \"kate\",\n                \"score\": 0.04463298\n            },\n            {\n                \"word\": \"katy\",\n                \"score\": 0.02510526\n            },\n            {\n                \"word\": \"katy's\",\n                \"score\": 0.01760538\n            },\n            {\n                \"word\": \"kate's\",\n                \"score\": 0.01408569\n            }\n        ]\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 0.34,\n        \"word\": \"You\",\n        \"timestamp\": 81.29,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3806,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"case\",\n                \"score\": 0.3444736\n            },\n            {\n                \"word\": \"cage\",\n                \"score\": 0.3113587\n            },\n            {\n                \"word\": \"katie's\",\n                \"score\": 0.1264335\n            },\n            {\n                \"word\": \"katie\",\n                \"score\": 0.07072211\n            },\n            {\n                \"word\": \"catch\",\n                \"score\": 0.04558282\n            },\n            {\n                \"word\": \"kate\",\n                \"score\": 0.04463298\n            },\n            {\n                \"word\": \"katy\",\n                \"score\": 0.02510526\n            },\n            {\n                \"word\": \"katy's\",\n                \"score\": 0.01760538\n            },\n            {\n                \"word\": \"kate's\",\n                \"score\": 0.01408569\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.63,\n        \"word\": \"Get\",\n        \"timestamp\": 81.36,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3807,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"got\",\n                \"score\": 0.3179042\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.02866647\n            },\n            {\n                \"word\": \"going\",\n                \"score\": 0.02800306\n            }\n        ]\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 0.97,\n        \"word\": \"A\",\n        \"timestamp\": 81.48,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3808,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"to\",\n                \"score\": 0.02800306\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 0.99,\n        \"word\": \"Great\",\n        \"timestamp\": 81.54,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3809,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"grate\",\n                \"score\": 0.009589008\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"West\",\n        \"timestamp\": 81.84,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3810,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 1,\n        \"word\": \"Coast\",\n        \"timestamp\": 82.1,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3811,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 1,\n        \"word\": \"Group.\",\n        \"timestamp\": 82.44,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3812,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"croup\",\n                \"score\": 0.03454784\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"He\",\n        \"timestamp\": 84.02,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3813,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"you\",\n                \"score\": 0.09860492\n            },\n            {\n                \"word\": \"from\",\n                \"score\": 0.00998357\n            },\n            {\n                \"word\": \"problem\",\n                \"score\": 0.003392203\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 0.6,\n        \"word\": \"Always\",\n        \"timestamp\": 84.14,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3814,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"only\",\n                \"score\": 0.5423056\n            },\n            {\n                \"word\": \"know\",\n                \"score\": 0.08630329\n            },\n            {\n                \"word\": \"ollie\",\n                \"score\": 0.03102144\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.02932833\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.003023423\n            },\n            {\n                \"word\": \"he\",\n                \"score\": 0.0001362394\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 1,\n        \"word\": \"Help\",\n        \"timestamp\": 85.1,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3815,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"how\",\n                \"score\": 0.1477668\n            },\n            {\n                \"word\": \"know\",\n                \"score\": 0.02554116\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.01124308\n            },\n            {\n                \"word\": \"always\",\n                \"score\": 0.005858202\n            },\n            {\n                \"word\": \"ollie\",\n                \"score\": 0.00108863\n            }\n        ]\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 1,\n        \"word\": \"You\",\n        \"timestamp\": 85.4,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3816,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"penal\",\n                \"score\": 0.1477668\n            },\n            {\n                \"word\": \"how\",\n                \"score\": 0.04373107\n            }\n        ]\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 0.94,\n        \"word\": \"Know\",\n        \"timestamp\": 85.46,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3817,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"you\",\n                \"score\": 0.8085021\n            },\n            {\n                \"word\": \"penal\",\n                \"score\": 0.1477668\n            },\n            {\n                \"word\": \"how\",\n                \"score\": 0.04373107\n            }\n        ]\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.49,\n        \"word\": \"That\",\n        \"timestamp\": 85.66,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3818,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"know\",\n                \"score\": 0.7630899\n            },\n            {\n                \"word\": \"little\",\n                \"score\": 0.08259923\n            },\n            {\n                \"word\": \"no\",\n                \"score\": 0.04541223\n            },\n            {\n                \"word\": \"penal\",\n                \"score\": 0.04373107\n            },\n            {\n                \"word\": \"lit\",\n                \"score\": 0.01936186\n            },\n            {\n                \"word\": \"litter\",\n                \"score\": 0.01934843\n            },\n            {\n                \"word\": \"this\",\n                \"score\": 0.01683881\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.009618478\n            }\n        ]\n    },\n    {\n        \"length\": 0.4,\n        \"score\": 1,\n        \"word\": \"Whenever\",\n        \"timestamp\": 85.86,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3819,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 1,\n        \"word\": \"I\",\n        \"timestamp\": 86.26,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3820,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 1,\n        \"word\": \"Needed\",\n        \"timestamp\": 86.32,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3821,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.5,\n        \"score\": 1,\n        \"word\": \"Ice\",\n        \"timestamp\": 86.66,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3822,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"twice\",\n                \"score\": 0.9895085\n            },\n            {\n                \"word\": \"trice\",\n                \"score\": 0.01049153\n            }\n        ]\n    },\n    {\n        \"length\": 0.25,\n        \"score\": 0.33,\n        \"word\": \"Your.\",\n        \"timestamp\": 87.37,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3823,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"you're\",\n                \"score\": 0.2643305\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.1635461\n            },\n            {\n                \"word\": \"pretty\",\n                \"score\": 0.1516915\n            },\n            {\n                \"word\": \"sir\",\n                \"score\": 0.04182505\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.03255748\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.007229402\n            },\n            {\n                \"word\": \"personally\",\n                \"score\": 0.004327794\n            },\n            {\n                \"word\": \"pushed\",\n                \"score\": 0.00267074\n            }\n        ]\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 0.62,\n        \"word\": \"Pretty\",\n        \"timestamp\": 87.98,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3824,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.4,\n        \"score\": 1,\n        \"word\": \"Boy\",\n        \"timestamp\": 88.84,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3825,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"pretty\",\n                \"score\": 0.04704298\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.02183382\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.004919339\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.001528937\n            },\n            {\n                \"word\": \"sir\",\n                \"score\": 0.001298941\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.001011122\n            },\n            {\n                \"word\": \"go\",\n                \"score\": 0.0007275852\n            },\n            {\n                \"word\": \"have\",\n                \"score\": 0.0005677274\n            },\n            {\n                \"word\": \"personally\",\n                \"score\": 0.0005674309\n            },\n            {\n                \"word\": \"pushed\",\n                \"score\": 0.0003501693\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.86,\n        \"word\": \"Pick\",\n        \"timestamp\": 89.57,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3826,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.09932679\n            },\n            {\n                \"word\": \"boy\",\n                \"score\": 0.04796058\n            },\n            {\n                \"word\": \"picked\",\n                \"score\": 0.03400852\n            },\n            {\n                \"word\": \"pretty\",\n                \"score\": 0.03127739\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.002315687\n            },\n            {\n                \"word\": \"personally\",\n                \"score\": 0.0003772668\n            },\n            {\n                \"word\": \"pushed\",\n                \"score\": 0.0002328165\n            }\n        ]\n    },\n    {\n        \"length\": 0.17,\n        \"score\": 0.59,\n        \"word\": \"Up\",\n        \"timestamp\": 89.82,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3827,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2995631\n            },\n            {\n                \"word\": \"pickle\",\n                \"score\": 0.07638579\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.06926443\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.04498707\n            },\n            {\n                \"word\": \"boy\",\n                \"score\": 0.03188747\n            },\n            {\n                \"word\": \"their\",\n                \"score\": 0.0143738\n            },\n            {\n                \"word\": \"on\",\n                \"score\": 0.01174579\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.01115345\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.008905568\n            },\n            {\n                \"word\": \"picked\",\n                \"score\": 0.008050448\n            },\n            {\n                \"word\": \"picnic\",\n                \"score\": 0.007869805\n            },\n            {\n                \"word\": \"pic\",\n                \"score\": 0.006351634\n            },\n            {\n                \"word\": \"an\",\n                \"score\": 0.005013664\n            },\n            {\n                \"word\": \"picker\",\n                \"score\": 0.004921\n            },\n            {\n                \"word\": \"them\",\n                \"score\": 0.004747073\n            },\n            {\n                \"word\": \"picture\",\n                \"score\": 0.003722399\n            },\n            {\n                \"word\": \"pics\",\n                \"score\": 0.002434089\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.5,\n        \"word\": \"Gone\",\n        \"timestamp\": 90.11,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3828,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"on\",\n                \"score\": 0.2873521\n            },\n            {\n                \"word\": \"own\",\n                \"score\": 0.07439236\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.06577355\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.0219994\n            },\n            {\n                \"word\": \"going\",\n                \"score\": 0.008145\n            },\n            {\n                \"word\": \"only\",\n                \"score\": 0.006822527\n            },\n            {\n                \"word\": \"pickle\",\n                \"score\": 0.006648256\n            },\n            {\n                \"word\": \"from\",\n                \"score\": 0.006031863\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.006028447\n            },\n            {\n                \"word\": \"opponent\",\n                \"score\": 0.005013664\n            },\n            {\n                \"word\": \"him\",\n                \"score\": 0.004259012\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.0007575567\n            },\n            {\n                \"word\": \"picnic\",\n                \"score\": 0.0006849505\n            },\n            {\n                \"word\": \"pic\",\n                \"score\": 0.0005528161\n            },\n            {\n                \"word\": \"picker\",\n                \"score\": 0.0004283005\n            },\n            {\n                \"word\": \"picture\",\n                \"score\": 0.00032398\n            },\n            {\n                \"word\": \"pics\",\n                \"score\": 0.0002118515\n            }\n        ]\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.93,\n        \"word\": \"To\",\n        \"timestamp\": 90.29,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3829,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"you\",\n                \"score\": 0.04597395\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.0217637\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 0.96,\n        \"word\": \"Talk\",\n        \"timestamp\": 90.38,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3830,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"talked\",\n                \"score\": 0.03566977\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 1,\n        \"word\": \"To\",\n        \"timestamp\": 90.66,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3831,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.82,\n        \"word\": \"His\",\n        \"timestamp\": 90.8,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3832,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"is\",\n                \"score\": 0.1694679\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.01528808\n            },\n            {\n                \"word\": \"your\",\n                \"score\": 0.005215407\n            },\n            {\n                \"word\": \"you're\",\n                \"score\": 0.0005947459\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.46,\n        \"word\": \"You're\",\n        \"timestamp\": 90.95,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3833,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 0.93,\n        \"word\": \"Glad\",\n        \"timestamp\": 92.08,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3834,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.92,\n        \"word\": \"To\",\n        \"timestamp\": 92.35,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3835,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.5938965\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.2042014\n            },\n            {\n                \"word\": \"glad\",\n                \"score\": 0.07978339\n            },\n            {\n                \"word\": \"hear\",\n                \"score\": 0.04136961\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.0126751\n            },\n            {\n                \"word\": \"is\",\n                \"score\": 0.003153445\n            },\n            {\n                \"word\": \"for\",\n                \"score\": 0.0001498572\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.00001224562\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.92,\n        \"word\": \"Hear\",\n        \"timestamp\": 92.43,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3836,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.5938965\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.2042014\n            },\n            {\n                \"word\": \"glad\",\n                \"score\": 0.07978339\n            },\n            {\n                \"word\": \"to\",\n                \"score\": 0.06475845\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.0126751\n            },\n            {\n                \"word\": \"is\",\n                \"score\": 0.003153445\n            },\n            {\n                \"word\": \"for\",\n                \"score\": 0.0001498572\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.00001224562\n            }\n        ]\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.72,\n        \"word\": \"It\",\n        \"timestamp\": 92.61,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3837,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.5938965\n            },\n            {\n                \"word\": \"glad\",\n                \"score\": 0.07978339\n            },\n            {\n                \"word\": \"to\",\n                \"score\": 0.06475845\n            },\n            {\n                \"word\": \"hear\",\n                \"score\": 0.04136961\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.0126751\n            },\n            {\n                \"word\": \"is\",\n                \"score\": 0.003153445\n            },\n            {\n                \"word\": \"for\",\n                \"score\": 0.0001498572\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.00001224562\n            }\n        ]\n    },\n    {\n        \"length\": 0.21,\n        \"score\": 0.59,\n        \"word\": \"Right\",\n        \"timestamp\": 92.77,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3838,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"try\",\n                \"score\": 0.1079912\n            },\n            {\n                \"word\": \"to\",\n                \"score\": 0.07978339\n            },\n            {\n                \"word\": \"gladiator\",\n                \"score\": 0.05769529\n            },\n            {\n                \"word\": \"could\",\n                \"score\": 0.05683562\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.04467291\n            },\n            {\n                \"word\": \"hear\",\n                \"score\": 0.03149699\n            },\n            {\n                \"word\": \"gladly\",\n                \"score\": 0.009936592\n            },\n            {\n                \"word\": \"here\",\n                \"score\": 0.007501429\n            },\n            {\n                \"word\": \"grid\",\n                \"score\": 0.006712846\n            },\n            {\n                \"word\": \"gladi\",\n                \"score\": 0.006242404\n            },\n            {\n                \"word\": \"for\",\n                \"score\": 0.001803871\n            },\n            {\n                \"word\": \"glad\",\n                \"score\": 0.0009001138\n            },\n            {\n                \"word\": \"really\",\n                \"score\": 0.0005094411\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.0001252651\n            },\n            {\n                \"word\": \"your\",\n                \"score\": 0.0001128385\n            }\n        ]\n    },\n    {\n        \"length\": 0.11,\n        \"score\": 0.91,\n        \"word\": \"It\",\n        \"timestamp\": 92.87,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3839,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"right\",\n                \"score\": 0.5876798\n            },\n            {\n                \"word\": \"try\",\n                \"score\": 0.1079912\n            },\n            {\n                \"word\": \"to\",\n                \"score\": 0.07978339\n            },\n            {\n                \"word\": \"gladiator\",\n                \"score\": 0.05769529\n            },\n            {\n                \"word\": \"could\",\n                \"score\": 0.05683562\n            },\n            {\n                \"word\": \"hear\",\n                \"score\": 0.03149699\n            },\n            {\n                \"word\": \"gladly\",\n                \"score\": 0.009936592\n            },\n            {\n                \"word\": \"here\",\n                \"score\": 0.007501429\n            },\n            {\n                \"word\": \"grid\",\n                \"score\": 0.006712846\n            },\n            {\n                \"word\": \"gladi\",\n                \"score\": 0.006242404\n            },\n            {\n                \"word\": \"for\",\n                \"score\": 0.001803871\n            },\n            {\n                \"word\": \"glad\",\n                \"score\": 0.0009001138\n            },\n            {\n                \"word\": \"really\",\n                \"score\": 0.0005094411\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.0001252651\n            },\n            {\n                \"word\": \"your\",\n                \"score\": 0.0001128385\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.73,\n        \"word\": \"Right\",\n        \"timestamp\": 93.05,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3840,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.7997454\n            },\n            {\n                \"word\": \"to\",\n                \"score\": 0.1088913\n            },\n            {\n                \"word\": \"hear\",\n                \"score\": 0.07978339\n            },\n            {\n                \"word\": \"is\",\n                \"score\": 0.008426444\n            },\n            {\n                \"word\": \"write\",\n                \"score\": 0.003153445\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.93,\n        \"word\": \"It\",\n        \"timestamp\": 93.26,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3841,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"brightest\",\n                \"score\": 0.1536981\n            },\n            {\n                \"word\": \"it's\",\n                \"score\": 0.07006124\n            },\n            {\n                \"word\": \"try\",\n                \"score\": 0.05683562\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.003088538\n            },\n            {\n                \"word\": \"right\",\n                \"score\": 0.001531912\n            },\n            {\n                \"word\": \"hear\",\n                \"score\": 0.0009001138\n            }\n        ]\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 0.99,\n        \"word\": \"Didn't\",\n        \"timestamp\": 93.45,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3842,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"it's\",\n                \"score\": 0.01234041\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.72,\n        \"word\": \"Know\",\n        \"timestamp\": 93.64,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3843,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"kill\",\n                \"score\": 0.2571908\n            },\n            {\n                \"word\": \"delightful\",\n                \"score\": 0.01234041\n            },\n            {\n                \"word\": \"or\",\n                \"score\": 0.006408195\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Him\",\n        \"timestamp\": 93.76,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3844,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"The\",\n        \"timestamp\": 93.94,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3845,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.44,\n        \"score\": 0.91,\n        \"word\": \"Best\",\n        \"timestamp\": 94.04,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3846,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"bear\",\n                \"score\": 0.0908133\n            }\n        ]\n    },\n    {\n        \"length\": 0.38,\n        \"score\": 0.44,\n        \"word\": \"To\",\n        \"timestamp\": 94.5,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3847,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"too\",\n                \"score\": 0.3006746\n            },\n            {\n                \"word\": \"two\",\n                \"score\": 0.2564504\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"I\",\n        \"timestamp\": 95.58,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3848,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"Know\",\n        \"timestamp\": 95.68,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3849,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.78,\n        \"word\": \"You're\",\n        \"timestamp\": 95.84,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3850,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"you\",\n                \"score\": 0.1828584\n            },\n            {\n                \"word\": \"your\",\n                \"score\": 0.04048135\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"All\",\n        \"timestamp\": 95.94,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3851,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"Went\",\n        \"timestamp\": 96.14,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3852,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"On\",\n        \"timestamp\": 96.4,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3853,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"Your\",\n        \"timestamp\": 96.52,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3854,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"Feet\",\n        \"timestamp\": 96.62,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3855,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 1,\n        \"word\": \"No\",\n        \"timestamp\": 96.86,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3856,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 1,\n        \"word\": \"Matter\",\n        \"timestamp\": 96.94,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3857,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"What\",\n        \"timestamp\": 97.24,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3858,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.39,\n        \"score\": 0.8,\n        \"word\": \"Happens\",\n        \"timestamp\": 97.48,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3859,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1037373\n            },\n            {\n                \"word\": \"happened\",\n                \"score\": 0.09517504\n            }\n        ]\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 0.41,\n        \"word\": \"Is\",\n        \"timestamp\": 97.9,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3860,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.3558483\n            },\n            {\n                \"word\": \"happened\",\n                \"score\": 0.1037373\n            },\n            {\n                \"word\": \"finished\",\n                \"score\": 0.05099137\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.03367456\n            },\n            {\n                \"word\": \"finish\",\n                \"score\": 0.02091779\n            },\n            {\n                \"word\": \"had\",\n                \"score\": 0.01070282\n            },\n            {\n                \"word\": \"said\",\n                \"score\": 0.009584088\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.009180574\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"Which\",\n        \"timestamp\": 98.57,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3861,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"Didn't\",\n        \"timestamp\": 98.81,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3862,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Have\",\n        \"timestamp\": 99.03,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3863,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"To\",\n        \"timestamp\": 99.21,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3864,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"Go\",\n        \"timestamp\": 99.31,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3865,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 1,\n        \"word\": \"To\",\n        \"timestamp\": 99.47,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3866,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.91,\n        \"word\": \"I\",\n        \"timestamp\": 99.63,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3867,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"college\",\n                \"score\": 0.7622557\n            },\n            {\n                \"word\": \"was\",\n                \"score\": 0.1110194\n            },\n            {\n                \"word\": \"go\",\n                \"score\": 0.07570526\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.05101966\n            }\n        ]\n    },\n    {\n        \"length\": 0.21,\n        \"score\": 0.91,\n        \"word\": \"Was\",\n        \"timestamp\": 99.76,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3868,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"college\",\n                \"score\": 0.7622557\n            },\n            {\n                \"word\": \"go\",\n                \"score\": 0.07570526\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.05101966\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"Yeah\",\n        \"timestamp\": 100.03,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3869,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"cry\",\n                \"score\": 0.01266193\n            }\n        ]\n    },\n    {\n        \"length\": 0.07,\n        \"score\": 0.55,\n        \"word\": \"You\",\n        \"timestamp\": 100.59,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3870,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.3121718\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.1008666\n            },\n            {\n                \"word\": \"they\",\n                \"score\": 0.02862497\n            },\n            {\n                \"word\": \"was\",\n                \"score\": 0.01266193\n            }\n        ]\n    },\n    {\n        \"length\": 0.07,\n        \"score\": 0.57,\n        \"word\": \"Know\",\n        \"timestamp\": 100.69,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3871,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.3121718\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.07698171\n            },\n            {\n                \"word\": \"haven't\",\n                \"score\": 0.03264819\n            },\n            {\n                \"word\": \"yeah\",\n                \"score\": 0.01266193\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.9,\n        \"word\": \"I\",\n        \"timestamp\": 100.84,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3872,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.11,\n        \"score\": 0.9,\n        \"word\": \"I\",\n        \"timestamp\": 101,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3873,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.04526139\n            },\n            {\n                \"word\": \"they\",\n                \"score\": 0.02291221\n            },\n            {\n                \"word\": \"what\",\n                \"score\": 0.02089734\n            },\n            {\n                \"word\": \"but\",\n                \"score\": 0.006703669\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.91,\n        \"word\": \"It\",\n        \"timestamp\": 101.17,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3874,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"would\",\n                \"score\": 0.5971308\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2667901\n            },\n            {\n                \"word\": \"wouldn't\",\n                \"score\": 0.04091109\n            },\n            {\n                \"word\": \"either\",\n                \"score\": 0.03296095\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.02760101\n            },\n            {\n                \"word\": \"haven't\",\n                \"score\": 0.02230562\n            },\n            {\n                \"word\": \"what\",\n                \"score\": 0.01230045\n            }\n        ]\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.96,\n        \"word\": \"Have\",\n        \"timestamp\": 101.28,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3875,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"of\",\n                \"score\": 0.03296095\n            },\n            {\n                \"word\": \"thought\",\n                \"score\": 0.008736684\n            }\n        ]\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.54,\n        \"word\": \"Your\",\n        \"timestamp\": 101.41,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3876,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"you\",\n                \"score\": 0.4043648\n            },\n            {\n                \"word\": \"is\",\n                \"score\": 0.02389906\n            },\n            {\n                \"word\": \"his\",\n                \"score\": 0.0227836\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.009283626\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.48,\n        \"word\": \"Slave\",\n        \"timestamp\": 101.5,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3877,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"play\",\n                \"score\": 0.4609231\n            },\n            {\n                \"word\": \"played\",\n                \"score\": 0.0245178\n            },\n            {\n                \"word\": \"plate\",\n                \"score\": 0.01175035\n            },\n            {\n                \"word\": \"say\",\n                \"score\": 0.01152298\n            },\n            {\n                \"word\": \"sleigh\",\n                \"score\": 0.007588129\n            },\n            {\n                \"word\": \"slay\",\n                \"score\": 0.005683604\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.64,\n        \"word\": \"Were\",\n        \"timestamp\": 101.74,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3878,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"or\",\n                \"score\": 0.3568174\n            }\n        ]\n    },\n    {\n        \"length\": 0.27,\n        \"score\": 1,\n        \"word\": \"Very\",\n        \"timestamp\": 101.9,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3879,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a\",\n                \"score\": 0.001305188\n            }\n        ]\n    },\n    {\n        \"length\": 0.48,\n        \"score\": 1,\n        \"word\": \"Confused\",\n        \"timestamp\": 102.17,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3880,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.05522215\n            },\n            {\n                \"word\": \"confusing\",\n                \"score\": 0.02490287\n            },\n            {\n                \"word\": \"very\",\n                \"score\": 0.001305188\n            }\n        ]\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.94,\n        \"word\": \"And\",\n        \"timestamp\": 102.69,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3881,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1232266\n            },\n            {\n                \"word\": \"confusing\",\n                \"score\": 0.05652734\n            },\n            {\n                \"word\": \"for\",\n                \"score\": 0.01966441\n            }\n        ]\n    },\n    {\n        \"length\": 0.46,\n        \"score\": 0.74,\n        \"word\": \"Sky\",\n        \"timestamp\": 102.78,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3882,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"and\",\n                \"score\": 0.8005816\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1232266\n            },\n            {\n                \"word\": \"confusing\",\n                \"score\": 0.05652734\n            },\n            {\n                \"word\": \"for\",\n                \"score\": 0.01966441\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.81,\n        \"word\": \"Some\",\n        \"timestamp\": 103.32,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3883,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"it's\",\n                \"score\": 0.1307528\n            },\n            {\n                \"word\": \"an\",\n                \"score\": 0.02999981\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.01626333\n            },\n            {\n                \"word\": \"send\",\n                \"score\": 0.006317177\n            },\n            {\n                \"word\": \"sky\",\n                \"score\": 0.004218562\n            }\n        ]\n    },\n    {\n        \"length\": 0.44,\n        \"score\": 0.98,\n        \"word\": \"Extent\",\n        \"timestamp\": 103.49,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3884,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"ecstatic\",\n                \"score\": 0.01626333\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.004218562\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"But\",\n        \"timestamp\": 103.97,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3885,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.05,\n        \"score\": 0.86,\n        \"word\": \"At\",\n        \"timestamp\": 104.94,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3886,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1405189\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.97,\n        \"word\": \"At\",\n        \"timestamp\": 105.03,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3887,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"least\",\n                \"score\": 0.88482\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.11518\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"Least\",\n        \"timestamp\": 105.11,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3888,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.11518\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"We're\",\n        \"timestamp\": 105.33,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3889,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.85,\n        \"word\": \"Trying\",\n        \"timestamp\": 105.43,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3890,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"starting\",\n                \"score\": 0.1140743\n            },\n            {\n                \"word\": \"tried\",\n                \"score\": 0.03512911\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 1,\n        \"word\": \"To\",\n        \"timestamp\": 105.67,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3891,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 1,\n        \"word\": \"See\",\n        \"timestamp\": 105.75,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3892,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 0.57,\n        \"word\": \"The\",\n        \"timestamp\": 105.91,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3893,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a\",\n                \"score\": 0.4084902\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.01351211\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.007589818\n            }\n        ]\n    },\n    {\n        \"length\": 0.29,\n        \"score\": 0.89,\n        \"word\": \"Light\",\n        \"timestamp\": 105.97,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3894,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"like\",\n                \"score\": 0.05230844\n            },\n            {\n                \"word\": \"way\",\n                \"score\": 0.05199156\n            },\n            {\n                \"word\": \"white\",\n                \"score\": 0.04092854\n            },\n            {\n                \"word\": \"away\",\n                \"score\": 0.01351211\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.76,\n        \"word\": \"Piano\",\n        \"timestamp\": 106.26,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3895,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"yeah\",\n                \"score\": 0.233952\n            },\n            {\n                \"word\": \"yah\",\n                \"score\": 0.006361857\n            }\n        ]\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 0.98,\n        \"word\": \"Tunnel\",\n        \"timestamp\": 106.5,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3896,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a\",\n                \"score\": 0.01338902\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.003530409\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.002371781\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.95,\n        \"word\": \"Which\",\n        \"timestamp\": 106.83,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3897,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.0311123\n            },\n            {\n                \"word\": \"tunnel\",\n                \"score\": 0.01929121\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.99,\n        \"word\": \"Is\",\n        \"timestamp\": 107.03,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3898,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"wicked\",\n                \"score\": 0.01192885\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.89,\n        \"word\": \"There\",\n        \"timestamp\": 107.4,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3899,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.07088204\n            },\n            {\n                \"word\": \"they\",\n                \"score\": 0.0432583\n            }\n        ]\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.84,\n        \"word\": \"Are\",\n        \"timestamp\": 107.55,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3900,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1057125\n            },\n            {\n                \"word\": \"there's\",\n                \"score\": 0.03083169\n            },\n            {\n                \"word\": \"their\",\n                \"score\": 0.02421568\n            },\n            {\n                \"word\": \"they're\",\n                \"score\": 0.01583466\n            }\n        ]\n    },\n    {\n        \"length\": 0.33,\n        \"score\": 1,\n        \"word\": \"Several\",\n        \"timestamp\": 107.64,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3901,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.48,\n        \"score\": 0.77,\n        \"word\": \"Banksy\",\n        \"timestamp\": 107.97,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3902,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"banksie\",\n                \"score\": 0.2276383\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"Been\",\n        \"timestamp\": 108.45,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3903,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.38,\n        \"score\": 1,\n        \"word\": \"Interested\",\n        \"timestamp\": 108.57,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3904,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"In\",\n        \"timestamp\": 108.95,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3905,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.46,\n        \"score\": 1,\n        \"word\": \"Buying\",\n        \"timestamp\": 109.11,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3906,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.05,\n        \"score\": 0.76,\n        \"word\": \"A\",\n        \"timestamp\": 109.62,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3907,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"the\",\n                \"score\": 0.1840338\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.03385303\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.02381618\n            }\n        ]\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 1,\n        \"word\": \"Trading\",\n        \"timestamp\": 109.67,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3908,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.46,\n        \"score\": 1,\n        \"word\": \"Operation\",\n        \"timestamp\": 110.01,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3909,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.21,\n        \"score\": 0.82,\n        \"word\": \"Event\",\n        \"timestamp\": 110.47,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3910,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a\",\n                \"score\": 0.1187295\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.03855567\n            },\n            {\n                \"word\": \"of\",\n                \"score\": 0.02726911\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.84,\n        \"word\": \"On\",\n        \"timestamp\": 110.71,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3911,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.05970781\n            },\n            {\n                \"word\": \"banana\",\n                \"score\": 0.0375906\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.02885733\n            },\n            {\n                \"word\": \"not\",\n                \"score\": 0.01848543\n            },\n            {\n                \"word\": \"of\",\n                \"score\": 0.009698348\n            },\n            {\n                \"word\": \"van\",\n                \"score\": 0.00522424\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.62,\n        \"word\": \"My\",\n        \"timestamp\": 110.97,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3912,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.3354084\n            },\n            {\n                \"word\": \"van\",\n                \"score\": 0.03855567\n            },\n            {\n                \"word\": \"on\",\n                \"score\": 0.00522424\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.6,\n        \"word\": \"Team\",\n        \"timestamp\": 111.1,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3913,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.3195694\n            },\n            {\n                \"word\": \"mighty\",\n                \"score\": 0.04524838\n            },\n            {\n                \"word\": \"on\",\n                \"score\": 0.03855567\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.56,\n        \"word\": \"At\",\n        \"timestamp\": 111.31,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3914,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"mighty\",\n                \"score\": 0.33394\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.06436221\n            },\n            {\n                \"word\": \"tea\",\n                \"score\": 0.02418515\n            },\n            {\n                \"word\": \"met\",\n                \"score\": 0.01815784\n            }\n        ]\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 1,\n        \"word\": \"The\",\n        \"timestamp\": 111.56,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3915,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.36,\n        \"score\": 1,\n        \"word\": \"Paper\",\n        \"timestamp\": 111.65,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3916,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 0.88,\n        \"word\": \"Yeah\",\n        \"timestamp\": 112.03,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3917,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"here\",\n                \"score\": 0.06222912\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.05584995\n            }\n        ]\n    },\n    {\n        \"length\": 0.42,\n        \"score\": 1,\n        \"word\": \"Good\",\n        \"timestamp\": 112.41,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3918,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 1,\n        \"word\": \"And\",\n        \"timestamp\": 113.26,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3919,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.05,\n        \"score\": 0.54,\n        \"word\": \"It\",\n        \"timestamp\": 113.41,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3920,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2033502\n            },\n            {\n                \"word\": \"he\",\n                \"score\": 0.1135195\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.09918986\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.01668736\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.01418073\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.01082698\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 0.99,\n        \"word\": \"Looks\",\n        \"timestamp\": 113.46,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3921,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"look\",\n                \"score\": 0.005110167\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Like\",\n        \"timestamp\": 113.72,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3922,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 1,\n        \"word\": \"A\",\n        \"timestamp\": 113.9,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3923,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.53,\n        \"word\": \"Bid\",\n        \"timestamp\": 113.98,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3924,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"bit\",\n                \"score\": 0.469686\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.79,\n        \"word\": \"Me\",\n        \"timestamp\": 114.22,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3925,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"may\",\n                \"score\": 0.2084595\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.82,\n        \"word\": \"Come\",\n        \"timestamp\": 114.38,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3926,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1773987\n            }\n        ]\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.82,\n        \"word\": \"In\",\n        \"timestamp\": 114.53,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3927,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"coming\",\n                \"score\": 0.1773987\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"This\",\n        \"timestamp\": 114.66,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3928,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"Week\",\n        \"timestamp\": 114.88,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3929,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"Which\",\n        \"timestamp\": 115.2,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3930,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"May\",\n        \"timestamp\": 115.42,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3931,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.37,\n        \"score\": 0.85,\n        \"word\": \"Triggered\",\n        \"timestamp\": 115.6,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3932,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"trigger\",\n                \"score\": 0.1571658\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.83,\n        \"word\": \"This\",\n        \"timestamp\": 115.96,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3933,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.08038136\n            },\n            {\n                \"word\": \"his\",\n                \"score\": 0.07154764\n            },\n            {\n                \"word\": \"is\",\n                \"score\": 0.0196175\n            }\n        ]\n    },\n    {\n        \"length\": 0.37,\n        \"score\": 0.96,\n        \"word\": \"Auction\",\n        \"timestamp\": 116.18,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3934,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.02654605\n            },\n            {\n                \"word\": \"option\",\n                \"score\": 0.01576553\n            }\n        ]\n    },\n    {\n        \"length\": 0.37,\n        \"score\": 0.85,\n        \"word\": \"Price\",\n        \"timestamp\": 116.55,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3935,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.3500898\n            },\n            {\n                \"word\": \"option\",\n                \"score\": 0.02654605\n            }\n        ]\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 0.85,\n        \"word\": \"At\",\n        \"timestamp\": 116.92,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3936,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"process\",\n                \"score\": 0.3766358\n            }\n        ]\n    },\n    {\n        \"length\": 0.38,\n        \"score\": 1,\n        \"word\": \"Which\",\n        \"timestamp\": 117.28,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3937,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.64,\n        \"score\": 1,\n        \"word\": \"Hopefully\",\n        \"timestamp\": 117.72,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3938,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.23,\n        \"score\": 0.94,\n        \"word\": \"I'll\",\n        \"timestamp\": 118.44,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3939,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.5995019\n            }\n        ]\n    },\n    {\n        \"length\": 0.25,\n        \"score\": 0.92,\n        \"word\": \"Come\",\n        \"timestamp\": 118.67,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3940,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"our\",\n                \"score\": 0.1797131\n            },\n            {\n                \"word\": \"or\",\n                \"score\": 0.1070907\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.09115829\n            },\n            {\n                \"word\": \"all\",\n                \"score\": 0.09115747\n            },\n            {\n                \"word\": \"i'll\",\n                \"score\": 0.05199672\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.04752862\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.03085702\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.92,\n        \"word\": \"And\",\n        \"timestamp\": 118.92,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3941,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"common\",\n                \"score\": 0.5191993\n            },\n            {\n                \"word\": \"combination\",\n                \"score\": 0.08030257\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Eight\",\n        \"timestamp\": 119.06,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3942,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.95,\n        \"word\": \"And\",\n        \"timestamp\": 119.26,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3943,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"in\",\n                \"score\": 0.04507351\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.92,\n        \"word\": \"A\",\n        \"timestamp\": 119.36,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3944,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"it\",\n                \"score\": 0.04467906\n            },\n            {\n                \"word\": \"its\",\n                \"score\": 0.03373604\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.02327195\n            },\n            {\n                \"word\": \"it's\",\n                \"score\": 0.009983477\n            }\n        ]\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 1,\n        \"word\": \"Final\",\n        \"timestamp\": 119.44,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3945,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.62,\n        \"word\": \"To\",\n        \"timestamp\": 119.77,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3946,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"the\",\n                \"score\": 0.2612028\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.07909463\n            },\n            {\n                \"word\": \"just\",\n                \"score\": 0.02240928\n            },\n            {\n                \"word\": \"do\",\n                \"score\": 0.01645188\n            }\n        ]\n    },\n    {\n        \"length\": 0.31,\n        \"score\": 0.92,\n        \"word\": \"Fish\",\n        \"timestamp\": 119.87,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3947,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"dish\",\n                \"score\": 0.0505556\n            },\n            {\n                \"word\": \"finish\",\n                \"score\": 0.0319532\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 1,\n        \"word\": \"By\",\n        \"timestamp\": 120.24,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3948,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 1,\n        \"word\": \"The\",\n        \"timestamp\": 120.38,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3949,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 1,\n        \"word\": \"End\",\n        \"timestamp\": 120.52,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3950,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 1,\n        \"word\": \"Of\",\n        \"timestamp\": 120.6,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3951,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.92,\n        \"word\": \"This\",\n        \"timestamp\": 120.7,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3952,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"each\",\n                \"score\": 0.05581263\n            },\n            {\n                \"word\": \"his\",\n                \"score\": 0.01615457\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.01137931\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 0.99,\n        \"word\": \"Year\",\n        \"timestamp\": 120.86,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3953,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"sheer\",\n                \"score\": 0.01137931\n            }\n        ]\n    },\n    {\n        \"length\": 0.23,\n        \"score\": 0.68,\n        \"word\": \"India\",\n        \"timestamp\": 121.32,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3954,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"indian\",\n                \"score\": 0.1283132\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.09185843\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.0417941\n            },\n            {\n                \"word\": \"you're\",\n                \"score\": 0.04098713\n            },\n            {\n                \"word\": \"into\",\n                \"score\": 0.01757116\n            }\n        ]\n    },\n    {\n        \"length\": 0.58,\n        \"score\": 1,\n        \"word\": \"January\",\n        \"timestamp\": 121.58,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3955,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 1,\n        \"word\": \"Surely\",\n        \"timestamp\": 122.58,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3956,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"troy\",\n                \"score\": 0.7102188\n            },\n            {\n                \"word\": \"purely\",\n                \"score\": 0.02942706\n            }\n        ]\n    },\n    {\n        \"length\": 0.76,\n        \"score\": 1,\n        \"word\": \"Thereafter\",\n        \"timestamp\": 122.92,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3957,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.68,\n        \"word\": \"Get\",\n        \"timestamp\": 123.86,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3958,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2123554\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.07197996\n            },\n            {\n                \"word\": \"apparent\",\n                \"score\": 0.03923756\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.68,\n        \"word\": \"A\",\n        \"timestamp\": 124.01,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3959,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"paradox\",\n                \"score\": 0.08906704\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.06734618\n            },\n            {\n                \"word\": \"power\",\n                \"score\": 0.03954092\n            },\n            {\n                \"word\": \"pal\",\n                \"score\": 0.03828298\n            },\n            {\n                \"word\": \"parrot\",\n                \"score\": 0.02363228\n            },\n            {\n                \"word\": \"our\",\n                \"score\": 0.02126624\n            },\n            {\n                \"word\": \"powerful\",\n                \"score\": 0.00817255\n            },\n            {\n                \"word\": \"apparel\",\n                \"score\": 0.007670472\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.007506992\n            },\n            {\n                \"word\": \"powder\",\n                \"score\": 0.007187397\n            },\n            {\n                \"word\": \"powered\",\n                \"score\": 0.00556756\n            }\n        ]\n    },\n    {\n        \"length\": 0.5,\n        \"score\": 0.97,\n        \"word\": \"Licence\",\n        \"timestamp\": 124.66,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3960,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"license\",\n                \"score\": 0.02799499\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.87,\n        \"word\": \"Your\",\n        \"timestamp\": 125.18,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3961,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.9443228\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.0292437\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.02643347\n            }\n        ]\n    },\n    {\n        \"length\": 0.44,\n        \"score\": 1,\n        \"word\": \"Business\",\n        \"timestamp\": 125.66,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3962,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.17,\n        \"score\": 1,\n        \"word\": \"As\",\n        \"timestamp\": 126.2,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3963,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.47,\n        \"word\": \"He\",\n        \"timestamp\": 126.42,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3964,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"me\",\n                \"score\": 0.180457\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.1454541\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.08719693\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.06038616\n            },\n            {\n                \"word\": \"get\",\n                \"score\": 0.03521707\n            },\n            {\n                \"word\": \"nick\",\n                \"score\": 0.02212835\n            }\n        ]\n    },\n    {\n        \"length\": 0.48,\n        \"score\": 1,\n        \"word\": \"Company\",\n        \"timestamp\": 126.56,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3965,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.38,\n        \"score\": 0.6,\n        \"word\": \"And\",\n        \"timestamp\": 127.15,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3966,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"we\",\n                \"score\": 0.20617\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1199619\n            },\n            {\n                \"word\": \"had\",\n                \"score\": 0.03288329\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.02267788\n            },\n            {\n                \"word\": \"been\",\n                \"score\": 0.01226424\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.01022363\n            }\n        ]\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 0.72,\n        \"word\": \"Cry\",\n        \"timestamp\": 127.94,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3967,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"try\",\n                \"score\": 0.23122\n            },\n            {\n                \"word\": \"credit\",\n                \"score\": 0.01986463\n            },\n            {\n                \"word\": \"cried\",\n                \"score\": 0.01296237\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.01142586\n            },\n            {\n                \"word\": \"create\",\n                \"score\": 0.007698985\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"That\",\n        \"timestamp\": 128.88,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3968,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.38,\n        \"score\": 1,\n        \"word\": \"Doesn't\",\n        \"timestamp\": 129.04,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3969,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 1,\n        \"word\": \"Mean\",\n        \"timestamp\": 129.48,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3970,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 1,\n        \"word\": \"That\",\n        \"timestamp\": 129.78,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3971,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.92,\n        \"word\": \"We're\",\n        \"timestamp\": 130.32,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3972,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"we\",\n                \"score\": 0.09766754\n            },\n            {\n                \"word\": \"were\",\n                \"score\": 0.0775648\n            },\n            {\n                \"word\": \"would\",\n                \"score\": 0.01642198\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.54,\n        \"word\": \"Down\",\n        \"timestamp\": 130.48,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3973,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"diner\",\n                \"score\": 0.5062424\n            },\n            {\n                \"word\": \"done\",\n                \"score\": 0.3266858\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.04563553\n            },\n            {\n                \"word\": \"dina\",\n                \"score\": 0.0182942\n            },\n            {\n                \"word\": \"diana\",\n                \"score\": 0.01528136\n            },\n            {\n                \"word\": \"dinah\",\n                \"score\": 0.01089151\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.71,\n        \"word\": \"In\",\n        \"timestamp\": 130.72,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3974,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"diner\",\n                \"score\": 0.5062424\n            },\n            {\n                \"word\": \"done\",\n                \"score\": 0.3266858\n            },\n            {\n                \"word\": \"down\",\n                \"score\": 0.07696921\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.04563553\n            },\n            {\n                \"word\": \"dina\",\n                \"score\": 0.0182942\n            },\n            {\n                \"word\": \"diana\",\n                \"score\": 0.01528136\n            },\n            {\n                \"word\": \"dinah\",\n                \"score\": 0.01089151\n            }\n        ]\n    },\n    {\n        \"length\": 0.11,\n        \"score\": 0.66,\n        \"word\": \"Which\",\n        \"timestamp\": 130.83,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3975,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"we're\",\n                \"score\": 0.2364484\n            },\n            {\n                \"word\": \"we\",\n                \"score\": 0.1188275\n            },\n            {\n                \"word\": \"done\",\n                \"score\": 0.04563553\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.04276355\n            },\n            {\n                \"word\": \"here\",\n                \"score\": 0.03386586\n            },\n            {\n                \"word\": \"would\",\n                \"score\": 0.006824146\n            },\n            {\n                \"word\": \"we'll\",\n                \"score\": 0.004506309\n            },\n            {\n                \"word\": \"we'd\",\n                \"score\": 0.002585824\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.55,\n        \"word\": \"Is\",\n        \"timestamp\": 130.94,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3976,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"just\",\n                \"score\": 0.2867996\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1332825\n            },\n            {\n                \"word\": \"we\",\n                \"score\": 0.1045824\n            },\n            {\n                \"word\": \"has\",\n                \"score\": 0.02058306\n            },\n            {\n                \"word\": \"isn't\",\n                \"score\": 0.01622491\n            },\n            {\n                \"word\": \"were\",\n                \"score\": 0.01351822\n            },\n            {\n                \"word\": \"we're\",\n                \"score\": 0.01080022\n            }\n        ]\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.71,\n        \"word\": \"A\",\n        \"timestamp\": 131.09,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3977,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"are\",\n                \"score\": 0.2587984\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.0141724\n            },\n            {\n                \"word\": \"our\",\n                \"score\": 0.01204299\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.009605757\n            }\n        ]\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 0.66,\n        \"word\": \"Trading\",\n        \"timestamp\": 131.18,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3978,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"training\",\n                \"score\": 0.1595941\n            },\n            {\n                \"word\": \"train\",\n                \"score\": 0.1197441\n            },\n            {\n                \"word\": \"trailing\",\n                \"score\": 0.06188802\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 0.99,\n        \"word\": \"Normal\",\n        \"timestamp\": 131.51,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3979,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"or\",\n                \"score\": 0.021531\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 1,\n        \"word\": \"We\",\n        \"timestamp\": 131.8,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3980,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Got\",\n        \"timestamp\": 131.94,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3981,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"It.\",\n        \"timestamp\": 132.14,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3982,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 0.59,\n        \"word\": \"Bad\",\n        \"timestamp\": 133.4,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3983,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.9816425\n            },\n            {\n                \"word\": \"certainly\",\n                \"score\": 0.01732984\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.001027634\n            }\n        ]\n    },\n    {\n        \"length\": 0.4,\n        \"score\": 0.86,\n        \"word\": \"Spat\",\n        \"timestamp\": 133.59,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3984,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"splat\",\n                \"score\": 0.1155999\n            },\n            {\n                \"word\": \"third\",\n                \"score\": 0.01463423\n            },\n            {\n                \"word\": \"just\",\n                \"score\": 0.008317539\n            },\n            {\n                \"word\": \"shirt\",\n                \"score\": 0.002636936\n            },\n            {\n                \"word\": \"first\",\n                \"score\": 0.001162312\n            },\n            {\n                \"word\": \"certain\",\n                \"score\": 0.001027634\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"With\",\n        \"timestamp\": 134,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3985,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.4,\n        \"score\": 1,\n        \"word\": \"Everybody\",\n        \"timestamp\": 134.1,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3986,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.04,\n        \"score\": 0.71,\n        \"word\": \"You\",\n        \"timestamp\": 134.5,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3987,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.3120838\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.09029435\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.02227598\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.81,\n        \"word\": \"Know\",\n        \"timestamp\": 134.56,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3988,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"out\",\n                \"score\": 0.1125703\n            },\n            {\n                \"word\": \"no\",\n                \"score\": 0.05821967\n            },\n            {\n                \"word\": \"now\",\n                \"score\": 0.02179527\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"The\",\n        \"timestamp\": 135.18,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3989,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 0.69,\n        \"word\": \"A\",\n        \"timestamp\": 135.34,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3990,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"are\",\n                \"score\": 0.1720316\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.09622134\n            },\n            {\n                \"word\": \"or\",\n                \"score\": 0.02480582\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.01517426\n            }\n        ]\n    },\n    {\n        \"length\": 0.11,\n        \"score\": 0.87,\n        \"word\": \"To\",\n        \"timestamp\": 135.4,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3991,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"do\",\n                \"score\": 0.2491076\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.01517426\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.98,\n        \"word\": \"We\",\n        \"timestamp\": 135.52,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3992,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"we've\",\n                \"score\": 0.01868665\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.98,\n        \"word\": \"Found\",\n        \"timestamp\": 135.6,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3993,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"time\",\n                \"score\": 0.02328754\n            }\n        ]\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 0.55,\n        \"word\": \"We\",\n        \"timestamp\": 135.8,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3994,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"wicked\",\n                \"score\": 0.4342668\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.01868665\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.55,\n        \"word\": \"Can\",\n        \"timestamp\": 135.99,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3995,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.4342668\n            },\n            {\n                \"word\": \"wicked\",\n                \"score\": 0.01868665\n            }\n        ]\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.73,\n        \"word\": \"Get\",\n        \"timestamp\": 136.08,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3996,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"can\",\n                \"score\": 0.5470465\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.4342668\n            },\n            {\n                \"word\": \"wicked\",\n                \"score\": 0.01868665\n            }\n        ]\n    },\n    {\n        \"length\": 0.04,\n        \"score\": 0.97,\n        \"word\": \"A\",\n        \"timestamp\": 136.24,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3997,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"to\",\n                \"score\": 0.03217083\n            }\n        ]\n    },\n    {\n        \"length\": 0.42,\n        \"score\": 1,\n        \"word\": \"Retail\",\n        \"timestamp\": 136.28,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3998,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.36,\n        \"word\": \"I\",\n        \"timestamp\": 136.97,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 3999,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 0.86,\n        \"word\": \"Either\",\n        \"timestamp\": 137.24,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4000,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"i\",\n                \"score\": 0.1290908\n            },\n            {\n                \"word\": \"ida\",\n                \"score\": 0.0131818\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.97,\n        \"word\": \"We\",\n        \"timestamp\": 137.54,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4001,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"were\",\n                \"score\": 0.01229217\n            },\n            {\n                \"word\": \"will\",\n                \"score\": 0.008777298\n            },\n            {\n                \"word\": \"way\",\n                \"score\": 0.008268234\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.74,\n        \"word\": \"Have\",\n        \"timestamp\": 137.66,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4002,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"are\",\n                \"score\": 0.1746823\n            },\n            {\n                \"word\": \"of\",\n                \"score\": 0.04244249\n            },\n            {\n                \"word\": \"young\",\n                \"score\": 0.03506567\n            },\n            {\n                \"word\": \"am\",\n                \"score\": 0.003434939\n            }\n        ]\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.8,\n        \"word\": \"Of\",\n        \"timestamp\": 137.81,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4003,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.242506\n            },\n            {\n                \"word\": \"with\",\n                \"score\": 0.1288292\n            },\n            {\n                \"word\": \"was\",\n                \"score\": 0.03916221\n            },\n            {\n                \"word\": \"have\",\n                \"score\": 0.0195112\n            },\n            {\n                \"word\": \"my\",\n                \"score\": 0.01540843\n            },\n            {\n                \"word\": \"would\",\n                \"score\": 0.003249798\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.74,\n        \"word\": \"Hair\",\n        \"timestamp\": 137.9,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4004,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"head\",\n                \"score\": 0.3824974\n            },\n            {\n                \"word\": \"had\",\n                \"score\": 0.03538954\n            },\n            {\n                \"word\": \"headed\",\n                \"score\": 0.01037998\n            }\n        ]\n    },\n    {\n        \"length\": 0.31,\n        \"score\": 1,\n        \"word\": \"Done\",\n        \"timestamp\": 138.05,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4005,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.67,\n        \"word\": \"Better\",\n        \"timestamp\": 138.62,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4006,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"get\",\n                \"score\": 0.1782025\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.07992627\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.04074606\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.03156395\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.0007866929\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.43,\n        \"word\": \"Read\",\n        \"timestamp\": 138.83,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4007,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"eat\",\n                \"score\": 0.3702471\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.2339174\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.06355666\n            },\n            {\n                \"word\": \"get\",\n                \"score\": 0.05265176\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.01536894\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.01190556\n            },\n            {\n                \"word\": \"better\",\n                \"score\": 0.0007866929\n            }\n        ]\n    },\n    {\n        \"length\": 0.31,\n        \"score\": 0.82,\n        \"word\": \"Dear\",\n        \"timestamp\": 138.95,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4008,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"retail\",\n                \"score\": 0.2533754\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.07992627\n            },\n            {\n                \"word\": \"ear\",\n                \"score\": 0.01915243\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.015644\n            },\n            {\n                \"word\": \"read\",\n                \"score\": 0.007224075\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.99,\n        \"word\": \"Oh\",\n        \"timestamp\": 139.44,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4009,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"only\",\n                \"score\": 0.1887065\n            },\n            {\n                \"word\": \"retail\",\n                \"score\": 0.09557027\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.04523241\n            },\n            {\n                \"word\": \"ear\",\n                \"score\": 0.007224075\n            }\n        ]\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 0.88,\n        \"word\": \"Wish\",\n        \"timestamp\": 139.56,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4010,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"which\",\n                \"score\": 0.6779998\n            },\n            {\n                \"word\": \"only\",\n                \"score\": 0.1480267\n            },\n            {\n                \"word\": \"ish\",\n                \"score\": 0.1370809\n            },\n            {\n                \"word\": \"should\",\n                \"score\": 0.03689254\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.97,\n        \"word\": \"We\",\n        \"timestamp\": 139.76,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4011,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"screed\",\n                \"score\": 0.05636883\n            },\n            {\n                \"word\": \"screen\",\n                \"score\": 0.02739861\n            },\n            {\n                \"word\": \"squid\",\n                \"score\": 0.009397055\n            }\n        ]\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 1,\n        \"word\": \"Know\",\n        \"timestamp\": 139.9,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4012,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"no\",\n                \"score\": 0.03750759\n            },\n            {\n                \"word\": \"oh\",\n                \"score\": 0.02739861\n            }\n        ]\n    },\n    {\n        \"length\": 0.17,\n        \"score\": 0.9,\n        \"word\": \"What\",\n        \"timestamp\": 140.09,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4013,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"know\",\n                \"score\": 0.9350938\n            },\n            {\n                \"word\": \"no\",\n                \"score\": 0.03750759\n            },\n            {\n                \"word\": \"oh\",\n                \"score\": 0.02739861\n            }\n        ]\n    },\n    {\n        \"length\": 0.25,\n        \"score\": 0.82,\n        \"word\": \"Maybe\",\n        \"timestamp\": 140.26,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4014,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"may\",\n                \"score\": 0.6564183\n            },\n            {\n                \"word\": \"nib\",\n                \"score\": 0.1601965\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.06312393\n            },\n            {\n                \"word\": \"what\",\n                \"score\": 0.0441638\n            },\n            {\n                \"word\": \"nick\",\n                \"score\": 0.01455508\n            },\n            {\n                \"word\": \"negative\",\n                \"score\": 0.01181711\n            },\n            {\n                \"word\": \"knibb\",\n                \"score\": 0.008608486\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.78,\n        \"word\": \"If\",\n        \"timestamp\": 140.52,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4015,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"be\",\n                \"score\": 0.6564183\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2674412\n            },\n            {\n                \"word\": \"maybe\",\n                \"score\": 0.07614044\n            }\n        ]\n    },\n    {\n        \"length\": 0.05,\n        \"score\": 0.51,\n        \"word\": \"You\",\n        \"timestamp\": 140.67,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4016,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"Look\",\n        \"timestamp\": 140.76,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4017,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.36,\n        \"score\": 1,\n        \"word\": \"Like\",\n        \"timestamp\": 140.98,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4018,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.92,\n        \"word\": \"With\",\n        \"timestamp\": 141.68,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4019,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"we're\",\n                \"score\": 0.4006271\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1046134\n            }\n        ]\n    },\n    {\n        \"length\": 0.25,\n        \"score\": 0.99,\n        \"word\": \"That\",\n        \"timestamp\": 141.89,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4020,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"at\",\n                \"score\": 0.00601014\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.92,\n        \"word\": \"We\",\n        \"timestamp\": 142.49,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4021,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"be\",\n                \"score\": 0.05212347\n            },\n            {\n                \"word\": \"these\",\n                \"score\": 0.01494194\n            },\n            {\n                \"word\": \"this\",\n                \"score\": 0.01454462\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"Cut\",\n        \"timestamp\": 142.64,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4022,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.07,\n        \"score\": 1,\n        \"word\": \"It\",\n        \"timestamp\": 142.8,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4023,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.07,\n        \"score\": 0.38,\n        \"word\": \"All\",\n        \"timestamp\": 142.87,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4024,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a\",\n                \"score\": 0.1968386\n            },\n            {\n                \"word\": \"no\",\n                \"score\": 0.1218367\n            },\n            {\n                \"word\": \"know\",\n                \"score\": 0.1018543\n            },\n            {\n                \"word\": \"or\",\n                \"score\": 0.07218532\n            },\n            {\n                \"word\": \"oh\",\n                \"score\": 0.06438813\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.0183016\n            },\n            {\n                \"word\": \"out\",\n                \"score\": 0.01577808\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.01422254\n            },\n            {\n                \"word\": \"over\",\n                \"score\": 0.01160942\n            },\n            {\n                \"word\": \"away\",\n                \"score\": 0.005959817\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.51,\n        \"word\": \"What\",\n        \"timestamp\": 142.97,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4025,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"word\",\n                \"score\": 0.3661589\n            },\n            {\n                \"word\": \"worked\",\n                \"score\": 0.2764958\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.1695791\n            },\n            {\n                \"word\": \"know\",\n                \"score\": 0.01422254\n            },\n            {\n                \"word\": \"work\",\n                \"score\": 0.01240054\n            },\n            {\n                \"word\": \"works\",\n                \"score\": 0.008191562\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.63,\n        \"word\": \"For\",\n        \"timestamp\": 143.15,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4026,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"four\",\n                \"score\": 0.174494\n            },\n            {\n                \"word\": \"one\",\n                \"score\": 0.1286945\n            },\n            {\n                \"word\": \"form\",\n                \"score\": 0.04444552\n            },\n            {\n                \"word\": \"what\",\n                \"score\": 0.01932167\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.95,\n        \"word\": \"More\",\n        \"timestamp\": 143.36,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4027,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"were\",\n                \"score\": 0.03724965\n            },\n            {\n                \"word\": \"formal\",\n                \"score\": 0.008005429\n            },\n            {\n                \"word\": \"wonderful\",\n                \"score\": 0.006217107\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 0.97,\n        \"word\": \"Work\",\n        \"timestamp\": 143.56,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4028,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"word\",\n                \"score\": 0.03351026\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Go.\",\n        \"timestamp\": 143.84,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4029,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"And\",\n        \"timestamp\": 145.08,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4030,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"Get\",\n        \"timestamp\": 145.84,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4031,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"i'm\",\n                \"score\": 0.001138311\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.94,\n        \"word\": \"The\",\n        \"timestamp\": 146.06,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4032,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"to\",\n                \"score\": 0.03765455\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.02275084\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.6,\n        \"word\": \"Here\",\n        \"timestamp\": 146.14,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4033,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.3026663\n            },\n            {\n                \"word\": \"he\",\n                \"score\": 0.0416806\n            },\n            {\n                \"word\": \"hear\",\n                \"score\": 0.03457781\n            },\n            {\n                \"word\": \"there\",\n                \"score\": 0.02388915\n            }\n        ]\n    },\n    {\n        \"length\": 0.17,\n        \"score\": 0.97,\n        \"word\": \"Is\",\n        \"timestamp\": 146.23,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4034,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"years\",\n                \"score\": 0.02778762\n            }\n        ]\n    },\n    {\n        \"length\": 0.38,\n        \"score\": 1,\n        \"word\": \"That\",\n        \"timestamp\": 146.4,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4035,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"It\",\n        \"timestamp\": 146.92,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4036,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"Sounds\",\n        \"timestamp\": 147.14,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4037,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"Like\",\n        \"timestamp\": 147.4,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4038,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.23,\n        \"score\": 0.85,\n        \"word\": \"Please\",\n        \"timestamp\": 147.64,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4039,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a\",\n                \"score\": 0.5254639\n            },\n            {\n                \"word\": \"our\",\n                \"score\": 0.3095071\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.1412602\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.02376879\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.84,\n        \"word\": \"He's\",\n        \"timestamp\": 147.72,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4040,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"these\",\n                \"score\": 0.09755484\n            },\n            {\n                \"word\": \"he\",\n                \"score\": 0.03633713\n            },\n            {\n                \"word\": \"ali's\",\n                \"score\": 0.02376879\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.82,\n        \"word\": \"Thanks\",\n        \"timestamp\": 147.9,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4041,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"banks\",\n                \"score\": 0.7607829\n            },\n            {\n                \"word\": \"better\",\n                \"score\": 0.2066316\n            },\n            {\n                \"word\": \"bank\",\n                \"score\": 0.03258552\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.88,\n        \"word\": \"For\",\n        \"timestamp\": 148.14,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4042,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"were\",\n                \"score\": 0.4967819\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.2317475\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.2066316\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.009895188\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.007169777\n            }\n        ]\n    },\n    {\n        \"length\": 0.35,\n        \"score\": 1,\n        \"word\": \"Talking\",\n        \"timestamp\": 148.23,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4043,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.93,\n        \"word\": \"Or\",\n        \"timestamp\": 148.6,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4044,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"are\",\n                \"score\": 0.08771081\n            },\n            {\n                \"word\": \"all\",\n                \"score\": 0.01675482\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.9,\n        \"word\": \"At\",\n        \"timestamp\": 148.69,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4045,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.04406859\n            },\n            {\n                \"word\": \"we\",\n                \"score\": 0.04364222\n            },\n            {\n                \"word\": \"right\",\n                \"score\": 0.01675482\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.89,\n        \"word\": \"Least\",\n        \"timestamp\": 148.79,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4046,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"we\",\n                \"score\": 0.05248673\n            },\n            {\n                \"word\": \"think\",\n                \"score\": 0.0519789\n            },\n            {\n                \"word\": \"leasing\",\n                \"score\": 0.007577681\n            }\n        ]\n    },\n    {\n        \"length\": 0.23,\n        \"score\": 0.71,\n        \"word\": \"Finger\",\n        \"timestamp\": 148.99,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4047,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"single\",\n                \"score\": 0.1127359\n            },\n            {\n                \"word\": \"think\",\n                \"score\": 0.09278402\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.05955658\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.02028088\n            }\n        ]\n    },\n    {\n        \"length\": 0.38,\n        \"score\": 0.9,\n        \"word\": \"Why\",\n        \"timestamp\": 149.22,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4048,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"like\",\n                \"score\": 0.8595237\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.06477561\n            },\n            {\n                \"word\": \"alike\",\n                \"score\": 0.05248673\n            },\n            {\n                \"word\": \"eye\",\n                \"score\": 0.009348673\n            },\n            {\n                \"word\": \"lie\",\n                \"score\": 0.007210549\n            },\n            {\n                \"word\": \"aye\",\n                \"score\": 0.006654779\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Not\",\n        \"timestamp\": 149.62,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4049,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"that\",\n                \"score\": 0.4700765\n            },\n            {\n                \"word\": \"now\",\n                \"score\": 0.005092036\n            }\n        ]\n    },\n    {\n        \"length\": 0.36,\n        \"score\": 0.92,\n        \"word\": \"Hire\",\n        \"timestamp\": 149.8,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4050,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"higher\",\n                \"score\": 0.7247205\n            },\n            {\n                \"word\": \"hiya\",\n                \"score\": 0.1089867\n            },\n            {\n                \"word\": \"either\",\n                \"score\": 0.01695386\n            },\n            {\n                \"word\": \"tyre\",\n                \"score\": 0.005092036\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 0.99,\n        \"word\": \"Right\",\n        \"timestamp\": 150.97,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4051,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.01331869\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.45,\n        \"word\": \"We'll\",\n        \"timestamp\": 151.34,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4052,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"we\",\n                \"score\": 0.3129282\n            },\n            {\n                \"word\": \"be\",\n                \"score\": 0.1538624\n            },\n            {\n                \"word\": \"me\",\n                \"score\": 0.05319954\n            },\n            {\n                \"word\": \"wheel\",\n                \"score\": 0.01356413\n            },\n            {\n                \"word\": \"meal\",\n                \"score\": 0.0065603\n            },\n            {\n                \"word\": \"real\",\n                \"score\": 0.004699852\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.002944804\n            },\n            {\n                \"word\": \"yeah\",\n                \"score\": 0.001591975\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.59,\n        \"word\": \"A\",\n        \"timestamp\": 151.44,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4053,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"we'll\",\n                \"score\": 0.4506488\n            },\n            {\n                \"word\": \"we\",\n                \"score\": 0.3129282\n            },\n            {\n                \"word\": \"be\",\n                \"score\": 0.1538624\n            },\n            {\n                \"word\": \"me\",\n                \"score\": 0.05319954\n            },\n            {\n                \"word\": \"wheel\",\n                \"score\": 0.01356413\n            },\n            {\n                \"word\": \"meal\",\n                \"score\": 0.0065603\n            },\n            {\n                \"word\": \"real\",\n                \"score\": 0.004699852\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.002944804\n            },\n            {\n                \"word\": \"yeah\",\n                \"score\": 0.001591975\n            }\n        ]\n    },\n    {\n        \"length\": 0.27,\n        \"score\": 0.63,\n        \"word\": \"Trying\",\n        \"timestamp\": 151.65,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4054,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"try\",\n                \"score\": 0.1845973\n            },\n            {\n                \"word\": \"la\",\n                \"score\": 0.0919675\n            },\n            {\n                \"word\": \"add\",\n                \"score\": 0.06939846\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.009602918\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.007219334\n            },\n            {\n                \"word\": \"realised\",\n                \"score\": 0.004536779\n            }\n        ]\n    },\n    {\n        \"length\": 0.07,\n        \"score\": 0.63,\n        \"word\": \"To\",\n        \"timestamp\": 151.94,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4055,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"and\",\n                \"score\": 0.2374191\n            },\n            {\n                \"word\": \"shan't\",\n                \"score\": 0.068175\n            },\n            {\n                \"word\": \"can't\",\n                \"score\": 0.02901668\n            },\n            {\n                \"word\": \"chunk\",\n                \"score\": 0.009734739\n            },\n            {\n                \"word\": \"get\",\n                \"score\": 0.009602918\n            },\n            {\n                \"word\": \"add\",\n                \"score\": 0.007219334\n            },\n            {\n                \"word\": \"trunk\",\n                \"score\": 0.00397141\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.002183093\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.8,\n        \"word\": \"Do\",\n        \"timestamp\": 152.02,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4056,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"good\",\n                \"score\": 0.1482594\n            },\n            {\n                \"word\": \"get\",\n                \"score\": 0.02431258\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.009602918\n            },\n            {\n                \"word\": \"did\",\n                \"score\": 0.007276216\n            },\n            {\n                \"word\": \"chanted\",\n                \"score\": 0.007219334\n            }\n        ]\n    },\n    {\n        \"length\": 0.21,\n        \"score\": 0.55,\n        \"word\": \"Than\",\n        \"timestamp\": 152.16,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4057,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"that\",\n                \"score\": 0.3027788\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.1966704\n            },\n            {\n                \"word\": \"then\",\n                \"score\": 0.1811414\n            }\n        ]\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 0.96,\n        \"word\": \"White\",\n        \"timestamp\": 152.38,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4058,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"wipe\",\n                \"score\": 0.02220708\n            },\n            {\n                \"word\": \"wait\",\n                \"score\": 0.01905166\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"With\",\n        \"timestamp\": 152.81,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4059,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.52,\n        \"score\": 1,\n        \"word\": \"Perceived\",\n        \"timestamp\": 153.01,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4060,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"To\",\n        \"timestamp\": 153.42,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4061,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"Be\",\n        \"timestamp\": 153.54,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4062,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.89,\n        \"word\": \"Or.\",\n        \"timestamp\": 153.95,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4063,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"for\",\n                \"score\": 0.8104991\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.09794716\n            },\n            {\n                \"word\": \"four\",\n                \"score\": 0.09155377\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 1,\n        \"word\": \"The\",\n        \"timestamp\": 155.37,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4064,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"and\",\n                \"score\": 0.01366039\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"Bad\",\n        \"timestamp\": 155.45,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4065,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.006919926\n            },\n            {\n                \"word\": \"baddies\",\n                \"score\": 0.001924648\n            },\n            {\n                \"word\": \"babbies\",\n                \"score\": 0.00163113\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 1,\n        \"word\": \"News\",\n        \"timestamp\": 155.73,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4066,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"has\",\n                \"score\": 0.004845566\n            },\n            {\n                \"word\": \"baddies\",\n                \"score\": 0.003745572\n            },\n            {\n                \"word\": \"babbies\",\n                \"score\": 0.003174354\n            },\n            {\n                \"word\": \"mood\",\n                \"score\": 0.002510064\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.99,\n        \"word\": \"Is\",\n        \"timestamp\": 155.87,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4067,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.62,\n        \"word\": \"Get\",\n        \"timestamp\": 156.13,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4068,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.6835458\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.0150279\n            },\n            {\n                \"word\": \"he\",\n                \"score\": 0.01201232\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.01164702\n            },\n            {\n                \"word\": \"cat\",\n                \"score\": 0.00619108\n            },\n            {\n                \"word\": \"kat\",\n                \"score\": 0.00566445\n            }\n        ]\n    },\n    {\n        \"length\": 0.07,\n        \"score\": 0.79,\n        \"word\": \"A\",\n        \"timestamp\": 156.32,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4069,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"can\",\n                \"score\": 0.1654051\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.07632037\n            },\n            {\n                \"word\": \"cat\",\n                \"score\": 0.03478611\n            },\n            {\n                \"word\": \"kat\",\n                \"score\": 0.03182711\n            },\n            {\n                \"word\": \"get\",\n                \"score\": 0.03050197\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.01944119\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.01508515\n            },\n            {\n                \"word\": \"cats\",\n                \"score\": 0.01166623\n            },\n            {\n                \"word\": \"cat's\",\n                \"score\": 0.005866149\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.0001860144\n            },\n            {\n                \"word\": \"he\",\n                \"score\": 0.0001749435\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 1,\n        \"word\": \"Start\",\n        \"timestamp\": 156.41,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4070,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"can\",\n                \"score\": 0.0005798192\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.0002239089\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.0002139349\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.0001162435\n            }\n        ]\n    },\n    {\n        \"length\": 0.25,\n        \"score\": 0.73,\n        \"word\": \"Over\",\n        \"timestamp\": 156.88,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4071,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"cover\",\n                \"score\": 0.5737234\n            },\n            {\n                \"word\": \"of\",\n                \"score\": 0.08172773\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.0132207\n            },\n            {\n                \"word\": \"start\",\n                \"score\": 0.001133907\n            }\n        ]\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.91,\n        \"word\": \"With\",\n        \"timestamp\": 157.13,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4072,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"where\",\n                \"score\": 0.1459766\n            },\n            {\n                \"word\": \"overweight\",\n                \"score\": 0.01382811\n            },\n            {\n                \"word\": \"whether\",\n                \"score\": 0.01004246\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.002431177\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.0009209616\n            },\n            {\n                \"word\": \"over\",\n                \"score\": 0.0005264945\n            }\n        ]\n    },\n    {\n        \"length\": 0.05,\n        \"score\": 0.65,\n        \"word\": \"The\",\n        \"timestamp\": 157.26,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4073,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"with\",\n                \"score\": 0.8262742\n            },\n            {\n                \"word\": \"where\",\n                \"score\": 0.1459766\n            },\n            {\n                \"word\": \"overweight\",\n                \"score\": 0.01382811\n            },\n            {\n                \"word\": \"whether\",\n                \"score\": 0.01004246\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.002431177\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.0009209616\n            },\n            {\n                \"word\": \"over\",\n                \"score\": 0.0005264945\n            }\n        ]\n    },\n    {\n        \"length\": 0.56,\n        \"score\": 0.96,\n        \"word\": \"Contract\",\n        \"timestamp\": 157.31,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4074,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"contracts\",\n                \"score\": 0.1442292\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.02965244\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.01691849\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.003005002\n            },\n            {\n                \"word\": \"with\",\n                \"score\": 0.002006585\n            },\n            {\n                \"word\": \"where\",\n                \"score\": 0.001872048\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"Which\",\n        \"timestamp\": 157.87,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4075,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"contracts\",\n                \"score\": 0.03560389\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.02203806\n            },\n            {\n                \"word\": \"contract\",\n                \"score\": 0.01785068\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.98,\n        \"word\": \"Is\",\n        \"timestamp\": 158.03,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4076,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"as\",\n                \"score\": 0.2880015\n            },\n            {\n                \"word\": \"has\",\n                \"score\": 0.09458842\n            },\n            {\n                \"word\": \"she's\",\n                \"score\": 0.07549262\n            },\n            {\n                \"word\": \"was\",\n                \"score\": 0.01731063\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Always\",\n        \"timestamp\": 158.14,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4077,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"Pay\",\n        \"timestamp\": 158.33,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4078,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"always\",\n                \"score\": 1\n            }\n        ]\n    },\n    {\n        \"length\": 0.4,\n        \"score\": 0.99,\n        \"word\": \"Phone\",\n        \"timestamp\": 158.6,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4079,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"payphone\",\n                \"score\": 0.01433985\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"But\",\n        \"timestamp\": 159.2,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4080,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"I\",\n        \"timestamp\": 160.14,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4081,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Guy\",\n        \"timestamp\": 160.3,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4082,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"got\",\n                \"score\": 0.961083\n            },\n            {\n                \"word\": \"cut\",\n                \"score\": 0.03205314\n            },\n            {\n                \"word\": \"gotta\",\n                \"score\": 0.006863874\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.87,\n        \"word\": \"Hi\",\n        \"timestamp\": 160.84,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4083,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.9886276\n            },\n            {\n                \"word\": \"kind\",\n                \"score\": 0.0113724\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"There\",\n        \"timestamp\": 161.56,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4084,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"the\",\n                \"score\": 0.04811778\n            },\n            {\n                \"word\": \"cut\",\n                \"score\": 0.03818862\n            },\n            {\n                \"word\": \"of\",\n                \"score\": 0.0113724\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"Is\",\n        \"timestamp\": 161.66,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4085,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"reason\",\n                \"score\": 0.04811778\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"My\",\n        \"timestamp\": 161.78,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4086,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"why\",\n                \"score\": 0.04811778\n            },\n            {\n                \"word\": \"might\",\n                \"score\": 0.01220408\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Car\",\n        \"timestamp\": 161.94,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4087,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"cardew\",\n                \"score\": 0.3481579\n            },\n            {\n                \"word\": \"card\",\n                \"score\": 0.147085\n            },\n            {\n                \"word\": \"call\",\n                \"score\": 0.03880318\n            },\n            {\n                \"word\": \"cartoonist\",\n                \"score\": 0.03552599\n            },\n            {\n                \"word\": \"called\",\n                \"score\": 0.008543989\n            }\n        ]\n    },\n    {\n        \"length\": 0.48,\n        \"score\": 0.97,\n        \"word\": \"Ginelli\",\n        \"timestamp\": 162.12,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4088,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"car\",\n                \"score\": 0.421884\n            },\n            {\n                \"word\": \"cardew\",\n                \"score\": 0.3481579\n            },\n            {\n                \"word\": \"card\",\n                \"score\": 0.147085\n            },\n            {\n                \"word\": \"call\",\n                \"score\": 0.03880318\n            },\n            {\n                \"word\": \"cartoonist\",\n                \"score\": 0.03552599\n            },\n            {\n                \"word\": \"called\",\n                \"score\": 0.008543989\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"Was\",\n        \"timestamp\": 162.6,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4089,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Pretty\",\n        \"timestamp\": 163.28,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4090,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"Much\",\n        \"timestamp\": 163.46,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4091,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.79,\n        \"word\": \"To\",\n        \"timestamp\": 163.74,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4092,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"the\",\n                \"score\": 0.2087242\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 0.85,\n        \"word\": \"Check\",\n        \"timestamp\": 163.86,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4093,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"cheque\",\n                \"score\": 0.06567695\n            },\n            {\n                \"word\": \"checking\",\n                \"score\": 0.06302846\n            },\n            {\n                \"word\": \"czech\",\n                \"score\": 0.02188553\n            }\n        ]\n    },\n    {\n        \"length\": 0.46,\n        \"score\": 0.45,\n        \"word\": \"Imbalances\",\n        \"timestamp\": 164.18,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4094,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"bounces\",\n                \"score\": 0.2894953\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.1781475\n            },\n            {\n                \"word\": \"him\",\n                \"score\": 0.08010078\n            }\n        ]\n    },\n    {\n        \"length\": 0.36,\n        \"score\": 0.97,\n        \"word\": \"Say.\",\n        \"timestamp\": 164.76,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4095,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.03150124\n            }\n        ]\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.92,\n        \"word\": \"You\",\n        \"timestamp\": 166.16,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4096,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.07736944\n            }\n        ]\n    },\n    {\n        \"length\": 0.21,\n        \"score\": 0.92,\n        \"word\": \"Know\",\n        \"timestamp\": 166.28,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4097,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.06247918\n            },\n            {\n                \"word\": \"if\",\n                \"score\": 0.01489026\n            }\n        ]\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 1,\n        \"word\": \"If\",\n        \"timestamp\": 167.32,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4098,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 1,\n        \"word\": \"We\",\n        \"timestamp\": 167.71,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4099,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.25,\n        \"score\": 0.86,\n        \"word\": \"God\",\n        \"timestamp\": 167.93,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4100,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"call\",\n                \"score\": 0.7680025\n            },\n            {\n                \"word\": \"called\",\n                \"score\": 0.2317515\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.0002461183\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.67,\n        \"word\": \"You\",\n        \"timestamp\": 168.18,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4101,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.5639214\n            },\n            {\n                \"word\": \"g.\",\n                \"score\": 0.2375251\n            }\n        ]\n    },\n    {\n        \"length\": 0.11,\n        \"score\": 0.61,\n        \"word\": \"And\",\n        \"timestamp\": 168.26,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4102,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"jehan\",\n                \"score\": 0.1819069\n            },\n            {\n                \"word\": \"gean\",\n                \"score\": 0.08685111\n            },\n            {\n                \"word\": \"june\",\n                \"score\": 0.08545032\n            },\n            {\n                \"word\": \"generic\",\n                \"score\": 0.07928974\n            },\n            {\n                \"word\": \"julian\",\n                \"score\": 0.06573389\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.03319791\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.01860624\n            },\n            {\n                \"word\": \"gint\",\n                \"score\": 0.01263915\n            },\n            {\n                \"word\": \"we\",\n                \"score\": 0.0002461183\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.65,\n        \"word\": \"Tell\",\n        \"timestamp\": 168.37,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4103,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"and\",\n                \"score\": 0.4360786\n            },\n            {\n                \"word\": \"jehan\",\n                \"score\": 0.1819069\n            },\n            {\n                \"word\": \"gean\",\n                \"score\": 0.08685111\n            },\n            {\n                \"word\": \"june\",\n                \"score\": 0.08545032\n            },\n            {\n                \"word\": \"generic\",\n                \"score\": 0.07928974\n            },\n            {\n                \"word\": \"julian\",\n                \"score\": 0.06573389\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.03319791\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.01860624\n            },\n            {\n                \"word\": \"gint\",\n                \"score\": 0.01263915\n            },\n            {\n                \"word\": \"we\",\n                \"score\": 0.0002461183\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"O.k.\",\n        \"timestamp\": 168.59,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4104,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"ted\",\n                \"score\": 0.4587581\n            },\n            {\n                \"word\": \"terror\",\n                \"score\": 0.209079\n            },\n            {\n                \"word\": \"terry\",\n                \"score\": 0.178797\n            },\n            {\n                \"word\": \"here\",\n                \"score\": 0.1015972\n            },\n            {\n                \"word\": \"generic\",\n                \"score\": 0.01885235\n            },\n            {\n                \"word\": \"terra\",\n                \"score\": 0.01422341\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.01338887\n            },\n            {\n                \"word\": \"terek\",\n                \"score\": 0.005303948\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.8,\n        \"word\": \"We're\",\n        \"timestamp\": 168.83,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4105,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"are\",\n                \"score\": 0.1015972\n            },\n            {\n                \"word\": \"were\",\n                \"score\": 0.07898086\n            },\n            {\n                \"word\": \"we\",\n                \"score\": 0.06179092\n            },\n            {\n                \"word\": \"when\",\n                \"score\": 0.02192257\n            }\n        ]\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 0.9,\n        \"word\": \"Now\",\n        \"timestamp\": 168.93,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4106,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"on\",\n                \"score\": 0.07331258\n            },\n            {\n                \"word\": \"our\",\n                \"score\": 0.02192257\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"Part\",\n        \"timestamp\": 169.13,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4107,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"Of\",\n        \"timestamp\": 169.41,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4108,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"This\",\n        \"timestamp\": 169.61,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4109,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.33,\n        \"score\": 0.83,\n        \"word\": \"Bank\",\n        \"timestamp\": 169.83,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4110,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.4547175\n            },\n            {\n                \"word\": \"peg\",\n                \"score\": 0.1523291\n            },\n            {\n                \"word\": \"beg\",\n                \"score\": 0.02470573\n            }\n        ]\n    },\n    {\n        \"length\": 0.29,\n        \"score\": 0.83,\n        \"word\": \"In\",\n        \"timestamp\": 170.16,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4111,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"beggin\",\n                \"score\": 0.4547175\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 1,\n        \"word\": \"We\",\n        \"timestamp\": 170.47,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4112,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.41,\n        \"score\": 0.94,\n        \"word\": \"Wanna\",\n        \"timestamp\": 170.62,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4113,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"to\",\n                \"score\": 0.06495915\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.98,\n        \"word\": \"Meet\",\n        \"timestamp\": 171.11,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4114,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"make\",\n                \"score\": 0.02746971\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.78,\n        \"word\": \"With\",\n        \"timestamp\": 171.31,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4115,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"we're\",\n                \"score\": 0.1580479\n            },\n            {\n                \"word\": \"me\",\n                \"score\": 0.06477965\n            }\n        ]\n    },\n    {\n        \"length\": 0.27,\n        \"score\": 0.59,\n        \"word\": \"Here\",\n        \"timestamp\": 171.42,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4116,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"with\",\n                \"score\": 0.7771724\n            },\n            {\n                \"word\": \"we're\",\n                \"score\": 0.1580479\n            },\n            {\n                \"word\": \"me\",\n                \"score\": 0.06477965\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.7,\n        \"word\": \"In\",\n        \"timestamp\": 171.68,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4117,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"him\",\n                \"score\": 0.1913411\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.1049749\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.0008617699\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.61,\n        \"word\": \"One\",\n        \"timestamp\": 171.87,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4118,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"we\",\n                \"score\": 0.4822574\n            },\n            {\n                \"word\": \"will\",\n                \"score\": 0.2199856\n            },\n            {\n                \"word\": \"were\",\n                \"score\": 0.09193388\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.08818407\n            },\n            {\n                \"word\": \"with\",\n                \"score\": 0.07533324\n            },\n            {\n                \"word\": \"we're\",\n                \"score\": 0.01891708\n            },\n            {\n                \"word\": \"we'll\",\n                \"score\": 0.01552642\n            },\n            {\n                \"word\": \"him\",\n                \"score\": 0.005522474\n            },\n            {\n                \"word\": \"well\",\n                \"score\": 0.002339777\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.67,\n        \"word\": \"One\",\n        \"timestamp\": 171.89,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4119,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"won\",\n                \"score\": 0.1613377\n            },\n            {\n                \"word\": \"want\",\n                \"score\": 0.1198964\n            },\n            {\n                \"word\": \"when\",\n                \"score\": 0.04249186\n            },\n            {\n                \"word\": \"went\",\n                \"score\": 0.005992866\n            }\n        ]\n    },\n    {\n        \"length\": 0.57,\n        \"score\": 1,\n        \"word\": \"Explain\",\n        \"timestamp\": 172.06,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4120,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"How\",\n        \"timestamp\": 172.53,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4121,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"That\",\n        \"timestamp\": 172.65,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4122,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.37,\n        \"score\": 0.81,\n        \"word\": \"Work\",\n        \"timestamp\": 172.81,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4123,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"works\",\n                \"score\": 0.6088715\n            },\n            {\n                \"word\": \"worked\",\n                \"score\": 0.1241236\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.008007496\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.79,\n        \"word\": \"In\",\n        \"timestamp\": 173.23,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4124,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"and\",\n                \"score\": 0.2007654\n            },\n            {\n                \"word\": \"work\",\n                \"score\": 0.008007496\n            },\n            {\n                \"word\": \"than\",\n                \"score\": 0.003165276\n            }\n        ]\n    },\n    {\n        \"length\": 0.25,\n        \"score\": 1,\n        \"word\": \"How\",\n        \"timestamp\": 173.73,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4125,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.11,\n        \"score\": 0.47,\n        \"word\": \"Is\",\n        \"timestamp\": 173.99,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4126,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"we\",\n                \"score\": 0.2641476\n            },\n            {\n                \"word\": \"did\",\n                \"score\": 0.1370074\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.04211479\n            },\n            {\n                \"word\": \"do\",\n                \"score\": 0.02752182\n            },\n            {\n                \"word\": \"see\",\n                \"score\": 0.02209252\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.01624954\n            },\n            {\n                \"word\": \"feel\",\n                \"score\": 0.01177562\n            },\n            {\n                \"word\": \"say\",\n                \"score\": 0.005901319\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.97,\n        \"word\": \"It\",\n        \"timestamp\": 174.17,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4127,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"we\",\n                \"score\": 0.01624954\n            },\n            {\n                \"word\": \"fit\",\n                \"score\": 0.01251373\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.001579602\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.97,\n        \"word\": \"End\",\n        \"timestamp\": 174.3,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4128,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"in\",\n                \"score\": 0.2930386\n            }\n        ]\n    },\n    {\n        \"length\": 0.04,\n        \"score\": 0.39,\n        \"word\": \"Of\",\n        \"timestamp\": 174.52,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4129,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"end\",\n                \"score\": 0.7069614\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.2930386\n            }\n        ]\n    },\n    {\n        \"length\": 0.05,\n        \"score\": 0.74,\n        \"word\": \"The\",\n        \"timestamp\": 174.56,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4130,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a\",\n                \"score\": 0.1948731\n            },\n            {\n                \"word\": \"of\",\n                \"score\": 0.06129607\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.003622502\n            }\n        ]\n    },\n    {\n        \"length\": 0.29,\n        \"score\": 1,\n        \"word\": \"Legal\",\n        \"timestamp\": 174.62,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4131,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.68,\n        \"score\": 1,\n        \"word\": \"Structure\",\n        \"timestamp\": 174.91,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4132,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.37,\n        \"score\": 0.63,\n        \"word\": \"Sharing\",\n        \"timestamp\": 175.18,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4133,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"structure\",\n                \"score\": 1\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"Talk\",\n        \"timestamp\": 176.03,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4134,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 1,\n        \"word\": \"To\",\n        \"timestamp\": 176.27,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4135,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 1,\n        \"word\": \"You\",\n        \"timestamp\": 176.35,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4136,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.4,\n        \"score\": 1,\n        \"word\": \"About\",\n        \"timestamp\": 176.41,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4137,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"Had\",\n        \"timestamp\": 177.01,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4138,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.23,\n        \"score\": 0.72,\n        \"word\": \"Set\",\n        \"timestamp\": 177.32,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4139,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"that\",\n                \"score\": 0.2849557\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 1,\n        \"word\": \"The\",\n        \"timestamp\": 177.55,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4140,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.49,\n        \"score\": 0.95,\n        \"word\": \"Process\",\n        \"timestamp\": 177.63,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4141,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"processed\",\n                \"score\": 0.04547156\n            }\n        ]\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.61,\n        \"word\": \"On\",\n        \"timestamp\": 178.35,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4142,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"our\",\n                \"score\": 0.312527\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.02352416\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.02081118\n            },\n            {\n                \"word\": \"i'm\",\n                \"score\": 0.01661875\n            },\n            {\n                \"word\": \"of\",\n                \"score\": 0.01244134\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.00470537\n            }\n        ]\n    },\n    {\n        \"length\": 0.38,\n        \"score\": 0.82,\n        \"word\": \"Tracks\",\n        \"timestamp\": 178.48,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4143,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"track\",\n                \"score\": 0.1491463\n            },\n            {\n                \"word\": \"track's\",\n                \"score\": 0.02634815\n            },\n            {\n                \"word\": \"trax\",\n                \"score\": 0.00904397\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"Going\",\n        \"timestamp\": 178.87,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4144,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.46,\n        \"score\": 0.58,\n        \"word\": \"Forward\",\n        \"timestamp\": 179.13,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4145,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"thawed\",\n                \"score\": 0.4189488\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"I\",\n        \"timestamp\": 180.59,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4146,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.21,\n        \"score\": 0.57,\n        \"word\": \"Went\",\n        \"timestamp\": 180.69,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4147,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"wanted\",\n                \"score\": 0.4015124\n            },\n            {\n                \"word\": \"want\",\n                \"score\": 0.02966551\n            }\n        ]\n    },\n    {\n        \"length\": 0.05,\n        \"score\": 1,\n        \"word\": \"To\",\n        \"timestamp\": 180.9,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4148,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"Find\",\n        \"timestamp\": 180.95,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4149,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.95,\n        \"word\": \"Out\",\n        \"timestamp\": 181.21,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4150,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"that\",\n                \"score\": 0.04882179\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.9,\n        \"word\": \"Your\",\n        \"timestamp\": 181.39,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4151,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"you're\",\n                \"score\": 0.07979202\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.01636354\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"Degree\",\n        \"timestamp\": 181.51,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4152,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"Of\",\n        \"timestamp\": 181.79,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4153,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.58,\n        \"score\": 0.86,\n        \"word\": \"Interest\",\n        \"timestamp\": 181.89,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4154,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"interests\",\n                \"score\": 0.1055302\n            },\n            {\n                \"word\": \"injured\",\n                \"score\": 0.03520856\n            }\n        ]\n    },\n    {\n        \"length\": 0.56,\n        \"score\": 1,\n        \"word\": \"And\",\n        \"timestamp\": 182.91,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4155,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 1,\n        \"word\": \"How\",\n        \"timestamp\": 183.57,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4156,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"Much\",\n        \"timestamp\": 183.71,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4157,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.4,\n        \"score\": 1,\n        \"word\": \"Emotional\",\n        \"timestamp\": 183.87,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4158,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.45,\n        \"score\": 1,\n        \"word\": \"Baggage\",\n        \"timestamp\": 184.27,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4159,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.65,\n        \"word\": \"Eating\",\n        \"timestamp\": 184.75,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4160,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"and\",\n                \"score\": 0.1707647\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.1051215\n            },\n            {\n                \"word\": \"eat\",\n                \"score\": 0.0519915\n            },\n            {\n                \"word\": \"easy\",\n                \"score\": 0.02610609\n            }\n        ]\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 0.8,\n        \"word\": \"Carry\",\n        \"timestamp\": 184.95,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4161,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"carrie\",\n                \"score\": 0.1016034\n            },\n            {\n                \"word\": \"carried\",\n                \"score\": 0.04106285\n            },\n            {\n                \"word\": \"kerry\",\n                \"score\": 0.02831788\n            },\n            {\n                \"word\": \"carey\",\n                \"score\": 0.0164513\n            },\n            {\n                \"word\": \"cary\",\n                \"score\": 0.009069531\n            }\n        ]\n    },\n    {\n        \"length\": 0.36,\n        \"score\": 1,\n        \"word\": \"Over\",\n        \"timestamp\": 185.33,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4162,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 1,\n        \"word\": \"And\",\n        \"timestamp\": 185.77,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4163,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.96,\n        \"word\": \"We're\",\n        \"timestamp\": 185.91,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4164,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.03293851\n            },\n            {\n                \"word\": \"we\",\n                \"score\": 0.02050403\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.97,\n        \"word\": \"Not\",\n        \"timestamp\": 186.03,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4165,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"when\",\n                \"score\": 0.03293851\n            }\n        ]\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 0.72,\n        \"word\": \"Going\",\n        \"timestamp\": 186.18,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4166,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2442402\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.03293851\n            }\n        ]\n    },\n    {\n        \"length\": 0.07,\n        \"score\": 0.78,\n        \"word\": \"To\",\n        \"timestamp\": 186.24,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4167,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"gonna\",\n                \"score\": 0.08933783\n            },\n            {\n                \"word\": \"can\",\n                \"score\": 0.08112226\n            },\n            {\n                \"word\": \"could\",\n                \"score\": 0.04913339\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Be\",\n        \"timestamp\": 186.31,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4168,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 0.97,\n        \"word\": \"The\",\n        \"timestamp\": 186.57,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4169,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"to\",\n                \"score\": 0.6626437\n            }\n        ]\n    },\n    {\n        \"length\": 0.25,\n        \"score\": 0.98,\n        \"word\": \"Same\",\n        \"timestamp\": 186.63,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4170,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"to\",\n                \"score\": 0.6626437\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.3373563\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 0.85,\n        \"word\": \"Me\",\n        \"timestamp\": 186.85,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4171,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"mean\",\n                \"score\": 0.109044\n            },\n            {\n                \"word\": \"name\",\n                \"score\": 0.04509873\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 1,\n        \"word\": \"But\",\n        \"timestamp\": 187.21,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4172,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"put\",\n                \"score\": 0.227032\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.01277818\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.93,\n        \"word\": \"If\",\n        \"timestamp\": 187.35,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4173,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.6916448\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.2810919\n            }\n        ]\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.93,\n        \"word\": \"You\",\n        \"timestamp\": 187.47,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4174,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"for\",\n                \"score\": 0.5217794\n            },\n            {\n                \"word\": \"if\",\n                \"score\": 0.2464903\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.1874902\n            },\n            {\n                \"word\": \"you're\",\n                \"score\": 0.01039531\n            },\n            {\n                \"word\": \"your\",\n                \"score\": 0.00850926\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.65,\n        \"word\": \"Mean\",\n        \"timestamp\": 187.56,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4175,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"me\",\n                \"score\": 0.9170935\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.0399555\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.01821881\n            },\n            {\n                \"word\": \"meet\",\n                \"score\": 0.007310647\n            }\n        ]\n    },\n    {\n        \"length\": 0.33,\n        \"score\": 1,\n        \"word\": \"Think\",\n        \"timestamp\": 187.7,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4176,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.52,\n        \"score\": 1,\n        \"word\": \"People\",\n        \"timestamp\": 187.99,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4177,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.52,\n        \"word\": \"And\",\n        \"timestamp\": 189.12,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4178,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2305417\n            },\n            {\n                \"word\": \"any\",\n                \"score\": 0.1407055\n            },\n            {\n                \"word\": \"out\",\n                \"score\": 0.08820507\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.01841212\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.42,\n        \"word\": \"Added\",\n        \"timestamp\": 189.52,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4179,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"other\",\n                \"score\": 0.1878522\n            },\n            {\n                \"word\": \"of\",\n                \"score\": 0.172973\n            },\n            {\n                \"word\": \"others\",\n                \"score\": 0.1389824\n            },\n            {\n                \"word\": \"avid\",\n                \"score\": 0.03265878\n            },\n            {\n                \"word\": \"did\",\n                \"score\": 0.01841212\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.01535961\n            },\n            {\n                \"word\": \"abbas\",\n                \"score\": 0.0114962\n            },\n            {\n                \"word\": \"abid\",\n                \"score\": 0.004551794\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"These\",\n        \"timestamp\": 189.73,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4180,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.33,\n        \"score\": 1,\n        \"word\": \"People\",\n        \"timestamp\": 189.95,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4181,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.7,\n        \"word\": \"The\",\n        \"timestamp\": 190.28,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4182,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"were\",\n                \"score\": 0.6807576\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.3115774\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.00766505\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.56,\n        \"word\": \"And\",\n        \"timestamp\": 190.41,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4183,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"were\",\n                \"score\": 0.6807576\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.3115774\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.00766505\n            }\n        ]\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 0.77,\n        \"word\": \"Bob\",\n        \"timestamp\": 190.54,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4184,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"involved\",\n                \"score\": 0.5539751\n            },\n            {\n                \"word\": \"barb\",\n                \"score\": 0.3132859\n            },\n            {\n                \"word\": \"barbara\",\n                \"score\": 0.02562838\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 1,\n        \"word\": \"With\",\n        \"timestamp\": 190.85,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4185,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"at\",\n                \"score\": 0.01388066\n            },\n            {\n                \"word\": \"wait\",\n                \"score\": 0.005110968\n            },\n            {\n                \"word\": \"we're\",\n                \"score\": 0.00385648\n            }\n        ]\n    },\n    {\n        \"length\": 0.21,\n        \"score\": 1,\n        \"word\": \"Any\",\n        \"timestamp\": 191.01,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4186,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.82,\n        \"word\": \"Of\",\n        \"timestamp\": 191.23,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4187,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1894189\n            }\n        ]\n    },\n    {\n        \"length\": 0.17,\n        \"score\": 0.82,\n        \"word\": \"What\",\n        \"timestamp\": 191.32,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4188,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"would\",\n                \"score\": 0.1250465\n            },\n            {\n                \"word\": \"point\",\n                \"score\": 0.0523326\n            },\n            {\n                \"word\": \"were\",\n                \"score\": 0.004207537\n            }\n        ]\n    },\n    {\n        \"length\": 0.49,\n        \"score\": 0.59,\n        \"word\": \"Happen\",\n        \"timestamp\": 191.5,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4189,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"happened\",\n                \"score\": 0.5284414\n            },\n            {\n                \"word\": \"been\",\n                \"score\": 0.07065785\n            },\n            {\n                \"word\": \"had\",\n                \"score\": 0.02012185\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.98,\n        \"word\": \"To\",\n        \"timestamp\": 192.1,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4190,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"been\",\n                \"score\": 0.02012185\n            }\n        ]\n    },\n    {\n        \"length\": 0.31,\n        \"score\": 0.9,\n        \"word\": \"Cut\",\n        \"timestamp\": 192.23,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4191,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"to\",\n                \"score\": 0.9798781\n            },\n            {\n                \"word\": \"been\",\n                \"score\": 0.02012185\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 0.95,\n        \"word\": \"Down\",\n        \"timestamp\": 192.54,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4192,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"damn\",\n                \"score\": 0.1013007\n            },\n            {\n                \"word\": \"gam\",\n                \"score\": 0.001510058\n            },\n            {\n                \"word\": \"gan\",\n                \"score\": 0.0008060029\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"Thought\",\n        \"timestamp\": 192.82,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4193,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"far\",\n                \"score\": 0.2541804\n            }\n        ]\n    },\n    {\n        \"length\": 0.46,\n        \"score\": 0.62,\n        \"word\": \"Biden\",\n        \"timestamp\": 193.1,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4194,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"beiden\",\n                \"score\": 0.3145335\n            },\n            {\n                \"word\": \"by\",\n                \"score\": 0.1662929\n            },\n            {\n                \"word\": \"bidens\",\n                \"score\": 0.009643262\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"How\",\n        \"timestamp\": 194.02,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4195,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.33,\n        \"score\": 1,\n        \"word\": \"Much\",\n        \"timestamp\": 194.23,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4196,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.05,\n        \"score\": 0.92,\n        \"word\": \"Are\",\n        \"timestamp\": 194.56,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4197,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"shall\",\n                \"score\": 0.07663091\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"We\",\n        \"timestamp\": 194.61,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4198,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Still\",\n        \"timestamp\": 194.79,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4199,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 0.53,\n        \"word\": \"Going\",\n        \"timestamp\": 194.97,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4200,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.470055\n            }\n        ]\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.53,\n        \"word\": \"To\",\n        \"timestamp\": 195.03,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4201,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"gonna\",\n                \"score\": 0.470055\n            }\n        ]\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 1,\n        \"word\": \"Be\",\n        \"timestamp\": 195.16,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4202,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"If\",\n        \"timestamp\": 195.35,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4203,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.93,\n        \"word\": \"You\",\n        \"timestamp\": 195.61,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4204,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"you're\",\n                \"score\": 0.06510537\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.91,\n        \"word\": \"Know\",\n        \"timestamp\": 195.71,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4205,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"no\",\n                \"score\": 0.09069988\n            }\n        ]\n    },\n    {\n        \"length\": 0.5,\n        \"score\": 1,\n        \"word\": \"Adapted\",\n        \"timestamp\": 195.99,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4206,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"From\",\n        \"timestamp\": 196.49,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4207,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.99,\n        \"word\": \"You\",\n        \"timestamp\": 197.37,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4208,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"we\",\n                \"score\": 0.008503317\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"Guys\",\n        \"timestamp\": 197.55,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4209,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.23,\n        \"score\": 1,\n        \"word\": \"Make\",\n        \"timestamp\": 197.83,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4210,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.35,\n        \"score\": 0.89,\n        \"word\": \"Decisions\",\n        \"timestamp\": 198.06,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4211,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"this\",\n                \"score\": 0.1145449\n            }\n        ]\n    },\n    {\n        \"length\": 0.4,\n        \"score\": 1,\n        \"word\": \"About\",\n        \"timestamp\": 198.43,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4212,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"First\",\n        \"timestamp\": 199.19,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4213,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"Getting\",\n        \"timestamp\": 199.43,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4214,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"It\",\n        \"timestamp\": 199.67,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4215,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 1,\n        \"word\": \"As\",\n        \"timestamp\": 199.87,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4216,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 1,\n        \"word\": \"A\",\n        \"timestamp\": 200.01,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4217,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"Kind\",\n        \"timestamp\": 200.11,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4218,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.03270989\n            }\n        ]\n    },\n    {\n        \"length\": 0.05,\n        \"score\": 1,\n        \"word\": \"Of\",\n        \"timestamp\": 200.23,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4219,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.03270989\n            }\n        ]\n    },\n    {\n        \"length\": 0.04,\n        \"score\": 0.66,\n        \"word\": \"A\",\n        \"timestamp\": 200.28,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4220,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.3298176\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.04235093\n            },\n            {\n                \"word\": \"our\",\n                \"score\": 0.02067644\n            },\n            {\n                \"word\": \"counter\",\n                \"score\": 0.01700816\n            },\n            {\n                \"word\": \"canape\",\n                \"score\": 0.01570174\n            },\n            {\n                \"word\": \"your\",\n                \"score\": 0.01547342\n            }\n        ]\n    },\n    {\n        \"length\": 0.37,\n        \"score\": 1,\n        \"word\": \"Party\",\n        \"timestamp\": 200.32,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4221,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Take\",\n        \"timestamp\": 200.73,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4222,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"technically\",\n                \"score\": 0.9339551\n            },\n            {\n                \"word\": \"them\",\n                \"score\": 0.02939955\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.02016688\n            },\n            {\n                \"word\": \"texan\",\n                \"score\": 0.01529011\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.97,\n        \"word\": \"Them\",\n        \"timestamp\": 200.93,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4223,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"technically\",\n                \"score\": 0.9339551\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.02016688\n            },\n            {\n                \"word\": \"texan\",\n                \"score\": 0.01529011\n            },\n            {\n                \"word\": \"take\",\n                \"score\": 0.001188398\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.81,\n        \"word\": \"We\",\n        \"timestamp\": 201.05,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4224,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"technically\",\n                \"score\": 0.9339551\n            },\n            {\n                \"word\": \"them\",\n                \"score\": 0.02939955\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.02016688\n            },\n            {\n                \"word\": \"texan\",\n                \"score\": 0.01529011\n            },\n            {\n                \"word\": \"take\",\n                \"score\": 0.001188398\n            }\n        ]\n    },\n    {\n        \"length\": 0.21,\n        \"score\": 0.95,\n        \"word\": \"Train\",\n        \"timestamp\": 201.21,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4225,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.0519736\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.001188398\n            }\n        ]\n    },\n    {\n        \"length\": 0.33,\n        \"score\": 0.95,\n        \"word\": \"Back\",\n        \"timestamp\": 201.42,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4226,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"transacting\",\n                \"score\": 0.0519736\n            },\n            {\n                \"word\": \"way\",\n                \"score\": 0.001188398\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"With\",\n        \"timestamp\": 201.85,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4227,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"That\",\n        \"timestamp\": 201.97,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4228,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 0.69,\n        \"word\": \"Idol\",\n        \"timestamp\": 202.87,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4229,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"idle\",\n                \"score\": 0.3019595\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.004377466\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.88,\n        \"word\": \"Kind\",\n        \"timestamp\": 203.33,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4230,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"going\",\n                \"score\": 0.1032364\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.009912245\n            },\n            {\n                \"word\": \"idle\",\n                \"score\": 0.004377466\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.88,\n        \"word\": \"Of\",\n        \"timestamp\": 203.51,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4231,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"on\",\n                \"score\": 0.1032364\n            },\n            {\n                \"word\": \"dangled\",\n                \"score\": 0.01428971\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.87,\n        \"word\": \"Thick\",\n        \"timestamp\": 204.63,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4232,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"take\",\n                \"score\": 0.08793319\n            },\n            {\n                \"word\": \"they\",\n                \"score\": 0.03719124\n            }\n        ]\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 0.84,\n        \"word\": \"Personal\",\n        \"timestamp\": 204.83,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4233,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"kirsten\",\n                \"score\": 0.1559572\n            }\n        ]\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 0.99,\n        \"word\": \"Issue\",\n        \"timestamp\": 205.18,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4234,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"this\",\n                \"score\": 0.04164797\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 0.67,\n        \"word\": \"There\",\n        \"timestamp\": 205.5,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4235,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"here\",\n                \"score\": 0.2333722\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.06947688\n            },\n            {\n                \"word\": \"their\",\n                \"score\": 0.02960942\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.00194743\n            }\n        ]\n    },\n    {\n        \"length\": 0.11,\n        \"score\": 0.86,\n        \"word\": \"I\",\n        \"timestamp\": 205.83,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4236,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"and\",\n                \"score\": 0.1094949\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.02858698\n            },\n            {\n                \"word\": \"there\",\n                \"score\": 0.00194743\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.88,\n        \"word\": \"Mean\",\n        \"timestamp\": 205.94,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4237,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"in\",\n                \"score\": 0.0897236\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.03053441\n            }\n        ]\n    },\n    {\n        \"length\": 0.45,\n        \"score\": 0.92,\n        \"word\": \"Spanish\",\n        \"timestamp\": 206.35,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4238,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"it\",\n                \"score\": 0.8025947\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.03223756\n            },\n            {\n                \"word\": \"innit\",\n                \"score\": 0.03053441\n            }\n        ]\n    },\n    {\n        \"length\": 0.36,\n        \"score\": 0.78,\n        \"word\": \"Honest\",\n        \"timestamp\": 206.55,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4239,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"the\",\n                \"score\": 0.1607139\n            },\n            {\n                \"word\": \"smallest\",\n                \"score\": 0.05729763\n            }\n        ]\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 1,\n        \"word\": \"Credit.\",\n        \"timestamp\": 206.93,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4240,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.83,\n        \"word\": \"Is\",\n        \"timestamp\": 208.54,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4241,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"he's\",\n                \"score\": 0.1628074\n            },\n            {\n                \"word\": \"his\",\n                \"score\": 0.04503085\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.94,\n        \"word\": \"Is\",\n        \"timestamp\": 208.55,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4242,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"he's\",\n                \"score\": 0.1628074\n            },\n            {\n                \"word\": \"his\",\n                \"score\": 0.04503085\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.92,\n        \"word\": \"In\",\n        \"timestamp\": 208.76,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4243,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"him\",\n                \"score\": 0.2155183\n            }\n        ]\n    },\n    {\n        \"length\": 0.48,\n        \"score\": 1,\n        \"word\": \"Place\",\n        \"timestamp\": 208.88,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4244,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.96,\n        \"word\": \"You\",\n        \"timestamp\": 210.19,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4245,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.04044632\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.96,\n        \"word\": \"Know\",\n        \"timestamp\": 210.32,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4246,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"no\",\n                \"score\": 0.04044632\n            }\n        ]\n    },\n    {\n        \"length\": 0.23,\n        \"score\": 0.84,\n        \"word\": \"Were\",\n        \"timestamp\": 210.56,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4247,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"well\",\n                \"score\": 0.1613124\n            },\n            {\n                \"word\": \"word\",\n                \"score\": 0.09726974\n            },\n            {\n                \"word\": \"world\",\n                \"score\": 0.05829218\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.01542424\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.66,\n        \"word\": \"We.\",\n        \"timestamp\": 211.49,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4248,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"We'd\",\n        \"timestamp\": 211.85,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4249,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 1,\n        \"word\": \"Welcome\",\n        \"timestamp\": 212.05,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4250,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.68,\n        \"word\": \"That\",\n        \"timestamp\": 212.37,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4251,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"the\",\n                \"score\": 0.1896823\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.05912039\n            },\n            {\n                \"word\": \"here\",\n                \"score\": 0.02851464\n            },\n            {\n                \"word\": \"round\",\n                \"score\": 0.02227942\n            },\n            {\n                \"word\": \"look\",\n                \"score\": 0.01503402\n            },\n            {\n                \"word\": \"live\",\n                \"score\": 0.008717202\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.46,\n        \"word\": \"Here's\",\n        \"timestamp\": 212.56,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4252,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"to\",\n                \"score\": 0.3432956\n            },\n            {\n                \"word\": \"years\",\n                \"score\": 0.06523184\n            },\n            {\n                \"word\": \"she\",\n                \"score\": 0.03942906\n            },\n            {\n                \"word\": \"here\",\n                \"score\": 0.02816604\n            },\n            {\n                \"word\": \"he\",\n                \"score\": 0.02748627\n            },\n            {\n                \"word\": \"hearst\",\n                \"score\": 0.02244426\n            },\n            {\n                \"word\": \"chest\",\n                \"score\": 0.01012248\n            },\n            {\n                \"word\": \"hear\",\n                \"score\": 0.007213981\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.56,\n        \"word\": \"Two\",\n        \"timestamp\": 212.76,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4253,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"do\",\n                \"score\": 0.4111377\n            },\n            {\n                \"word\": \"to\",\n                \"score\": 0.03200607\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"More\",\n        \"timestamp\": 212.91,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4254,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.79,\n        \"word\": \"With\",\n        \"timestamp\": 213.13,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4255,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"whisk\",\n                \"score\": 0.2091858\n            }\n        ]\n    },\n    {\n        \"length\": 0.23,\n        \"score\": 1,\n        \"word\": \"With\",\n        \"timestamp\": 213.39,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4256,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"Your\",\n        \"timestamp\": 213.62,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4257,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.51,\n        \"word\": \"Whole\",\n        \"timestamp\": 213.86,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4258,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.4488583\n            },\n            {\n                \"word\": \"hole\",\n                \"score\": 0.03979402\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"We\",\n        \"timestamp\": 213.95,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4259,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"Can\",\n        \"timestamp\": 214.45,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4260,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.17,\n        \"score\": 0.85,\n        \"word\": \"Have\",\n        \"timestamp\": 214.8,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4261,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"test\",\n                \"score\": 0.1506159\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.98,\n        \"word\": \"Some\",\n        \"timestamp\": 214.97,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4262,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"from\",\n                \"score\": 0.01629651\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.96,\n        \"word\": \"Good\",\n        \"timestamp\": 215.11,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4263,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"could\",\n                \"score\": 0.04001337\n            }\n        ]\n    },\n    {\n        \"length\": 0.88,\n        \"score\": 1,\n        \"word\": \"Relationships\",\n        \"timestamp\": 215.29,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4264,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"Him\",\n        \"timestamp\": 216.17,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4265,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Very\",\n        \"timestamp\": 217.11,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4266,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"Much\",\n        \"timestamp\": 217.31,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4267,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Like\",\n        \"timestamp\": 217.55,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4268,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.23,\n        \"score\": 0.95,\n        \"word\": \"To\",\n        \"timestamp\": 217.73,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4269,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.04908424\n            },\n            {\n                \"word\": \"two\",\n                \"score\": 0.005430057\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.4,\n        \"word\": \"Catch\",\n        \"timestamp\": 218.3,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4270,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"cat\",\n                \"score\": 0.1512188\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1339947\n            },\n            {\n                \"word\": \"kat\",\n                \"score\": 0.1288329\n            },\n            {\n                \"word\": \"cap\",\n                \"score\": 0.04363798\n            },\n            {\n                \"word\": \"capture\",\n                \"score\": 0.039104\n            },\n            {\n                \"word\": \"caff\",\n                \"score\": 0.02778044\n            },\n            {\n                \"word\": \"cats\",\n                \"score\": 0.01950987\n            },\n            {\n                \"word\": \"kath\",\n                \"score\": 0.0154953\n            },\n            {\n                \"word\": \"cattle\",\n                \"score\": 0.01107401\n            },\n            {\n                \"word\": \"kathy\",\n                \"score\": 0.01054272\n            },\n            {\n                \"word\": \"cath\",\n                \"score\": 0.008286574\n            },\n            {\n                \"word\": \"care\",\n                \"score\": 0.005893013\n            },\n            {\n                \"word\": \"cat's\",\n                \"score\": 0.004081548\n            },\n            {\n                \"word\": \"cafe\",\n                \"score\": 0.003913349\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.88,\n        \"word\": \"To\",\n        \"timestamp\": 218.66,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4271,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"can\",\n                \"score\": 0.05211934\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.03311709\n            },\n            {\n                \"word\": \"kat\",\n                \"score\": 0.01372649\n            },\n            {\n                \"word\": \"caff\",\n                \"score\": 0.006156878\n            },\n            {\n                \"word\": \"cap\",\n                \"score\": 0.004649406\n            },\n            {\n                \"word\": \"capture\",\n                \"score\": 0.004166333\n            },\n            {\n                \"word\": \"kath\",\n                \"score\": 0.001650946\n            },\n            {\n                \"word\": \"kathy\",\n                \"score\": 0.001123274\n            },\n            {\n                \"word\": \"cath\",\n                \"score\": 0.0008828926\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.0004616406\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.0004394235\n            },\n            {\n                \"word\": \"cat's\",\n                \"score\": 0.0004348683\n            }\n        ]\n    },\n    {\n        \"length\": 0.21,\n        \"score\": 1,\n        \"word\": \"Get\",\n        \"timestamp\": 218.84,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4272,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"At\",\n        \"timestamp\": 219.05,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4273,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"out\",\n                \"score\": 0.01993744\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"It\",\n        \"timestamp\": 219.21,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4274,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 1,\n        \"word\": \"Again\",\n        \"timestamp\": 219.33,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4275,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.91,\n        \"word\": \"And\",\n        \"timestamp\": 220.02,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4276,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.08784248\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 0.36,\n        \"word\": \"Cap\",\n        \"timestamp\": 220.15,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4277,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"camp\",\n                \"score\": 0.2135257\n            },\n            {\n                \"word\": \"chap\",\n                \"score\": 0.130395\n            },\n            {\n                \"word\": \"cat\",\n                \"score\": 0.08837047\n            },\n            {\n                \"word\": \"cats\",\n                \"score\": 0.0708415\n            },\n            {\n                \"word\": \"can\",\n                \"score\": 0.02921512\n            },\n            {\n                \"word\": \"kat\",\n                \"score\": 0.02282913\n            },\n            {\n                \"word\": \"capped\",\n                \"score\": 0.02186314\n            },\n            {\n                \"word\": \"capp\",\n                \"score\": 0.01437974\n            },\n            {\n                \"word\": \"captain\",\n                \"score\": 0.01411878\n            },\n            {\n                \"word\": \"capt\",\n                \"score\": 0.01320904\n            },\n            {\n                \"word\": \"camps\",\n                \"score\": 0.01147954\n            },\n            {\n                \"word\": \"caps\",\n                \"score\": 0.008227294\n            }\n        ]\n    },\n    {\n        \"length\": 0.37,\n        \"score\": 0.99,\n        \"word\": \"So\",\n        \"timestamp\": 220.51,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4278,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"solar\",\n                \"score\": 0.02923629\n            },\n            {\n                \"word\": \"what\",\n                \"score\": 0.009530994\n            },\n            {\n                \"word\": \"up\",\n                \"score\": 0.005153214\n            },\n            {\n                \"word\": \"one\",\n                \"score\": 0.00485402\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 0.93,\n        \"word\": \"Now\",\n        \"timestamp\": 221.25,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4279,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"no\",\n                \"score\": 0.06518241\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"I\",\n        \"timestamp\": 221.49,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4280,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"now\",\n                \"score\": 0.9348176\n            },\n            {\n                \"word\": \"no\",\n                \"score\": 0.06518241\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"Don't\",\n        \"timestamp\": 221.61,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4281,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"idle\",\n                \"score\": 0.01050446\n            },\n            {\n                \"word\": \"idol\",\n                \"score\": 0.008004405\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.001709355\n            },\n            {\n                \"word\": \"thinking\",\n                \"score\": 0.001430139\n            }\n        ]\n    },\n    {\n        \"length\": 0.17,\n        \"score\": 1,\n        \"word\": \"Think\",\n        \"timestamp\": 221.79,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4282,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"he\",\n                \"score\": 0.001430139\n            },\n            {\n                \"word\": \"idle\",\n                \"score\": 0.001297423\n            },\n            {\n                \"word\": \"idol\",\n                \"score\": 0.0004119313\n            }\n        ]\n    },\n    {\n        \"length\": 0.03,\n        \"score\": 0.77,\n        \"word\": \"You\",\n        \"timestamp\": 221.96,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4283,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.3453246\n            },\n            {\n                \"word\": \"we\",\n                \"score\": 0.04328704\n            },\n            {\n                \"word\": \"any\",\n                \"score\": 0.01096882\n            },\n            {\n                \"word\": \"cygni\",\n                \"score\": 0.001277213\n            },\n            {\n                \"word\": \"cygne\",\n                \"score\": 0.0004321423\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.98,\n        \"word\": \"Need\",\n        \"timestamp\": 221.99,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4284,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"do\",\n                \"score\": 0.01267817\n            },\n            {\n                \"word\": \"any\",\n                \"score\": 0.01084957\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.001430139\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.98,\n        \"word\": \"To\",\n        \"timestamp\": 222.15,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4285,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a\",\n                \"score\": 0.01454796\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.01267817\n            },\n            {\n                \"word\": \"do\",\n                \"score\": 0.001430139\n            }\n        ]\n    },\n    {\n        \"length\": 0.25,\n        \"score\": 1,\n        \"word\": \"Worry\",\n        \"timestamp\": 222.23,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4286,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.55,\n        \"word\": \"About\",\n        \"timestamp\": 222.47,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4287,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"worry\",\n                \"score\": 1\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"Any\",\n        \"timestamp\": 222.71,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4288,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.66,\n        \"score\": 1,\n        \"word\": \"Baggage\",\n        \"timestamp\": 222.87,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4289,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.62,\n        \"word\": \"Oh\",\n        \"timestamp\": 223.71,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4290,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"look\",\n                \"score\": 0.3602367\n            },\n            {\n                \"word\": \"o.\",\n                \"score\": 0.0148554\n            }\n        ]\n    },\n    {\n        \"length\": 0.38,\n        \"score\": 0.64,\n        \"word\": \"Captain\",\n        \"timestamp\": 223.85,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4291,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"after\",\n                \"score\": 0.3010243\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.05921232\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.7,\n        \"word\": \"We\",\n        \"timestamp\": 224.23,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4292,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"me\",\n                \"score\": 0.2917473\n            },\n            {\n                \"word\": \"mate\",\n                \"score\": 0.009277062\n            }\n        ]\n    },\n    {\n        \"length\": 0.31,\n        \"score\": 0.68,\n        \"word\": \"Make.\",\n        \"timestamp\": 224.35,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4293,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"mate\",\n                \"score\": 0.2209745\n            },\n            {\n                \"word\": \"made\",\n                \"score\": 0.05030774\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.02765305\n            },\n            {\n                \"word\": \"may\",\n                \"score\": 0.02191002\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 0.79,\n        \"word\": \"Work\",\n        \"timestamp\": 225.83,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4294,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"were\",\n                \"score\": 0.1096314\n            },\n            {\n                \"word\": \"we\",\n                \"score\": 0.07003003\n            },\n            {\n                \"word\": \"we're\",\n                \"score\": 0.02888612\n            }\n        ]\n    },\n    {\n        \"length\": 0.21,\n        \"score\": 0.73,\n        \"word\": \"Low\",\n        \"timestamp\": 226.1,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4295,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"chlo\",\n                \"score\": 0.1891102\n            },\n            {\n                \"word\": \"lo\",\n                \"score\": 0.04677191\n            },\n            {\n                \"word\": \"clo\",\n                \"score\": 0.01943734\n            },\n            {\n                \"word\": \"lowe\",\n                \"score\": 0.01247819\n            }\n        ]\n    },\n    {\n        \"length\": 0.4,\n        \"score\": 0.7,\n        \"word\": \"Hydrate\",\n        \"timestamp\": 226.35,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4296,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"great\",\n                \"score\": 0.2164053\n            },\n            {\n                \"word\": \"hardwick\",\n                \"score\": 0.06332022\n            },\n            {\n                \"word\": \"hardwicke\",\n                \"score\": 0.02379816\n            }\n        ]\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 1,\n        \"word\": \"Credit\",\n        \"timestamp\": 226.75,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4297,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.95,\n        \"word\": \"Tight\",\n        \"timestamp\": 227.07,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4298,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"type\",\n                \"score\": 0.0495972\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"I\",\n        \"timestamp\": 227.63,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4299,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"Had\",\n        \"timestamp\": 227.79,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4300,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Flown\",\n        \"timestamp\": 227.91,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4301,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"flow\",\n                \"score\": 0.02832687\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.98,\n        \"word\": \"Want\",\n        \"timestamp\": 228.11,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4302,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"one\",\n                \"score\": 0.01700335\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"People\",\n        \"timestamp\": 228.29,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4303,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.96,\n        \"word\": \"To\",\n        \"timestamp\": 228.57,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4304,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"take\",\n                \"score\": 0.03864717\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.98,\n        \"word\": \"If\",\n        \"timestamp\": 228.75,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4305,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"it\",\n                \"score\": 0.0118044\n            },\n            {\n                \"word\": \"pay\",\n                \"score\": 0.009902262\n            }\n        ]\n    },\n    {\n        \"length\": 0.11,\n        \"score\": 1,\n        \"word\": \"You\",\n        \"timestamp\": 228.91,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4306,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.17,\n        \"score\": 0.88,\n        \"word\": \"Because\",\n        \"timestamp\": 229.01,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4307,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"you\",\n                \"score\": 1\n            }\n        ]\n    },\n    {\n        \"length\": 0.04,\n        \"score\": 0.99,\n        \"word\": \"I\",\n        \"timestamp\": 229.34,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4308,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"don't\",\n                \"score\": 0.6655705\n            },\n            {\n                \"word\": \"can\",\n                \"score\": 0.1534926\n            },\n            {\n                \"word\": \"could\",\n                \"score\": 0.1199653\n            },\n            {\n                \"word\": \"have\",\n                \"score\": 0.02824348\n            },\n            {\n                \"word\": \"had\",\n                \"score\": 0.009949241\n            },\n            {\n                \"word\": \"add\",\n                \"score\": 0.006805961\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.74,\n        \"word\": \"Don't\",\n        \"timestamp\": 229.38,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4309,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"can\",\n                \"score\": 0.1534926\n            },\n            {\n                \"word\": \"could\",\n                \"score\": 0.1199653\n            },\n            {\n                \"word\": \"have\",\n                \"score\": 0.02824348\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.01597289\n            },\n            {\n                \"word\": \"had\",\n                \"score\": 0.009949241\n            },\n            {\n                \"word\": \"add\",\n                \"score\": 0.006805961\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.74,\n        \"word\": \"Want\",\n        \"timestamp\": 229.55,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4310,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"and\",\n                \"score\": 0.2035051\n            },\n            {\n                \"word\": \"an\",\n                \"score\": 0.08356158\n            },\n            {\n                \"word\": \"on\",\n                \"score\": 0.03383874\n            },\n            {\n                \"word\": \"wanted\",\n                \"score\": 0.01679536\n            },\n            {\n                \"word\": \"adam\",\n                \"score\": 0.01352407\n            }\n        ]\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 1,\n        \"word\": \"To\",\n        \"timestamp\": 229.86,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4311,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"it\",\n                \"score\": 0.002866853\n            },\n            {\n                \"word\": \"white\",\n                \"score\": 0.001753846\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.99,\n        \"word\": \"Be\",\n        \"timestamp\": 229.95,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4312,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"the\",\n                \"score\": 0.008673579\n            }\n        ]\n    },\n    {\n        \"length\": 0.07,\n        \"score\": 1,\n        \"word\": \"A\",\n        \"timestamp\": 230.05,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4313,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.51,\n        \"word\": \"Wing\",\n        \"timestamp\": 230.13,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4314,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"when\",\n                \"score\": 0.2716608\n            },\n            {\n                \"word\": \"winning\",\n                \"score\": 0.1805403\n            },\n            {\n                \"word\": \"line\",\n                \"score\": 0.07214637\n            },\n            {\n                \"word\": \"one\",\n                \"score\": 0.02107893\n            }\n        ]\n    },\n    {\n        \"length\": 0.23,\n        \"score\": 1,\n        \"word\": \"Going\",\n        \"timestamp\": 230.26,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4315,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 1,\n        \"word\": \"Issue\",\n        \"timestamp\": 230.49,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4316,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"With\",\n        \"timestamp\": 230.81,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4317,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"Us\",\n        \"timestamp\": 231.03,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4318,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"And\",\n        \"timestamp\": 231.29,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4319,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.43,\n        \"score\": 0.98,\n        \"word\": \"Peter\",\n        \"timestamp\": 231.41,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4320,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"pete\",\n                \"score\": 0.03818165\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.03091333\n            }\n        ]\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.54,\n        \"word\": \"I'd\",\n        \"timestamp\": 231.66,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4321,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.4403023\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.01586067\n            }\n        ]\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.52,\n        \"word\": \"Rather\",\n        \"timestamp\": 231.74,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4322,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.4316275\n            },\n            {\n                \"word\": \"pete\",\n                \"score\": 0.03091333\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.01586067\n            }\n        ]\n    },\n    {\n        \"length\": 0.11,\n        \"score\": 0.75,\n        \"word\": \"I\",\n        \"timestamp\": 231.85,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4323,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Get\",\n        \"timestamp\": 231.99,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4324,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.98,\n        \"word\": \"It\",\n        \"timestamp\": 232.17,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4325,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.02193282\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Over\",\n        \"timestamp\": 232.25,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4326,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"With\",\n        \"timestamp\": 232.45,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4327,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"went\",\n                \"score\": 0.00539148\n            }\n        ]\n    },\n    {\n        \"length\": 0.39,\n        \"score\": 0.53,\n        \"word\": \"Upright\",\n        \"timestamp\": 232.71,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4328,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"up\",\n                \"score\": 0.5063691\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.1214714\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.1196102\n            },\n            {\n                \"word\": \"upfront\",\n                \"score\": 0.117655\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.0729906\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.03357069\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.01567814\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.01265482\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.28,\n        \"word\": \"Fry\",\n        \"timestamp\": 232.81,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4329,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1663127\n            },\n            {\n                \"word\": \"front\",\n                \"score\": 0.09817548\n            },\n            {\n                \"word\": \"fried\",\n                \"score\": 0.09039112\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.07690607\n            },\n            {\n                \"word\": \"upright\",\n                \"score\": 0.06640682\n            },\n            {\n                \"word\": \"fright\",\n                \"score\": 0.06173687\n            },\n            {\n                \"word\": \"try\",\n                \"score\": 0.03999928\n            },\n            {\n                \"word\": \"for\",\n                \"score\": 0.0365334\n            },\n            {\n                \"word\": \"right\",\n                \"score\": 0.03067494\n            },\n            {\n                \"word\": \"fine\",\n                \"score\": 0.02441126\n            },\n            {\n                \"word\": \"fly\",\n                \"score\": 0.01555143\n            },\n            {\n                \"word\": \"upfront\",\n                \"score\": 0.004614064\n            },\n            {\n                \"word\": \"frightened\",\n                \"score\": 0.003799078\n            },\n            {\n                \"word\": \"up\",\n                \"score\": 0.002928451\n            }\n        ]\n    },\n    {\n        \"length\": 0.36,\n        \"score\": 0.42,\n        \"word\": \"Had\",\n        \"timestamp\": 233.23,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4330,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.301805\n            },\n            {\n                \"word\": \"have\",\n                \"score\": 0.1762765\n            },\n            {\n                \"word\": \"front\",\n                \"score\": 0.05158614\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.0365334\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.009626191\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.85,\n        \"word\": \"Had\",\n        \"timestamp\": 233.87,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4331,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"happy\",\n                \"score\": 0.1532055\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"People\",\n        \"timestamp\": 234.09,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4332,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"Come\",\n        \"timestamp\": 234.33,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4333,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"To\",\n        \"timestamp\": 234.57,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4334,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.21,\n        \"score\": 0.76,\n        \"word\": \"War\",\n        \"timestamp\": 234.67,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4335,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"walk\",\n                \"score\": 0.1139039\n            },\n            {\n                \"word\": \"wall\",\n                \"score\": 0.05709411\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.03256904\n            },\n            {\n                \"word\": \"wore\",\n                \"score\": 0.0317389\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.009017512\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.74,\n        \"word\": \"Anything\",\n        \"timestamp\": 234.91,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4336,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"in\",\n                \"score\": 0.4231592\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.1584616\n            },\n            {\n                \"word\": \"any\",\n                \"score\": 0.03781103\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.03282981\n            },\n            {\n                \"word\": \"walk\",\n                \"score\": 0.01792076\n            },\n            {\n                \"word\": \"ended\",\n                \"score\": 0.01494447\n            },\n            {\n                \"word\": \"wall\",\n                \"score\": 0.01464828\n            },\n            {\n                \"word\": \"war\",\n                \"score\": 0.009017512\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.71,\n        \"word\": \"In\",\n        \"timestamp\": 235.06,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4337,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.196837\n            },\n            {\n                \"word\": \"anything\",\n                \"score\": 0.04158655\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.02875238\n            },\n            {\n                \"word\": \"any\",\n                \"score\": 0.02525748\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 0.99,\n        \"word\": \"Golf\",\n        \"timestamp\": 235.15,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4338,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"engulf\",\n                \"score\": 0.007572322\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 0.67,\n        \"word\": \"They're\",\n        \"timestamp\": 235.45,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4339,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"there\",\n                \"score\": 0.2951258\n            },\n            {\n                \"word\": \"their\",\n                \"score\": 0.03281318\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 0.84,\n        \"word\": \"Here\",\n        \"timestamp\": 235.87,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4340,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"yeah\",\n                \"score\": 0.1561334\n            }\n        ]\n    },\n    {\n        \"length\": 0.17,\n        \"score\": 0.84,\n        \"word\": \"Now\",\n        \"timestamp\": 236.27,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4341,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"no\",\n                \"score\": 0.1599985\n            }\n        ]\n    },\n    {\n        \"length\": 0.11,\n        \"score\": 0.95,\n        \"word\": \"I\",\n        \"timestamp\": 236.44,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4342,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.05411834\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.91,\n        \"word\": \"Take\",\n        \"timestamp\": 236.55,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4343,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"pick\",\n                \"score\": 0.05918101\n            },\n            {\n                \"word\": \"thick\",\n                \"score\": 0.02917439\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.91,\n        \"word\": \"At\",\n        \"timestamp\": 236.81,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4344,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"that\",\n                \"score\": 0.04480753\n            },\n            {\n                \"word\": \"had\",\n                \"score\": 0.04082218\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"Be\",\n        \"timestamp\": 236.97,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4345,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.07,\n        \"score\": 1,\n        \"word\": \"A\",\n        \"timestamp\": 237.09,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4346,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.44,\n        \"score\": 0.46,\n        \"word\": \"Welcoming\",\n        \"timestamp\": 237.27,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4347,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"war\",\n                \"score\": 0.3545007\n            },\n            {\n                \"word\": \"walk\",\n                \"score\": 0.1925282\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1754939\n            },\n            {\n                \"word\": \"what\",\n                \"score\": 0.1057903\n            },\n            {\n                \"word\": \"well\",\n                \"score\": 0.06422088\n            },\n            {\n                \"word\": \"wall\",\n                \"score\": 0.04318038\n            },\n            {\n                \"word\": \"walker\",\n                \"score\": 0.02563915\n            },\n            {\n                \"word\": \"wore\",\n                \"score\": 0.01458958\n            },\n            {\n                \"word\": \"while\",\n                \"score\": 0.01457156\n            },\n            {\n                \"word\": \"meet\",\n                \"score\": 0.002849377\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.002470419\n            },\n            {\n                \"word\": \"comedian\",\n                \"score\": 0.001683967\n            },\n            {\n                \"word\": \"meat\",\n                \"score\": 0.001327663\n            },\n            {\n                \"word\": \"meeting\",\n                \"score\": 0.0006822381\n            },\n            {\n                \"word\": \"or\",\n                \"score\": 0.0003314236\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.0001401968\n            }\n        ]\n    },\n    {\n        \"length\": 0.48,\n        \"score\": 0.44,\n        \"word\": \"Comedian\",\n        \"timestamp\": 237.34,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4348,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"comedians\",\n                \"score\": 0.2596162\n            },\n            {\n                \"word\": \"welcoming\",\n                \"score\": 0.1619982\n            },\n            {\n                \"word\": \"meeting\",\n                \"score\": 0.0599115\n            },\n            {\n                \"word\": \"meet\",\n                \"score\": 0.02283563\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.01979856\n            },\n            {\n                \"word\": \"comedian's\",\n                \"score\": 0.01099735\n            },\n            {\n                \"word\": \"meat\",\n                \"score\": 0.01064023\n            },\n            {\n                \"word\": \"steward\",\n                \"score\": 0.0104386\n            }\n        ]\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 0.99,\n        \"word\": \"To.\",\n        \"timestamp\": 237.97,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4349,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"steward\",\n                \"score\": 0.3551554\n            },\n            {\n                \"word\": \"stuart\",\n                \"score\": 0.05108389\n            },\n            {\n                \"word\": \"stewart\",\n                \"score\": 0.04149069\n            },\n            {\n                \"word\": \"ken\",\n                \"score\": 0.02816228\n            },\n            {\n                \"word\": \"cap\",\n                \"score\": 0.008486708\n            },\n            {\n                \"word\": \"cat\",\n                \"score\": 0.005350825\n            },\n            {\n                \"word\": \"cats\",\n                \"score\": 0.002315667\n            }\n        ]\n    },\n    {\n        \"length\": 0.23,\n        \"score\": 0.73,\n        \"word\": \"So\",\n        \"timestamp\": 239.31,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4350,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 0.85,\n        \"word\": \"Well\",\n        \"timestamp\": 239.55,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4351,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"one\",\n                \"score\": 0.1197907\n            },\n            {\n                \"word\": \"while\",\n                \"score\": 0.03370462\n            }\n        ]\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 0.53,\n        \"word\": \"Whatever\",\n        \"timestamp\": 239.91,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4352,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"whenever\",\n                \"score\": 0.5241415\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.9,\n        \"word\": \"You're\",\n        \"timestamp\": 240.25,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4353,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"you\",\n                \"score\": 0.09826108\n            },\n            {\n                \"word\": \"your\",\n                \"score\": 0.005661807\n            }\n        ]\n    },\n    {\n        \"length\": 0.36,\n        \"score\": 1,\n        \"word\": \"Ready\",\n        \"timestamp\": 240.39,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4354,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 0.86,\n        \"word\": \"You\",\n        \"timestamp\": 240.8,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4355,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1050188\n            },\n            {\n                \"word\": \"your\",\n                \"score\": 0.0230456\n            },\n            {\n                \"word\": \"you're\",\n                \"score\": 0.009053826\n            }\n        ]\n    },\n    {\n        \"length\": 0.21,\n        \"score\": 0.66,\n        \"word\": \"Call\",\n        \"timestamp\": 241.03,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4356,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.8948933\n            },\n            {\n                \"word\": \"me\",\n                \"score\": 0.01165745\n            },\n            {\n                \"word\": \"comedy\",\n                \"score\": 0.01077463\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.66,\n        \"word\": \"Me\",\n        \"timestamp\": 241.25,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4357,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"common\",\n                \"score\": 0.3738583\n            },\n            {\n                \"word\": \"comedy\",\n                \"score\": 0.2982183\n            },\n            {\n                \"word\": \"comin\",\n                \"score\": 0.1002434\n            },\n            {\n                \"word\": \"call\",\n                \"score\": 0.08468588\n            },\n            {\n                \"word\": \"calm\",\n                \"score\": 0.01393573\n            },\n            {\n                \"word\": \"more\",\n                \"score\": 0.01380738\n            },\n            {\n                \"word\": \"commonly\",\n                \"score\": 0.009380543\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.009219818\n            },\n            {\n                \"word\": \"your\",\n                \"score\": 0.008624708\n            },\n            {\n                \"word\": \"com\",\n                \"score\": 0.005351391\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.73,\n        \"word\": \"You\",\n        \"timestamp\": 241.46,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4358,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"look\",\n                \"score\": 0.2588898\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.008024983\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.002115285\n            },\n            {\n                \"word\": \"comin\",\n                \"score\": 0.001194834\n            }\n        ]\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 0.79,\n        \"word\": \"O.k.\",\n        \"timestamp\": 241.75,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4359,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.572147\n            },\n            {\n                \"word\": \"look\",\n                \"score\": 0.4278531\n            }\n        ]\n    },\n    {\n        \"length\": 0.11,\n        \"score\": 0.58,\n        \"word\": \"It\",\n        \"timestamp\": 242.1,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4360,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"to\",\n                \"score\": 0.2166366\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.08294659\n            },\n            {\n                \"word\": \"go\",\n                \"score\": 0.08289082\n            },\n            {\n                \"word\": \"yeah\",\n                \"score\": 0.007179024\n            },\n            {\n                \"word\": \"after\",\n                \"score\": 0.006892784\n            },\n            {\n                \"word\": \"comin\",\n                \"score\": 0.005861675\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.005510747\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.00538772\n            },\n            {\n                \"word\": \"your\",\n                \"score\": 0.00420634\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.27,\n        \"word\": \"The\",\n        \"timestamp\": 242.24,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4361,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"that\",\n                \"score\": 0.222981\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.1795025\n            },\n            {\n                \"word\": \"to\",\n                \"score\": 0.1582556\n            },\n            {\n                \"word\": \"as\",\n                \"score\": 0.03623125\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.03029915\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.02870537\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.02863992\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.02162907\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.01671088\n            },\n            {\n                \"word\": \"or\",\n                \"score\": 0.007880763\n            }\n        ]\n    },\n    {\n        \"length\": 0.11,\n        \"score\": 0.53,\n        \"word\": \"I'm\",\n        \"timestamp\": 242.41,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4362,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"diner\",\n                \"score\": 0.4380346\n            },\n            {\n                \"word\": \"need\",\n                \"score\": 0.1625474\n            },\n            {\n                \"word\": \"dina\",\n                \"score\": 0.1189121\n            },\n            {\n                \"word\": \"going\",\n                \"score\": 0.1157363\n            },\n            {\n                \"word\": \"dinah\",\n                \"score\": 0.06907132\n            },\n            {\n                \"word\": \"dining\",\n                \"score\": 0.02462691\n            },\n            {\n                \"word\": \"daina\",\n                \"score\": 0.02388618\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.0167341\n            },\n            {\n                \"word\": \"dinosaur\",\n                \"score\": 0.01194457\n            },\n            {\n                \"word\": \"dyna\",\n                \"score\": 0.009135849\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.007485365\n            },\n            {\n                \"word\": \"dined\",\n                \"score\": 0.00188537\n            }\n        ]\n    },\n    {\n        \"length\": 0.07,\n        \"score\": 0.49,\n        \"word\": \"Going\",\n        \"timestamp\": 242.53,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4363,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"diner\",\n                \"score\": 0.4380346\n            },\n            {\n                \"word\": \"need\",\n                \"score\": 0.1625474\n            },\n            {\n                \"word\": \"dina\",\n                \"score\": 0.1189121\n            },\n            {\n                \"word\": \"dinah\",\n                \"score\": 0.06907132\n            },\n            {\n                \"word\": \"dining\",\n                \"score\": 0.02462691\n            },\n            {\n                \"word\": \"daina\",\n                \"score\": 0.02388618\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.0167341\n            },\n            {\n                \"word\": \"dinosaur\",\n                \"score\": 0.01194457\n            },\n            {\n                \"word\": \"dyna\",\n                \"score\": 0.009135849\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.007485365\n            },\n            {\n                \"word\": \"dined\",\n                \"score\": 0.00188537\n            }\n        ]\n    },\n    {\n        \"length\": 0.05,\n        \"score\": 0.9,\n        \"word\": \"To\",\n        \"timestamp\": 242.6,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4364,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"diner\",\n                \"score\": 0.4380346\n            },\n            {\n                \"word\": \"need\",\n                \"score\": 0.1625474\n            },\n            {\n                \"word\": \"dina\",\n                \"score\": 0.1189121\n            },\n            {\n                \"word\": \"going\",\n                \"score\": 0.1157363\n            },\n            {\n                \"word\": \"dinah\",\n                \"score\": 0.06907132\n            },\n            {\n                \"word\": \"dining\",\n                \"score\": 0.02462691\n            },\n            {\n                \"word\": \"daina\",\n                \"score\": 0.02388618\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.0167341\n            },\n            {\n                \"word\": \"dinosaur\",\n                \"score\": 0.01194457\n            },\n            {\n                \"word\": \"dyna\",\n                \"score\": 0.009135849\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.007485365\n            },\n            {\n                \"word\": \"dined\",\n                \"score\": 0.00188537\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"Be\",\n        \"timestamp\": 242.65,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4365,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"Right\",\n        \"timestamp\": 242.81,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4366,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"ryan\",\n                \"score\": 0.006291662\n            }\n        ]\n    },\n    {\n        \"length\": 0.27,\n        \"score\": 0.92,\n        \"word\": \"Yeah\",\n        \"timestamp\": 243.42,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4367,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"here\",\n                \"score\": 0.07101642\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.008200618\n            }\n        ]\n    },\n    {\n        \"length\": 0.07,\n        \"score\": 0.53,\n        \"word\": \"I\",\n        \"timestamp\": 243.72,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4368,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1818319\n            },\n            {\n                \"word\": \"i'll\",\n                \"score\": 0.1165601\n            },\n            {\n                \"word\": \"get\",\n                \"score\": 0.1072088\n            },\n            {\n                \"word\": \"yeah\",\n                \"score\": 0.06713779\n            }\n        ]\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 0.77,\n        \"word\": \"Gotta\",\n        \"timestamp\": 243.82,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4369,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a\",\n                \"score\": 0.2010151\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.02989405\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"Wait\",\n        \"timestamp\": 244.01,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4370,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"For\",\n        \"timestamp\": 244.23,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4371,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 0.95,\n        \"word\": \"Them\",\n        \"timestamp\": 244.35,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4372,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"that\",\n                \"score\": 0.03146482\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.01955891\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.95,\n        \"word\": \"Not\",\n        \"timestamp\": 244.55,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4373,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"that\",\n                \"score\": 0.03189149\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.02281738\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.92,\n        \"word\": \"What\",\n        \"timestamp\": 244.73,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4374,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.03755522\n            },\n            {\n                \"word\": \"when\",\n                \"score\": 0.02403464\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.02281738\n            }\n        ]\n    },\n    {\n        \"length\": 0.11,\n        \"score\": 0.94,\n        \"word\": \"I'm\",\n        \"timestamp\": 244.84,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4375,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"one\",\n                \"score\": 0.03755522\n            },\n            {\n                \"word\": \"form\",\n                \"score\": 0.02281738\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"Like\",\n        \"timestamp\": 244.95,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4376,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"That\",\n        \"timestamp\": 245.19,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4377,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"But\",\n        \"timestamp\": 245.39,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4378,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 1,\n        \"word\": \"I\",\n        \"timestamp\": 245.85,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4379,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Think\",\n        \"timestamp\": 245.93,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4380,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.59,\n        \"word\": \"What\",\n        \"timestamp\": 246.13,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4381,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"when\",\n                \"score\": 0.324972\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.0817888\n            }\n        ]\n    },\n    {\n        \"length\": 0.11,\n        \"score\": 1,\n        \"word\": \"We\",\n        \"timestamp\": 246.22,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4382,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"Call\",\n        \"timestamp\": 246.33,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4383,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.75,\n        \"word\": \"Our\",\n        \"timestamp\": 246.49,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4384,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a\",\n                \"score\": 0.1950777\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.0353934\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.0209957\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.94,\n        \"word\": \"You'll\",\n        \"timestamp\": 246.59,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4385,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"you\",\n                \"score\": 0.03173267\n            },\n            {\n                \"word\": \"your\",\n                \"score\": 0.03094487\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"Be\",\n        \"timestamp\": 246.81,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4386,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 1,\n        \"word\": \"Like\",\n        \"timestamp\": 246.97,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4387,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.83,\n        \"word\": \"You\",\n        \"timestamp\": 247.53,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4388,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1569523\n            },\n            {\n                \"word\": \"he\",\n                \"score\": 0.01000135\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.52,\n        \"word\": \"Know\",\n        \"timestamp\": 247.69,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4389,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2929043\n            },\n            {\n                \"word\": \"no\",\n                \"score\": 0.07360388\n            },\n            {\n                \"word\": \"yeah\",\n                \"score\": 0.04033404\n            },\n            {\n                \"word\": \"yo\",\n                \"score\": 0.03851166\n            },\n            {\n                \"word\": \"so\",\n                \"score\": 0.0268773\n            },\n            {\n                \"word\": \"out\",\n                \"score\": 0.01000135\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"We\",\n        \"timestamp\": 248.21,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4390,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.23,\n        \"score\": 0.84,\n        \"word\": \"Eight\",\n        \"timestamp\": 248.39,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4391,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a.\",\n                \"score\": 0.5998336\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.4001664\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.6,\n        \"word\": \"To\",\n        \"timestamp\": 248.44,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4392,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.4001664\n            }\n        ]\n    },\n    {\n        \"length\": 0.45,\n        \"score\": 0.59,\n        \"word\": \"Idiocy\",\n        \"timestamp\": 248.63,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4393,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"d.\",\n                \"score\": 0.4449088\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1861103\n            },\n            {\n                \"word\": \"hated\",\n                \"score\": 0.1824205\n            },\n            {\n                \"word\": \"g.\",\n                \"score\": 0.1549248\n            },\n            {\n                \"word\": \"ate\",\n                \"score\": 0.03163562\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.6,\n        \"word\": \"A\",\n        \"timestamp\": 248.74,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4394,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"hated\",\n                \"score\": 0.1861103\n            },\n            {\n                \"word\": \"year\",\n                \"score\": 0.1824205\n            },\n            {\n                \"word\": \"s.\",\n                \"score\": 0.02211031\n            },\n            {\n                \"word\": \"us\",\n                \"score\": 0.006252639\n            }\n        ]\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 0.72,\n        \"word\": \"Few\",\n        \"timestamp\": 248.9,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4395,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"year\",\n                \"score\": 0.1861103\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.05999857\n            },\n            {\n                \"word\": \"sea\",\n                \"score\": 0.02086606\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.01216477\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 0.84,\n        \"word\": \"Babe\",\n        \"timestamp\": 249.11,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4396,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"seabed\",\n                \"score\": 0.198275\n            },\n            {\n                \"word\": \"bed\",\n                \"score\": 0.11084\n            },\n            {\n                \"word\": \"basic\",\n                \"score\": 0.09064415\n            },\n            {\n                \"word\": \"bait\",\n                \"score\": 0.06632452\n            },\n            {\n                \"word\": \"baby\",\n                \"score\": 0.05723303\n            },\n            {\n                \"word\": \"by\",\n                \"score\": 0.05056551\n            },\n            {\n                \"word\": \"bay\",\n                \"score\": 0.01582652\n            }\n        ]\n    },\n    {\n        \"length\": 0.27,\n        \"score\": 1,\n        \"word\": \"Visually\",\n        \"timestamp\": 249.49,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4397,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.83,\n        \"word\": \"You\",\n        \"timestamp\": 249.68,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4398,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"visually\",\n                \"score\": 1\n            }\n        ]\n    },\n    {\n        \"length\": 0.17,\n        \"score\": 0.71,\n        \"word\": \"Way\",\n        \"timestamp\": 249.76,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4399,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"we\",\n                \"score\": 0.199388\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.08252469\n            },\n            {\n                \"word\": \"away\",\n                \"score\": 0.01264481\n            },\n            {\n                \"word\": \"week\",\n                \"score\": 0.00009347577\n            },\n            {\n                \"word\": \"wake\",\n                \"score\": 0.00007036786\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.54,\n        \"word\": \"To\",\n        \"timestamp\": 249.96,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4400,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"could\",\n                \"score\": 0.3422443\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.04993808\n            },\n            {\n                \"word\": \"he\",\n                \"score\": 0.03074647\n            },\n            {\n                \"word\": \"we\",\n                \"score\": 0.02257892\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.01289527\n            },\n            {\n                \"word\": \"week\",\n                \"score\": 0.01025583\n            },\n            {\n                \"word\": \"wake\",\n                \"score\": 0.007720511\n            },\n            {\n                \"word\": \"weaker\",\n                \"score\": 0.0002959638\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.00009347577\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.00007036786\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.56,\n        \"word\": \"Play\",\n        \"timestamp\": 250.08,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4401,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.3079675\n            },\n            {\n                \"word\": \"pay\",\n                \"score\": 0.05413608\n            },\n            {\n                \"word\": \"weaker\",\n                \"score\": 0.0324721\n            },\n            {\n                \"word\": \"could\",\n                \"score\": 0.0148679\n            },\n            {\n                \"word\": \"week\",\n                \"score\": 0.01331049\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.01025583\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.007720511\n            },\n            {\n                \"word\": \"prioritised\",\n                \"score\": 0.002927074\n            },\n            {\n                \"word\": \"wake\",\n                \"score\": 0.0004709924\n            }\n        ]\n    },\n    {\n        \"length\": 0.27,\n        \"score\": 0.61,\n        \"word\": \"A\",\n        \"timestamp\": 250.22,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4402,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"prioritise\",\n                \"score\": 0.298066\n            },\n            {\n                \"word\": \"prioritised\",\n                \"score\": 0.05156638\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.03404114\n            },\n            {\n                \"word\": \"jack\",\n                \"score\": 0.002927074\n            },\n            {\n                \"word\": \"weaker\",\n                \"score\": 0.001980971\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.0004709924\n            }\n        ]\n    },\n    {\n        \"length\": 0.27,\n        \"score\": 0.59,\n        \"word\": \"Character\",\n        \"timestamp\": 250.49,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4403,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"act\",\n                \"score\": 0.1562904\n            },\n            {\n                \"word\": \"jack\",\n                \"score\": 0.1026668\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.06620468\n            },\n            {\n                \"word\": \"asked\",\n                \"score\": 0.03777026\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.01503798\n            },\n            {\n                \"word\": \"prioritise\",\n                \"score\": 0.01502123\n            },\n            {\n                \"word\": \"priority\",\n                \"score\": 0.008775055\n            },\n            {\n                \"word\": \"of\",\n                \"score\": 0.004593739\n            },\n            {\n                \"word\": \"cave\",\n                \"score\": 0.004003881\n            },\n            {\n                \"word\": \"prioritised\",\n                \"score\": 0.003741399\n            },\n            {\n                \"word\": \"wake\",\n                \"score\": 0.0002365481\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.75,\n        \"word\": \"To\",\n        \"timestamp\": 250.85,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4404,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"actor\",\n                \"score\": 0.6060529\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.009011596\n            },\n            {\n                \"word\": \"weaker\",\n                \"score\": 0.00099491\n            },\n            {\n                \"word\": \"week\",\n                \"score\": 0.0004720681\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.0002365481\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 1,\n        \"word\": \"Get\",\n        \"timestamp\": 251.01,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4405,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.06539226\n            },\n            {\n                \"word\": \"prioritise\",\n                \"score\": 0.008016247\n            },\n            {\n                \"word\": \"prioritised\",\n                \"score\": 0.001879062\n            }\n        ]\n    },\n    {\n        \"length\": 0.04,\n        \"score\": 0.67,\n        \"word\": \"It\",\n        \"timestamp\": 251.16,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4406,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.475837\n            },\n            {\n                \"word\": \"act\",\n                \"score\": 0.01071512\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.56,\n        \"word\": \"Is\",\n        \"timestamp\": 251.2,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4407,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"his\",\n                \"score\": 0.2073135\n            },\n            {\n                \"word\": \"us\",\n                \"score\": 0.1286344\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.08256693\n            },\n            {\n                \"word\": \"gets\",\n                \"score\": 0.06457244\n            },\n            {\n                \"word\": \"it's\",\n                \"score\": 0.02281044\n            },\n            {\n                \"word\": \"against\",\n                \"score\": 0.01071512\n            }\n        ]\n    },\n    {\n        \"length\": 0.48,\n        \"score\": 0.97,\n        \"word\": \"Process\",\n        \"timestamp\": 251.27,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4408,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"practice\",\n                \"score\": 0.07540477\n            },\n            {\n                \"word\": \"practise\",\n                \"score\": 0.03700192\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.97,\n        \"word\": \"Quick\",\n        \"timestamp\": 251.75,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4409,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"quit\",\n                \"score\": 0.02923233\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.95,\n        \"word\": \"Us\",\n        \"timestamp\": 252.23,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4410,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"ask\",\n                \"score\": 0.05277913\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"Point\",\n        \"timestamp\": 252.47,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4411,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.98,\n        \"word\": \"We\",\n        \"timestamp\": 252.75,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4412,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"we'd\",\n                \"score\": 0.0185037\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.72,\n        \"word\": \"Get\",\n        \"timestamp\": 252.89,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4413,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2964536\n            }\n        ]\n    },\n    {\n        \"length\": 0.07,\n        \"score\": 0.71,\n        \"word\": \"A\",\n        \"timestamp\": 253.04,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4414,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"know\",\n                \"score\": 0.2964536\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.06662767\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 0.9,\n        \"word\": \"Lot\",\n        \"timestamp\": 253.11,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4415,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 1,\n        \"word\": \"Because\",\n        \"timestamp\": 253.41,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4416,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.97,\n        \"word\": \"We're\",\n        \"timestamp\": 254.33,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4417,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"what\",\n                \"score\": 0.02705979\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.77,\n        \"word\": \"Just\",\n        \"timestamp\": 254.51,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4418,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2018787\n            },\n            {\n                \"word\": \"did\",\n                \"score\": 0.02705979\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.95,\n        \"word\": \"Trying\",\n        \"timestamp\": 254.6,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4419,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"you\",\n                \"score\": 0.02705979\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.02399575\n            },\n            {\n                \"word\": \"going\",\n                \"score\": 0.007519809\n            }\n        ]\n    },\n    {\n        \"length\": 0.05,\n        \"score\": 0.96,\n        \"word\": \"To\",\n        \"timestamp\": 254.78,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4420,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"try\",\n                \"score\": 0.04346033\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Get\",\n        \"timestamp\": 254.83,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4421,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 0.52,\n        \"word\": \"It\",\n        \"timestamp\": 255.09,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4422,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"hit\",\n                \"score\": 0.2348405\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.1375634\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1231141\n            },\n            {\n                \"word\": \"his\",\n                \"score\": 0.09835775\n            },\n            {\n                \"word\": \"hate\",\n                \"score\": 0.0325297\n            },\n            {\n                \"word\": \"as\",\n                \"score\": 0.02924796\n            },\n            {\n                \"word\": \"head\",\n                \"score\": 0.0206823\n            },\n            {\n                \"word\": \"had\",\n                \"score\": 0.01910375\n            }\n        ]\n    },\n    {\n        \"length\": 0.21,\n        \"score\": 0.6,\n        \"word\": \"Me\",\n        \"timestamp\": 255.28,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4423,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"may\",\n                \"score\": 0.2017655\n            },\n            {\n                \"word\": \"make\",\n                \"score\": 0.06160634\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.0566429\n            },\n            {\n                \"word\": \"as\",\n                \"score\": 0.02950432\n            },\n            {\n                \"word\": \"many\",\n                \"score\": 0.02924796\n            },\n            {\n                \"word\": \"his\",\n                \"score\": 0.0185352\n            },\n            {\n                \"word\": \"head\",\n                \"score\": 0.003546257\n            },\n            {\n                \"word\": \"esmee\",\n                \"score\": 0.001994346\n            },\n            {\n                \"word\": \"had\",\n                \"score\": 0.0005101381\n            },\n            {\n                \"word\": \"hit\",\n                \"score\": 0.0004381632\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.82,\n        \"word\": \"Count\",\n        \"timestamp\": 255.49,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4424,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"can\",\n                \"score\": 0.2370873\n            },\n            {\n                \"word\": \"canna\",\n                \"score\": 0.0965402\n            },\n            {\n                \"word\": \"counter\",\n                \"score\": 0.08620004\n            },\n            {\n                \"word\": \"may\",\n                \"score\": 0.04477702\n            },\n            {\n                \"word\": \"canape\",\n                \"score\": 0.04410841\n            },\n            {\n                \"word\": \"an\",\n                \"score\": 0.04045308\n            },\n            {\n                \"word\": \"make\",\n                \"score\": 0.03489564\n            },\n            {\n                \"word\": \"many\",\n                \"score\": 0.02950432\n            },\n            {\n                \"word\": \"cannot\",\n                \"score\": 0.02509615\n            },\n            {\n                \"word\": \"cana\",\n                \"score\": 0.01382753\n            },\n            {\n                \"word\": \"kana\",\n                \"score\": 0.007180443\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.82,\n        \"word\": \"A\",\n        \"timestamp\": 255.67,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4425,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"count\",\n                \"score\": 0.3403299\n            },\n            {\n                \"word\": \"can\",\n                \"score\": 0.2370873\n            },\n            {\n                \"word\": \"canna\",\n                \"score\": 0.0965402\n            },\n            {\n                \"word\": \"counter\",\n                \"score\": 0.08620004\n            },\n            {\n                \"word\": \"may\",\n                \"score\": 0.04477702\n            },\n            {\n                \"word\": \"canape\",\n                \"score\": 0.04410841\n            },\n            {\n                \"word\": \"an\",\n                \"score\": 0.04045308\n            },\n            {\n                \"word\": \"make\",\n                \"score\": 0.03489564\n            },\n            {\n                \"word\": \"many\",\n                \"score\": 0.02950432\n            },\n            {\n                \"word\": \"cannot\",\n                \"score\": 0.02509615\n            },\n            {\n                \"word\": \"cana\",\n                \"score\": 0.01382753\n            },\n            {\n                \"word\": \"kana\",\n                \"score\": 0.007180443\n            }\n        ]\n    },\n    {\n        \"length\": 0.38,\n        \"score\": 1,\n        \"word\": \"Party\",\n        \"timestamp\": 255.77,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4426,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"pardee\",\n                \"score\": 0.04994198\n            },\n            {\n                \"word\": \"pardoe\",\n                \"score\": 0.04556141\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 0.77,\n        \"word\": \"Hi\",\n        \"timestamp\": 256.39,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4427,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"high\",\n                \"score\": 0.1962784\n            },\n            {\n                \"word\": \"time\",\n                \"score\": 0.03575763\n            }\n        ]\n    },\n    {\n        \"length\": 0.54,\n        \"score\": 1,\n        \"word\": \"Mine\",\n        \"timestamp\": 256.59,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4428,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 0.74,\n        \"word\": \"Trailing\",\n        \"timestamp\": 257.21,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4429,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"trading\",\n                \"score\": 0.2630084\n            },\n            {\n                \"word\": \"training\",\n                \"score\": 0.03878505\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"With\",\n        \"timestamp\": 257.55,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4430,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 1,\n        \"word\": \"That\",\n        \"timestamp\": 257.67,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4431,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.35,\n        \"score\": 0.92,\n        \"word\": \"Wrigley's\",\n        \"timestamp\": 258.33,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4432,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"please\",\n                \"score\": 0.04492132\n            },\n            {\n                \"word\": \"we\",\n                \"score\": 0.03992709\n            }\n        ]\n    },\n    {\n        \"length\": 0.42,\n        \"score\": 0.55,\n        \"word\": \"Busboy\",\n        \"timestamp\": 258.85,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4433,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"boy\",\n                \"score\": 0.3218563\n            },\n            {\n                \"word\": \"loin\",\n                \"score\": 0.0609865\n            },\n            {\n                \"word\": \"point\",\n                \"score\": 0.05267152\n            },\n            {\n                \"word\": \"boing\",\n                \"score\": 0.04219076\n            },\n            {\n                \"word\": \"boyne\",\n                \"score\": 0.04086887\n            },\n            {\n                \"word\": \"yes\",\n                \"score\": 0.005739233\n            },\n            {\n                \"word\": \"loins\",\n                \"score\": 0.005117123\n            }\n        ]\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 1,\n        \"word\": \"You\",\n        \"timestamp\": 259.63,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4434,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"Guys\",\n        \"timestamp\": 259.71,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4435,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.04,\n        \"score\": 1,\n        \"word\": \"Are\",\n        \"timestamp\": 259.93,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4436,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.46,\n        \"score\": 1,\n        \"word\": \"Important\",\n        \"timestamp\": 259.97,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4437,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"No\",\n        \"timestamp\": 260.68,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4438,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"you\",\n                \"score\": 0.1426057\n            },\n            {\n                \"word\": \"know\",\n                \"score\": 0.1341676\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.01197464\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.94,\n        \"word\": \"We\",\n        \"timestamp\": 260.85,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4439,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.04235736\n            },\n            {\n                \"word\": \"know\",\n                \"score\": 0.0162042\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.001943545\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.37,\n        \"word\": \"Want\",\n        \"timestamp\": 261.02,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4440,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"were\",\n                \"score\": 0.3298519\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.08261065\n            },\n            {\n                \"word\": \"going\",\n                \"score\": 0.07004326\n            },\n            {\n                \"word\": \"we've\",\n                \"score\": 0.04881055\n            },\n            {\n                \"word\": \"to\",\n                \"score\": 0.04502212\n            },\n            {\n                \"word\": \"weren't\",\n                \"score\": 0.01858727\n            },\n            {\n                \"word\": \"wanna\",\n                \"score\": 0.01782509\n            },\n            {\n                \"word\": \"go\",\n                \"score\": 0.008925934\n            },\n            {\n                \"word\": \"know\",\n                \"score\": 0.003882376\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.5,\n        \"word\": \"A\",\n        \"timestamp\": 261.38,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4441,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"them\",\n                \"score\": 0.2948122\n            },\n            {\n                \"word\": \"take\",\n                \"score\": 0.1529907\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1274589\n            },\n            {\n                \"word\": \"through\",\n                \"score\": 0.0789692\n            },\n            {\n                \"word\": \"to\",\n                \"score\": 0.07177741\n            },\n            {\n                \"word\": \"doing\",\n                \"score\": 0.06365597\n            },\n            {\n                \"word\": \"not\",\n                \"score\": 0.0547343\n            },\n            {\n                \"word\": \"got\",\n                \"score\": 0.04881055\n            },\n            {\n                \"word\": \"wanted\",\n                \"score\": 0.01858861\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.01385616\n            },\n            {\n                \"word\": \"done\",\n                \"score\": 0.0121894\n            },\n            {\n                \"word\": \"we've\",\n                \"score\": 0.01169456\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.01067429\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.01038504\n            },\n            {\n                \"word\": \"no\",\n                \"score\": 0.009044356\n            },\n            {\n                \"word\": \"won\",\n                \"score\": 0.00766007\n            },\n            {\n                \"word\": \"bought\",\n                \"score\": 0.006542515\n            },\n            {\n                \"word\": \"wonder\",\n                \"score\": 0.006155832\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.52,\n        \"word\": \"Bit\",\n        \"timestamp\": 261.9,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4442,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.9893257\n            },\n            {\n                \"word\": \"take\",\n                \"score\": 0.01067429\n            }\n        ]\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.93,\n        \"word\": \"A\",\n        \"timestamp\": 262.17,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4443,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"take\",\n                \"score\": 0.05609742\n            },\n            {\n                \"word\": \"they\",\n                \"score\": 0.01038504\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 0.77,\n        \"word\": \"Ticket\",\n        \"timestamp\": 262.25,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4444,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.163665\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.05609742\n            },\n            {\n                \"word\": \"good\",\n                \"score\": 0.01038504\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.84,\n        \"word\": \"For\",\n        \"timestamp\": 262.51,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4445,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"wee\",\n                \"score\": 0.163665\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"You\",\n        \"timestamp\": 262.64,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4446,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Said\",\n        \"timestamp\": 262.81,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4447,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"Same\",\n        \"timestamp\": 262.99,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4448,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.46,\n        \"score\": 0.88,\n        \"word\": \"Poem.\",\n        \"timestamp\": 263.26,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4449,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"porn\",\n                \"score\": 0.5900761\n            },\n            {\n                \"word\": \"pawn\",\n                \"score\": 0.2768439\n            },\n            {\n                \"word\": \"him\",\n                \"score\": 0.0117926\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"Go\",\n        \"timestamp\": 264.41,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4450,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"Back\",\n        \"timestamp\": 264.53,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4451,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.96,\n        \"word\": \"And\",\n        \"timestamp\": 264.81,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4452,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"in\",\n                \"score\": 0.03807961\n            }\n        ]\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Look\",\n        \"timestamp\": 264.89,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4453,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.95,\n        \"word\": \"At\",\n        \"timestamp\": 265.09,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4454,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.04695018\n            }\n        ]\n    },\n    {\n        \"length\": 0.04,\n        \"score\": 0.89,\n        \"word\": \"It\",\n        \"timestamp\": 265.19,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4455,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"out\",\n                \"score\": 0.04695018\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.04295493\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.02190535\n            }\n        ]\n    },\n    {\n        \"length\": 0.48,\n        \"score\": 1,\n        \"word\": \"Again\",\n        \"timestamp\": 265.23,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4456,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"What\",\n        \"timestamp\": 266.47,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4457,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 1,\n        \"word\": \"Are\",\n        \"timestamp\": 266.75,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4458,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.04,\n        \"score\": 1,\n        \"word\": \"They\",\n        \"timestamp\": 266.81,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4459,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"Left\",\n        \"timestamp\": 266.85,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4460,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.36,\n        \"score\": 1,\n        \"word\": \"Behind\",\n        \"timestamp\": 267.09,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4461,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.97,\n        \"word\": \"It\",\n        \"timestamp\": 267.45,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4462,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"in\",\n                \"score\": 0.0200924\n            },\n            {\n                \"word\": \"its\",\n                \"score\": 0.01406714\n            }\n        ]\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 1,\n        \"word\": \"So\",\n        \"timestamp\": 267.59,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4463,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.71,\n        \"word\": \"He\",\n        \"timestamp\": 268.41,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4464,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"you\",\n                \"score\": 0.239356\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.01600156\n            },\n            {\n                \"word\": \"your\",\n                \"score\": 0.01560847\n            },\n            {\n                \"word\": \"you're\",\n                \"score\": 0.01505505\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.71,\n        \"word\": \"Always\",\n        \"timestamp\": 268.53,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4465,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"know\",\n                \"score\": 0.2305644\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.05545663\n            }\n        ]\n    },\n    {\n        \"length\": 0.25,\n        \"score\": 1,\n        \"word\": \"Be\",\n        \"timestamp\": 268.81,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4466,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.89,\n        \"word\": \"I\",\n        \"timestamp\": 269.13,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4467,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.06445989\n            },\n            {\n                \"word\": \"we\",\n                \"score\": 0.03026981\n            },\n            {\n                \"word\": \"there\",\n                \"score\": 0.01054971\n            },\n            {\n                \"word\": \"he\",\n                \"score\": 0.001963728\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.55,\n        \"word\": \"Will\",\n        \"timestamp\": 269.22,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4468,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.9628822\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.95,\n        \"word\": \"Get\",\n        \"timestamp\": 269.35,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4469,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"would\",\n                \"score\": 0.4389644\n            },\n            {\n                \"word\": \"will\",\n                \"score\": 0.4161717\n            },\n            {\n                \"word\": \"we\",\n                \"score\": 0.06344578\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.0371178\n            },\n            {\n                \"word\": \"we'd\",\n                \"score\": 0.008053767\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.004013025\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.001963728\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.97,\n        \"word\": \"Rid\",\n        \"timestamp\": 269.46,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4470,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"have\",\n                \"score\": 0.4527624\n            },\n            {\n                \"word\": \"will\",\n                \"score\": 0.005976753\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.004805354\n            }\n        ]\n    },\n    {\n        \"length\": 0.04,\n        \"score\": 0.97,\n        \"word\": \"Of\",\n        \"timestamp\": 269.57,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4471,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"it\",\n                \"score\": 0.4384238\n            },\n            {\n                \"word\": \"had\",\n                \"score\": 0.01433851\n            },\n            {\n                \"word\": \"never\",\n                \"score\": 0.005976753\n            },\n            {\n                \"word\": \"ever\",\n                \"score\": 0.004805354\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.77,\n        \"word\": \"It\",\n        \"timestamp\": 269.61,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4472,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"as\",\n                \"score\": 0.3185224\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.1975638\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.1216201\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.05941955\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"I\",\n        \"timestamp\": 269.69,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4473,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.27,\n        \"score\": 1,\n        \"word\": \"Know\",\n        \"timestamp\": 269.89,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4474,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"The\",\n        \"timestamp\": 270.19,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4475,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"it's\",\n                \"score\": 0.05224451\n            },\n            {\n                \"word\": \"is\",\n                \"score\": 0.01746077\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.01731139\n            }\n        ]\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 0.97,\n        \"word\": \"Pub\",\n        \"timestamp\": 270.31,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4476,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"probs\",\n                \"score\": 0.07565559\n            },\n            {\n                \"word\": \"problem\",\n                \"score\": 0.02950073\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"So\",\n        \"timestamp\": 270.65,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4477,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a\",\n                \"score\": 0.01115789\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.01094937\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.98,\n        \"word\": \"We\",\n        \"timestamp\": 270.77,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4478,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"we'd\",\n                \"score\": 0.1433389\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.98,\n        \"word\": \"Have\",\n        \"timestamp\": 270.87,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4479,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"got\",\n                \"score\": 0.1798243\n            },\n            {\n                \"word\": \"had\",\n                \"score\": 0.02543384\n            }\n        ]\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 1,\n        \"word\": \"To\",\n        \"timestamp\": 271.03,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4480,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"Go\",\n        \"timestamp\": 271.09,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4481,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.27,\n        \"score\": 1,\n        \"word\": \"Back\",\n        \"timestamp\": 271.19,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4482,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 0.5,\n        \"word\": \"And\",\n        \"timestamp\": 271.47,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4483,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"in\",\n                \"score\": 0.3291779\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1355535\n            },\n            {\n                \"word\": \"look\",\n                \"score\": 0.01934995\n            },\n            {\n                \"word\": \"on\",\n                \"score\": 0.01681526\n            }\n        ]\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.67,\n        \"word\": \"With\",\n        \"timestamp\": 271.56,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4484,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"at\",\n                \"score\": 0.1734124\n            },\n            {\n                \"word\": \"look\",\n                \"score\": 0.1089361\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.03977856\n            },\n            {\n                \"word\": \"what\",\n                \"score\": 0.007435617\n            },\n            {\n                \"word\": \"to\",\n                \"score\": 0.004793608\n            }\n        ]\n    },\n    {\n        \"length\": 0.11,\n        \"score\": 0.67,\n        \"word\": \"The\",\n        \"timestamp\": 271.69,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4485,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"that\",\n                \"score\": 0.1734124\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.1089361\n            },\n            {\n                \"word\": \"look\",\n                \"score\": 0.03977856\n            },\n            {\n                \"word\": \"capture\",\n                \"score\": 0.004793608\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.57,\n        \"word\": \"But\",\n        \"timestamp\": 271.91,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4486,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"gap\",\n                \"score\": 0.2940247\n            },\n            {\n                \"word\": \"cap\",\n                \"score\": 0.1806843\n            },\n            {\n                \"word\": \"captain\",\n                \"score\": 0.1718804\n            },\n            {\n                \"word\": \"point\",\n                \"score\": 0.1355624\n            },\n            {\n                \"word\": \"that\",\n                \"score\": 0.1089361\n            },\n            {\n                \"word\": \"at\",\n                \"score\": 0.03977856\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.01913925\n            },\n            {\n                \"word\": \"way\",\n                \"score\": 0.008064096\n            },\n            {\n                \"word\": \"by\",\n                \"score\": 0.002721082\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"I\",\n        \"timestamp\": 272.7,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4487,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 1,\n        \"word\": \"Think\",\n        \"timestamp\": 272.93,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4488,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"Picked\",\n        \"timestamp\": 273.12,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4489,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 0.98,\n        \"word\": \"A\",\n        \"timestamp\": 273.4,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4490,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"problem\",\n                \"score\": 0.1436633\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.02795155\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.002443605\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 0.95,\n        \"word\": \"Promise\",\n        \"timestamp\": 273.46,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4491,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a\",\n                \"score\": 0.8259416\n            },\n            {\n                \"word\": \"problem\",\n                \"score\": 0.1436633\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.02795155\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.002443605\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.63,\n        \"word\": \"The\",\n        \"timestamp\": 273.79,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4492,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"to\",\n                \"score\": 0.1774289\n            },\n            {\n                \"word\": \"they\",\n                \"score\": 0.1542436\n            },\n            {\n                \"word\": \"i'll\",\n                \"score\": 0.02185074\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.009956392\n            },\n            {\n                \"word\": \"of\",\n                \"score\": 0.005607413\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.002522623\n            },\n            {\n                \"word\": \"cried\",\n                \"score\": 0.00005551607\n            }\n        ]\n    },\n    {\n        \"length\": 0.05,\n        \"score\": 0.47,\n        \"word\": \"Be\",\n        \"timestamp\": 273.83,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4493,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"the\",\n                \"score\": 0.6283348\n            },\n            {\n                \"word\": \"to\",\n                \"score\": 0.1774289\n            },\n            {\n                \"word\": \"they\",\n                \"score\": 0.1542436\n            },\n            {\n                \"word\": \"i'll\",\n                \"score\": 0.02185074\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.009956392\n            },\n            {\n                \"word\": \"of\",\n                \"score\": 0.005607413\n            },\n            {\n                \"word\": \"are\",\n                \"score\": 0.002522623\n            },\n            {\n                \"word\": \"cried\",\n                \"score\": 0.00005551607\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 0.69,\n        \"word\": \"Quite\",\n        \"timestamp\": 273.88,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4494,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.53,\n        \"score\": 0.79,\n        \"word\": \"Indefinitely\",\n        \"timestamp\": 274.3,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4495,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.5914794\n            },\n            {\n                \"word\": \"be\",\n                \"score\": 0.2030173\n            },\n            {\n                \"word\": \"to\",\n                \"score\": 0.0912189\n            },\n            {\n                \"word\": \"you\",\n                \"score\": 0.05874741\n            },\n            {\n                \"word\": \"can\",\n                \"score\": 0.03492378\n            },\n            {\n                \"word\": \"different\",\n                \"score\": 0.01504119\n            },\n            {\n                \"word\": \"me\",\n                \"score\": 0.005572036\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Way\",\n        \"timestamp\": 274.87,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4496,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.97,\n        \"word\": \"Through\",\n        \"timestamp\": 275.11,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4497,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"cos\",\n                \"score\": 0.02664395\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.98,\n        \"word\": \"And\",\n        \"timestamp\": 275.35,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4498,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"when\",\n                \"score\": 0.0149732\n            },\n            {\n                \"word\": \"we're\",\n                \"score\": 0.005074115\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.69,\n        \"word\": \"Everything\",\n        \"timestamp\": 275.46,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4499,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"having\",\n                \"score\": 0.1163217\n            },\n            {\n                \"word\": \"any\",\n                \"score\": 0.0668519\n            },\n            {\n                \"word\": \"have\",\n                \"score\": 0.05909263\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.04367252\n            },\n            {\n                \"word\": \"everybody\",\n                \"score\": 0.02180718\n            }\n        ]\n    },\n    {\n        \"length\": 0.4,\n        \"score\": 1,\n        \"word\": \"Company\",\n        \"timestamp\": 275.7,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4500,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"in\",\n                \"score\": 0.003594342\n            },\n            {\n                \"word\": \"any\",\n                \"score\": 0.001558831\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.0009168233\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.0005497442\n            },\n            {\n                \"word\": \"him\",\n                \"score\": 0.0001554077\n            }\n        ]\n    },\n    {\n        \"length\": 0.44,\n        \"score\": 0.67,\n        \"word\": \"Silver\",\n        \"timestamp\": 276.12,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4501,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"sober\",\n                \"score\": 0.2655176\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.02582951\n            },\n            {\n                \"word\": \"so\",\n                \"score\": 0.01810717\n            },\n            {\n                \"word\": \"sobre\",\n                \"score\": 0.01243827\n            },\n            {\n                \"word\": \"company\",\n                \"score\": 0.006775149\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.005656239\n            }\n        ]\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.78,\n        \"word\": \"If\",\n        \"timestamp\": 276.6,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4502,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"in\",\n                \"score\": 0.1204841\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.02838601\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.02694286\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.02674216\n            },\n            {\n                \"word\": \"sober\",\n                \"score\": 0.01243139\n            },\n            {\n                \"word\": \"is\",\n                \"score\": 0.009194123\n            }\n        ]\n    },\n    {\n        \"length\": 0.23,\n        \"score\": 0.99,\n        \"word\": \"First\",\n        \"timestamp\": 276.75,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4503,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.01233238\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 0.76,\n        \"word\": \"Thing\",\n        \"timestamp\": 276.98,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4504,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"aid\",\n                \"score\": 0.08597654\n            },\n            {\n                \"word\": \"he'd\",\n                \"score\": 0.07491694\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.04169596\n            },\n            {\n                \"word\": \"need\",\n                \"score\": 0.03133088\n            },\n            {\n                \"word\": \"ead\",\n                \"score\": 0.003943035\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.0009863555\n            },\n            {\n                \"word\": \"is\",\n                \"score\": 0.0003673641\n            }\n        ]\n    },\n    {\n        \"length\": 0.07,\n        \"score\": 0.7,\n        \"word\": \"You\",\n        \"timestamp\": 277.13,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4505,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"him\",\n                \"score\": 0.1961674\n            },\n            {\n                \"word\": \"you're\",\n                \"score\": 0.0579665\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.0307173\n            },\n            {\n                \"word\": \"the\",\n                \"score\": 0.01233238\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.5,\n        \"word\": \"Do\",\n        \"timestamp\": 277.21,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4506,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"doing\",\n                \"score\": 0.2488219\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2268847\n            },\n            {\n                \"word\": \"did\",\n                \"score\": 0.01285188\n            },\n            {\n                \"word\": \"first\",\n                \"score\": 0.01233238\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 0.56,\n        \"word\": \"Is\",\n        \"timestamp\": 277.35,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4507,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"his\",\n                \"score\": 0.2209718\n            },\n            {\n                \"word\": \"with\",\n                \"score\": 0.08967413\n            },\n            {\n                \"word\": \"this\",\n                \"score\": 0.05647728\n            },\n            {\n                \"word\": \"eden's\",\n                \"score\": 0.04304968\n            },\n            {\n                \"word\": \"he's\",\n                \"score\": 0.02519369\n            },\n            {\n                \"word\": \"miss\",\n                \"score\": 0.009376842\n            }\n        ]\n    },\n    {\n        \"length\": 0.46,\n        \"score\": 0.69,\n        \"word\": \"Maybe\",\n        \"timestamp\": 277.5,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4508,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"baby\",\n                \"score\": 0.3731147\n            }\n        ]\n    },\n    {\n        \"length\": 0.64,\n        \"score\": 0.81,\n        \"word\": \"Explain\",\n        \"timestamp\": 278.13,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4509,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"explained\",\n                \"score\": 0.08087837\n            },\n            {\n                \"word\": \"exploiting\",\n                \"score\": 0.0673921\n            },\n            {\n                \"word\": \"explaining\",\n                \"score\": 0.04329021\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"The\",\n        \"timestamp\": 278.86,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4510,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"this\",\n                \"score\": 0.6394582\n            }\n        ]\n    },\n    {\n        \"length\": 0.61,\n        \"score\": 1,\n        \"word\": \"Structure\",\n        \"timestamp\": 279,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4511,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.4,\n        \"score\": 1,\n        \"word\": \"And\",\n        \"timestamp\": 280.05,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4512,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"Maybe\",\n        \"timestamp\": 280.59,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4513,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"Go\",\n        \"timestamp\": 280.83,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4514,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"Down\",\n        \"timestamp\": 280.95,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4515,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.64,\n        \"word\": \"To\",\n        \"timestamp\": 281.19,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4516,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"didn't\",\n                \"score\": 0.1645551\n            },\n            {\n                \"word\": \"tin\",\n                \"score\": 0.103534\n            },\n            {\n                \"word\": \"did\",\n                \"score\": 0.0747581\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.01638081\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 0.82,\n        \"word\": \"Fine\",\n        \"timestamp\": 281.33,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4517,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.703575\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.2110082\n            },\n            {\n                \"word\": \"get\",\n                \"score\": 0.03566738\n            },\n            {\n                \"word\": \"him\",\n                \"score\": 0.02813541\n            },\n            {\n                \"word\": \"be\",\n                \"score\": 0.0216141\n            }\n        ]\n    },\n    {\n        \"length\": 0.25,\n        \"score\": 0.54,\n        \"word\": \"Thing\",\n        \"timestamp\": 281.66,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4518,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"anything\",\n                \"score\": 0.3266094\n            },\n            {\n                \"word\": \"fine\",\n                \"score\": 0.06230695\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.05383229\n            },\n            {\n                \"word\": \"frightening\",\n                \"score\": 0.01638081\n            }\n        ]\n    },\n    {\n        \"length\": 0.17,\n        \"score\": 0.48,\n        \"word\": \"In\",\n        \"timestamp\": 281.95,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4519,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.99,\n        \"word\": \"In\",\n        \"timestamp\": 282.23,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4520,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.01492533\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 0.61,\n        \"word\": \"Front\",\n        \"timestamp\": 282.4,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4521,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.3817945\n            },\n            {\n                \"word\": \"been\",\n                \"score\": 0.005944998\n            }\n        ]\n    },\n    {\n        \"length\": 0.23,\n        \"score\": 0.66,\n        \"word\": \"You\",\n        \"timestamp\": 282.76,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4522,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"of\",\n                \"score\": 0.4985014\n            },\n            {\n                \"word\": \"furniture\",\n                \"score\": 0.368769\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1093329\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.01441635\n            },\n            {\n                \"word\": \"inferno\",\n                \"score\": 0.008816644\n            },\n            {\n                \"word\": \"been\",\n                \"score\": 0.0001636911\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.99,\n        \"word\": \"You\",\n        \"timestamp\": 282.85,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4523,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"furniture\",\n                \"score\": 0.01015386\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.97,\n        \"word\": \"In\",\n        \"timestamp\": 283.07,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4524,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"doing\",\n                \"score\": 0.01612979\n            },\n            {\n                \"word\": \"healing\",\n                \"score\": 0.01015386\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 1,\n        \"word\": \"I\",\n        \"timestamp\": 283.57,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4525,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.8853232\n            },\n            {\n                \"word\": \"japan\",\n                \"score\": 0.09301475\n            },\n            {\n                \"word\": \"pipe\",\n                \"score\": 0.02166205\n            }\n        ]\n    },\n    {\n        \"length\": 0.46,\n        \"score\": 1,\n        \"word\": \"People\",\n        \"timestamp\": 283.73,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4526,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 0.91,\n        \"word\": \"And\",\n        \"timestamp\": 284.23,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4527,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"in\",\n                \"score\": 0.06594276\n            },\n            {\n                \"word\": \"can\",\n                \"score\": 0.01224625\n            },\n            {\n                \"word\": \"an\",\n                \"score\": 0.00997666\n            }\n        ]\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 1,\n        \"word\": \"Whoever\",\n        \"timestamp\": 284.67,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4528,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.21,\n        \"score\": 1,\n        \"word\": \"Out\",\n        \"timestamp\": 285.01,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4529,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.07,\n        \"score\": 0.75,\n        \"word\": \"The\",\n        \"timestamp\": 285.24,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4530,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"a\",\n                \"score\": 0.2046067\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.04250445\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.96,\n        \"word\": \"Deal\",\n        \"timestamp\": 285.31,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4531,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"he'll\",\n                \"score\": 0.04250445\n            }\n        ]\n    },\n    {\n        \"length\": 0.41,\n        \"score\": 1,\n        \"word\": \"People\",\n        \"timestamp\": 285.53,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4532,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.36,\n        \"score\": 1,\n        \"word\": \"Sorry\",\n        \"timestamp\": 286.09,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4533,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Make\",\n        \"timestamp\": 286.97,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4534,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.97,\n        \"word\": \"Sure\",\n        \"timestamp\": 287.17,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4535,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"shall\",\n                \"score\": 0.02950247\n            }\n        ]\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"We\",\n        \"timestamp\": 287.29,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4536,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.17,\n        \"score\": 0.39,\n        \"word\": \"Enter\",\n        \"timestamp\": 287.45,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4537,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"have\",\n                \"score\": 0.2819486\n            },\n            {\n                \"word\": \"had\",\n                \"score\": 0.2445305\n            },\n            {\n                \"word\": \"answer\",\n                \"score\": 0.08265047\n            }\n        ]\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 1,\n        \"word\": \"A\",\n        \"timestamp\": 287.73,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4538,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Lot\",\n        \"timestamp\": 287.79,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4539,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 1,\n        \"word\": \"Of\",\n        \"timestamp\": 287.99,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4540,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.44,\n        \"score\": 1,\n        \"word\": \"Questions\",\n        \"timestamp\": 288.05,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4541,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.98,\n        \"word\": \"Could\",\n        \"timestamp\": 288.51,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4542,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"so\",\n                \"score\": 0.01925169\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"Quite\",\n        \"timestamp\": 289.53,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4543,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.04,\n        \"score\": 1,\n        \"word\": \"A\",\n        \"timestamp\": 289.77,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4544,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.36,\n        \"score\": 1,\n        \"word\": \"Few\",\n        \"timestamp\": 289.81,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4545,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"They'll\",\n        \"timestamp\": 290.59,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4546,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Come\",\n        \"timestamp\": 290.81,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4547,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 1,\n        \"word\": \"Up\",\n        \"timestamp\": 291.01,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4548,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.82,\n        \"word\": \"It\",\n        \"timestamp\": 291.23,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4549,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"in\",\n                \"score\": 0.1434661\n            },\n            {\n                \"word\": \"his\",\n                \"score\": 0.03831097\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 0.63,\n        \"word\": \"Name\",\n        \"timestamp\": 291.31,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4550,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"neg\",\n                \"score\": 0.1256167\n            },\n            {\n                \"word\": \"meg\",\n                \"score\": 0.07752369\n            },\n            {\n                \"word\": \"make\",\n                \"score\": 0.07430806\n            },\n            {\n                \"word\": \"egg\",\n                \"score\": 0.06081156\n            },\n            {\n                \"word\": \"neck\",\n                \"score\": 0.02328238\n            },\n            {\n                \"word\": \"negative\",\n                \"score\": 0.01127397\n            }\n        ]\n    },\n    {\n        \"length\": 0.46,\n        \"score\": 1,\n        \"word\": \"Figure\",\n        \"timestamp\": 292.43,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4551,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"Out\",\n        \"timestamp\": 292.89,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4552,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 0.85,\n        \"word\": \"What\",\n        \"timestamp\": 292.99,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4553,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"with\",\n                \"score\": 0.1234845\n            },\n            {\n                \"word\": \"what's\",\n                \"score\": 0.02947054\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 1,\n        \"word\": \"The\",\n        \"timestamp\": 293.11,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4554,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.2,\n        \"score\": 1,\n        \"word\": \"Next\",\n        \"timestamp\": 293.19,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4555,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Step\",\n        \"timestamp\": 293.39,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4556,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 0.97,\n        \"word\": \"Sorry\",\n        \"timestamp\": 293.57,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4557,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"star\",\n                \"score\": 0.7278125\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2721875\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.89,\n        \"word\": \"I'm\",\n        \"timestamp\": 293.93,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4558,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"jumps\",\n                \"score\": 0.7090681\n            },\n            {\n                \"word\": \"sergeant\",\n                \"score\": 0.2721875\n            },\n            {\n                \"word\": \"jump\",\n                \"score\": 0.01874438\n            }\n        ]\n    },\n    {\n        \"length\": 0.27,\n        \"score\": 0.92,\n        \"word\": \"Just\",\n        \"timestamp\": 294.06,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4559,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"jumps\",\n                \"score\": 0.7090681\n            },\n            {\n                \"word\": \"sergeant\",\n                \"score\": 0.2721875\n            },\n            {\n                \"word\": \"jump\",\n                \"score\": 0.01874438\n            }\n        ]\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"Getting\",\n        \"timestamp\": 294.69,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4560,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.06,\n        \"score\": 0.98,\n        \"word\": \"A\",\n        \"timestamp\": 294.93,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4561,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"any\",\n                \"score\": 0.01822327\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 1,\n        \"word\": \"Quiet\",\n        \"timestamp\": 294.99,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4562,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.29,\n        \"score\": 0.91,\n        \"word\": \"Night\",\n        \"timestamp\": 295.52,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4563,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"one\",\n                \"score\": 0.07198827\n            },\n            {\n                \"word\": \"not\",\n                \"score\": 0.02054208\n            }\n        ]\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.93,\n        \"word\": \"In\",\n        \"timestamp\": 295.96,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4564,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"night\",\n                \"score\": 0.0504667\n            },\n            {\n                \"word\": \"not\",\n                \"score\": 0.02152157\n            }\n        ]\n    },\n    {\n        \"length\": 0.34,\n        \"score\": 0.98,\n        \"word\": \"Place.\",\n        \"timestamp\": 296.11,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4565,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"play\",\n                \"score\": 0.04763044\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"I\",\n        \"timestamp\": 298.59,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4566,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Think\",\n        \"timestamp\": 298.71,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4567,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"I'm\",\n        \"timestamp\": 298.89,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4568,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.96,\n        \"word\": \"A\",\n        \"timestamp\": 299.17,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4569,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"at\",\n                \"score\": 0.04302248\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 0.81,\n        \"word\": \"De\",\n        \"timestamp\": 299.3,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4570,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"the\",\n                \"score\": 0.1246773\n            },\n            {\n                \"word\": \"dick\",\n                \"score\": 0.06945509\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"Quite\",\n        \"timestamp\": 299.44,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4571,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"right\",\n                \"score\": 0.03214331\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.84,\n        \"word\": \"Hard\",\n        \"timestamp\": 299.73,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4572,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"side\",\n                \"score\": 0.2989977\n            },\n            {\n                \"word\": \"sad\",\n                \"score\": 0.1607415\n            },\n            {\n                \"word\": \"tight\",\n                \"score\": 0.05922691\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"For\",\n        \"timestamp\": 299.95,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4573,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"You\",\n        \"timestamp\": 300.07,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4574,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"Guys\",\n        \"timestamp\": 300.19,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4575,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.29,\n        \"score\": 0.86,\n        \"word\": \"Public\",\n        \"timestamp\": 300.41,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4576,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"guys\",\n                \"score\": 1\n            }\n        ]\n    },\n    {\n        \"length\": 0.14,\n        \"score\": 1,\n        \"word\": \"Has\",\n        \"timestamp\": 300.71,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4577,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.27,\n        \"score\": 0.97,\n        \"word\": \"Kate\",\n        \"timestamp\": 300.87,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4578,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"cage\",\n                \"score\": 0.08511107\n            }\n        ]\n    },\n    {\n        \"length\": 0.25,\n        \"score\": 0.93,\n        \"word\": \"It's\",\n        \"timestamp\": 301.15,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4579,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.04099502\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.030988\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 0.67,\n        \"word\": \"Difficult\",\n        \"timestamp\": 301.6,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4580,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"different\",\n                \"score\": 0.1963837\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.0627436\n            },\n            {\n                \"word\": \"it\",\n                \"score\": 0.04099502\n            },\n            {\n                \"word\": \"all\",\n                \"score\": 0.02620554\n            }\n        ]\n    },\n    {\n        \"length\": 0.15,\n        \"score\": 1,\n        \"word\": \"For\",\n        \"timestamp\": 301.96,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4581,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.36,\n        \"score\": 1,\n        \"word\": \"Us\",\n        \"timestamp\": 302.11,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4582,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"Yeah\",\n        \"timestamp\": 302.53,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4583,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 0.81,\n        \"word\": \"Cup.\",\n        \"timestamp\": 303.15,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4584,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"count\",\n                \"score\": 0.07287545\n            },\n            {\n                \"word\": \"come\",\n                \"score\": 0.06204329\n            },\n            {\n                \"word\": \"cow\",\n                \"score\": 0.05054158\n            }\n        ]\n    },\n    {\n        \"length\": 0.25,\n        \"score\": 0.63,\n        \"word\": \"O.k.\",\n        \"timestamp\": 304.61,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4585,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"o.k.\",\n                \"score\": 0.6271068\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.1790081\n            },\n            {\n                \"word\": \"er\",\n                \"score\": 0.1549879\n            },\n            {\n                \"word\": \"okay\",\n                \"score\": 0.03889716\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 0.51,\n        \"word\": \"No\",\n        \"timestamp\": 305.34,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4586,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"now\",\n                \"score\": 0.4159456\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.06650443\n            },\n            {\n                \"word\": \"know\",\n                \"score\": 0.004952078\n            }\n        ]\n    },\n    {\n        \"length\": 0.59,\n        \"score\": 0.57,\n        \"word\": \"Nice\",\n        \"timestamp\": 305.66,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4587,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"thanks\",\n                \"score\": 0.2847506\n            },\n            {\n                \"word\": \"now\",\n                \"score\": 0.06650443\n            },\n            {\n                \"word\": \"ladies\",\n                \"score\": 0.02086623\n            },\n            {\n                \"word\": \"please\",\n                \"score\": 0.02060541\n            },\n            {\n                \"word\": \"eh\",\n                \"score\": 0.01584926\n            },\n            {\n                \"word\": \"this\",\n                \"score\": 0.01413679\n            },\n            {\n                \"word\": \"notice\",\n                \"score\": 0.01049216\n            }\n        ]\n    },\n    {\n        \"length\": 0.09,\n        \"score\": 0.91,\n        \"word\": \"Or\",\n        \"timestamp\": 306.81,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4588,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.06371864\n            },\n            {\n                \"word\": \"aw\",\n                \"score\": 0.02215945\n            }\n        ]\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 0.95,\n        \"word\": \"Commit\",\n        \"timestamp\": 306.94,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4589,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"committed\",\n                \"score\": 0.05008358\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"Has\",\n        \"timestamp\": 307.3,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4590,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 1,\n        \"word\": \"To\",\n        \"timestamp\": 307.56,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4591,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.16,\n        \"score\": 1,\n        \"word\": \"Do\",\n        \"timestamp\": 307.66,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4592,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 1,\n        \"word\": \"There\",\n        \"timestamp\": 307.82,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4593,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.06512387\n            },\n            {\n                \"word\": \"their\",\n                \"score\": 0.01962726\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"Should\",\n        \"timestamp\": 308.7,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4594,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"that\",\n                \"score\": 0.04431483\n            },\n            {\n                \"word\": \"shall\",\n                \"score\": 0.02339966\n            },\n            {\n                \"word\": \"their\",\n                \"score\": 0.02080904\n            }\n        ]\n    },\n    {\n        \"length\": 0.12,\n        \"score\": 1,\n        \"word\": \"Be\",\n        \"timestamp\": 308.98,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4595,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"surely\",\n                \"score\": 0.06512387\n            }\n        ]\n    },\n    {\n        \"length\": 0.3,\n        \"score\": 0.99,\n        \"word\": \"Road\",\n        \"timestamp\": 309.1,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4596,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"rode\",\n                \"score\": 0.01074867\n            }\n        ]\n    },\n    {\n        \"length\": 0.08,\n        \"score\": 0.61,\n        \"word\": \"And\",\n        \"timestamp\": 309.4,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4597,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"of\",\n                \"score\": 0.2733885\n            },\n            {\n                \"word\": \"or\",\n                \"score\": 0.04152855\n            },\n            {\n                \"word\": \"a\",\n                \"score\": 0.03762936\n            },\n            {\n                \"word\": \"in\",\n                \"score\": 0.01659294\n            },\n            {\n                \"word\": \"have\",\n                \"score\": 0.0159903\n            }\n        ]\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 1,\n        \"word\": \"Later\",\n        \"timestamp\": 309.48,\n        \"speaker\": {\n            \"name\": \"000002\",\n            \"label\": \"Speaker 1\",\n            \"no\": 1,\n            \"id\": 1000017,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4598,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.32,\n        \"score\": 1,\n        \"word\": \"Dead\",\n        \"timestamp\": 310.44,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4599,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"ted\",\n                \"score\": 0.02266968\n            }\n        ]\n    },\n    {\n        \"length\": 0.1,\n        \"score\": 0.59,\n        \"word\": \"I\",\n        \"timestamp\": 310.85,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4600,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"now\",\n                \"score\": 0.1964952\n            },\n            {\n                \"word\": \"i'm\",\n                \"score\": 0.09467276\n            },\n            {\n                \"word\": \"and\",\n                \"score\": 0.09371334\n            },\n            {\n                \"word\": \"am\",\n                \"score\": 0.009720314\n            },\n            {\n                \"word\": \"wanted\",\n                \"score\": 0.006310817\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.004178324\n            }\n        ]\n    },\n    {\n        \"length\": 0.22,\n        \"score\": 0.67,\n        \"word\": \"Might\",\n        \"timestamp\": 310.99,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4601,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"to\",\n                \"score\": 0.161028\n            },\n            {\n                \"word\": \"wanted\",\n                \"score\": 0.09775644\n            },\n            {\n                \"word\": \"like\",\n                \"score\": 0.05047289\n            },\n            {\n                \"word\": \"want\",\n                \"score\": 0.01009669\n            },\n            {\n                \"word\": \"amount\",\n                \"score\": 0.006872559\n            },\n            {\n                \"word\": \"lot\",\n                \"score\": 0.004728847\n            },\n            {\n                \"word\": \"honoured\",\n                \"score\": 0.00275689\n            }\n        ]\n    },\n    {\n        \"length\": 0.17,\n        \"score\": 0.99,\n        \"word\": \"Have\",\n        \"timestamp\": 311.21,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4602,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"of\",\n                \"score\": 0.007309803\n            }\n        ]\n    },\n    {\n        \"length\": 0.18,\n        \"score\": 1,\n        \"word\": \"Have\",\n        \"timestamp\": 311.24,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4603,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"of\",\n                \"score\": 0.007309803\n            }\n        ]\n    },\n    {\n        \"length\": 0.45,\n        \"score\": 0.94,\n        \"word\": \"Batory\",\n        \"timestamp\": 311.42,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4604,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"beethoven\",\n                \"score\": 0.3621827\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.2182967\n            },\n            {\n                \"word\": \"have\",\n                \"score\": 0.04707541\n            },\n            {\n                \"word\": \"had\",\n                \"score\": 0.006897984\n            },\n            {\n                \"word\": \"to\",\n                \"score\": 0.005043351\n            }\n        ]\n    },\n    {\n        \"length\": 0.19,\n        \"score\": 0.85,\n        \"word\": \"Real\",\n        \"timestamp\": 311.88,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4605,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"wrote\",\n                \"score\": 0.2949664\n            },\n            {\n                \"word\": \"batory\",\n                \"score\": 0.2773134\n            },\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.07213001\n            },\n            {\n                \"word\": \"hero\",\n                \"score\": 0.03654484\n            },\n            {\n                \"word\": \"her\",\n                \"score\": 0.01246817\n            },\n            {\n                \"word\": \"grow\",\n                \"score\": 0.01001099\n            },\n            {\n                \"word\": \"drop\",\n                \"score\": 0.007133785\n            },\n            {\n                \"word\": \"dropped\",\n                \"score\": 0.00537612\n            },\n            {\n                \"word\": \"rope\",\n                \"score\": 0.004283013\n            }\n        ]\n    },\n    {\n        \"length\": 0.39,\n        \"score\": 1,\n        \"word\": \"Quick\",\n        \"timestamp\": 312.09,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4606,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.45,\n        \"score\": 0.54,\n        \"word\": \"Yeah\",\n        \"timestamp\": 312.58,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4607,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.3289797\n            },\n            {\n                \"word\": \"i.t.\",\n                \"score\": 0.07632774\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.02659235\n            },\n            {\n                \"word\": \"i.d.\",\n                \"score\": 0.02224664\n            },\n            {\n                \"word\": \"did\",\n                \"score\": 0.001210364\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 1,\n        \"word\": \"I\",\n        \"timestamp\": 313.42,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4608,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"tail\",\n                \"score\": 0.0189161\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 0.97,\n        \"word\": \"Think\",\n        \"timestamp\": 313.7,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4609,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"pick\",\n                \"score\": 0.02482443\n            },\n            {\n                \"word\": \"pipe\",\n                \"score\": 0.0189161\n            },\n            {\n                \"word\": \"picked\",\n                \"score\": 0.01090579\n            }\n        ]\n    },\n    {\n        \"length\": 0.26,\n        \"score\": 0.95,\n        \"word\": \"Lot\",\n        \"timestamp\": 313.96,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4610,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"lad\",\n                \"score\": 0.04133712\n            },\n            {\n                \"word\": \"incline\",\n                \"score\": 0.01243931\n            },\n            {\n                \"word\": \"lads\",\n                \"score\": 0.006293786\n            },\n            {\n                \"word\": \"inclined\",\n                \"score\": 0.004136793\n            },\n            {\n                \"word\": \"inquire\",\n                \"score\": 0.002339998\n            }\n        ]\n    },\n    {\n        \"length\": 0.13,\n        \"score\": 0.67,\n        \"word\": \"Are\",\n        \"timestamp\": 314.32,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4611,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"all\",\n                \"score\": 0.2330469\n            },\n            {\n                \"word\": \"our\",\n                \"score\": 0.03706021\n            },\n            {\n                \"word\": \"of\",\n                \"score\": 0.02986095\n            },\n            {\n                \"word\": \"i\",\n                \"score\": 0.01597139\n            },\n            {\n                \"word\": \"oh\",\n                \"score\": 0.0111849\n            },\n            {\n                \"word\": \"r.\",\n                \"score\": 0.004875842\n            }\n        ]\n    },\n    {\n        \"length\": 0.25,\n        \"score\": 0.77,\n        \"word\": \"Right\",\n        \"timestamp\": 314.45,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4612,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": [\n            {\n                \"word\": \"<eps>\",\n                \"score\": 0.8169625\n            },\n            {\n                \"word\": \"all\",\n                \"score\": 0.1830375\n            }\n        ]\n    },\n    {\n        \"length\": 0.28,\n        \"score\": 1,\n        \"word\": \"Bye\",\n        \"timestamp\": 314.92,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4613,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    },\n    {\n        \"length\": 0.24,\n        \"score\": 1,\n        \"word\": \"Bye.\",\n        \"timestamp\": 315.26,\n        \"speaker\": {\n            \"name\": \"000001\",\n            \"label\": \"Speaker 2\",\n            \"no\": 2,\n            \"id\": 1000018,\n            \"channelNumber\": 0\n        },\n        \"generatedByASR\": true,\n        \"id\": 4614,\n        \"processingModels\": [\n            1\n        ],\n        \"alternatives\": []\n    }\n]"}],"_postman_id":"445a2063-549f-44bf-b424-bc352a5fb9ae"},{"name":"Get Item summary","id":"a0893de6-1eed-4773-b98a-7f5272c56871","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/summary?userId=1&groupId=1","description":"<p>Get a reduced set of details for an Item.</p>\n<p>See Get Item Details for the full set of details.</p>\n<p>Not to be confused with the Create Transcript Summary endpoint (/trxsmry)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items",":itemId","summary"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":"1"}],"variable":[{"description":{"content":"<p>Item ID</p>\n","type":"text/plain"},"type":"string","value":"1001099","key":"itemId"}]}},"response":[{"id":"e963075a-1035-4c66-bc05-36c4f2832bad","name":"Get Item summary","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/summary?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","summary"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"}],"variable":[{"key":"itemId","value":"1001099","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Date","value":"Fri, 07 Jul 2023 15:37:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"allText\": \"Thank you so much for coming on today, Michael, you and I have been working in this industry, both of us, a very long time. What changes are you seeing at the moment in the overall regulatory environment? Right. Well, firstly, you know, thanks for having me Nigel as, Right. It's, it's really great. And thanks for that intro. I'll, I'll, I'll owe you you. So I think it's really interesting, because when we think about the changes in the regulatory environment, it's, it often feels like it's a case of nothing's changing, and nothing's staying the same in. Other words. \",\n    \"body\": \"<p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 1: Thank you so much for coming on today, Michael, you and I have been working in this industry, both of us, a very long time. What changes are you seeing at the moment in the overall regulatory environment? </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Speaker 2: Right. Well, firstly, you know, thanks for having me Nigel as, Right. It's, it's really great. And thanks for that intro. I'll, I'll, I'll owe you you. So I think it's really interesting, because when we think about the changes in the regulatory environment, it's, it often feels like it's a case of nothing's changing, and nothing's staying the same in. Other words. </p>\",\n    \"docID\": 1001099,\n    \"duration\": 33,\n    \"from\": \"2023-04-25_13.38.12.343 <2023-04-25_13.38.12.343@import96788.intelligentvoice.com>;\",\n    \"id\": 1001099,\n    \"itemQualityScore\": {},\n    \"localFilename\": \"/var/jumpto/downloadedFiles/2023-04-25_13.38.12.343/ivpodcastclip.mp4\",\n    \"peopleCc\": [],\n    \"peopleFrom\": [\n        {\n            \"address\": \"2023-04-25_13.38.12.343@import96788.intelligentvoice.com\",\n            \"group\": \"1\",\n            \"id\": \"2023-04-25_13.38.12.343@import96788.intelligentvoice.com\",\n            \"label\": \"2023-04-25_13.38.12.343 (2023-04-25_13.38.12.343@import96788.intelligentvoice.com)\",\n            \"personId\": \"55\",\n            \"personName\": \"2023-04-25_13.38.12.343\",\n            \"value\": \"2023-04-25_13.38.12.343\"\n        }\n    ],\n    \"peopleTo\": [\n        {\n            \"address\": \"WAdA6kgfRNuZEw7SwsvLQw@import96788.intelligentvoice.com\",\n            \"group\": \"1\",\n            \"id\": \"WAdA6kgfRNuZEw7SwsvLQw@import96788.intelligentvoice.com\",\n            \"label\": \"WAdA6kgfRNuZEw7SwsvLQw (WAdA6kgfRNuZEw7SwsvLQw@import96788.intelligentvoice.com)\",\n            \"personId\": \"56\",\n            \"personName\": \"WAdA6kgfRNuZEw7SwsvLQw\",\n            \"value\": \"WAdA6kgfRNuZEw7SwsvLQw\"\n        }\n    ],\n    \"summary\": \"Michael, who has been working in the industry for a long time, talks about the regulatory changes in the regulatory environment. He says that it often feels like it's a case of nothing's changing, and nothing's staying the same in. Other words. He asks, \\\"What changes are you seeing at the moment in the overall regulatory environment?\\\"\\n\",\n    \"textURL\": \"\",\n    \"timestamp\": \"2023-04-25 13:38:12.0\",\n    \"title\": \"ivpodcastclip.mp4 (00:33) 2023-04-25_13.38.12.343 import96788\",\n    \"to\": \"WAdA6kgfRNuZEw7SwsvLQw <WAdA6kgfRNuZEw7SwsvLQw@import96788.intelligentvoice.com>;\",\n    \"url_ref\": \"\",\n    \"video_content\": {},\n    \"vox\": 6\n}"}],"_postman_id":"a0893de6-1eed-4773-b98a-7f5272c56871"},{"name":"Get Item TCU","id":"864ae788-5f0a-4dba-b9d9-017a72ae8b92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemID/tcu?userId={{userID}}&groupId={{groupID}}&showSrt=false&showSentiment=false&tcuType=SENTIMENT&showTranslation=false","description":"<p>Get the</p>\n<p><a href=\"https://en.wikipedia.org/wiki/Turn_construction_unit\">Turn Construction Units</a></p>\n<p>for an item, with optional SRTs and Sentiment Analysis.</p>\n<p><em>Note</em> Sentiment analysis is an optional extra feature. If you do not already have this feature please contact <a href=\"https://mailto:sales@intelligentvoice.com\">sales@intelligentvoice.com</a> for more details</p>\n<p><em>Note:</em> <code>showTranslation</code> parameter only valid when <code>tcuType</code> is set to <code>CREDIBILITY</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items",":itemID","tcu"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":"{{userID}}"},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":"{{groupID}}"},{"description":{"content":"<p>Optional, default false</p>\n","type":"text/plain"},"key":"showSrt","value":"false"},{"description":{"content":"<p>Optional, default false</p>\n","type":"text/plain"},"key":"showSentiment","value":"false"},{"description":{"content":"<p>Optional, default 'SENTIMENT'</p>\n<p>Possible Values</p>\n<ul>\n<li>SENTIMENT</li>\n<li>CREDIBILITY</li>\n</ul>","type":"text/plain"},"key":"tcuType","value":"SENTIMENT"},{"description":{"content":"<p>Optional, default false</p>\n<p>Only valid when tcuType is CREDIBILITY</p>","type":"text/plain"},"key":"showTranslation","value":"false"}],"variable":[{"description":{"content":"<p>Mandatory, the ID of the item to request</p>\n","type":"text/plain"},"type":"string","value":"","key":"itemID"}]}},"response":[{"id":"f3ca9cfc-b8f6-472f-a95f-455413a06802","name":"TCUs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemID/tcu?userId={{userID}}&groupId={{groupID}}&showSrt=false&showSentiment=false","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemID","tcu"],"query":[{"key":"userId","value":"{{userID}}","description":"Mandatory"},{"key":"groupId","value":"{{groupID}}","description":"Mandatory"},{"key":"showSrt","value":"false","description":"Optional, default false"},{"key":"showSentiment","value":"false","description":"Optional, default false"}],"variable":[{"key":"itemID","value":"1000003","type":"string","description":"Mandatory, the ID of the item to request"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Date","value":"Fri, 04 Feb 2022 20:23:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"turnConstructionUnits\": [\n        {\n            \"id\": 9,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 25.93,\n            \"endTime\": 26.429999999999998,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Good morning.\"\n        },\n        {\n            \"id\": 10,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 26.85,\n            \"endTime\": 28.26999999999999943,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Welcome to Allied Platinum.\"\n        },\n        {\n            \"id\": 11,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 28.63,\n            \"endTime\": 29.5500000000000003,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"My name is Charlotte.\"\n        },\n        {\n            \"id\": 12,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 29.81,\n            \"endTime\": 32.13000000000000256,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"This code is being recorded and, or monitored.\"\n        },\n        {\n            \"id\": 13,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 32.73,\n            \"endTime\": 36.23000000000000386,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Can I please have your 1st and last name so I can assist you today.\"\n        },\n        {\n            \"id\": 14,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 37.870000000000005,\n            \"endTime\": 39.03000000000000114,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"So this is James Harvest.\"\n        },\n        {\n            \"id\": 15,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 41.53,\n            \"endTime\": 45.670000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I'm sorry your voice is costing out, could you please repeat that for me?\"\n        },\n        {\n            \"id\": 16,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 47.85,\n            \"endTime\": 50.09000000000000114,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Of course, it's James Harvest.\"\n        },\n        {\n            \"id\": 17,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 51.39,\n            \"endTime\": 57.52999999999999886,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you for that, and I'm sorry, for some reason, it was bad when you 1st came on, how are you today, Mr.\"\n        },\n        {\n            \"id\": 18,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 57.65,\n            \"endTime\": 57.93000000000000114,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Harvest.\"\n        },\n        {\n            \"id\": 19,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 59.58,\n            \"endTime\": 60.38000000000000455,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I'm doing very well.\"\n        },\n        {\n            \"id\": 20,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 60.54,\n            \"endTime\": 62.26000000000000057,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you good.\"\n        },\n        {\n            \"id\": 21,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 62.52,\n            \"endTime\": 63.66000000000000886,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"How can I help you today?\"\n        },\n        {\n            \"id\": 22,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 64.68,\n            \"endTime\": 67.6800000000000091,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"They were telling me I have some unusual activities on my attempt.\"\n        },\n        {\n            \"id\": 23,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 68.42,\n            \"endTime\": 70.01999999999999204,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I was just trying to find out what's going on.\"\n        },\n        {\n            \"id\": 24,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 70.34,\n            \"endTime\": 71.92000000000001455,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"If you were able to help, you would be great.\"\n        },\n        {\n            \"id\": 25,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 73.75,\n            \"endTime\": 80.60999999999999886,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Yeah, of course, let me get your file out for you to make sure there are no unusual activities on your account.\"\n        },\n        {\n            \"id\": 26,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 81.99,\n            \"endTime\": 86.35000000000000057,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Can I just get you to verify the last four of your social for your identity please?\"\n        },\n        {\n            \"id\": 27,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 88.52,\n            \"endTime\": 94.1299999999999983,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Sure, it's 3659, thank you so much for that.\"\n        },\n        {\n            \"id\": 28,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 94.53,\n            \"endTime\": 96.32999999999999432,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Let me just get your account up here.\"\n        },\n        {\n            \"id\": 29,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 101.36,\n            \"endTime\": 102.99999999999999488,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Ok, Ok, it's jarring.\"\n        },\n        {\n            \"id\": 30,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 103.14,\n            \"endTime\": 107.8600000000000034,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Back on the 5th, you had a bunch of money transferred in from Sarah Halbert.\"\n        },\n        {\n            \"id\": 31,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 109.52,\n            \"endTime\": 112.500000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"And then on the 18th all of that was reversed back out.\"\n        },\n        {\n            \"id\": 32,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 112.7,\n            \"endTime\": 113.29999999999999886,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Is that correct?\"\n        },\n        {\n            \"id\": 33,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 117.26,\n            \"endTime\": 118.15999999999999432,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I don't think that's right.\"\n        },\n        {\n            \"id\": 34,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 120.11,\n            \"endTime\": 121.63000000000002886,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I didn't have any transfer from anyone.\"\n        },\n        {\n            \"id\": 35,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 124.7,\n            \"endTime\": 127.51999999999999545,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"You did not have anything that was coming in from anybody.\"\n        },\n        {\n            \"id\": 36,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 129.51,\n            \"endTime\": 147.6699999999999932,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Ok, I'm showing all the, that the money was transferred into your account, and then on the 7th there was an Atm withdrawal that came out for $500, and then the money transfers are reversed back out, and that's why the account right now is overdrawn by $320.\"\n        },\n        {\n            \"id\": 37,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 148.41,\n            \"endTime\": 150.09,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Did you make any of these transactions?\"\n        },\n        {\n            \"id\": 38,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 151.17,\n            \"endTime\": 152.04999999999998682,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"No, no, I didn't.\"\n        },\n        {\n            \"id\": 39,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 156.62,\n            \"endTime\": 164.99999999999999432,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"So you said none of the transaction, so you said none of the transfers were, you, was the Atm transfer you as well, or was that not you?\"\n        },\n        {\n            \"id\": 40,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 165,\n            \"endTime\": 165.30000000000001137,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"No.\"\n        },\n        {\n            \"id\": 41,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 168.36,\n            \"endTime\": 169.53999999999998408,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I never even knew about this.\"\n        },\n        {\n            \"id\": 42,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 169.94,\n            \"endTime\": 172.4000000000000182,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"That's why I'm concerned that these are unusual activities.\"\n        },\n        {\n            \"id\": 43,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 174.53,\n            \"endTime\": 183.83000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Okay, let's just check this out, then I'm showing that the transfers came in so there is potential that it is just landed in the wrong number and they filed a claim.\"\n        },\n        {\n            \"id\": 44,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 184.51000000000005,\n            \"endTime\": 196.2899999999999909,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"They realized that they put the wrong number and that's why it was pulled out, however the current was used at the Atm, so if that was not, you We can go ahead and fill a claim, just give me a moment.\"\n        },\n        {\n            \"id\": 45,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 196.29,\n            \"endTime\": 196.59000000000001137,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Okay.\"\n        },\n        {\n            \"id\": 46,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 199.99,\n            \"endTime\": 200.270000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you.\"\n        },\n        {\n            \"id\": 47,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 200.67,\n            \"endTime\": 201.410000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I'd appreciate it.\"\n        },\n        {\n            \"id\": 48,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 206.38000000000002,\n            \"endTime\": 209.74000000000000682,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Okay, yeah, that was all fixed out so that would have been an error.\"\n        },\n        {\n            \"id\": 49,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 210.32000000000005,\n            \"endTime\": 218.6199999999999909,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Then they filed the claim and that was pulled out as far as the Atm withdrawal that is concerning, let me go ahead and pull it up just a moment.\"\n        },\n        {\n            \"id\": 50,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 224.38,\n            \"endTime\": 230.97999999999999886,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"You said you did not recognize that transaction I'm going to give you a claim reference number, so if you want to get a pen and paper.\"\n        },\n        {\n            \"id\": 51,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 233.21,\n            \"endTime\": 234.84999999999998636,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"One moment, I, I'll take a note.\"\n        },\n        {\n            \"id\": 52,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 237.65,\n            \"endTime\": 248.0200000000000125,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I pre share your help, this is going to be your claim reference number to make sure we get that $500 back into your account from the Atm withdrawal in addition to that.\"\n        },\n        {\n            \"id\": 53,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 248.16,\n            \"endTime\": 253.19999999999996408,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I'm going to get you to the claim specialist to work this through and make sure you get the money back.\"\n        },\n        {\n            \"id\": 54,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 254.4,\n            \"endTime\": 254.71999999999999432,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Oh, okay.\"\n        },\n        {\n            \"id\": 55,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 255,\n            \"endTime\": 256.140000000000020464,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Are you ready I do.\"\n        },\n        {\n            \"id\": 56,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 256.32,\n            \"endTime\": 257.66000000000004093,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Have your claim reference number now?\"\n        },\n        {\n            \"id\": 57,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 259.99,\n            \"endTime\": 261.14999999999996817,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"So far away.\"\n        },\n        {\n            \"id\": 58,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 265.28,\n            \"endTime\": 274.159999999999959,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"So I process your claim, keep this reference number for your records, 785, Uh huh, 3429.\"\n        },\n        {\n            \"id\": 59,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 276.20000000000005,\n            \"endTime\": 278.0200000000000432,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"8645.\"\n        },\n        {\n            \"id\": 60,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 279.93,\n            \"endTime\": 280.190000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Got it.\"\n        },\n        {\n            \"id\": 61,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 280.81,\n            \"endTime\": 281.0899999999999659,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you.\"\n        },\n        {\n            \"id\": 62,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 281.91,\n            \"endTime\": 297.0100000000000523,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Please hold on while I can for you to the claim specialist who will further assist you with your claim, and before I send you in order to protect your account in order to prevent any further unauthorized purchases, we have placed a block on your car that prohibits any new transactions.\"\n        },\n        {\n            \"id\": 63,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 298.77000000000004,\n            \"endTime\": 312.510000000000052274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Now if this block is not removed by the claim specialist within three days, then we will automatically send you a new card, you can go over this block and information about your card security with the claim specialist when I get them to you.\"\n        },\n        {\n            \"id\": 64,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 312.67,\n            \"endTime\": 314.54000000000002956,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"All right, perfect.\"\n        },\n        {\n            \"id\": 65,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 315.09999999999997,\n            \"endTime\": 315.360000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you.\"\n        },\n        {\n            \"id\": 66,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 316.99,\n            \"endTime\": 317.56999999999998863,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"All right, Mr.\"\n        },\n        {\n            \"id\": 67,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 317.65,\n            \"endTime\": 324.31000000000000455,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Harvest, I'm going to get you transferred now, before I do have, I answered all your questions today, I just like to check.\"\n        },\n        {\n            \"id\": 68,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 326.3,\n            \"endTime\": 330.16000000000008636,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"When I've resolved this claim, will I be able to just go into the bank to get a new card?\"\n        },\n        {\n            \"id\": 69,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 331.37,\n            \"endTime\": 336.47000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Yeah, you'll actually be able to talk to the flame fishes about getting a new card when I get you through to them.\"\n        },\n        {\n            \"id\": 70,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 338.37,\n            \"endTime\": 339.4299999999999909,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Okay, that will be helpful.\"\n        },\n        {\n            \"id\": 71,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 340.2700000000001,\n            \"endTime\": 340.550000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you.\"\n        },\n        {\n            \"id\": 72,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 341.61,\n            \"endTime\": 344.990000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I'll go ahead and get you to them and they can go over these options with you.\"\n        },\n        {\n            \"id\": 73,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 345.11,\n            \"endTime\": 345.37000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"All right.\"\n        },\n        {\n            \"id\": 74,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 347.2700000000001,\n            \"endTime\": 347.550000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you.\"\n        },\n        {\n            \"id\": 75,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 347.83,\n            \"endTime\": 348.52999999999996362,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I appreciate it.\"\n        },\n        {\n            \"id\": 76,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 349.31,\n            \"endTime\": 349.9100000000000091,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"It's a pleasure.\"\n        },\n        {\n            \"id\": 77,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 350.03,\n            \"endTime\": 350.21000000000000682,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Mr.\"\n        },\n        {\n            \"id\": 78,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 350.31,\n            \"endTime\": 350.5699999999999909,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Harvest.\"\n        },\n        {\n            \"id\": 79,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 351.19,\n            \"endTime\": 354.25000000000002728,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"May I check how, have I now answered all of your questions today.\"\n        },\n        {\n            \"id\": 80,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 355.2700000000001,\n            \"endTime\": 356.8899999999999727,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"You, have, you've been very helpful.\"\n        },\n        {\n            \"id\": 81,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 357.25,\n            \"endTime\": 365.83999999999996817,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you, good thanks for banking with, I asked her at Allied Platinum, My name is Charlotte, and I was glad I was able to help you today, I hope you enjoy.\"\n        },\n        {\n            \"id\": 82,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 365.96,\n            \"endTime\": 369.69000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"The rest of your day, thank you, Charlotte, I appreciate your help.\"\n        }\n    ]\n}"},{"id":"176d0028-43e4-434d-85df-5213362dbeb6","name":"Get Item TCU (with sentiment)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemID/tcu?userId=123&groupId=1&showSrt=false&showSentiment=true","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemID","tcu"],"query":[{"key":"userId","value":"123","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"},{"key":"showSrt","value":"false","description":"Optional, default false"},{"key":"showSentiment","value":"true","description":"Optional, default false"}],"variable":[{"key":"itemID","value":"1000003","type":"string","description":"Mandatory, the ID of the item to request"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Date","value":"Fri, 04 Feb 2022 21:58:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"turnConstructionUnits\": [\n        {\n            \"id\": 9,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 25.93,\n            \"endTime\": 26.429999999999998,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Good morning.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 10,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 26.85,\n            \"endTime\": 28.26999999999999943,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Welcome to Allied Platinum.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 11,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 28.63,\n            \"endTime\": 29.5500000000000003,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"My name is Charlotte.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 12,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 29.81,\n            \"endTime\": 32.13000000000000256,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"This code is being recorded and, or monitored.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 13,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 32.73,\n            \"endTime\": 36.23000000000000386,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Can I please have your 1st and last name so I can assist you today.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 14,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 37.870000000000005,\n            \"endTime\": 39.03000000000000114,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"So this is James Harvest.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 15,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 41.53,\n            \"endTime\": 45.670000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I'm sorry your voice is costing out, could you please repeat that for me?\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 16,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 47.85,\n            \"endTime\": 50.09000000000000114,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Of course, it's James Harvest.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 17,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 51.39,\n            \"endTime\": 57.52999999999999886,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you for that, and I'm sorry, for some reason, it was bad when you 1st came on, how are you today, Mr.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 18,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 57.65,\n            \"endTime\": 57.93000000000000114,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Harvest.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 19,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 59.58,\n            \"endTime\": 60.38000000000000455,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I'm doing very well.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 20,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 60.54,\n            \"endTime\": 62.26000000000000057,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you good.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 21,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 62.52,\n            \"endTime\": 63.66000000000000886,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"How can I help you today?\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 22,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 64.68,\n            \"endTime\": 67.6800000000000091,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"They were telling me I have some unusual activities on my attempt.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 23,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 68.42,\n            \"endTime\": 70.01999999999999204,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I was just trying to find out what's going on.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 24,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 70.34,\n            \"endTime\": 71.92000000000001455,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"If you were able to help, you would be great.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 25,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 73.75,\n            \"endTime\": 80.60999999999999886,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Yeah, of course, let me get your file out for you to make sure there are no unusual activities on your account.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 26,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 81.99,\n            \"endTime\": 86.35000000000000057,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Can I just get you to verify the last four of your social for your identity please?\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 27,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 88.52,\n            \"endTime\": 94.1299999999999983,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Sure, it's 3659, thank you so much for that.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 28,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 94.53,\n            \"endTime\": 96.32999999999999432,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Let me just get your account up here.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 29,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 101.36,\n            \"endTime\": 102.99999999999999488,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Ok, Ok, it's jarring.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 30,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 103.14,\n            \"endTime\": 107.8600000000000034,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Back on the 5th, you had a bunch of money transferred in from Sarah Halbert.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 31,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 109.52,\n            \"endTime\": 112.500000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"And then on the 18th all of that was reversed back out.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 32,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 112.7,\n            \"endTime\": 113.29999999999999886,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Is that correct?\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 33,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 117.26,\n            \"endTime\": 118.15999999999999432,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I don't think that's right.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 34,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 120.11,\n            \"endTime\": 121.63000000000002886,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I didn't have any transfer from anyone.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 35,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 124.7,\n            \"endTime\": 127.51999999999999545,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"You did not have anything that was coming in from anybody.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 36,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 129.51,\n            \"endTime\": 147.6699999999999932,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Ok, I'm showing all the, that the money was transferred into your account, and then on the 7th there was an Atm withdrawal that came out for $500, and then the money transfers are reversed back out, and that's why the account right now is overdrawn by $320.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 37,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 148.41,\n            \"endTime\": 150.09,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Did you make any of these transactions?\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 38,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 151.17,\n            \"endTime\": 152.04999999999998682,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"No, no, I didn't.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 39,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 156.62,\n            \"endTime\": 164.99999999999999432,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"So you said none of the transaction, so you said none of the transfers were, you, was the Atm transfer you as well, or was that not you?\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 40,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 165,\n            \"endTime\": 165.30000000000001137,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"No.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 41,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 168.36,\n            \"endTime\": 169.53999999999998408,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I never even knew about this.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 42,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 169.94,\n            \"endTime\": 172.4000000000000182,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"That's why I'm concerned that these are unusual activities.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 43,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 174.53,\n            \"endTime\": 183.83000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Okay, let's just check this out, then I'm showing that the transfers came in so there is potential that it is just landed in the wrong number and they filed a claim.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 44,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 184.51000000000005,\n            \"endTime\": 196.2899999999999909,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"They realized that they put the wrong number and that's why it was pulled out, however the current was used at the Atm, so if that was not, you We can go ahead and fill a claim, just give me a moment.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 45,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 196.29,\n            \"endTime\": 196.59000000000001137,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Okay.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 46,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 199.99,\n            \"endTime\": 200.270000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 47,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 200.67,\n            \"endTime\": 201.410000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I'd appreciate it.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 48,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 206.38000000000002,\n            \"endTime\": 209.74000000000000682,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Okay, yeah, that was all fixed out so that would have been an error.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 49,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 210.32000000000005,\n            \"endTime\": 218.6199999999999909,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Then they filed the claim and that was pulled out as far as the Atm withdrawal that is concerning, let me go ahead and pull it up just a moment.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 50,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 224.38,\n            \"endTime\": 230.97999999999999886,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"You said you did not recognize that transaction I'm going to give you a claim reference number, so if you want to get a pen and paper.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 51,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 233.21,\n            \"endTime\": 234.84999999999998636,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"One moment, I, I'll take a note.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 52,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 237.65,\n            \"endTime\": 248.0200000000000125,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I pre share your help, this is going to be your claim reference number to make sure we get that $500 back into your account from the Atm withdrawal in addition to that.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 53,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 248.16,\n            \"endTime\": 253.19999999999996408,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I'm going to get you to the claim specialist to work this through and make sure you get the money back.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 54,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 254.4,\n            \"endTime\": 254.71999999999999432,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Oh, okay.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 55,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 255,\n            \"endTime\": 256.140000000000020464,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Are you ready I do.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 56,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 256.32,\n            \"endTime\": 257.66000000000004093,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Have your claim reference number now?\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 57,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 259.99,\n            \"endTime\": 261.14999999999996817,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"So far away.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 58,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 265.28,\n            \"endTime\": 274.159999999999959,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"So I process your claim, keep this reference number for your records, 785, Uh huh, 3429.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 59,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 276.20000000000005,\n            \"endTime\": 278.0200000000000432,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"8645.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 60,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 279.93,\n            \"endTime\": 280.190000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Got it.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 61,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 280.81,\n            \"endTime\": 281.0899999999999659,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 62,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 281.91,\n            \"endTime\": 297.0100000000000523,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Please hold on while I can for you to the claim specialist who will further assist you with your claim, and before I send you in order to protect your account in order to prevent any further unauthorized purchases, we have placed a block on your car that prohibits any new transactions.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 63,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 298.77000000000004,\n            \"endTime\": 312.510000000000052274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Now if this block is not removed by the claim specialist within three days, then we will automatically send you a new card, you can go over this block and information about your card security with the claim specialist when I get them to you.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 64,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 312.67,\n            \"endTime\": 314.54000000000002956,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"All right, perfect.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 65,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 315.09999999999997,\n            \"endTime\": 315.360000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 66,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 316.99,\n            \"endTime\": 317.56999999999998863,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"All right, Mr.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 67,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 317.65,\n            \"endTime\": 324.31000000000000455,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Harvest, I'm going to get you transferred now, before I do have, I answered all your questions today, I just like to check.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 68,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 326.3,\n            \"endTime\": 330.16000000000008636,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"When I've resolved this claim, will I be able to just go into the bank to get a new card?\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 69,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 331.37,\n            \"endTime\": 336.47000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Yeah, you'll actually be able to talk to the flame fishes about getting a new card when I get you through to them.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 70,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 338.37,\n            \"endTime\": 339.4299999999999909,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Okay, that will be helpful.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 71,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 340.2700000000001,\n            \"endTime\": 340.550000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 72,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 341.61,\n            \"endTime\": 344.990000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I'll go ahead and get you to them and they can go over these options with you.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 73,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 345.11,\n            \"endTime\": 345.37000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"All right.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 74,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 347.2700000000001,\n            \"endTime\": 347.550000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 75,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 347.83,\n            \"endTime\": 348.52999999999996362,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I appreciate it.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 76,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 349.31,\n            \"endTime\": 349.9100000000000091,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"It's a pleasure.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 77,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 350.03,\n            \"endTime\": 350.21000000000000682,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Mr.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 78,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 350.31,\n            \"endTime\": 350.5699999999999909,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Harvest.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 79,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 351.19,\n            \"endTime\": 354.25000000000002728,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"May I check how, have I now answered all of your questions today.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 80,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 355.2700000000001,\n            \"endTime\": 356.8899999999999727,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"You, have, you've been very helpful.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 81,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 357.25,\n            \"endTime\": 365.83999999999996817,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you, good thanks for banking with, I asked her at Allied Platinum, My name is Charlotte, and I was glad I was able to help you today, I hope you enjoy.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 82,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 365.96,\n            \"endTime\": 369.69000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"The rest of your day, thank you, Charlotte, I appreciate your help.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        }\n    ],\n    \"speakerSentimentList\": {\n        \"itemId\": 1000003,\n        \"speakers\": [\n            {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"recording\": {\n                    \"id\": 1000004\n                },\n                \"positiveAggregatedSentiment\": 0,\n                \"negativeAggregatedSentiment\": 0,\n                \"sentimentGradient\": 0,\n                \"sentimentIntercept\": 0,\n                \"sentimentOutcome\": 0,\n                \"normalisedSentimentGradient\": 0\n            }\n        ]\n    }\n}"},{"id":"b0e59cc1-39a3-48f9-8056-cbf3320e36e7","name":"Get Item TCU (Sentiment type)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemID/tcu?userId=123&groupId=1&showSrt=false&showSentiment=true&tcuType=SENTIMENT","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemID","tcu"],"query":[{"key":"userId","value":"123","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"},{"key":"showSrt","value":"false","description":"Optional, default false"},{"key":"showSentiment","value":"true","description":"Optional, default false"},{"key":"tcuType","value":"SENTIMENT","type":"text"}],"variable":[{"key":"itemID","value":"1000003","type":"string","description":"Mandatory, the ID of the item to request"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Date","value":"Fri, 04 Feb 2022 22:09:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"turnConstructionUnits\": [\n        {\n            \"id\": 9,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 25.93,\n            \"endTime\": 26.429999999999998,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Good morning.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 10,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 26.85,\n            \"endTime\": 28.26999999999999943,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Welcome to Allied Platinum.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 11,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 28.63,\n            \"endTime\": 29.5500000000000003,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"My name is Charlotte.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 12,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 29.81,\n            \"endTime\": 32.13000000000000256,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"This code is being recorded and, or monitored.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 13,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 32.73,\n            \"endTime\": 36.23000000000000386,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Can I please have your 1st and last name so I can assist you today.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 14,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 37.870000000000005,\n            \"endTime\": 39.03000000000000114,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"So this is James Harvest.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 15,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 41.53,\n            \"endTime\": 45.670000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I'm sorry your voice is costing out, could you please repeat that for me?\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 16,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 47.85,\n            \"endTime\": 50.09000000000000114,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Of course, it's James Harvest.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 17,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 51.39,\n            \"endTime\": 57.52999999999999886,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you for that, and I'm sorry, for some reason, it was bad when you 1st came on, how are you today, Mr.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 18,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 57.65,\n            \"endTime\": 57.93000000000000114,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Harvest.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 19,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 59.58,\n            \"endTime\": 60.38000000000000455,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I'm doing very well.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 20,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 60.54,\n            \"endTime\": 62.26000000000000057,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you good.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 21,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 62.52,\n            \"endTime\": 63.66000000000000886,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"How can I help you today?\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 22,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 64.68,\n            \"endTime\": 67.6800000000000091,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"They were telling me I have some unusual activities on my attempt.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 23,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 68.42,\n            \"endTime\": 70.01999999999999204,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I was just trying to find out what's going on.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 24,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 70.34,\n            \"endTime\": 71.92000000000001455,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"If you were able to help, you would be great.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 25,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 73.75,\n            \"endTime\": 80.60999999999999886,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Yeah, of course, let me get your file out for you to make sure there are no unusual activities on your account.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 26,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 81.99,\n            \"endTime\": 86.35000000000000057,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Can I just get you to verify the last four of your social for your identity please?\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 27,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 88.52,\n            \"endTime\": 94.1299999999999983,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Sure, it's 3659, thank you so much for that.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 28,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 94.53,\n            \"endTime\": 96.32999999999999432,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Let me just get your account up here.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 29,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 101.36,\n            \"endTime\": 102.99999999999999488,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Ok, Ok, it's jarring.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 30,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 103.14,\n            \"endTime\": 107.8600000000000034,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Back on the 5th, you had a bunch of money transferred in from Sarah Halbert.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 31,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 109.52,\n            \"endTime\": 112.500000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"And then on the 18th all of that was reversed back out.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 32,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 112.7,\n            \"endTime\": 113.29999999999999886,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Is that correct?\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 33,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 117.26,\n            \"endTime\": 118.15999999999999432,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I don't think that's right.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 34,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 120.11,\n            \"endTime\": 121.63000000000002886,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I didn't have any transfer from anyone.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 35,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 124.7,\n            \"endTime\": 127.51999999999999545,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"You did not have anything that was coming in from anybody.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 36,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 129.51,\n            \"endTime\": 147.6699999999999932,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Ok, I'm showing all the, that the money was transferred into your account, and then on the 7th there was an Atm withdrawal that came out for $500, and then the money transfers are reversed back out, and that's why the account right now is overdrawn by $320.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 37,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 148.41,\n            \"endTime\": 150.09,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Did you make any of these transactions?\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 38,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 151.17,\n            \"endTime\": 152.04999999999998682,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"No, no, I didn't.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 39,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 156.62,\n            \"endTime\": 164.99999999999999432,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"So you said none of the transaction, so you said none of the transfers were, you, was the Atm transfer you as well, or was that not you?\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 40,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 165,\n            \"endTime\": 165.30000000000001137,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"No.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 41,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 168.36,\n            \"endTime\": 169.53999999999998408,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I never even knew about this.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 42,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 169.94,\n            \"endTime\": 172.4000000000000182,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"That's why I'm concerned that these are unusual activities.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 43,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 174.53,\n            \"endTime\": 183.83000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Okay, let's just check this out, then I'm showing that the transfers came in so there is potential that it is just landed in the wrong number and they filed a claim.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 44,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 184.51000000000005,\n            \"endTime\": 196.2899999999999909,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"They realized that they put the wrong number and that's why it was pulled out, however the current was used at the Atm, so if that was not, you We can go ahead and fill a claim, just give me a moment.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 45,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 196.29,\n            \"endTime\": 196.59000000000001137,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Okay.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 46,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 199.99,\n            \"endTime\": 200.270000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 47,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 200.67,\n            \"endTime\": 201.410000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I'd appreciate it.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 48,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 206.38000000000002,\n            \"endTime\": 209.74000000000000682,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Okay, yeah, that was all fixed out so that would have been an error.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 49,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 210.32000000000005,\n            \"endTime\": 218.6199999999999909,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Then they filed the claim and that was pulled out as far as the Atm withdrawal that is concerning, let me go ahead and pull it up just a moment.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 50,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 224.38,\n            \"endTime\": 230.97999999999999886,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"You said you did not recognize that transaction I'm going to give you a claim reference number, so if you want to get a pen and paper.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 51,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 233.21,\n            \"endTime\": 234.84999999999998636,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"One moment, I, I'll take a note.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 52,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 237.65,\n            \"endTime\": 248.0200000000000125,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I pre share your help, this is going to be your claim reference number to make sure we get that $500 back into your account from the Atm withdrawal in addition to that.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 53,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 248.16,\n            \"endTime\": 253.19999999999996408,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I'm going to get you to the claim specialist to work this through and make sure you get the money back.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 54,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 254.4,\n            \"endTime\": 254.71999999999999432,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Oh, okay.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 55,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 255,\n            \"endTime\": 256.140000000000020464,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Are you ready I do.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 56,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 256.32,\n            \"endTime\": 257.66000000000004093,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Have your claim reference number now?\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 57,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 259.99,\n            \"endTime\": 261.14999999999996817,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"So far away.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 58,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 265.28,\n            \"endTime\": 274.159999999999959,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"So I process your claim, keep this reference number for your records, 785, Uh huh, 3429.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 59,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 276.20000000000005,\n            \"endTime\": 278.0200000000000432,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"8645.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 60,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 279.93,\n            \"endTime\": 280.190000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Got it.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 61,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 280.81,\n            \"endTime\": 281.0899999999999659,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 62,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 281.91,\n            \"endTime\": 297.0100000000000523,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Please hold on while I can for you to the claim specialist who will further assist you with your claim, and before I send you in order to protect your account in order to prevent any further unauthorized purchases, we have placed a block on your car that prohibits any new transactions.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 63,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 298.77000000000004,\n            \"endTime\": 312.510000000000052274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Now if this block is not removed by the claim specialist within three days, then we will automatically send you a new card, you can go over this block and information about your card security with the claim specialist when I get them to you.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 64,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 312.67,\n            \"endTime\": 314.54000000000002956,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"All right, perfect.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 65,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 315.09999999999997,\n            \"endTime\": 315.360000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 66,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 316.99,\n            \"endTime\": 317.56999999999998863,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"All right, Mr.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 67,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 317.65,\n            \"endTime\": 324.31000000000000455,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Harvest, I'm going to get you transferred now, before I do have, I answered all your questions today, I just like to check.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 68,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 326.3,\n            \"endTime\": 330.16000000000008636,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"When I've resolved this claim, will I be able to just go into the bank to get a new card?\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 69,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 331.37,\n            \"endTime\": 336.47000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Yeah, you'll actually be able to talk to the flame fishes about getting a new card when I get you through to them.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 70,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 338.37,\n            \"endTime\": 339.4299999999999909,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Okay, that will be helpful.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 71,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 340.2700000000001,\n            \"endTime\": 340.550000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 72,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 341.61,\n            \"endTime\": 344.990000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I'll go ahead and get you to them and they can go over these options with you.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 73,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 345.11,\n            \"endTime\": 345.37000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"All right.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 74,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 347.2700000000001,\n            \"endTime\": 347.550000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 75,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 347.83,\n            \"endTime\": 348.52999999999996362,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"I appreciate it.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 76,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 349.31,\n            \"endTime\": 349.9100000000000091,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"It's a pleasure.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 77,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 350.03,\n            \"endTime\": 350.21000000000000682,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Mr.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 78,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 350.31,\n            \"endTime\": 350.5699999999999909,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Harvest.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 79,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 351.19,\n            \"endTime\": 354.25000000000002728,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"May I check how, have I now answered all of your questions today.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 80,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 355.2700000000001,\n            \"endTime\": 356.8899999999999727,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"You, have, you've been very helpful.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 81,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 357.25,\n            \"endTime\": 365.83999999999996817,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"Thank you, good thanks for banking with, I asked her at Allied Platinum, My name is Charlotte, and I was glad I was able to help you today, I hope you enjoy.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        },\n        {\n            \"id\": 82,\n            \"itemId\": 1000003,\n            \"tcuType\": 1,\n            \"startTime\": 365.96,\n            \"endTime\": 369.69000000000002274,\n            \"speaker\": {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"channelNumber\": 0\n            },\n            \"text\": \"The rest of your day, thank you, Charlotte, I appreciate your help.\",\n            \"sentimentNegativePercentage\": 0,\n            \"sentimentNeutralPercentage\": 0,\n            \"sentimentPositivePercentage\": 0,\n            \"aggregatedSentiment\": 0\n        }\n    ],\n    \"speakerSentimentList\": {\n        \"itemId\": 1000003,\n        \"speakers\": [\n            {\n                \"name\": \"dummy\",\n                \"label\": \"Unknown Speaker\",\n                \"no\": 1,\n                \"id\": 1000004,\n                \"recording\": {\n                    \"id\": 1000004\n                },\n                \"positiveAggregatedSentiment\": 0,\n                \"negativeAggregatedSentiment\": 0,\n                \"sentimentGradient\": 0,\n                \"sentimentIntercept\": 0,\n                \"sentimentOutcome\": 0,\n                \"normalisedSentimentGradient\": 0\n            }\n        ]\n    }\n}"},{"id":"adffce1a-47e5-4da8-9bd9-31788e65d9e3","name":"Get Item TCU (with Credibility and Translation)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemID/tcu?userId={{userID}}&groupId={{groupID}}&showSrt=false&showSentiment=false&tcuType=CREDIBILITY&showTranslation=true","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemID","tcu"],"query":[{"key":"userId","value":"{{userID}}","description":"Mandatory"},{"key":"groupId","value":"{{groupID}}","description":"Mandatory"},{"key":"showSrt","value":"false","description":"Optional, default false"},{"key":"showSentiment","value":"false","description":"Optional, default false"},{"key":"tcuType","value":"CREDIBILITY","description":"Optional, default 'SENTIMENT'\n<p>Possible Values</p>\n<ul>\n<li>SENTIMENT</li>\n<li>CREDIBILITY</li>\n</ul>"},{"key":"showTranslation","value":"true","description":"Optional, default false\n<p>Only valid when tcuType is CREDIBILITY</p>"}],"variable":[{"key":"itemID","value":"","description":"Mandatory, the ID of the item to request","type":"string"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"turnConstructionUnits\": [\r\n        {\r\n            \"endTime\": 1.9700000000000001,\r\n            \"id\": 2926,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 0.0,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So, the meeting has\"\r\n        },\r\n        {\r\n            \"endTime\": 2.47999999999999996,\r\n            \"id\": 2927,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 2.02,\r\n            \"tcuType\": 2,\r\n            \"text\": \"started?\"\r\n        },\r\n        {\r\n            \"endTime\": 4.82000000000000064,\r\n            \"id\": 2928,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 2.78,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I'm very happy that you're here today, Henrik.\"\r\n        },\r\n        {\r\n            \"endTime\": 6.10999999999999932,\r\n            \"id\": 2929,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 5.4,\r\n            \"tcuType\": 2,\r\n            \"text\": \"It's been a long time.\"\r\n        },\r\n        {\r\n            \"endTime\": 7.61999999999999986,\r\n            \"id\": 2930,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 6.5,\r\n            \"tcuType\": 2,\r\n            \"text\": \"What's going on in your life?\"\r\n        },\r\n        {\r\n            \"endTime\": 8.82000000000000114,\r\n            \"id\": 2931,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 7.78,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Well, not much.\"\r\n        },\r\n        {\r\n            \"endTime\": 17.41,\r\n            \"id\": 2932,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 9.34,\r\n            \"tcuType\": 2,\r\n            \"text\": \"It's been crazy times for the last six months, with a lot of work and so on, and of course family, and everything that comes with it.\"\r\n        },\r\n        {\r\n            \"endTime\": 19.199999999999998,\r\n            \"id\": 2933,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 17.8,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So it's been a crazy time.\"\r\n        },\r\n        {\r\n            \"endTime\": 26.07999999999999716,\r\n            \"id\": 2934,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 19.72,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I'm not into this, because this has been on my agenda, but I haven't been able to deal with it.\"\r\n        },\r\n        {\r\n            \"endTime\": 29.89999999999999815,\r\n            \"id\": 2935,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 26.439999999999998,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Okay, is there anything specific on your mind about this?\"\r\n        },\r\n        {\r\n            \"endTime\": 33.3999999999999969,\r\n            \"id\": 2936,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 30.06,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, it is primarily the biggest concern of my wife.\"\r\n        },\r\n        {\r\n            \"endTime\": 35.84000000000000114,\r\n            \"id\": 2937,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 33.86,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I don't know what's wrong with her now.\"\r\n        },\r\n        {\r\n            \"endTime\": 41.05999999999999943,\r\n            \"id\": 2938,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 36.22,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And it's a big concern when I look at my economic outlook and what I should do.\"\r\n        },\r\n        {\r\n            \"endTime\": 46.79999999999999375,\r\n            \"id\": 2939,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 41.76,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Because I have to be honest, I feel like she's losing her mind at this point.\"\r\n        },\r\n        {\r\n            \"endTime\": 53.1199999999999977,\r\n            \"id\": 2940,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 47.46,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I'm trying to get her to the right psychiatrist and all that, but I just can't handle her anymore.\"\r\n        },\r\n        {\r\n            \"endTime\": 58.13999999999999716,\r\n            \"id\": 2941,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 53.22,\r\n            \"tcuType\": 2,\r\n            \"text\": \"She just takes all the training, all the energy from me.\"\r\n        },\r\n        {\r\n            \"endTime\": 60.52000000000000426,\r\n            \"id\": 2942,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 58.56,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And yes, it's a big word.\"\r\n        },\r\n        {\r\n            \"endTime\": 62.6200000000000003,\r\n            \"id\": 2943,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 61.08,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Especially when it comes to my money.\"\r\n        },\r\n        {\r\n            \"endTime\": 65.1800000000000051,\r\n            \"id\": 2944,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 63.08,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Okay, that's really boring to hear.\"\r\n        },\r\n        {\r\n            \"endTime\": 67.599999999999992,\r\n            \"id\": 2945,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 65.74,\r\n            \"tcuType\": 2,\r\n            \"text\": \"How can I help you in this situation?\"\r\n        },\r\n        {\r\n            \"endTime\": 75.50000000000000455,\r\n            \"id\": 2946,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 67.82,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I don't know which way I should take at the end, if it's necessary to separate from her or what I really don't want.\"\r\n        },\r\n        {\r\n            \"endTime\": 85.419999999999996,\r\n            \"id\": 2947,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 80.5,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And I need to see what I can save, so she can't get hold of them.\"\r\n        },\r\n        {\r\n            \"endTime\": 98.93999999999999886,\r\n            \"id\": 2948,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 85.7,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Because with her illness or mental retardation at the moment, I think that she just buys things by accident all the time and without thinking things through and consults me or something like that.\"\r\n        },\r\n        {\r\n            \"endTime\": 112.260000000000004,\r\n            \"id\": 2949,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 99.3,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Okay, so maybe a solution today is to have an update of your economy And see how you can handle it in the future for the different circumstances that you are thinking about.\"\r\n        },\r\n        {\r\n            \"endTime\": 114.65999999999999034,\r\n            \"id\": 2950,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 112.46,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I think it's a good start at the very least.\"\r\n        },\r\n        {\r\n            \"endTime\": 115.06000000000000853,\r\n            \"id\": 2951,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 114.96,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I\"\r\n        },\r\n        {\r\n            \"endTime\": 116.3599999999999977,\r\n            \"id\": 2952,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 115.06,\r\n            \"tcuType\": 2,\r\n            \"text\": \"will try to do it.\"\r\n        },\r\n        {\r\n            \"endTime\": 121.8799999999999915,\r\n            \"id\": 2953,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 116.5,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Just as the agenda for this meeting will be to look at your economic situation today.\"\r\n        },\r\n        {\r\n            \"endTime\": 130.8999999999999932,\r\n            \"id\": 2954,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 122.58,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And during this meeting, I hope you can try to think about what your goal is, or what your other kind of solution is to the situation you are in.\"\r\n        },\r\n        {\r\n            \"endTime\": 138.5599999999999943,\r\n            \"id\": 2955,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 131.0,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So maybe we can see how it will affect you if you take the different choices that we are able to make in this presentation.\"\r\n        },\r\n        {\r\n            \"endTime\": 140.2199999999999875,\r\n            \"id\": 2956,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 138.92,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, that sounds good.\"\r\n        },\r\n        {\r\n            \"endTime\": 141.5699999999999886,\r\n            \"id\": 2957,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 140.58,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Does it sound good?\"\r\n        },\r\n        {\r\n            \"endTime\": 145.0800000000000182,\r\n            \"id\": 2958,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 143.24,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, yes, perfect.\"\r\n        },\r\n        {\r\n            \"endTime\": 150.9799999999999932,\r\n            \"id\": 2959,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 145.76,\r\n            \"tcuType\": 2,\r\n            \"text\": \"First and foremost, we need to have some input from your personal information.\"\r\n        },\r\n        {\r\n            \"endTime\": 156.39999999999999204,\r\n            \"id\": 2960,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 151.54,\r\n            \"tcuType\": 2,\r\n            \"text\": \"You are pregnant and your children are how many children live at home.\"\r\n        },\r\n        {\r\n            \"endTime\": 159.879999999999992,\r\n            \"id\": 2961,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 156.5,\r\n            \"tcuType\": 2,\r\n            \"text\": \"You took care of your children and your employment is the same?\"\r\n        },\r\n        {\r\n            \"endTime\": 164.96000000000001364,\r\n            \"id\": 2962,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 161.74,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I am the managing director of my own company.\"\r\n        },\r\n        {\r\n            \"endTime\": 166.7799999999999909,\r\n            \"id\": 2963,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 165.22,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And your monthly salary?\"\r\n        },\r\n        {\r\n            \"endTime\": 168.3399999999999932,\r\n            \"id\": 2964,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 167.0,\r\n            \"tcuType\": 2,\r\n            \"text\": \"What is your monthly salary?\"\r\n        },\r\n        {\r\n            \"endTime\": 171.35,\r\n            \"id\": 2965,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 168.68,\r\n            \"tcuType\": 2,\r\n            \"text\": \"65,000 euros, probably.\"\r\n        },\r\n        {\r\n            \"endTime\": 173.939999999999992,\r\n            \"id\": 2966,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 172.34,\r\n            \"tcuType\": 2,\r\n            \"text\": \"No, no Norwegian crowns.\"\r\n        },\r\n        {\r\n            \"endTime\": 175.2400000000000193,\r\n            \"id\": 2967,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 174.12,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Do you have any other income?\"\r\n        },\r\n        {\r\n            \"endTime\": 179.2200000000000125,\r\n            \"id\": 2968,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 175.88,\r\n            \"tcuType\": 2,\r\n            \"text\": \"No, that's what I'm supposed to take from the company.\"\r\n        },\r\n        {\r\n            \"endTime\": 181.08,\r\n            \"id\": 2969,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 179.64,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, of course.\"\r\n        },\r\n        {\r\n            \"endTime\": 182.0200000000000125,\r\n            \"id\": 2970,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 181.44,\r\n            \"tcuType\": 2,\r\n            \"text\": \"The\"\r\n        },\r\n        {\r\n            \"endTime\": 185.0399999999999807,\r\n            \"id\": 2971,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 182.02,\r\n            \"tcuType\": 2,\r\n            \"text\": \"company's expenses are just 500,000.\"\r\n        },\r\n        {\r\n            \"endTime\": 190.0999999999999909,\r\n            \"id\": 2972,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 185.16,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I'll give you about 40,000, and then I'll give you an income, and\"\r\n        },\r\n        {\r\n            \"endTime\": 191.32,\r\n            \"id\": 2973,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 190.1,\r\n            \"tcuType\": 2,\r\n            \"text\": \"then Who?\"\r\n        },\r\n        {\r\n            \"endTime\": 194.1200000000000034,\r\n            \"id\": 2974,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 191.92,\r\n            \"tcuType\": 2,\r\n            \"text\": \"No, I won't do that.\"\r\n        },\r\n        {\r\n            \"endTime\": 199.11999999999999545,\r\n            \"id\": 2975,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 195.12,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Now you can see that your monthly salary is like 105,000 a month.\"\r\n        },\r\n        {\r\n            \"endTime\": 202.9000000000000159,\r\n            \"id\": 2976,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 200.08,\r\n            \"tcuType\": 2,\r\n            \"text\": \"What is your surplus when you have paid your\"\r\n        },\r\n        {\r\n            \"endTime\": 205.3600000000000045,\r\n            \"id\": 2977,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 202.9,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, I think it will be 20,000.\"\r\n        },\r\n        {\r\n            \"endTime\": 217.88000000000000114,\r\n            \"id\": 2978,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 206.8,\r\n            \"tcuType\": 2,\r\n            \"text\": \"The next part is that since we need to have an overview of your economic situation, I can see here in our system that we haven't accepted your property.\"\r\n        },\r\n        {\r\n            \"endTime\": 221.1000000000000057,\r\n            \"id\": 2979,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 218.7,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Maybe we can just start with the first round.\"\r\n        },\r\n        {\r\n            \"endTime\": 224.2400000000000205,\r\n            \"id\": 2980,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 221.92,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, I have a house outside of Oslo.\"\r\n        },\r\n        {\r\n            \"endTime\": 227.7599999999999875,\r\n            \"id\": 2981,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 224.88,\r\n            \"tcuType\": 2,\r\n            \"text\": \"It's like 150 square meters.\"\r\n        },\r\n        {\r\n            \"endTime\": 230.8000000000000001,\r\n            \"id\": 2982,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 228.2,\r\n            \"tcuType\": 2,\r\n            \"text\": \"What do you think the value of the start is?\"\r\n        },\r\n        {\r\n            \"endTime\": 232.4199999999999943,\r\n            \"id\": 2983,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 231.24,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Ten million?\"\r\n        },\r\n        {\r\n            \"endTime\": 234.8799999999999909,\r\n            \"id\": 2984,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 232.9,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Ten million, yes.\"\r\n        },\r\n        {\r\n            \"endTime\": 236.45,\r\n            \"id\": 2985,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 234.98,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And how do you own the property?\"\r\n        },\r\n        {\r\n            \"endTime\": 238.63999999999999886,\r\n            \"id\": 2986,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 236.82,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I own half of it.\"\r\n        },\r\n        {\r\n            \"endTime\": 241.31,\r\n            \"id\": 2987,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 239.14,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And my wife owns half of it.\"\r\n        },\r\n        {\r\n            \"endTime\": 242.0299999999999989,\r\n            \"id\": 2988,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 241.31,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Okay.\"\r\n        },\r\n        {\r\n            \"endTime\": 244.51,\r\n            \"id\": 2989,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 242.48,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And do you have a real credit loan on it?\"\r\n        },\r\n        {\r\n            \"endTime\": 246.12,\r\n            \"id\": 2990,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 245.0,\r\n            \"tcuType\": 2,\r\n            \"text\": \"No, I don't.\"\r\n        },\r\n        {\r\n            \"endTime\": 248.3600000000000182,\r\n            \"id\": 2991,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 246.48,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And do you also have other assets?\"\r\n        },\r\n        {\r\n            \"endTime\": 250.37999999999999886,\r\n            \"id\": 2992,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 248.92,\r\n            \"tcuType\": 2,\r\n            \"text\": \"No, I don't.\"\r\n        },\r\n        {\r\n            \"endTime\": 252.2400000000000102,\r\n            \"id\": 2993,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 250.82,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And your free assets?\"\r\n        },\r\n        {\r\n            \"endTime\": 255.5200000000000193,\r\n            \"id\": 2994,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 252.68,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Do you have any assets outside of Nordnet?\"\r\n        },\r\n        {\r\n            \"endTime\": 256.98000000000001364,\r\n            \"id\": 2995,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 255.62,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, I have a mortgage.\"\r\n        },\r\n        {\r\n            \"endTime\": 258.1800000000000273,\r\n            \"id\": 2996,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 257.46,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Nordnet.\"\r\n        },\r\n        {\r\n            \"endTime\": 260.39999999999997726,\r\n            \"id\": 2997,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 258.5,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And how much have you invested there?\"\r\n        },\r\n        {\r\n            \"endTime\": 263.7600000000000045,\r\n            \"id\": 2998,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 260.98,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I would say about half a million.\"\r\n        },\r\n        {\r\n            \"endTime\": 265.339999999999975,\r\n            \"id\": 2999,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 264.1,\r\n            \"tcuType\": 2,\r\n            \"text\": \"A middler-reller?\"\r\n        },\r\n        {\r\n            \"endTime\": 266.95999999999996135,\r\n            \"id\": 3000,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 265.52,\r\n            \"tcuType\": 2,\r\n            \"text\": \"It used to be.\"\r\n        },\r\n        {\r\n            \"endTime\": 271.10000000000003183,\r\n            \"id\": 3001,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 267.8,\r\n            \"tcuType\": 2,\r\n            \"text\": \"A little bit of \\\"What do you value?\\\" again.\"\r\n        },\r\n        {\r\n            \"endTime\": 273.23999999999999545,\r\n            \"id\": 3002,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 271.78,\r\n            \"tcuType\": 2,\r\n            \"text\": \"8.5 million.\"\r\n        },\r\n        {\r\n            \"endTime\": 274.3199999999999864,\r\n            \"id\": 3003,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 273.68,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes.\"\r\n        },\r\n        {\r\n            \"endTime\": 275.7599999999999727,\r\n            \"id\": 3004,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 274.78,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And you own it?\"\r\n        },\r\n        {\r\n            \"endTime\": 277.36000000000002956,\r\n            \"id\": 3005,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 276.3,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And you yourself?\"\r\n        },\r\n        {\r\n            \"endTime\": 278.33,\r\n            \"id\": 3006,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 277.42,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Simple as that.\"\r\n        },\r\n        {\r\n            \"endTime\": 280.3399999999999932,\r\n            \"id\": 3007,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 278.76,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I will gladly do that for you.\"\r\n        },\r\n        {\r\n            \"endTime\": 284.7999999999999932,\r\n            \"id\": 3008,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 280.94,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And as I can see here, your account is not in this one in Nordea.\"\r\n        },\r\n        {\r\n            \"endTime\": 288.76999999999998364,\r\n            \"id\": 3009,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 285.4,\r\n            \"tcuType\": 2,\r\n            \"text\": \"But you have exactly 20 million on the account here.\"\r\n        },\r\n        {\r\n            \"endTime\": 293.2200000000000159,\r\n            \"id\": 3010,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 289.18,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And you have And you have pool ownership of that account.\"\r\n        },\r\n        {\r\n            \"endTime\": 294.5199999999999909,\r\n            \"id\": 3011,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 293.76,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Anyone else?\"\r\n        },\r\n        {\r\n            \"endTime\": 301.25,\r\n            \"id\": 3012,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 295.18,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Other things outside of your economic situation that we should be aware them?\"\r\n        },\r\n        {\r\n            \"endTime\": 300.61999999999997954,\r\n            \"id\": 3013,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 300.16,\r\n            \"tcuType\": 2,\r\n            \"text\": \"of.\"\r\n        },\r\n        {\r\n            \"endTime\": 301.240000000000025,\r\n            \"id\": 3014,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 300.86,\r\n            \"tcuType\": 2,\r\n            \"text\": \"All of\"\r\n        },\r\n        {\r\n            \"endTime\": 305.3999999999999545,\r\n            \"id\": 3015,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 301.66,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Just as assets such as cars, expensive cars or other things.\"\r\n        },\r\n        {\r\n            \"endTime\": 307.2699999999999636,\r\n            \"id\": 3016,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 305.56,\r\n            \"tcuType\": 2,\r\n            \"text\": \"No, I don't do that.\"\r\n        },\r\n        {\r\n            \"endTime\": 311.8,\r\n            \"id\": 3017,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 307.56,\r\n            \"tcuType\": 2,\r\n            \"text\": \"It's just that I own the company 100%, but that's what it\"\r\n        },\r\n        {\r\n            \"endTime\": 312.21,\r\n            \"id\": 3018,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 312.2,\r\n            \"tcuType\": 2,\r\n            \"text\": \"is.\"\r\n        },\r\n        {\r\n            \"endTime\": 316.0599999999999818,\r\n            \"id\": 3019,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 312.7,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, it's really rare to add to that too.\"\r\n        },\r\n        {\r\n            \"endTime\": 319.9800000000000001,\r\n            \"id\": 3020,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 316.4,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And the company name, Henry's Gold, isn't it?\"\r\n        },\r\n        {\r\n            \"endTime\": 321.16000000000004775,\r\n            \"id\": 3021,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 320.1,\r\n            \"tcuType\": 2,\r\n            \"text\": \"The company's name?\"\r\n        },\r\n        {\r\n            \"endTime\": 322.72000000000005457,\r\n            \"id\": 3022,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 321.54,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, absolutely.\"\r\n        },\r\n        {\r\n            \"endTime\": 328.98000000000003183,\r\n            \"id\": 3023,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 324.17999999999995,\r\n            \"tcuType\": 2,\r\n            \"text\": \"If you sell the company today, what do you think it will give you?\"\r\n        },\r\n        {\r\n            \"endTime\": 333.39,\r\n            \"id\": 3024,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 329.18,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I think it will actually generate 25 million in the future.\"\r\n        },\r\n        {\r\n            \"endTime\": 336.3999999999999568,\r\n            \"id\": 3025,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 333.96,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Then we've probably registered, right?\"\r\n        },\r\n        {\r\n            \"endTime\": 337.77999999999997954,\r\n            \"id\": 3026,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 337.32,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes.\"\r\n        },\r\n        {\r\n            \"endTime\": 341.8199999999999977,\r\n            \"id\": 3027,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 338.08,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Okay, the next step is to see what your needs are in the future.\"\r\n        },\r\n        {\r\n            \"endTime\": 345.87,\r\n            \"id\": 3028,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 342.3,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And I know that your situation is not the best in the future.\"\r\n        },\r\n        {\r\n            \"endTime\": 349.60999999999999545,\r\n            \"id\": 3029,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 346.62,\r\n            \"tcuType\": 2,\r\n            \"text\": \"But what is the most anticipated result of what you think today?\"\r\n        },\r\n        {\r\n            \"endTime\": 355.47999999999999545,\r\n            \"id\": 3030,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 350.1,\r\n            \"tcuType\": 2,\r\n            \"text\": \"If we can start with that, it will make the situation or the conversation much easier and the advice much easier.\"\r\n        },\r\n        {\r\n            \"endTime\": 361.6199999999999909,\r\n            \"id\": 3031,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 356.12,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, first of all, Conti has with her wife that she actually just goes crazy.\"\r\n        },\r\n        {\r\n            \"endTime\": 368.51999999999996135,\r\n            \"id\": 3032,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 362.06,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I need one or the other way to lock them in, so she doesn't just go bananas with all that person.\"\r\n        },\r\n        {\r\n            \"endTime\": 378.3199999999999977,\r\n            \"id\": 3033,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 368.92,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And then if there is a way that I can actually ensure, of course by having her able to shop, but now she has access to Conti for almost 20 million.\"\r\n        },\r\n        {\r\n            \"endTime\": 381.82,\r\n            \"id\": 3034,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 378.6,\r\n            \"tcuType\": 2,\r\n            \"text\": \"But yes, I need to limit it in some way.\"\r\n        },\r\n        {\r\n            \"endTime\": 385.25999999999997954,\r\n            \"id\": 3035,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 382.32,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So maybe just have a free asset like a million.\"\r\n        },\r\n        {\r\n            \"endTime\": 393.27999999999996817,\r\n            \"id\": 3036,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 385.64,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I don't think we'll need them, but the other one I'd like to hide, just to make sure she can't do anything about it.\"\r\n        },\r\n        {\r\n            \"endTime\": 398.24000000000001137,\r\n            \"id\": 3037,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 393.58,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So you want to invest 19 million and have one million on your account?\"\r\n        },\r\n        {\r\n            \"endTime\": 399.06000000000001137,\r\n            \"id\": 3038,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 398.76,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes.\"\r\n        },\r\n        {\r\n            \"endTime\": 400.4800000000000205,\r\n            \"id\": 3039,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 399.18,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Did I get it right?\"\r\n        },\r\n        {\r\n            \"endTime\": 401.6000000000000182,\r\n            \"id\": 3040,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 400.84,\r\n            \"tcuType\": 2,\r\n            \"text\": \"A reason.\"\r\n        },\r\n        {\r\n            \"endTime\": 405.16000000000001364,\r\n            \"id\": 3041,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 402.18,\r\n            \"tcuType\": 2,\r\n            \"text\": \"What plan do you have for the money you want to save?\"\r\n        },\r\n        {\r\n            \"endTime\": 406.84,\r\n            \"id\": 3042,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 405.6,\r\n            \"tcuType\": 2,\r\n            \"text\": \"We have some questions,\"\r\n        },\r\n        {\r\n            \"endTime\": 438.9299999999999932,\r\n            \"id\": 3043,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 431.38000000000005,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I'm 45 now, and I don't see any need for money at all as long I don't as I'll I work if I were to be.\"\r\n        },\r\n        {\r\n            \"endTime\": 442.43999999999998863,\r\n            \"id\": 3044,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 439.34,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And I don't have any investments that I need to make.\"\r\n        },\r\n        {\r\n            \"endTime\": 447.77999999999996135,\r\n            \"id\": 3045,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 443.08,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I don't want to buy another house, or I don't want to I don't know what I want to do.\"\r\n        },\r\n        {\r\n            \"endTime\": 449.26000000000001364,\r\n            \"id\": 3046,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 448.06,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Maybe buy a car.\"\r\n        },\r\n        {\r\n            \"endTime\": 451.79,\r\n            \"id\": 3047,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 449.8,\r\n            \"tcuType\": 2,\r\n            \"text\": \"But I have that million in my account.\"\r\n        },\r\n        {\r\n            \"endTime\": 455.06000000000002728,\r\n            \"id\": 3048,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 452.26,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So I don't really see anyone within these 10 years.\"\r\n        },\r\n        {\r\n            \"endTime\": 456.3800000000000091,\r\n            \"id\": 3049,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 455.5,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I can't see\"\r\n        },\r\n        {\r\n            \"endTime\": 456.8199999999999977,\r\n            \"id\": 3050,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 456.38,\r\n            \"tcuType\": 2,\r\n            \"text\": \"anyone.\"\r\n        },\r\n        {\r\n            \"endTime\": 462.64000000000000455,\r\n            \"id\": 3051,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 457.22,\r\n            \"tcuType\": 2,\r\n            \"text\": \"But But I believe that when you need money, you don't need money at all.\"\r\n        },\r\n        {\r\n            \"endTime\": 463.97999999999999545,\r\n            \"id\": 3052,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 462.8,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Could that not be understood?\"\r\n        },\r\n        {\r\n            \"endTime\": 466.06,\r\n            \"id\": 3053,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 464.74,\r\n            \"tcuType\": 2,\r\n            \"text\": \"No, I don't think so.\"\r\n        },\r\n        {\r\n            \"endTime\": 467.8800000000000182,\r\n            \"id\": 3054,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 466.06,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So here we have a question.\"\r\n        },\r\n        {\r\n            \"endTime\": 470.35,\r\n            \"id\": 3055,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 468.24,\r\n            \"tcuType\": 2,\r\n            \"text\": \"When do you expect to use the money?\"\r\n        },\r\n        {\r\n            \"endTime\": 474.3999999999999545,\r\n            \"id\": 3056,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 471.0,\r\n            \"tcuType\": 2,\r\n            \"text\": \"As I understand you, the last point is the right answer.\"\r\n        },\r\n        {\r\n            \"endTime\": 476.040000000000025,\r\n            \"id\": 3057,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 474.84,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And how flexible are you?\"\r\n        },\r\n        {\r\n            \"endTime\": 479.09,\r\n            \"id\": 3058,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 476.5,\r\n            \"tcuType\": 2,\r\n            \"text\": \"You have already said that you are not dependent at all.\"\r\n        },\r\n        {\r\n            \"endTime\": 483.5199999999999886,\r\n            \"id\": 3059,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 479.48,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And you can postpone each withdrawal at any time if necessary.\"\r\n        },\r\n        {\r\n            \"endTime\": 486.89999999999997726,\r\n            \"id\": 3060,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 484.56,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And what is your goal with your investment?\"\r\n        },\r\n        {\r\n            \"endTime\": 489.4,\r\n            \"id\": 3061,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 487.34,\r\n            \"tcuType\": 2,\r\n            \"text\": \"We have three different answers here.\"\r\n        },\r\n        {\r\n            \"endTime\": 490.89999999999997954,\r\n            \"id\": 3062,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 489.54,\r\n            \"tcuType\": 2,\r\n            \"text\": \"You can just keep it.\"\r\n        },\r\n        {\r\n            \"endTime\": 492.7800000000000001,\r\n            \"id\": 3063,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 490.96,\r\n            \"tcuType\": 2,\r\n            \"text\": \"You can just accumulate it.\"\r\n        },\r\n        {\r\n            \"endTime\": 497.8000000000000182,\r\n            \"id\": 3064,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 493.2,\r\n            \"tcuType\": 2,\r\n            \"text\": \"When I started a business, it was more about taking the risk in my business.\"\r\n        },\r\n        {\r\n            \"endTime\": 502.7400000000000364,\r\n            \"id\": 3065,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 498.56,\r\n            \"tcuType\": 2,\r\n            \"text\": \"But now I've been in the business for a few years and made a good profit.\"\r\n        },\r\n        {\r\n            \"endTime\": 506.96,\r\n            \"id\": 3066,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 503.36,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So I don't see this as such a high risk at the moment.\"\r\n        },\r\n        {\r\n            \"endTime\": 511.4699999999999659,\r\n            \"id\": 3067,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 507.5,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Because we are very stable in our turnover and return on the business.\"\r\n        },\r\n        {\r\n            \"endTime\": 518.04,\r\n            \"id\": 3068,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 512.22,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So deeply I will accumulate my assets to ensure that inflation does not eat up the money.\"\r\n        },\r\n        {\r\n            \"endTime\": 521.29999999999991815,\r\n            \"id\": 3069,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 518.54,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So I can actually have more money to give to my children.\"\r\n        },\r\n        {\r\n            \"endTime\": 526.94000000000010914,\r\n            \"id\": 3070,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 521.38,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Okay, if you look at your account from Nordnet, can you like to invest in stocks?\"\r\n        },\r\n        {\r\n            \"endTime\": 528.55,\r\n            \"id\": 3071,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 527.48,\r\n            \"tcuType\": 2,\r\n            \"text\": \"What is your opinion on that?\"\r\n        },\r\n        {\r\n            \"endTime\": 530.5199999999999545,\r\n            \"id\": 3072,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 529.1,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Excuse me one more\"\r\n        },\r\n        {\r\n            \"endTime\": 530.53,\r\n            \"id\": 3073,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 530.52,\r\n            \"tcuType\": 2,\r\n            \"text\": \"time.\"\r\n        },\r\n        {\r\n            \"endTime\": 537.9,\r\n            \"id\": 3074,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 530.98,\r\n            \"tcuType\": 2,\r\n            \"text\": \"You said you had an account in Nordnet with half a million, and you invested in several stocks in Nordnet.\"\r\n        },\r\n        {\r\n            \"endTime\": 541.2400000000000455,\r\n            \"id\": 3075,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 538.5,\r\n            \"tcuType\": 2,\r\n            \"text\": \"What are your thoughts on these investments?\"\r\n        },\r\n        {\r\n            \"endTime\": 543.0599999999999227,\r\n            \"id\": 3076,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 541.38,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I really had no thoughts.\"\r\n        },\r\n        {\r\n            \"endTime\": 545.65,\r\n            \"id\": 3077,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 543.46,\r\n            \"tcuType\": 2,\r\n            \"text\": \"It was just a fun thing to do.\"\r\n        },\r\n        {\r\n            \"endTime\": 547.27999999999993634,\r\n            \"id\": 3078,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 545.96,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, would you like to play a little?\"\r\n        },\r\n        {\r\n            \"endTime\": 552.6199999999999909,\r\n            \"id\": 3079,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 548.02,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, I started when I was very young, and then I just accumulated some wealth.\"\r\n        },\r\n        {\r\n            \"endTime\": 553.89999999999998181,\r\n            \"id\": 3080,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 553.06,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And I don't know.\"\r\n        },\r\n        {\r\n            \"endTime\": 563.2999999999999227,\r\n            \"id\": 3081,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 554.26,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And now, in the last two years, I haven't looked, but it's just been, \\\"Yes, that's one of the things I want to do later.\\\" And yes, later never\"\r\n        },\r\n        {\r\n            \"endTime\": 563.31,\r\n            \"id\": 3082,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 563.3,\r\n            \"tcuType\": 2,\r\n            \"text\": \"happens.\"\r\n        },\r\n        {\r\n            \"endTime\": 589.3000000000000001,\r\n            \"id\": 3083,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 563.56,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, I can just tell you that when you have your savings account, the most common thing that my customers tell me, that they like to keep their money, and to be able to keep the money which that you you are are in, in, you need a certain inflation, of course, and there are some taxes, and to preserve the value that you are able to buy the same things today in the coming years, you need to have a return of over 5%.\"\r\n        },\r\n        {\r\n            \"endTime\": 599.9199999999999818,\r\n            \"id\": 3084,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 590.08,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So when I explain this, it's all you can like to have, that you not only want to preserve your capital, but you can also like to have a kind of return on your investments.\"\r\n        },\r\n        {\r\n            \"endTime\": 601.5599999999999136,\r\n            \"id\": 3085,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 600.34,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, of course.\"\r\n        },\r\n        {\r\n            \"endTime\": 610.0800000000000591,\r\n            \"id\": 3086,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 601.4000000000001,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So I would say that I want to accumulate my wealth, I want to grow, yes, but I don't want to take any risk.\"\r\n        },\r\n        {\r\n            \"endTime\": 625.70000000000005457,\r\n            \"id\": 3087,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 610.9,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So because it's lucrative, I already have, if you look at my business, I already have my risk there, so I don't need it, and I get a better return on my own capital on my business than I do on the stock market.\"\r\n        },\r\n        {\r\n            \"endTime\": 630.4800000000000227,\r\n            \"id\": 3088,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 625.9000000000001,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Okay, Okay, and and what what do do you you think think about about the the risk risk you've you've taken in taken in Nordnjert?\"\r\n        },\r\n        {\r\n            \"endTime\": 629.7999999999999591,\r\n            \"id\": 3089,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 629.38,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Nordnet?\"\r\n        },\r\n        {\r\n            \"endTime\": 631.4799999999999818,\r\n            \"id\": 3090,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 630.58,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Is it reasonable?\"\r\n        },\r\n        {\r\n            \"endTime\": 633.34000000000003183,\r\n            \"id\": 3091,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 631.88,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Or is it something you can\"\r\n        },\r\n        {\r\n            \"endTime\": 633.46000000000000455,\r\n            \"id\": 3092,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 633.34,\r\n            \"tcuType\": 2,\r\n            \"text\": \"do?\"\r\n        },\r\n        {\r\n            \"endTime\": 637.4400000000000318,\r\n            \"id\": 3093,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 633.74,\r\n            \"tcuType\": 2,\r\n            \"text\": \"The thing is, I've always thought of it as a thing of totality.\"\r\n        },\r\n        {\r\n            \"endTime\": 640.91999999999999545,\r\n            \"id\": 3094,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 637.98,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Because I have the house, I have the savings and everything.\"\r\n        },\r\n        {\r\n            \"endTime\": 644.4400000000000955,\r\n            \"id\": 3095,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 641.5,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I'm logically the one with the highest risk.\"\r\n        },\r\n        {\r\n            \"endTime\": 647.9999999999999591,\r\n            \"id\": 3096,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 644.92,\r\n            \"tcuType\": 2,\r\n            \"text\": \"But yes, overall it's not a stupid risk.\"\r\n        },\r\n        {\r\n            \"endTime\": 650.5399999999999454,\r\n            \"id\": 3097,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 648.64,\r\n            \"tcuType\": 2,\r\n            \"text\": \"But there's the highest, okay?\"\r\n        },\r\n        {\r\n            \"endTime\": 658.20000000000001364,\r\n            \"id\": 3098,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 654.32,\r\n            \"tcuType\": 2,\r\n            \"text\": \"is to understand which of these choices we have to make for you.\"\r\n        },\r\n        {\r\n            \"endTime\": 662.53000000000001364,\r\n            \"id\": 3099,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 658.56,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And it's reassuring to me that we can't choose the one I want to keep.\"\r\n        },\r\n        {\r\n            \"endTime\": 667.55999999999999545,\r\n            \"id\": 3100,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 662.94,\r\n            \"tcuType\": 2,\r\n            \"text\": \"But I think you are one of these two, so you can decide which one we should choose.\"\r\n        },\r\n        {\r\n            \"endTime\": 672.4600000000000364,\r\n            \"id\": 3101,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 668.08,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Do you want to accumulate your wealth, or do you prefer higher returns?\"\r\n        },\r\n        {\r\n            \"endTime\": 675.8200000000000864,\r\n            \"id\": 3102,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 673.3000000000001,\r\n            \"tcuType\": 2,\r\n            \"text\": \"No, it's more about accumulating my wealth.\"\r\n        },\r\n        {\r\n            \"endTime\": 676.9199999999999136,\r\n            \"id\": 3103,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 676.2,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Okay, good.\"\r\n        },\r\n        {\r\n            \"endTime\": 680.5200000000000182,\r\n            \"id\": 3104,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 677.16,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And now we'll just try to show you an example of your investment.\"\r\n        },\r\n        {\r\n            \"endTime\": 685.02,\r\n            \"id\": 3105,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 680.4599999999999,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Now that this includes all your capital, your business is included.\"\r\n        },\r\n        {\r\n            \"endTime\": 685.9799999999999727,\r\n            \"id\": 3106,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 685.56,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So good.\"\r\n        },\r\n        {\r\n            \"endTime\": 690.61999999999998636,\r\n            \"id\": 3107,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 686.38,\r\n            \"tcuType\": 2,\r\n            \"text\": \"But let's try to show you the risk of investing in it.\"\r\n        },\r\n        {\r\n            \"endTime\": 693.94000000000003183,\r\n            \"id\": 3108,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 691.1,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Your money, and it's a really long period here.\"\r\n        },\r\n        {\r\n            \"endTime\": 698.0199999999999545,\r\n            \"id\": 3109,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 694.28,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Here you can see how your capital will grow in the next 20 years.\"\r\n        },\r\n        {\r\n            \"endTime\": 709.6799999999998954,\r\n            \"id\": 3110,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 698.72,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So when we think that if you invest your 50 million today in 20 years, they think that you will probably end up around 2200 percent of it.\"\r\n        },\r\n        {\r\n            \"endTime\": 716.12000000000005,\r\n            \"id\": 3111,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 709.82,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So we believe that you will end up around 150, but it depends on what happens in the next 20 years.\"\r\n        },\r\n        {\r\n            \"endTime\": 728.1199999999999591,\r\n            \"id\": 3112,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 716.6,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So, in the worst case scenario, the result you see is Yes, but the area is smaller, and the more you do down here, the higher the risk you have taken in that period.\"\r\n        },\r\n        {\r\n            \"endTime\": 737.2999999999999272,\r\n            \"id\": 3113,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 728.76,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And as you can see, if you take the highest risk, the area is between 77 million and 435 million.\"\r\n        },\r\n        {\r\n            \"endTime\": 741.8,\r\n            \"id\": 3114,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 737.4200000000001,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So what area can you accept after a 20-year period?\"\r\n        },\r\n        {\r\n            \"endTime\": 743.7999999999999045,\r\n            \"id\": 3115,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 742.3,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Here's my question.\"\r\n        },\r\n        {\r\n            \"endTime\": 744.7600000000000364,\r\n            \"id\": 3116,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 744.3,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes?\"\r\n        },\r\n        {\r\n            \"endTime\": 751.1600000000000001,\r\n            \"id\": 3117,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 745.12,\r\n            \"tcuType\": 2,\r\n            \"text\": \"From that point of view, I would say it's either 87 or 82.\"\r\n        },\r\n        {\r\n            \"endTime\": 763.1600000000000001,\r\n            \"id\": 3118,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 751.9,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, and I know, because if you think part of this is my company, and it will also bring me income every year, then I will actually go with it.\"\r\n        },\r\n        {\r\n            \"endTime\": 777.77999999999997726,\r\n            \"id\": 3119,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 765.32,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And what is your expectation of average annual waste before you spend it when your investment or, as I have already said, 5% is at the bottom of the line here?\"\r\n        },\r\n        {\r\n            \"endTime\": 790.0599999999999909,\r\n            \"id\": 3120,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 778.4,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, but I think it will be around 5 to 7, because it will take away the costs, and also the inflation and all that, and I actually want to accumulate a little,\"\r\n        },\r\n        {\r\n            \"endTime\": 790.57,\r\n            \"id\": 3121,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 790.56,\r\n            \"tcuType\": 2,\r\n            \"text\": \"yes.\"\r\n        },\r\n        {\r\n            \"endTime\": 792.7600000000000364,\r\n            \"id\": 3122,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 790.5699999999999,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Good and how is your risk acceptance?\"\r\n        },\r\n        {\r\n            \"endTime\": 797.79999999999993634,\r\n            \"id\": 3123,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 793.08,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Is it so you sleep, you don't sleep well if something happens to your investments?\"\r\n        },\r\n        {\r\n            \"endTime\": 800.13999999999999545,\r\n            \"id\": 3124,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 798.38,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Or how do you do it?\"\r\n        },\r\n        {\r\n            \"endTime\": 801.9799999999999727,\r\n            \"id\": 3125,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 800.22,\r\n            \"tcuType\": 2,\r\n            \"text\": \"What are your feelings about it?\"\r\n        },\r\n        {\r\n            \"endTime\": 807.68999999999999545,\r\n            \"id\": 3126,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 802.36,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, but I am as I said, I am willing to take some risks, yes, to take some in the middle.\"\r\n        },\r\n        {\r\n            \"endTime\": 814.24,\r\n            \"id\": 3127,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 808.34,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, okay, and what will you do if the investment will fall by around 24%?\"\r\n        },\r\n        {\r\n            \"endTime\": 823.98,\r\n            \"id\": 3128,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 814.96,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Would you like to seek advice from Nordea, or would you want to be inspected and change your investment some part of it, or do nothing?\"\r\n        },\r\n        {\r\n            \"endTime\": 827.0599999999999818,\r\n            \"id\": 3129,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 824.44,\r\n            \"tcuType\": 2,\r\n            \"text\": \"What do you think you will do in these\"\r\n        },\r\n        {\r\n            \"endTime\": 832.0200000000000364,\r\n            \"id\": 3130,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 827.06,\r\n            \"tcuType\": 2,\r\n            \"text\": \"circumstances, if I look at it historically, yes, I haven't done anything.\"\r\n        },\r\n        {\r\n            \"endTime\": 835.1399999999999545,\r\n            \"id\": 3131,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 832.9,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So you still don't do anything?\"\r\n        },\r\n        {\r\n            \"endTime\": 848.85999999999999545,\r\n            \"id\": 3132,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 841.96,\r\n            \"tcuType\": 2,\r\n            \"text\": \"In fact, you would have kicked me out before I did, so at least I'm doing something.\"\r\n        },\r\n        {\r\n            \"endTime\": 857.1399999999999909,\r\n            \"id\": 3133,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 849.32,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, but I don't want to take an initiative on my own, so of course I just have to go to Nord-Ea, or what?\"\r\n        },\r\n        {\r\n            \"endTime\": 860.02999999999999545,\r\n            \"id\": 3134,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 857.4,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Normally, when we see these kinds of threats,\"\r\n        },\r\n        {\r\n            \"endTime\": 865.7599999999999636,\r\n            \"id\": 3135,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 861.62,\r\n            \"tcuType\": 2,\r\n            \"text\": \"this is actually the best time to actually invest.\"\r\n        },\r\n        {\r\n            \"endTime\": 885.9299999999999818,\r\n            \"id\": 3136,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 865.96,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So yes, when you come to Nord-Ea and try to seek advice, and you are probably a little worried, so we normally say that you need to invest more, then be aware that it is time to actually invest when the market has fallen, so I would just like to say\"\r\n        },\r\n        {\r\n            \"endTime\": 892.50000000000001364,\r\n            \"id\": 3137,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 885.92,\r\n            \"tcuType\": 2,\r\n            \"text\": \"that Yes, yes, I am not so aware of that risk, so that will be a good\"\r\n        },\r\n        {\r\n            \"endTime\": 894.5599999999999454,\r\n            \"id\": 3138,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 892.5,\r\n            \"tcuType\": 2,\r\n            \"text\": \"thing Probably yes.\"\r\n        },\r\n        {\r\n            \"endTime\": 899.73999999999997726,\r\n            \"id\": 3139,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 895.1,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Um, yes, this is your answer to your question about what I'm actually doing now.\"\r\n        },\r\n        {\r\n            \"endTime\": 911.82000000000001364,\r\n            \"id\": 3140,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 899.86,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I'm trying to find your investment preferences, and we have a system in Nordea that when you answer this question, the result will be a strategy that we want you to follow next year.\"\r\n        },\r\n        {\r\n            \"endTime\": 918.3599999999999682,\r\n            \"id\": 3141,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 912.22,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So you will be able to reach your exit goal and your acceptance of risk, and this profile is called \\\"Balanced\\\".\"\r\n        },\r\n        {\r\n            \"endTime\": 924.1199999999999636,\r\n            \"id\": 3142,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 922.1,\r\n            \"tcuType\": 2,\r\n            \"text\": \"and 30% long-term.\"\r\n        },\r\n        {\r\n            \"endTime\": 929.6499999999999454,\r\n            \"id\": 3143,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 924.62,\r\n            \"tcuType\": 2,\r\n            \"text\": \"This is usually obligations, and 20% of the capital will be invested in the short-term.\"\r\n        },\r\n        {\r\n            \"endTime\": 933.69999999999999545,\r\n            \"id\": 3144,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 930.22,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And it is also obligations, but with the shorter experience date.\"\r\n        },\r\n        {\r\n            \"endTime\": 935.9800000000000091,\r\n            \"id\": 3145,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 934.14,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And do you like to include alternatives?\"\r\n        },\r\n        {\r\n            \"endTime\": 947.6399999999999591,\r\n            \"id\": 3146,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 936.54,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Normally, when we include alternatives, we mean that when you take an investment, it will actually increase your withdrawal, and an outflow in your investment will actually be lower.\"\r\n        },\r\n        {\r\n            \"endTime\": 951.5600000000000001,\r\n            \"id\": 3147,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 948.04,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And we always recommend all our customers to do so.\"\r\n        },\r\n        {\r\n            \"endTime\": 954.2100000000000637,\r\n            \"id\": 3148,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 951.3800000000001,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And I can actually show the difference here.\"\r\n        },\r\n        {\r\n            \"endTime\": 957.7200000000000455,\r\n            \"id\": 3149,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 954.34,\r\n            \"tcuType\": 2,\r\n            \"text\": \"When you look here, this is a balanced portfolio without.\"\r\n        },\r\n        {\r\n            \"endTime\": 965.52,\r\n            \"id\": 3150,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 957.72,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And if we, for example, look at the 10-year period, the most likely result is 80% over a 10-year period.\"\r\n        },\r\n        {\r\n            \"endTime\": 970.7,\r\n            \"id\": 3151,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 966.16,\r\n            \"tcuType\": 2,\r\n            \"text\": \"But if the 10-year period is very low, so maybe you only get 15%.\"\r\n        },\r\n        {\r\n            \"endTime\": 974.0600000000001137,\r\n            \"id\": 3152,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 971.02,\r\n            \"tcuType\": 2,\r\n            \"text\": \"If it's a really good period, it's 165%.\"\r\n        },\r\n        {\r\n            \"endTime\": 980.22,\r\n            \"id\": 3153,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 975.46,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So it's 90% likely that you you will keep your result will keep your result in in these the 10 years.\"\r\n        },\r\n        {\r\n            \"endTime\": 984.27999999999999545,\r\n            \"id\": 3154,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 980.22,\r\n            \"tcuType\": 2,\r\n            \"text\": \"that lower risk here and the higher risk explained here.\"\r\n        },\r\n        {\r\n            \"endTime\": 997.2399999999999909,\r\n            \"id\": 3155,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 984.78,\r\n            \"tcuType\": 2,\r\n            \"text\": \"But if we take alternatives again, then we can actually see that the expected drop rises by 7 points and the lower risk part also rises, so that the result, according to us, is even better.\"\r\n        },\r\n        {\r\n            \"endTime\": 1000.32000000000002274,\r\n            \"id\": 3156,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 997.46,\r\n            \"tcuType\": 2,\r\n            \"text\": \"If you take the alternatives, what do you think?\"\r\n        },\r\n        {\r\n            \"endTime\": 1000.9799999999999864,\r\n            \"id\": 3157,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 1000.68,\r\n            \"tcuType\": 2,\r\n            \"text\": \"What is yours?\"\r\n        },\r\n        {\r\n            \"endTime\": 1010.9799999999999727,\r\n            \"id\": 3158,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 1001.18,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, when you look at this picture, it's a no-brainer, so we should take alternatives, alternatives, which will make me wonder why it is not nicely chosen.\"\r\n        },\r\n        {\r\n            \"endTime\": 1012.4400000000000864,\r\n            \"id\": 3159,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1011.36,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, it is really good.\"\r\n        },\r\n        {\r\n            \"endTime\": 1018.4200000000000045,\r\n            \"id\": 3160,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1013.04,\r\n            \"tcuType\": 2,\r\n            \"text\": \"The reason is that this is something that we only give to our private Vicky customer at the moment.\"\r\n        },\r\n        {\r\n            \"endTime\": 1023.26,\r\n            \"id\": 3161,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1018.72,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So maybe in the future it will be included for everyone, but you really have one.\"\r\n        },\r\n        {\r\n            \"endTime\": 1024.14000000000010914,\r\n            \"id\": 3162,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1023.76,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Good.\"\r\n        },\r\n        {\r\n            \"endTime\": 1027.35999999999991815,\r\n            \"id\": 3163,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1024.52,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Okay, but what do you think about this portfolio?\"\r\n        },\r\n        {\r\n            \"endTime\": 1030.42000000000008185,\r\n            \"id\": 3164,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1027.88,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Is this something you could invest in?\"\r\n        },\r\n        {\r\n            \"endTime\": 1031.6800000000001637,\r\n            \"id\": 3165,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1030.88,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Absolutely yes.\"\r\n        },\r\n        {\r\n            \"endTime\": 1034.5199999999999545,\r\n            \"id\": 3166,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1031.92,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And as you probably know, sustainability has been an issue.\"\r\n        },\r\n        {\r\n            \"endTime\": 1043.2799999999999545,\r\n            \"id\": 3167,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1037.1800000000003,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So I need to ask you a few questions about your sustainable preferences.\"\r\n        },\r\n        {\r\n            \"endTime\": 1046.97,\r\n            \"id\": 3168,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 1044.08,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I have no sustainable preferences at all.\"\r\n        },\r\n        {\r\n            \"endTime\": 1050.1400000000001546,\r\n            \"id\": 3169,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 1047.16,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I have no sustainable preferences at all.\"\r\n        },\r\n        {\r\n            \"endTime\": 1051.9399999999999727,\r\n            \"id\": 3170,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 1050.34,\r\n            \"tcuType\": 2,\r\n            \"text\": \"We are a country that is based on it.\"\r\n        },\r\n        {\r\n            \"endTime\": 1053.119999999999909,\r\n            \"id\": 3171,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 1052.52,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes,\"\r\n        },\r\n        {\r\n            \"endTime\": 1054.8099999999999454,\r\n            \"id\": 3172,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1053.12,\r\n            \"tcuType\": 2,\r\n            \"text\": \"and then I just answer no.\"\r\n        },\r\n        {\r\n            \"endTime\": 1057.22000000000009095,\r\n            \"id\": 3173,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1055.04,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And that actually means that we don't want anyone.\"\r\n        },\r\n        {\r\n            \"endTime\": 1062.27000000000005457,\r\n            \"id\": 3174,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1057.4,\r\n            \"tcuType\": 2,\r\n            \"text\": \"We will not consider sustainability when we give you investment management in the future.\"\r\n        },\r\n        {\r\n            \"endTime\": 1064.42000000000008185,\r\n            \"id\": 3175,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1062.3999999999999,\r\n            \"tcuType\": 2,\r\n            \"text\": \"So that's the result of that.\"\r\n        },\r\n        {\r\n            \"endTime\": 1065.96000000000008185,\r\n            \"id\": 3176,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 1064.58,\r\n            \"tcuType\": 2,\r\n            \"text\": \"But then again, if it is.\"\r\n        },\r\n        {\r\n            \"endTime\": 1067.61999999999978172,\r\n            \"id\": 3177,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1066.08,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And of course you can change it.\"\r\n        },\r\n        {\r\n            \"endTime\": 1071.0000000000000364,\r\n            \"id\": 3178,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 1067.94,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, but it's not important to me when I do it.\"\r\n        },\r\n        {\r\n            \"endTime\": 1074.7200000000000364,\r\n            \"id\": 3179,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 1071.24,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I don't take it seriously when I make my decision about my promise, okay?\"\r\n        },\r\n        {\r\n            \"endTime\": 1076.68000000000002728,\r\n            \"id\": 3180,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1075.84,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Should it end?\"\r\n        },\r\n        {\r\n            \"endTime\": 1078.03999999999988177,\r\n            \"id\": 3181,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1077.02,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Should we end here?\"\r\n        },\r\n        {\r\n            \"endTime\": 1079.7199999999999818,\r\n            \"id\": 3182,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1078.32,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Or are you satisfied?\"\r\n        },\r\n        {\r\n            \"endTime\": 1080.6800000000000182,\r\n            \"id\": 3183,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1080.2,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes.\"\r\n        },\r\n        {\r\n            \"endTime\": 1083.11,\r\n            \"id\": 3184,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 1081.14,\r\n            \"tcuType\": 2,\r\n            \"text\": \"But I'm a little short on time.\"\r\n        },\r\n        {\r\n            \"endTime\": 1086.3200000000000364,\r\n            \"id\": 3185,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 1083.3,\r\n            \"tcuType\": 2,\r\n            \"text\": \"What should be the concrete action to get further?\"\r\n        },\r\n        {\r\n            \"endTime\": 1088.66000000000013642,\r\n            \"id\": 3186,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 1086.94,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I think our next one.\"\r\n        },\r\n        {\r\n            \"endTime\": 1091.88000000000002728,\r\n            \"id\": 3187,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1088.6999999999998,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Trin is actually arranging a new meeting.\"\r\n        },\r\n        {\r\n            \"endTime\": 1099.98000000000007276,\r\n            \"id\": 3188,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1092.58,\r\n            \"tcuType\": 2,\r\n            \"text\": \"I will go back to my office and I will try to make an investment proposal that I will send to you.\"\r\n        },\r\n        {\r\n            \"endTime\": 1107.11,\r\n            \"id\": 3189,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1100.38,\r\n            \"tcuType\": 2,\r\n            \"text\": \"And after I send the investment proposal, it will be good if we arrange a new meeting in a week's time.\"\r\n        },\r\n        {\r\n            \"endTime\": 1107.6599999999999727,\r\n            \"id\": 3190,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1107.16,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Is that okay?\"\r\n        },\r\n        {\r\n            \"endTime\": 1109.46000000000005457,\r\n            \"id\": 3191,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 1107.94,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, it will be brilliant,\"\r\n        },\r\n        {\r\n            \"endTime\": 1109.8800000000002001,\r\n            \"id\": 3192,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1109.6,\r\n            \"tcuType\": 2,\r\n            \"text\": \"what?\"\r\n        },\r\n        {\r\n            \"endTime\": 1115.24,\r\n            \"id\": 3193,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1110.16,\r\n            \"tcuType\": 2,\r\n            \"text\": \"On Tuesday next week between 12 and 1, is it something that could work?\"\r\n        },\r\n        {\r\n            \"endTime\": 1119.7999999999999818,\r\n            \"id\": 3194,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 1116.18,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Oh yes, I will prioritize it, so it won't be a problem.\"\r\n        },\r\n        {\r\n            \"endTime\": 1124.05999999999993634,\r\n            \"id\": 3195,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000065,\r\n                \"label\": \"Speaker 2\",\r\n                \"name\": \"2\",\r\n                \"no\": 2\r\n            },\r\n            \"startTime\": 1120.64,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, really good, so we'll talk to you next week.\"\r\n        },\r\n        {\r\n            \"endTime\": 1126.33,\r\n            \"id\": 3196,\r\n            \"itemId\": 1000022,\r\n            \"speaker\": {\r\n                \"channelNumber\": 0,\r\n                \"id\": 1000064,\r\n                \"label\": \"Speaker 1\",\r\n                \"name\": \"1\",\r\n                \"no\": 1\r\n            },\r\n            \"startTime\": 1124.44,\r\n            \"tcuType\": 2,\r\n            \"text\": \"Yes, yes, we'll close the meeting.\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"864ae788-5f0a-4dba-b9d9-017a72ae8b92"},{"name":"Get Item Properties","id":"36f475f6-462d-4aaf-8975-f4a158b67da5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/property?groupId=1&code=sent_to_asr","description":"<p>Get one or all properties for an Item.  Item properties are extended attributes typically used by schedulers</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items",":itemId","property"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory.  See description of Groups  under Core Concepts.</p>\n","type":"text/plain"},"key":"groupId","value":"1"},{"description":{"content":"<p>Optional. Filters the response with an exact match on code. </p>\n","type":"text/plain"},"key":"code","value":"sent_to_asr"}],"variable":[{"description":{"content":"<p>Mandatory. ID of the item to look up the properties of.</p>\n","type":"text/plain"},"type":"any","value":"123456789","key":"itemId"}]}},"response":[{"id":"ef97abdc-9d51-4531-97a9-3d1071277f49","name":"Get all item properties - completed item","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/property?userId=4321&groupId=4","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","property"],"query":[{"key":"userId","value":"4321"},{"key":"groupId","value":"4"}],"variable":[{"key":"itemId","value":"4000192"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"itemId\": 4000192,\n        \"code\": \"processed_by_asr\",\n        \"value\": \"[{\\\"recordingId\\\" : 4000375, \\\"timestamp\\\" : \\\"2020-11-24_14.56.20.708\\\"}]\"\n    },\n    {\n        \"itemId\": 4000192,\n        \"code\": \"sent_to_asr\",\n        \"value\": \"2020-11-24 14:49:49\"\n    },\n    {\n        \"itemId\": 4000192,\n        \"code\": \"sent_to_tagger\",\n        \"value\": \"2020-11-24 14:56:23\"\n    },\n    {\n        \"itemId\": 4000192,\n        \"code\": \"sent_to_vad\",\n        \"value\": \"2020-11-24 14:48:24\"\n    }\n]"},{"id":"6d9618a5-d24f-47be-b67c-1c800144278e","name":"Get one item property - property code found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/property?groupId=1&code=sent_to_asr","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","property"],"query":[{"key":"groupId","value":"1","description":"Mandatory.  See description of Groups  under Core Concepts."},{"key":"code","value":"sent_to_asr","description":"Optional. Filters the response with an exact match on code."}],"variable":[{"key":"itemId","value":"1000000","description":"Mandatory. ID of the item to look up the properties of."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Date","value":"Fri, 24 Sep 2021 13:48:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"sent_to_asr\",\n    \"itemId\": 1000000,\n    \"value\": \"[{\\\"recordingId\\\" : 1000000, \\\"timestamp\\\" : \\\"2021-06-08_11.29.24.371\\\"}]\"\n}"},{"id":"abda42dc-ea80-4245-8934-dac224e8403a","name":"Get one item property - property code not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, application/xml","type":"text"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/property?groupId=1&code=non-existant code","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","property"],"query":[{"key":"groupId","value":"1","description":"Mandatory.  See description of Groups  under Core Concepts."},{"key":"code","value":"non-existant code","description":"Optional. Filters the response with an exact match on code. "}],"variable":[{"key":"itemId","value":"1000000","description":"Mandatory. ID of the item to look up the properties of."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"exception","value":"The specified property doesn't exist"},{"key":"Date","value":"Fri, 24 Sep 2021 13:51:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"The specified property doesn't exist\"\n}"},{"id":"0e4f0ce9-bfa4-4aba-b2f6-6a4764bf7500","name":"Get one item property - item ID does not exist","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, application/xml","type":"text"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/property?groupId=1&code=sent_to_asr","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","property"],"query":[{"key":"groupId","value":"1","description":"Mandatory.  See description of Groups  under Core Concepts."},{"key":"code","value":"sent_to_asr","description":"Optional. Filters the response with an exact match on code. "}],"variable":[{"key":"itemId","value":"123456789","description":"Mandatory. ID of the item to look up the properties of."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"exception","value":"The specified property doesn't exist"},{"key":"Date","value":"Fri, 24 Sep 2021 13:54:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"The specified property doesn't exist\"\n}"}],"_postman_id":"36f475f6-462d-4aaf-8975-f4a158b67da5"},{"name":"Set Item Property","id":"28984222-01a8-4d20-9814-f392ab7a819d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"code\": \"example code\",\r\n    \"value\": \"This can be any string.  If this code already exists for this item, the property will be replaced\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/property?groupId=1","description":"<p>Set a property for an item.  Item properties are extended attributes typically used by schedulers</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items",":itemId","property"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory.  See description of Groups  under Core Concepts.</p>\n","type":"text/plain"},"key":"groupId","value":"1"}],"variable":[{"description":{"content":"<p>Mandatory. ID of the item to look up the properties of.</p>\n","type":"text/plain"},"type":"any","value":"123456789","key":"itemId"}]}},"response":[{"id":"0b063d08-0326-44cf-85bf-81bc8cfa2d11","name":"Set Item Property success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"code\": \"example code\",\r\n    \"value\": \"this can be any string\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/property?groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","property"],"query":[{"key":"groupId","value":"1","description":"Mandatory.  See description of Groups  under Core Concepts."}],"variable":[{"key":"itemId","value":"1000000","description":"Mandatory. ID of the item to set the property for."}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 24 Sep 2021 14:01:14 GMT"},{"key":"Content-Length","value":"0"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"2ca27722-b2c5-46eb-afaa-209233cbf003","name":"Set Item Property failed - item id does not exist","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"code\": \"example code\",\r\n    \"value\": \"This can be any string.  If this code already exists for this item, the property will be replaced\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/property?groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","property"],"query":[{"key":"groupId","value":"1","description":"Mandatory.  See description of Groups  under Core Concepts."}],"variable":[{"key":"itemId","value":"123456789","description":"Mandatory. ID of the item to look up the properties of."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"exception","value":"org.springframework.dao.DataIntegrityViolationException: PreparedStatementCallback; SQL [INSERT INTO 1_evitem_properties (evitem_id, code, value) VALUES (?,?,?)]; (conn=706431) Cannot add or update a child row: a foreign key constraint fails (`obsilon`.`1_evitem_properties`, CONSTRAINT `1_evitem_properties_fk` FOREIGN KEY (`evitem_id`) REFERENCES `1_evitem` (`id`)); nested exception is java.sql.SQLIntegrityConstraintViolationException: (conn=706431) Cannot add or update a child row: a foreign key constraint fails (`obsilon`.`1_evitem_properties`, CONSTRAINT `1_evitem_properties_fk` FOREIGN KEY (`evitem_id`) REFERENCES `1_evitem` (`id`))"},{"key":"Date","value":"Fri, 24 Sep 2021 14:12:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"org.springframework.dao.DataIntegrityViolationException: PreparedStatementCallback; SQL [INSERT INTO 1_evitem_properties (evitem_id, code, value) VALUES (?,?,?)]; (conn=706431) Cannot add or update a child row: a foreign key constraint fails (`obsilon`.`1_evitem_properties`, CONSTRAINT `1_evitem_properties_fk` FOREIGN KEY (`evitem_id`) REFERENCES `1_evitem` (`id`)); nested exception is java.sql.SQLIntegrityConstraintViolationException: (conn=706431) Cannot add or update a child row: a foreign key constraint fails (`obsilon`.`1_evitem_properties`, CONSTRAINT `1_evitem_properties_fk` FOREIGN KEY (`evitem_id`) REFERENCES `1_evitem` (`id`))\"\n}"}],"_postman_id":"28984222-01a8-4d20-9814-f392ab7a819d"},{"name":"Create Item","event":[{"listen":"test","script":{"id":"a19a4308-1e1b-4d4f-9f7e-5f49e73baf56","exec":["\r","pm.test(\"Response status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","\r","pm.test(\"Response has the required field 'id'\", function () {\r","    const responseData = pm.response.json();\r","\r","    pm.expect(responseData).to.be.an('object');\r","    pm.expect(responseData.id).to.exist;\r","});\r","\r","\r","pm.test(\"The id should be a non-zero integer\", function () {\r","    const responseData = pm.response.json();\r","\r","    pm.expect(responseData).to.be.an('object');\r","    pm.expect(responseData.id).to.exist.and.to.be.a('number').and.to.not.equal(0);\r","});\r","\r","\r","pm.test(\"Response time is less than 3000ms\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(3000);\r","});\r","\r","\r","pm.test(\"Response format is application/json\", function () {\r","    pm.expect(pm.response.headers.get(\"Content-Type\")).to.include(\"application/json\");\r","});\r",""],"type":"text/javascript","packages":{}}}],"id":"1a03887c-da43-4fb3-83ee-b161d0db93f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ],\r\n         \"taskOptions\": {\r\n            \"taskEnabled\" : true,\r\n                \"tasks\" : [ {\r\n                \"id\" : 1\r\n            } ]\r\n        }\r\n    },\r\n    \"item\": {\r\n        \"EVDate\": \"2025-01-01T12:17:15.528310\",\r\n        \"vox\": 1,\r\n        \"localImportPath\": \"https://installers.intelligentvoice.com/Intelligent-Voice-Test-File.mp3\"\r\n    }\r\n}\r\n\r\n// 1001224"},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?groupId=1&userId=1","description":"<p>This endpoint allows you to import a single Item of any supported vox type (Audio, Video, Email, SMS, Chat, Document). It returns the Item ID if successful or an error message if it fails. CAUTION: Some failures may also return Item ID 0.<br /><br /></p>\n\n<p>To view the processing status of an Item after importing, verify the item id is populated and non-zero, and call the Get Import Item Details method with the Item ID.</p>\n<p>This endpoint accepts either <code>application/json</code> or <code>application/xml</code> as shown in the attached examples.</p>\n\n<p>Fields which can be included in the <code>application/json</code> or <code>application/xml</code> structure include:</p>\n\n<table><tbody><tr><td><div>Field name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Parent</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>vox</div><div><div><div><div></div></div></div><div></div></div></td><td><div>item</div><div><div><div><div></div></div></div><div></div></div></td><td><div><br />Integer. Please refer to Get Item Types endpoint<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>EVFrom</div><div><div><div><div></div></div></div><div></div></div></td><td><div>item</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Address object. Unique author identifier in SMTP address format and optional name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>EVTo</div><div><div><div><div></div></div></div><div></div></div></td><td><div>item</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Address object. Unique recipient identifier in SMTP address format and optional name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>EVSubject</div><div><div><div><div></div></div></div><div></div></div></td><td><div>item</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String. Subject line of a communication</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Title</div><div><div><div><div></div></div></div><div></div></div></td><td><div>item</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String. Free form text (not parsed)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ivNoteRecipients</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of IVNote Recipient Objects. If the smtp option is enabled into the vrx.properties, the application will send IVNote to these recipients at the end of the import</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>EVDate</div><div><div><div><div></div></div></div><div></div></div></td><td><div>item</div><div><div><div><div></div></div></div><div></div></div></td><td><div>UTC date and time in ISO 8601 format.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Html</div><div><div><div><div></div></div></div><div></div></div></td><td><div>item</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String. Body text for the item. Can be set to <code> </code> if not required (e.g. for voice or video)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>attachment</div><div><div><div><div></div></div></div><div></div></div></td><td><div>item</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String. attachment</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Base64Audio</div><div><div><div><div></div></div></div><div></div></div></td><td><div>item</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String. Optional. Base64 string representing the encoded audio file (vox=1,6 only). One of Base64Audio, localImportPath or importFolder properties should be specified for an import of audio or video item.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>localImportPath</div><div><div><div><div></div></div></div><div></div></div></td><td><div>item</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String. Optional. Path to audio or video file on the IV server (vox=1,6 only) or the Internet. One of Base64Audio, localImportPath or importFolder properties should be specified for an import of audio or video item.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>importFolder</div><div><div><div><div></div></div></div><div></div></div></td><td><div>item</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String. Optional. Path to audio or video file on the IV server (vox=1,6 only) or the Internet. One of Base64Audio, localImportPath or importFolder properties should be specified for an import of audio or video item.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>userData</div><div><div><div><div></div></div></div><div></div></div></td><td><div>item</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String. Optional. This field can contain structured or unstructured text to be used in a completely arbitrary way</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>modelId</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Integer. Required for audio and video types (voxType 1 or 6). The list of available ASR models can be retrieved with the Get Model Details method (see ASR Models section of this document). Only a single model can be specified, use modelIds (array) parameter to select multiple models.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>modelIds</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Integer. Required for audio and video types (voxType 1 or 6). The list of available ASR models can be retrieved with the Get Model Details method (see ASR Models section of this document). This property can be used instead of the modelId to specify more than one model for the item to be processed with.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>diarizationEnabled</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Boolean. Optional. If set to true, Diarization with attempt speaker seperation</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>treatAllFilesAsSingleChannel</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Boolean. Optional. If set to true, all channels will be merged (useful for stereo files with the same content on both channels)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>callbackUrl</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>String. Optional. If set, at the end of the import iv will send a POST request with empty body to the specified url. If you need to pass params back to your application so that it can identify the item that got processed, you can do it simply adding query params to the specified callbackUrl. To enable this functionality the <i>import-item-notification-scheduler.xml</i> MUST be enabled in the <i>beans.xml</i>. <b>Note</b> The callback mechanism doesn't have a retry feature so in case the specified url is not reachable, the target won't be notified anymore</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>boostWords</div><div><div><div><div></div></div></div><div></div></div></td><td><div>processingOptions</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of strings. Optional. If set, the included words will be boosted by the ASR</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>models</div><div><div><div><div></div></div></div><div></div></div></td><td><div>processingOptions</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of model objects. Optional. Alternative to modelIds. Can be used to specify model weights</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>diarizationOptions</div><div><div><div><div></div></div></div><div></div></div></td><td><div>processingOptions</div><div><div><div><div></div></div></div><div></div></div></td><td><div>JSON of Diarization objects. Optional. Can be used to enable Diarization, as well as Biometrics</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>biometricsEnabled</div><div><div><div><div></div></div></div><div></div></div></td><td><div>diarizationOptions</div><div><div><div><div></div></div></div><div></div></div></td><td><div><code>true</code> or <code>false</code>. If set to <code>true</code>, biometric identification will take place, matching the speaker against existing profiles or auto-enrolling a new profile</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>diarizationEnabled</div><div><div><div><div></div></div></div><div></div></div></td><td><div>diarizationOptions</div><div><div><div><div></div></div></div><div></div></div></td><td><div><code>true</code> or <code>false</code>. If set to <code>true</code>, speaker seperation will be done, and the result will contain labelled speakers.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>speakerMetadata</div><div><div><div><div></div></div></div><div></div></div></td><td><div>diarizationOptions</div><div><div><div><div></div></div></div><div></div></div></td><td><div>JSON of Speaker Metadata object. Optional. Can be used to enable passive enrolment, when biometrics is enabled.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>sha2</div><div><div><div><div></div></div></div><div></div></div></td><td><div>speakerMetadata</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of String. Required for passive enrolment for Identity Management</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>retainData</div><div><div><div><div></div></div></div><div></div></div></td><td><div>diarizationOptions</div><div><div><div><div></div></div></div><div></div></div></td><td><div><code>true</code> or <code>false</code>. Debug option - if set to <code>true</code>, temporary data will not be deleted.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>summarisationOptions</div><div><div><div><div></div></div></div><div></div></div></td><td><div>processingOptions</div><div><div><div><div></div></div></div><div></div></div></td><td><div>JSON of Summarisation object. Optional. Can be used to enable Summarisation</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>summarisationEnabled</div><div><div><div><div></div></div></div><div></div></div></td><td><div>summarisationOptions</div><div><div><div><div></div></div></div><div></div></div></td><td><div><code>true</code> or <code>false</code>. Default <code>false</code>. If set to <code>true</code>, a summary of the transcript will be produced.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h2>Replacement for V1 API endpoints:</h2>\n\n<ul><li><div>/vrxServlet/ws/VRXService/vrxServlet/indexNewItem/{client}</div></li><li><div>/vrxServlet/ws/VRXService/vrxServlet/indexNewAudio/{client}</div></li><li><div>/vrxServlet/ws/VRXService/vrxServlet/indexNewDocument/{client}</div></li><li><div>/vrxServlet/ws/VRXService/vrxServlet/indexNewMIMEMessage/{client}</div></li></ul>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items"],"host":["your-iv-server.example.com"],"query":[{"key":"groupId","value":"1"},{"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"316c4fbf-9ec6-44a3-8225-9341bf9362ad","name":"Create Item - base64 (audio)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"modelId\": 1,\r\n    \"item\": {\r\n        \"vox\": 1,\r\n        \"base64Audio\": \"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\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Jul 2018 15:50:53 GMT","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"exception","value":"Invalid format: \"\"","description":"Custom header"}],"cookie":[],"responseTime":null,"body":""},{"id":"e459a919-fd09-4869-b36f-719c8093edbd","name":"Create Item - base64 (video)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"treatAllFilesAsSingleChannel\": true,\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ],\r\n        \"diarizationOptions\": {\r\n            \"diarizationEnabled\": true\r\n        }\r\n    },\r\n    \"item\": {\r\n        \"title\": \"This could be name of the file or another reference\",\r\n        \"EVFrom\": [\r\n            {\r\n                \"SMTPAddress\": \"sender@example.com\",\r\n                \"displayName\": \"sender\"\r\n            }\r\n        ],\r\n        \"EVTo\": [\r\n            {\r\n                \"SMTPAddress\": \"recipient@example.com\",\r\n                \"displayName\": \"recipient\"\r\n            }\r\n        ],\r\n        \"EVSubject\": \"This could be name of the file or another reference\",\r\n        \"vox\": 6,\r\n        \"base64Audio\": \"AAAAGGZ0eXBtcDQyAAAAAGlzb21tcDQyAAAAiGZyZWUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADz1tb292AAAAbG12aGQAAAAA3wBOjd8ATo0AAHUwAAPlgAABAAABAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAGQ3RyYWsAAABcdGtoZAAAAAffAE6N3wBOjQAAAAEAAAAAAAPlgAAAAAAAAAAAAAAAAAEAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAABcttZGlhAAAAIG1kaGQAAAAA3wBOjd8ATo0AAH0AAAQoAFXEAAAAAAAqaGRscgAAAAAAAAAAc291bgAAAAAAAAAAAAAAAEFBQyBhdWRpbwAAAAV5bWluZgAAABBzbWhkAAAAAAAAAAAAAAAkZGluZgAAABxkcmVmAAAAAAAAAAEAAAAMdXJsIAAAAAEAAAU9c3RibAAAAGFzdHNkAAAAAAAAAAEAAABRbXA0YQAAAAAAAAABAAAAAAAAAAAAAQAQAAAAAH0AAAAAAAAtZXNkcwAAAAADgICAHAABAQSAgIARQBUAAkoAAjxEAAHtKgUCEogGAQIAAAAYc3R0cwAAAAAAAAABAAABCgAABAAAAAAoc3RzYwAAAAAAAAACAAAAAQAAACAAAAABAAAACQAAAAoAAAABAAAEPHN0c3oAAAAAAAAAAAAAAQoAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAiQAAAIlAAAB/QAAAfQAAAH+AAAB8QAAAekAAAIRAAAB9AAAAewAAAH4AAAB8wAAAfsAAAHwAAAB+wAAAf0AAAHgAAAB5AAAAeoAAAH2AAAB+QAAAfsAAAH3AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH6AAAB+AAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAgsAAAHvAAAB8wAAAfcAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAAB+QAAAfkAAAH5AAACMAAAAg4AAAIAAAAB0wAAAhwAAAH0AAAB/AAAAdAAAAHiAAAB/wAAAe4AAAH6AAACFQAAAdwAAAH4AAAB+QAAAgQAAAH+AAACKAAAAfsAAAHyAAABzgAAAg8AAAH4AAAB4AAAAfoAAAHtAAACSgAAAeQAAAHRAAAB3wAAAfcAAAH5AAAB+QAAAgQAAAH9AAAB+AAAAgcAAAHpAAACMwAAAdoAAAILAAABzAAAAfYAAAIoAAACBQAAAfcAAAHKAAAB6AAAAfcAAAH5AAAB+QAAAfkAAAH5AAAB/wAAAfMAAAH8AAAB/wAAAfsAAAH/AAAB/AAAAfAAAAH6AAACGAAAAd4AAAIXAAACKwAAAdEAAAHQAAAB8wAAAfgAAAH3AAAB+wAAAf8AAAH9AAACBAAAAfkAAAH2AAAB+AAAAe0AAAH3AAAB8QAAAfwAAAH0AAAB+AAAAFhjbzY0AAAAAAAAAAkAAAAAAAA5FAAAAAAA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4ALAAtF8mAAACX8AAAwMAAAAE2EAVTgAsAC0XyYAAAMCXwAADAwAAAAQYeAC4ALxfJgAAAl/AAAMDAAAABJhAeOAC4ALxfJgAAAl/wAADAwAAAASYQDw4ALgAvF8mAAACX8AAAwMAAAAE2EAWjgAuAC8XyYAAAMCXwAAIPAAAAAQYeADAAMRfJgAAAl/AAAg8AAAABJhAZOADAAMRfJgAAAl/wAADAwAAAASYQDc4AMAAxF8mAAACX8AAAwMAAAAE2EAVTgAwADEXyYAAAMCXwAADAwBQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpa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LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpa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LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t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DAAAABNhAFU4AxADFF8mAAADAl8AAAwMAAAAEGHgDGAMcXyYAAAJfwAADAwAAAASYQHjgDGAMcXyYAAAJf8AAAwMAAAAEmEA8OAMYAxxfJgAAAl/AAAMDAAAABNhAFo4AxgDHF8mAAADAl8AACDwAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgFAIoCjf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4BQCKAo3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS79UQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeAUAigKN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u/VEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgDiOahMYPsObnK2sMLIsERAAAUyFmHu+QOVv4FkfjKSAERv/xClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl324hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS8AA3DmssJZBEEoCEYPZSbhKUqroKFAFsLcceeUOJya5DC4UhLRzdefVPvd1ab8lgsI2ttZ0vOyP8IqNtrOXE8SJ2KCbd2Wp1OAvADuo6ZKdt6sKwpi8UkZytadUQsLZYVXg6iNuTcbyiZxsT+pHnJYNAKcQrE6r05ZY5earLc5MVplVJQAtVMR3/4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS71IQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgAPg5rLRoOxUUUl9aRUpklEyVKKlACoKQAEwx+uOhI0QTxhtCF885LguEsEjBtbZk11GzJ0dhOsD1GevDbo0sl5gpIFEulSNOIl6RiDXxAiNhzW1Va+xmJ1mChZ5MkkthGJcCuMBIL+JXuHG/sF0UE2uO7eqfaFhBzmNQtAVoEk81bFXF18jp8grjFV1A4rYRbFtPNuJhaO1tQiTaJqr2B72IkNJIjT9T09XdzPs5iimLsH9klQ43N9iDBWY6UbIDDuAuwvVzOniqHWb1oma0RIi7IHtqznMIQI0oCwZ+c0XMnJgnW3T60P8bJO4zYq9fuOKGRX+aMF0XoON4qsT5a1nwVu7iwIFv4RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4AECOay0pjIkiDF568sKJSUClRSroUJUoEoH63COUWu2DvBPYuweLraDgiI1+VTC0gASWTkt6AlkRjspw4ZmaBg2cYtlWeEZ9vXMP7q9MvkLUFNemmf83VznHRuHOy6VH+XRsH1Rl4WI+7aqCgoKi/Ki71OF+6ooT75MKGxYutVsWMgKK1adXV17Eds/jRoVASx6ejCCAb4tYLUnn52o1QyRKktSk9YtlfvsTnioXYoa7X6/S00lLTp0bbYP9R1T4oIQslGiqIF6yF5QJpqVRQtdNgnbyylvY4xqjiM8rX6rp7wnTf/iFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLlEKWlpaXgBBjmstKZCEJQucdfCZJTICgqroCpUqoFQAtMONgohSrV39u3TSW/ZchGG1Gp3Cmj1EiQ1ODDLTAaaY5WQha4kWEmnplr07Zv4rydcrCo76krBabgOdgG688z0KCHW6xMp5RWMbnM725Awf6NTq88OIVpagLNBLBiqaxqB3TzJowgcaJTKcUdLUhu8if+hiKmNHWypj/SwA5xcZy1uc1urMcwUcMSNPq4h2tImmSNITogRhV+BHmJF4WCmQVL3FbANaIaxAJECAMV8wXoAN/+IUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0u8MEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgAPo5rPRWQhiOcnny56qkpVSgKlShUFSkoABYwcN/W2XifzPebxLQFbfPXcOy+Hblj3gMrbyA0hPV5mptmss5XEmNWavkKyXAkjgKkStJOiqatt33UVcpocd7bxePIVrf0vpLOHu4DnlDKGeiwJyaDndEPRLGGmIfW6/jFnt1W9Jm4qCXeCBdDAxV8mpP6TbE/4GptZuGtfSdeOHWvCjkcWkjDEtT3YafTdFRWnYqWqXpKSWfBs02P34MzUaG3UngRLprXFrTQFBkMCvEQ7egE6wkUAAgKXiAb/8QpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpd4CIUtLS0tLS0tLS0tLS0tLwAD2OaywxEENAkUYvOrqikpKVUVFABQJQEoNxSuD8Tvfx1Sm/jaxgYfN0VhKqtDKaTDmzyco97U/hb0cICMYupBS44gYjCDKknW+Ka53/b4zz34HmffU4vZZhyfZQwYFwpcMeds5qD4OBc0QpwqT7s32a12yFulLFnLK+Mn4VnfWpEf5xhM4xmY/b/3AJjg+rxMElVDQXVBOc9MDR5k1fJRgEqTQpi3LWlCdKzWeOdRXH+j9OsFKxivLtJK0oVJ0QzcEKL1pGIVXJWmr1xLydGdFitS1PhgnQralpktUqXb/8QpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpdQhS0tLS0tLS0tLwA+Dms0OQ5DF4Gda4Vu6TIJkopKKlAAC2FJQ5BH4ggdBKvrcHkca+T8icreHO/SklZPRtEJT/adCXbDsjKwvtDW0OkCe80kWKLXW6d0it9pQCGZsDwRrOi9h+5+pikWRfRqi7k6715oX/pK7alqGVKHkTfiUIIXnNvC+bJYZi0EoQc2Fnq4pHBRQ8tbgtdaUo0IcbhZBdfsVRlGkRbpZV1mFUgCNjciuRI2IOSJMAAVqhv/xClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl3lAhS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0vAAQY5rUzEKJwi66+JVRWFJKlGWVUoFsMf8UPyAXsHlnig8NR9A9NePXHmpqc7am6MsVmk4crxxgdrUGdG8DQSi4DGURxaQKTNLqyzst7mh2uuyO93hL1VGvPF62G4/f6SWH1D/0Gq+jlkHFUQAQuJ+f4mrOE/iTt+iXW26NU+uQY4g4BWUQBUaLzb/8QpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpd6gIUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS8AEGOa0QhkpAxkdx7eUVSMkoURRRUAFJUolLYUlD/8gu1v4t4ui47Y8GycOXh8rbNd7ZvFBCH0msBG9U9pv1uPkxsKnjWC4k7a0i9MmBx3U+Qw29+d26lNFHKWJLCVqKCrCR1QyV6evKUpuvLhXnTStdVfcpEi7JWrqqhbY75ly9nVdAbfrx09r5qCYoDouIGYdedlzt1Zh9rrW9+k/TNi8MK2zK8uRhKEtNHb9j48vcSgfsa62Tss9lB7o0tkmokUlaFdDFJFbBTcQP96AfdpXTAcTwzxgRHcKQutPJIsqaWjKkqFY0a8NSXW6eanuymaYHQg6KCelWSZHDsKkRoTpQY4xAhQanAN5U4L81IWkYoWKRv1RClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlwcBBDmslJsbJoLCRjBRS/bzBKpaVioKXVFEVFIUlSgU7goPL3/mjWm1+0Sp9zv6u/SYfotif5o0ImmvrEM9Pd+r9j+p/6yYhfh6gMQgRSEeHdiMz/q+a4Hlh8Qi2v59udltpEilnp9ELw+OficuFCxRt349VvZ3r10MqQdzsJsRyPQkLWGIOidnfq97nKowjOyXf/p+NZojXUPLMRzWZsqsZLQxYoEK9vVaa3MHH+9wH+U2wGU+TUpekjgpZXwqvZFvTC6d6F7PsH2DjdURbR82AKZ5eNLbrUo8RmnwtXdWn5/2iW6W17kkQ6oGs6L29KMwqzYQKSnzsL5tOsXXtFhkKBn2DoBGk2VHXv0ebtxNah1AuUxf2EpMZytKNiGL7BxQvkEBc2A63UALTiNM3/HfSV2y4Ex83LlqxkU2JzvrLT2IQd+40AXbHTXn5zvnBClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4AQQ5rRRLLCLExoCw0EwkEyD2+rmwk5580Crq8FJKoCoEATKEg2FVHkWXOwSA4JCzVnVFo1CUpBFMqdCaY/oNE4JbxSF7zYtjwius5MZUsn/OQYQmuRQx5hJQYMzHmaZUiyKAEYkP0uXiHtmL2pE3fpPlwVb7T1WzTsa4B0GKRdLew4qpOlbIiFBGeWcT4rKfZ2dDe1lqns7cDTDNPBGKPjYr43gY8hg3mRQolbBg6OhPsFQBzoKZQ5wyh/juU5SLfeVhg6j7tVN/yvWmnpl2T3u1HoPzrCbK52v3yY6Io4XSl8WH1+FxSqFdWamqOOZNCPNprsrFYOH0Odj5BlRJUlm27Y0Muqx2LnhogyouYxfZ+XyltYaa61RXZeeVrqhjbpK+0ESu2CqSAkbGUJTMeYIy4MKJhdnM+uqaX8xhGzIqi086QmVsgxCDIBnJQVtc7cTRHoI0F0abXXtA0/eYFqry1pTSbhzVJ6qpHlsMEUMlmR5QGkioqSXiMUq5GFEVvS0Q9EXVhOtoU2tY7vDqlWJzTTtnTmqGeWecr9Xzyx32QWiLsv1Q+gcLZFux7uaHddPx+q7zQQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgEWOa4QWhWRhQSw0JnvPmcTjqivG846hWsX7+VQXSqEVFIC6AcR2Dxf0xIHLHSn9/uL7p4paQPLPr/4DSmq49suy8Wc2ZdOstXK8Ausk/gyG/HV3A8l5aznO47KinFVTinnE7fcZnkTJ0pggphpUoJL8ghPBfAKWuA7CgqFgxHbLZoLUlE2sWnQzWsnxFObv6foFdhtwmQBakzA1zhUwqSK98TUIpnHdfeUD/gSs7vCjtNZJ0aQKX/L/wlAksDyAv5U9TH3PJflm/yTv2Jk7TYquaIiYUE/IY3nEcy5OsIp9uomJsHpyCoxUIRXdWNCJHOfiZRRbjEFHbU+Q9eDeAwBRD0Uhh5sLO9zxvIEAkj0tfau3M9dV/UsxY2xBW1LIVQylYxqItQ+rSa2x280+T9kWWdVIoGchStXyOYrB4vId3mp31REdL3XKkgAbLrmQa53LY0kYHJHsqi88yPEhe+fO6eDeUoR4OVUuqFrVV2vsHP37aJ7vZpl2JhbUd8+YvPd04VXv5e+kKqcsgi66SGC2g7OKtbGQ4rL5X2lp1bvVVRcstvZXO2rdQ2HrUCuvv6BbcFAHpFSI+mm8143K6TVzaFv1F+6vNorwi4+dPDEp/3P50Zlys9mFB39uO6fzx5MSH/Zt4GIUtLS0tLS0tLS0tLS0tLS0vABDjmuUDs1DgdigLDhi/K9a44yZ+VcedYhvXz1xV4WqlQCUgdZfpPUOZuLuZes/VmisAeTdm/Qetq92jJyxkJaSJAVuPrr0X16OIfpfFMhCmHmydBfcuo/V8nJ8ZycT75xvcFpIqAOjuLJMJ7TLBbx715sYphhz2UxIo+IxJQ5LZNi3BZ+gm97W1Zdg6wHRAMVRvw5FEx9I5W2xLAKTFHNogIDJUArdFd486B4j1R5bVdhNfIvGyB78iwrwrOsx1kfW8QmOH/ZO5bZy19Q+Xryux67o/6jEv+7PJtC2kZbxAoLUVC823NhSpY5Qxq+RmyfH/B1eoJEmg98+nCXLitfbxpbeFOmiAzYSGQsJCmEmJLWtGBiCheqCEqwuqMs6qKUjVrVPq6xF7vWlqqXQbYuxvuJMYMMr68J8NO4vVs+uDIjjxeSMOE11prxHCu6cUcWfudwPh1vH6OUVoMJEGAaVbo6BM7yrGFpxwjLrf58Un+Uuznhj6bBBQRpeuXG+Q7Defgjq59k2W9WpxRiR45LDbdUCUnb1N8gL3EQgIW/QkAmRpiZkCRNSpqD8MapLGI2VXYcGWRbUaEveTpCCXMQCYmrJRpMSCyAkZDtHYEFULOQ4cKNMZT+WUBdLfwp4ma3o8EiNcixUGMTEfLRICRQlp0QMjvCLW1SnMKsknkabJV7E4jZuh36ceqo1udp7rKxbWXbWOol9hdDm7U9GIw/VdD3+AEQOa5QOzwGwsKA2KIOPOadScXXvy15vEuub8cdZe0thUqEoSh0x3b46p9u+Oeg705p9n+xw/OTH4j9tnmigMeJfiP2nNtI0ZMc8/qn/Mwtw+u+Ydy89UZ9M7B5I+W+4cICDH/LNES6CL8YtEguBCIe++AbRb4yHIS4ncjKyo/5syR/z/Jc2/VvVOgO3HDlg5DHlTFMbhrEh2BKQbAtwcrF1dlUHkmjqP0PryYKuo+29WpjIxt0krldmw1ONpOC2NkKGedvScDP1jCsrN4WxPGhXDyJ+xuC/z3upxxFzveWVb3qajyKIzT19DsfPbsh/MPYe0lriqMYFWws2tpM20rLxo1RTZTarz3TA1hy1NQ2vjVbScxiimhmmInw0Zmz+/rkodlhyeg5ij7mP6P+B7a2cb/LDKMbv2OIKMhcXZzpaOPCbVj/sZ/PjeWse085vKtkZiddffLYorYIAhYPIVghFUDy6NcXG4hyjHO3pYtlOTRituXKQSWqdpD2iCkpLr2kVURGMuSTTo0KDPGCIBTwSFXmlyFOpVr08ENWNpopiTRRGoBDVsxaRNOVKqbZkFARLdJ0t+ts6sSccyzs3FljaHaAxqjNqJExdVd5NTSumkGqUWWE4keHX8OW2eylM7HDjrtfI0zZrK9Ns+81t5ZTeUGLR0GyHjBB28nqATpBaSSv+cUCsZq98OVoq2jj5th5c6/yGDc6wxa6Yk3DgxJMjTb9RwEWOa5MOhWdBURjwh54kzpOo93PHV4lu73fBlXbAEoIHmkN4s1PuvZdMes8WcxZGlUEU4P9y+mZm6atMHXWIOe5ZpbDf3HbFyRjpPK4YFTVW/VtlyYCNZJ3TunmxDS3g3yPYn6GeYdGk5WyKoLr0cog6MUY8Z/g/qOL0egcqa6i873H1EhrmaZROwGMFcOvzx+/zDsz9HZlHyJhTHlvj83Q9z2BtXRvWErkx0JHz5fut8J8bf75lsPP0YUydvjZ17zuLKHWui9Z72dvrdI54jxJqFvLK0/zXhkvkGN2OQO89ibodUCfWUEfA+A6lh1xxu6EDPmC/0J9LsmcDHZU5hydGkdhAgCBgioEWRp6GCFq+Xt8m6kd7y3lEPthrvnGpDWc6xXLP0OVfkG8tsuTW5xs3FZg+zrge13Jc3FGBFOFEJDNTigo++rvsyu2Yaw2406Dl2PXv77mBZrK9g5Hw9E8PKxSjXJYVstHTXqXyWZhS9eyKq6NTZ6K24jWy1X7BzKjjZVZ+ue5KA7sqf2S6yK7521SBF1NDifJIl4xOjyWcuqjTJBIak78UyTixRxz7HjAjGHPnTGVjacgOFK6HA+UTX6u2XdBGg8jgIgQiGfceIkREKpBKhokJqLDFwy6e/d8ZGJYTsSpoa12nnvjjir/P2dRfMxA3W8nfiyeARJZrkw7LRGE4aEx4RQXVq1qru68LmopJlc8XdUWpUACB0hPUCqvOetuyX45NoxbieYZ7z9n6Gaa19kdwU5eESXqBl9Oj8bPmS3RtbaNUQK2/TuvwjXXMKferpinSHKea+aJgUHRpVkZRdEYQI7AncA96+AbNy/oav6Yj+bnbIGOD7nVlt0OqGFeSQRrgi0x3L2/ycdYMKkZbVSohVqrMFuA4rVprBVg3hN5y3Seo865PRYifLnPddr7HsLGnVWbQ8efYplknapd37uRNGt3v8VwDWotLfseF5h1rNutOGO7bA82nEabFlRb0vrBHQ6zhCG60EVkAweib0oxz59fD3/oXtU2qa9XMKNWqjVTSmS7dS8PrM25+ePqmqw/gaCrBc9s1WsGO92W3/NGttH2GLXn2yNLdezu9P1virxk0WUu5Ad4iZ3DcvX9t1AcPLep2H0oz8vYTXb1pt3P6/YSSRQklN5RGGU1ONU9R1X+OmzwyTBuuqt9pCEZ8rRx2noL9WTIxkk9UGPQTlLRkR420lBwdQG3kBvGG4sqZgurpZVOqsdZK0ZmLOvQSUzIRkUWiVhTnJ4pmrsXEjERpnyo8Rhz+CGOOSJEpF9PAlQ0NZHjYZIpBWPQoc2JF92bv35cSZn1HOZMKCXuMlX4wKo7rWW9UwcBBp2yzSdQ1aO3XcG/xX4fEpdTLqH7e2tVVa1mpuftc4y6rnUvVesmifN3mpaBQzL0FWSD62xTORGzZWuQbNiL5lSaBnna1zVo07JKGhhjWw05GrjSWL9akl4GQBDrzqGBBwqZKZCEaUEjATAXAV49mbmer6ro9HPeCgVjCrtQop7q/VS0I2K55drxYU5uAoHnlQANiesR3GXVAbrYN5Y1T6uNf0aww6/4I2K8OaTgcVkGc3D4fnh8pF/Noy4n0PdR4Fu+6MWyPtizeoxam6SufGmwziPy1FEYtK/v07JcgktAE361noxIuatEchEZmYTNfg8Wsh5NsFLCeKq90z8dlPtdMvpqhEAdEfEeQA4RPnMhOVQvsAYYyZGIAtEwAbPLCYNePfWpy7vTFIDohPh5tGAk1cWjnKyWqjbHi69+rYhEuaxKFF9Qmk7C1lDf3HssFvp459kix3ovRn9fnNdOcT7ff3yHJOTg9nZqhNeZt4NWA2H4TcvnWxJXHkwGVww7L+aOSqd6c+42uHxz7HiH22bKEHWYe0orzzg4PydW2XaQ/ym4NE+PEhDiHJLaz/CNxeZZd7FQfBbc/6bbfqsqxVFV+ehozg5mxbdP5lx2g/j9BTWD6C55RzphA0X5VBC3nXSM7b7X2nTaHs8ClscLGZVn1h1nMuP2ZNZdpwcBIvmrsEoUQa+t60m98XTRL7F1Vys5VouUVFXkoWwYQAAffeXN/c8u6V3AZhdeN2nkPLey6rH8d9VvLaGZO76FnUaX0/6WJ+ZhLdyjozvin7GXcPy1+1XPb2LgLNmTNezXGmRowNVsMnhcFcow3CYcCyqobYqsUyYMZtmHXbEaQZQz8g9P1PCjT1FsS4tI6q9uvwy1unp0FOzayREGXYJORXpanWAHg4Yzh9G+j6eWjkMRGwy6PgqrX6hIG1FPyC51upUdh9zkCmSJTYon3IvBERsPA+fEzqnW1Mubv1lcUVPbpX2QS6guXiDww3qLNneIsYiLtgm0tsLLhoyV0xVTom+5KHLBjUoS7dyyyVg76G7FuxW4EpY+vbGGJvllqkL3iUAsoTQPWEQQ3718L9+QUu7nbm0ouY8rWbzUvk3GqZ2GxrsnfwJ91I58BPDIxNZWw42KQu/msIaCezWR9HLqtEHv4TMZCa8gCravvFXp06O09sANPjRRMJHRItZhlAocZE6x1sfTXVUixxd9ySShuVAgrBhrjlN7a9HcM5LxghhjE8MNUxNQxi8Lk6M14nUD3Sdtf34zE08qghnxXECHe1KM7Eq7i5sBrwxJJdPYyLDQy4sq0bJ10DgUiE8M+0eJWoQnIPGJegZtpi4Z+fQf4AEeWan2MAx8LXnWqrjJV5LHM3qVUglJJRFSqvJQda1LWCutLOl+gsPX6j8QbXbT3rz3dmXkXUt7cMyY/PKHm7z7DHf+te6DrfO+Q9sa+0pAWt465aApvozr1PvvLg7OVcy8LDMxOwzEBlP7/gFVFqZObttVEK2g9QeBmorKqbTuqyu92beBNZyp2gq4wa/7lTOZUhwsGLx2pd3Qj1FTT3rl1gzb2Db9RU1yFTpN/N0QpdcZ+pLsSMNbMsbm4mpa/E0diEfZZPcqkFhap3VHUJnvZNTM1bCtXIrUybR7kdVKwr0GmWwLl7KP8dbSdckFW0mjNFkw7h8mTUMXFXrWZDMzRVOTvxb1948bA2LXFTojyZFdKRl1YIxN1emEFM4Mwu72pVCPO0+VNFdbeJJkFZ4IuHMKtzBtjlkWs7rceoXl2EWPKJqi2rnjrrKLWS5gZU1A0+YaBGSRQvJVvKGw9bxByNzPmE7ZHaU9MQ29k0QYy6SJFG9EpRcllDs8Eeu3y8MczYyDKoFvowCqCoModrKVOqLFhCoShV2WpC/SSRlCQKkpltBYxqucJG3qtKPeTNgs5OVw7aZrxza5nwRNxZ2ntLCsu42oqpVlNLIhhsr8VJjflBQqE5yqk7FnLiTme4HjAw6nNk6rBwEAnbLNSKzg2a0cWa6iX+GusKkB89aqUi0qvtfEpUmslOZkkrxXHF1ECimQBLBg/ArK5WbCh40huO+5Rv/uHV+ve6X7vhAgjStXi0s/YtgxsZBLo3HrafeJ92RWQ8eGqyvcpotV18M+c/scvLgqxnqdvbU8KKUijaivEERw5m+ghMYMTV4US5+DTMvQHPySf7r1ZW2pHm7q+WLvTFVPf6A3/PQ1OZoPdRj4UvJPGSZX2lyQo3eUSxeqafHVwXlx0GEbQEXfw3E2S+lHWzvxU4shPnOL3Njin6PMH65xeN2HrL1++qnHvgVC3xxx0rN8rj3c4Vg/wUFUGNxjH8xGwPP3yKyOXGBvwJhCS9Ry478q0rW9vy9lIjgqqN7TM2pcl76vHXySJyRpxbiZewn0SkzxxkDcGBBuilUKGlLu5pcPjgfhqMFsSIclqLczTqYHTtykJ4ICpV1CSHQTc7RYEABr02USQULifcb8GehIQeQPdaejKj0AhTHG4WhdZsdn0dXLJ0244xg/vcKnKjH5mCE9Y+BNNMzk/oGsnqjCyraW5F78HCfRcFHFTgKhUOBViRIr5GUhSamKqsce8g2OKV2NBYuJ9gaVXMngLbkR/O1HtXQ1oB37h/GmBAwUOicCJ1l99ijYz9R+8atooOI0jNnkc425378FVfcsbY4sIb02oC/Z/jdJY7dMH7c4lwhOeuABIPmr4oawYCwoC4+JWatV1LJN7qWVDN7u7uxSzCstbBhPEAEp8jf1TJz/pGXtnO3duWcx9UnvaM/wUfvWj/W2mSmGKz7p0XymF5V1ryW3MdhnfwunejPmeZbxPOv1eA3mAzDzLL6qnjRm0cfCuticwV3fWrJUWO4Z70HRV5JHSVSjp6zVpek0KWuDMnPJsWq9MIr+pylio06eQ0a1UIePf+9vj6xNV6zZtb93uNoBXkm3msuFIRxi8KavfLFatCtz4GAWVER2SpUPj0q3m4WRaijXTpMpQ69dlNJllO9N5F4rxpvRVHGxoivNWWHfVDhOWG+pg4lSZtJL3ImUvq7fklqYKIZtGuUHkrRavNLWRoxIQoXp6AKKyGraPhQCJV80mtj8cmXXYZsWuCjIhwrO0RhJ3uK+fLmMLsiBEPSa++WKeJSgDmY+TW30z1+TW55pgaN9g5acmooRQ21+sysLw0ZcSdd0M/CexTvAwISqEaXcoFNxXXKMYk1uTvvxHOj96JBW0t6xSCRN1VLYs5T+0O2stPDxT9psJEWaLG1PkaH58opOpBIQlAcmnev1elQ2+x3tNJKSOYzA9QurNjjRg4yxeUZyoQwJSra0xdVNN191pobXS9XzpF6s56p57SO2ZjXIzqeAB1O/YReDkh8MrIo6LgAAABBh4AyADJF8mAAACX8AACDwAAAAEmEBk4AyADJF8mAAACX/AAAMDAAAABJhANzgDIAMkXyYAAAJfwAADAwAAACoYQBVOAMgAyRfJgAAAwJfAABj1RsJoyhCZsf1dte5toSFNJQlw/A4tXJ5LK/Aum3sXHOD/gLZSFqkhTIeQnJKGQrOSb5CJx9Dysq4YtU1Qmw3PP0BByJitN0hpX1Cxdw1ju9Sgnd3XBFzOfNgNyPKU85/qhoglDh6+VE7Fb8ePk4q2Mmq+vhSdtjVJ9P8dAJnJJmSMApkPDHHa8SsgPtqnMGEoU8S1Ov8AAAAEGHgDKAMsXyYAAAJfwAADAwAAAASYQHjgDKAMsXyYAAAJf8AAAwMAAAAEmEA8OAMoAyxfJgAAAl/AAAMDAAAABNhAFo4AygDLF8mAAADAl8AACDwAAAAEGHgDMAM0XyYAAAJfwAAIPAAAAASYQGTgDMAM0XyYAAAJf8AAAwMAAAAEmEA3OAMwAzRfJgAAAl/AAAMDAAAABNhAFU4AzADNF8mAAADAl8AAAwMAAAAEGHgDOAM8XyYAAAJfwAADAwAAAASYQHjgDOAM8XyYAAAJf8AAAwMAAAAEmEA8OAM4AzxfJgAAAl/AAAMDAAAABNhAFo4AzgDPF8mAAADAl8AACDwAAAAEGHgDQANEXyYAAAJfwAAIPAAAAASYQGTgDQANEXyYAAAJf8AAAwMAAAAEmEA3OANAA0RfJgAAAl/AAAMDAAAABNhAFU4A0ADRF8mAAADAl8AAAwMAAAAEGHgDSANMXyYAAAJfwAADAwAAAASYQHjgDSANMXyYAAAJf8AAAwMAAAAEmEA8OANIA0xfJgAAAl/AAAMDAAAABNhAFo4A0gDTF8mAAADAl8AACDwAAAAEGHgDUANUXyYAAAJfwAAIPAAAAASYQGTgDUANUXyYAAAJf8AAAwMAAAAEmEA3OANQA1RfJgAAAl/AAAMDAAAABNhAFU4A1ADVF8mAAADAl8AAAwMAAAAEGHgDWANcXyYAAAJfwAADAwAAAASYQHjgDWANcXyYAAAJf8AAAwMAAAAEmEA8OANYA1xfJgAAAl/AAAMDAAAABNhAFo4A1gDXF8mAAADAl8AACDwAAAAEGHgDYANkXyYAAAJfwAAIPAAAAASYQGTgDYANkXyYAAAJf8AAAwMAAAAEmEA3OANgA2RfJgAAAl/AAAMDAAAABNhAFU4A2ADZF8mAAADAl8AAAwMAAAAEGHgDaANsXyYAAAJfwAADAwAAAASYQHjgDaANsXyYAAAJf8AAAwMAAAAEmEA8OANoA2xfJgAAAl/AAAMDAAAABNhAFo4A2gDbF8mAAADAl8AACDwAAAAEGHgDcAN0XyYAAAJfwAAIPAAAAASYQGTgDcAN0XyYAAAJf8AAAwMAAAAEmEA3OANwA3RfJgAAAl/AAAMDAAAABNhAFU4A3ADdF8mAAADAl8AAAwMAAAAEGHgDeAN8XyYAAAJfwAADAwAAAASYQHjgDeAN8XyYAAAJf8AAAwMAAAAEmEA8OAN4A3xfJgAAAl/AAAMDAAAABNhAFo4A3gDfF8mAAADAl8AACDwAAAAEGHgDgAOEXyYAAAJfwAAIPAAAAASYQGTgDgAOEXyYAAAJf8AAAwMAAAAEmEA3OAOAA4RfJgAAAl/AAAMDAAAABNhAFU4A4ADhF8mAAADAl8AAAwMAAAAEGHgDiAOMXyYAAAJfwAADAwAAAASYQHjgDiAOMXyYAAAJf8AAAwMAAAAEmEA8OAOIA4xfJgAAAl/AAAMDAAAABNhAFo4A4gDjF8mAAADAl8AACDwAAAAEGHgDkAOUXyYAAAJfwAAIPAAAAASYQGTgDkAOUXyYAAAJf8AAAwMAAAAEmEA3OAOQA5RfJgAAAl/AAAMDAAAABNhAFU4A5ADlF8mAAADAl8AAAwMAAAAEGHgDmAOcXyYAAAJfwAADAwAAAASYQHjgDmAOcXyYAAAJf8AAAwMAAAAEmEA8OAOYA5xfJgAAAl/AAAMDAAAABNhAFo4A5gDnF8mAAADAl8AACDwAAAAEGHgDoAOkXyYAAAJfwAAIPAAAAASYQGTgDoAOkXyYAAAJf8AAAwMAAAAEmEA3OAOgA6RfJgAAAl/AAAMDAAAABNhAFU4A6ADpF8mAAADAl8AAAwMAAAAEGHgDqAOsXyYAAAJfwAADAwAAAASYQHjgDqAOsXyYAAAJf8AAAwMAAAAEmEA8OAOoA6xfJgAAAl/AAAMDAAAABNhAFo4A6gDrF8mAAADAl8AACDwAAAAEmHgDsAO0XyYAAASlO8vAAAg8AAAABRhAZOAOwA7RfJgAABKU7y/AAAMDAAAABRhANzgDsAO0XyYAAASlO8vAAAMDAAAABVhAFU4A7ADtF8mAAAEpTvL/wAADAwAAAARYeAO4A7xdsmAAACX/wAADAwAAAATYQHjgDuAO8XbJgAAAwJfAAAMDAAAABNhAPDgDuAO8XbJgAAAl/8AAAwMAAAAE2EAWjgDuAO8XbJgAAAl/wAAIPAAAAAQYeAPAA8RfJgAAAl/AAAg8AAAABJhAZOAPAA8RfJgAAAl/wAADAwAAAASYQDc4A8ADxF8mAAACX8AAAwMAAAAE2EAVTgDwAPEXyYAAAMCXwAADAwAAAAQYeAPIA8xfJgAAAl/AAAMDAAAABJhAeOAPIA8xfJgAAAl/wAADAwAAAASYQDw4A8gDzF8mAAACX8AAAwMAAAAE2EAWjgDyAPMXyYAAAMCXwAAIPAAAAAQYeAPQA9RfJgAAAl/AAAg8AAAABJhAZOAPQA9RfJgAAAl/wAADAwAAAASYQDc4A9AD1F8mAAACX8AAAwMAAAAE2EAVTgD0APUXyYAAAMCXwAADAwAAAAQYeAPYA9xfJgAAAl/AAAMDAAAABJhAeOAPYA9xfJgAAAl/wAADAwAAAASYQDw4A9gD3F8mAAACX8AAAwMAAAAE2EAWjgD2APcXyYAAAMCXwAAIPAAAAAQYeAPgA+RfJgAAAl/AAAg8AAAABJhAZOAPgA+RfJgAAAl/wAADAwAAAASYQDc4A+AD5F8mAAACX8AAAwMAAAAE2EAVTgD4APkXyYAAAMCXwAADAwBFDmuVRZMHcXqVVfGXXM4m73KqRvSUlXMgFQAObfu49GZI1phdh5SzFuJJl7NSMb8yDbzjrcaTD9U6Qy5t+ScXwuE9VXvXnEccYrl7etO69dvNkOmp6A+AUs/OTY0kF5rGxk1EAeCj+TAcKq4LcTEsSBjc9aYt4qtRaT8NUZPC0NUT8HMNXiPc4t+k7yTPP5uoc+ZSmh3S0OPb/n9Dn3uSk1Re7LdkSVe3mKvHLVyyZkBdkYoxpiQo54auYWbwb1NWsa2zNLpN3YbYkRrsFRqyHyMqyTasqjGNlrEzOiKzG0JBKmD2Wsxql8nrE4qWSSWmEJPjnVUzN5BQPab9TF0y85cGIksdlAcni1pM6AAZNBvQ1xg1ZuLNCwYSRocnpGYJlJpxF77gEQmpA6WX0/Oui7qu5eQtDYpTPjlxTXViW2ezq952dptbxu8bOnPVwWq06bPZq0ldyts62t+nkv1eR893DR/r5Tgfn+s+fGjrMa8KIPv7srh9N023R4VXLbbJZdSQGaHWuI3XWSIgwhOVPIta4b5NVRpns4pFfFETHTNgFLKqxJ3iFwMAYDA9VpFT51R/qheA8kNCbRRxpDUeFG2rrHW8ci/PmXFrYMS105lYjW0q3BhpztSoMWIkASONIXo8GmyO8yaja8BGDmqFiqDCh7j2zVa1u73vVVNZlErLkIhKBKFA6Pl+EF8D1/sHDdq4S7796tsfAdPaKw9e8v5D0xK/5ppPB+J933VMr610DUifzEZqC/BenaB0RMUbQ5sbKz7ryL8FqL9x6jmQttEo49W8Ygs1z6t4o29Ys0q4MHl6f7NoXlGIxkOD3Cw8XbsRjJyPtzrVs8PJp0hlG9P8uxFGXvI82p38I1V04VYh9DMPjkxi7pTsd8DcAyllAV49A8P8BapMLGa4Z2ctkCVYK1XJc+STDwEmoLZasdHo2qlFuZqwcA6fWRc1vdDvJlJUoS1pWEK/oLDy0SKCbPE3ONCEVQl0UdV7EdUo93NSKGM1fsapKzSy2T4OF9FVcWdfb7mKglynlC1JXmrGoycWGISWQgnV1aWRDHiI5c8lPIhRqJRScOqZswbt64kSP9UkG5D43QlpjbhoSGoacuo4FzXEWFRWK48SZEdDe29wGfd15adZTOnUSJEJbbqjf1zGJKtcol0gutp6fwxlEttll1dOmhK5EOshkzHiQh3suA91fxlTP2SAbSpuMS0EnPJDRjSsuhsXwMWG271vJTSY29+srZvdFIZrFrncrdwLtKW+1xU7TdxIHTGofnh4NpaYwAEPXiC6u5HSjLoKwygGOq5uENHcyN3Svf5ZuVXyBcBGjmr4Ym48ySpbWZS9O5kKrSELFSpUUZUH5HZWucahxxqP1bht973zHmKqi1Wx1Hzbq9a8qqHVY79pwXxvYshy1MiPmOh93N9WW5fqxrtGqbfsvptZ9+1htbce9U0HWM2Us6klkJlhmwpqpKk3HoRnDsb65ssEqUC4ZsrrD00fhdJpPHlG3v6aN0YsZtkCTqNdhELcPhO3PzdcYxFduzONjLq+nTbdImG5O+gqk/2Y/kl9MTCpWIe81SQpEqYV0nzAwzfsqGa3yqrMysLP5ZDymb+aeks1eeuwTWULgKOFnlyUh+XgP9sqUzHYQwso2Ferk9pisp2yUjp0pU+fvz1RotVwrrbOAVLv1wZbE/frmA8GdbYiNXvYWZF6k+82JSJsoxAy7t59kNRTLnVOtm1OtutzOCnfrrYp8d+PSguDQSjjJkvpZR4Zu2xgwQ4rUSJpBz3kauwqubGiUaJGdhrFTSaPIo073VgDJNv1tu2iRixyRHrKeRb6XfY7E96fTob10IyQX5cS8TQ35An7pAQXK3O0na5oUm0dazalh9mKM4mrFPczdslnWkk5Mq6zAZRFNvQ1arizjFnj94OsuVN4g0ApMz6xvZK/PsKdVFgBJP3gyJpR5Jc22oDPEO5ysJUoBRixaocW/GisYmZ21R5l/rcARw5q1CWFDnWuJeXN8SqupN1KmM4JdJKBChVQXHpnnuhbFBc/2XqZ/q2lru3eZtLB4rLPp5mjrhrRYD4Pj/x1z6vvvGPL/Pqx/QfdxznLvacfr3I+seNzL9Rn/Quh9Jr2dvNSU8k9DGaC9J2Da9N2imnVurcPWKgkqUhi3xwY0MSAb27DmbSlgp2B5HjuS1ihrqiozGiQhGzIQVQ+4ckK003tDydgH+m149lRpta3nbgSPBy29VuNvpZLHzpS5G/czcFy/5eze7+dr5GjreCywUztcj2qoiPSydvZ6bS4v+dnrkrULFO4mbTi9k4JS+LwpqQ87DpbnaL2dd5Wwi1uDsDxO3bz8jfD7CG1Y1s3Vx5T8WfaZOjQvIYoyKWQhFBV7is7P+TyXyVCINYdYgeFmiWZznaZtYUd0e2jsnIqxQmdV2HfmisplB6hRIpnl1IG5vtmo1ojhHJvbFFHVLJJhxA5jFTYzEy8ZAYORA5GXm8V3gNCSQ2jpd2zT/STTSrrvIkU5hFSwT4tfKMUgWzubol9KNP7oMiwJl49rf1d9CU3BQuJkFxpM6vDrKGd36NTertW/aVqeuajREDMyIt3a9DMQE3lvBGGPFg2fI1lzxxFHIpJnw0cUG/TjdVNmsQ0BOEsCCiImFm+wRU6kVrRQYudDq8fb+9MuoeARg5q9FWtdZckriYVbmVSpmpERAAVKB7kF6loqarQqzwfR+mq/YJLzzht4699K2a9/v7C8POH8V6dyz9XzGt+HyGe9X6N2/QLn8XsHped7drDDS/F/Rc54qo7HU95kz6wKpJgbCQ7dV+dbgIKTF7uE9XQZdm0cw3IMpeWB0VCU/BYaHoM6fAA5GRrWFhgqo2KdLWzT1JQtICd3EqgrVpzmFgSwKURUDFKsuHFp1XJkGeeBTvEMiIiybaJvbrmNiaVqDjZgjsId+xGvR9Pf34Yut22L3iTIWafMZ1c+opkzskjok3Gv4K4hNRb+PaV+Rf864rfEvLoEVWdvvc4tvOjVWuQDbQToAYLiRyruZomcwdyxbM0khsWUMWbfwsXwtKCBskAiYDBQJwGnORdRuUSVuJLUxTSLTT4n9zuBrccxKpxUqMyBmVd7Xa1sxHfSnYtUdVyRXLYA1kvXtsTOi4S0S1WOlyQ1dMuOVfc03R2tjaoDTpFzQFxSqJD1jcNDTIriCaGITx7ZoeKdqc+dbsh+XZa5IBU6+KpZaoc+jEqY8UlKbFxCqK4Sq3HnFa/Zni7m5o2V1dWQDN09+pRv2tnt9vtqPivbOx3N7BuMipm2qbb+ITseGRd6KxIwX6WmqyTkAJwbZjkXc2zhdl7PbcfAEWOayV6CMKAsSDNccEpF1aVuykpcQQCUCZUHGOW571LhchVsDVHA98+Ir/3tc5GBnHSvqhvqoey6Dt3pHVvLPjPVMdtu1SvedcvH7bKfG/daHl/Ktk/ZYXN/4dl7cqZJuU2+XZlTVQ9yCjcNE8OqUPWH/OTMPZqnRZTrjt19OuVFjfYnCx1uw+S1Wq6EtudTX70pUQfbIMElQ9EpBqptXvrTBuefvdd4GMkaeybFPryatfQ6XOpLquiVu729zNO1SYyFtfJT0MmS3uvYBLgssBu5CwWR1CYuoQmuUOrE69vnECXmp5eW3pAISLMVjlmJROn4mzVrFQ9TSZtcTqHb9Mjl1YmjWk7jUi7LFuEJRaPcmwQkOqtAlImVoS7Fo0vgpTDE8RCzv5HPYsVi45Gn2g1mKgOs6ZAqM3DNGgUBBOZTBSkw6iF6uuWIAS7mLZV8Qofi3ghNGUb4h3ICKnHbKtEXzenrryXOrbesLrrW2PpbrobvERH0kkJaPsxK0mEXUT5T355hd+2PAVoHpUJrXld36V6eXy7FuxlddWDd9P1too+XagLuNiP4mFKLQ9ituAzwXdveKml0d/UeYV/pLa62bv1+n5259SPIa4576sa5ybllSEd5UMW858TS6M1yyVuUdOmSTRmhJtZOqY2PHd/EhpMF83jo/e4AEcOaw1Cw0+BoGCMGEuPjetKjTnUlMlF1WqiIUgqAVB083M+hLPT+D1mz+c5HzX1Sc711thT/wSdrsHEV3YLZ8X0C2/Rcxhbx3LmXo1F9HtfIMD1XtHC0nZsl/BwNQyw/Iq1rA+GrIFZRzrA0NNJ6bH2l8paviJ6knanP9RhlvBSEDQ3dDta+wwkcu1bF47HWfKCLlr1Xut8lsUjOkbSAtW5X5iEXDsYTf7yxIVmb0+57im53t9XhuPjGZrzHN8xeW71sLCZjd/N1MJ9kXp+LwEcxjJ+fskBRLkcfHchqEYqMQhxkThi7ZUbOvb69m0zXBVKmgnLpJnNItgZeXnbNFGPtTetiqil1OPOPqwxWj+Tp6yeshGU0VV2Uyos4qmd5uXbRtpTjR4v4EaTy+70DFlAtZlOCJ14oPa8q0+UGR6v5+chJFyDF6auArG4uQyNeNibGr2skRKQjkwqKGykVkvNI4BinQPpulrAUNEz7yUmaVL08Ayo1giAvTum7RQqxUWqLJdoVqm7UQUzgCxXkRmGt5J8LLNFllwoClECWHel2WTE8cJFlK7LueE/E9XJxK5pvLiA7mp3JGr2eOkpiC/qTH3PV0Gwrs3GSart/Ws8quyZkanU6jSM1HcV8QF8MCJFMd+zxEFkwYMkG2lkzSNbkWJG18/QZT0X3MHARo5q+Rm0Nx7JV1cVV2usxUk3qCJKBUVBQdp41MxOc3D26k0lneO//B7e4Mb/zB1239x1msBc+8EWDdfAf429z4mZ/N8xyvpvddwkdC/a+2Z1nNe6++9cafM2xQrwOM0T/IoxmhR0651SPulavRavaULIAViZLS4ZjBMqfbdvg9VGZveWyfx/iuGa37bBtq/kGRuSt0cbZCenzsEMGr6LKNw5i83rpCWUbWYW2tq9pq5Yq41ob7X5VeGcy5GN6k7ksVPRlFYGtswNC8v9aobJR38AXeYIWwKPQWMMFTYXedmJ8R61S5rgTCp+tWsqXxzR5mjOXO+ma5jrK5Vw1cSz5FMM3Ls+C3+1ae60q6kTcg3CscugyzOqUu6j+So2NKYcPqweU1TVdeM+vWA3tRil5jIZMwK2OJudXa9S1SQ0k0/fn0fLfPr4LN5+/zJsKQjpXPxzbN7sqEAlHt0gV05EYOlktuQ0ZlhcURQgjEAZpASCMrrj4y6fDssn9Uv8tjkApTFVJkVqEhuYAAAz46O77cNei6TcFWU+jskpseu2oIqr///HdvKfZkWyieSfjxnuga+WRZbubBzgzCnstQoCwTWca0eOnUs0hitCm0Q6dYkQFTRExF1PRVdq9SS7OFXARY5qhYqixoCxIK411NpwUqVqbrjdJmhEQCUFQH8HA0fGPGB7X3l/r3h616Vdp5XUdYjO2Zp+DgGM2f6n/Gwtc+U1P3D1aT25vunxGf5k3/ckcrWDVeJ+lWBVUSkTUmWs24mvMQoHGmTNoPu63JCUT5RUaI6GQXT4+HcVPNaeO1eTKhGEZjtWfdGbqjsORsk3UTjMiUp0YCX+099RZJZ7DYJEhNYni0mio+NhdeGoCssJt2Gc5VJWbHzkuomw46xlxj1U8nBsHV2onn7FVBs1Q2J4O2JdwSYK6k9NCVoymMvMJXp23T1aHMV2ftF/Q2lTGPeNHrxt6sBgkTNKpIRmJoLtoltlDJvXDmpiBiHGIXiqYVdtEB407GwSZa+szZN0StI7OunXPEUoNvWnmfpbHOStVNDpFNP2m0US5+jYVk8lPUGz42hjNl1ZW3+PZ7tqU4o1/V5M/z6f8Ce+ZMN3kOmvHGmd+7CmhzcQXSTFTVtZ0VizmYxBeTsl427P78/hLSfHAVQhcEGIExamO0dwsAkwK6SjCyiJXLAuZSkSkyy30RoER5KBLZDTJTp+blNY/3cqkg0x50Xc3WvvUZtjUk3OKjRJGACQoIRQw0aTKEkgiTFb3qYYudlZT3dQRYr9yQVwAEaOa5VCDMt18LTLrU2ak7l7Ly4qIlQAAFMe8pNzw09cnvEG3aa270BGTRzFB4JzfNdo2xsVisKbMW387OR8sv+lasyX2U+cX7e1Vo/jXXMUyJhsM6T3FC/gYNmue8nMy7Cztbsatdj84zt82qOo2X4PGOJ3S9Tl/JCqM8zKTJjsIpvOoL4HOLZRdUvVZ0WQxOdSNo2v0GqwmIcYmOVI+y9HEkXROVW3PUpjMq1SW1YZr8jz4HjUalNdMt/6VURIHjWJr6xnV7uzAYnaqOz5lXpq5VRa5Qeu6rXYOswGV2GqQVnk80yuwY/C09/jYNu3Y1qGkqevKqwafsfp3ihzzdSoBtsMArtVTfr3Tw0PC8PdrZITUQTfHl5NOt2gWetctkD3Mqm16kNTrIG7G9YKzeZ1EmWIBjcY6jKOYzqKQ3gsPICTcJemTIKbxGiI8VrimLepJNNNPuSfWBqkcawrWsAoAKDb+KYm2Djp1vmnCWcgpiecFuMQGmqiukP/yNj5kr7ad+kP7y/7WNOmX9tGkJ+z65Tlz7uq9p0p/rx0y2F1zHylDuts2+jv9Miy+WjgMC/ORLKmnvVIsAygkJu3fZwmCJRJbdhZZXSVK2UkqV0CfbWTuLJFM2dlVdQTxdRXJTOU2jQc1PE7B4BEjmr5GFAmEQYEw4I44rVk3xWXXEylRMWSohUoqypUB8rtmb5wn4brfC9Uqrb4nX/KDvRd3sG99B8+5U9aVJ/mKj8B8XxxXsm3zM69q7hp+bbllkbt3GPcdf9HqH62r8a+ghsbZa3m0lkLT0KvU6edbvld3cR64C02myaBAz9yryi4MM0qdfU55hfFvAGifYSuDPG01jV5HQsHXuPiM4SExk8qjXfyYlmZkZTauSw8jxmHoVuXizr7wvXJ6PqzMyTZ9tgrndRyQurlimvQGL/otSuD9sCyc4+Ta65eIPWoaAlVeF5PYbLXcxT5cCmJVLrO2vPN7qscpr4Ulaq5I12qeevb+uGNRtGaYvuj+vKoqugaB4uFp8puub1zCNbWWmT2e+giU9gYKS628NJdSjZdie6qmONah1c+rttb2959LoYbMplSITv7+Iq5Q2cimsN3I4mOJvHfSC5aosfWPqeGUjAY4mEEanRb/+R7nEkOGOfPdzktuvYyE0AP3PM+mHHTn4L+o2i4VwpzL0mmFGk/0KFun3qpEKSaMlmHH2FaOEj19khdwud+tzCyvJOyGbpJJDhnu/3jpGrfP2EoEHEcylQDGIihoMehiYmGNiNl7+8G7zj5FYhEmkOaU8RISuqqcqgxOkYsrLDaJWXa8jGjJ4xClpeARg5q+RgwNhwNgwV51xvWmVxKlSpV7iBIgqFSoVAH7zY/6PWbpqwQ8PPluZdhs3qGPqtr9Ppcozv3/WOMXHO/3XnmFMfobD/gnZHjCNl2OesnlnovHx/Z436iO3LZslrWC2SuyeHntxDVVevaBkd6y4p4T1/QrRyXD2upQXVsk+z+9VjWV/leTp85fHjRpao/65SYnwoHoK96igo/M8KjlFX7hn9bfGcekYWr+Df00nTwVee1Vqc3VbvMbaoWOkvSoBIHAr6Itjx2ht1ky/bMsU4yN2md3fEVhxpQfV7NtJtuzzdwvh6ls0Zedd0DBQ9eUT6l2BpdQqVabbVJE17KagkPaNEca9yVMZymqaMyyxUhOR6qqKXjSp2rRBVFa1OhSAnp7Vz6NtKAKZkRGIWIGVYYazcHVjruoSdkhBJMtVsImjmvz2gocLJvNTZJDCMMo0xotELU6AmTPDFSnP5qE6JFUbJQZAYp2ELoleOr47eyK2UkyIEonrRlFJJaXCSCiTG1LyMUSiBJvMUkykZoShOUyaSSk08G/aMVWaIuNa04i2PXfPKbuA0oLoKFcFGlXXqzBIjHpNH1sCowaRoCCFIAMRHTTVNVxxbGHDc7Oz5n/IzS5hFbvd0UGSxNyh62KKEKU0oXW09Xc2eimPbXWk5hClpaWlpeAEWOa4UWw0Ow0eBsqCuutVplahCKTJUrSSoKpKgpAHdGt+Y57hzo9O2boWw4drTmyYtkubLZbp4t5Ox2/affFzOntT2GnZuxHZWWVevskQLgTk2aJo+HXjVLLhKbV8y2T+f5tndFZGWv8r6l+qmqILPOs5/i+TqM+/NZ1XxrVXT7pw97x2m9omg5lMk9evHoHzPVW4+aTwdD/D1TqeUPiSm90iB0x3yNFp2BMEPSIThXVTH8FszfNRs+r9Pq8VpuXS9o3rDhdEfKyazTAalh9LebOuydq/YyWcb9JseE1MS+rHOcWswVaymzcx5mw6vyvzWsWLwofFSE/kEn2s2ybategyvnqpizFvqVfxmIKh/UrwwxPV/zKXga9dTkjnFfrlZV8aeNJMrZP2UUlenkYg2e5yLDOJ6GvutC1Jb4XkS7aZ5tfY6pBUfEIfEektNQw1AyG7k7i4SDXClE5Q7c6oaTUn1+nHbjQxrbTdTV1axJhYYvnG0z4erv8Un2y86cvtz5SnVMlONz6h1a9Fo2n10VC8SrbPumNmizz624ytXUqd+WQDMVDmQmxz7sG4kUl0klikrXog52zWEaGMSS4Q1HIbwcORiZDG+h2NtMntPT6T5ypa3EjSQfG5smjJvJwBUqAolNcMLV/Ds+Px4D2bMShOOzbbVldEu/wEWOas2GksyCOupxMWlJKCVKmSRdJVIFSiAeW9+5vn9phvNazJ2zhudd/1neOc3rz3bnGWWmx0Tj47LPV8q/Zb3OVTZv2uwWDGecZp5VN7LZN0jTGw618F03NeAtvJ6m7jcr1LkFZ3LCZiS23LqkNYDWRsMzrXR9+xViSdEzqX3YKMxoeQ9zhx8RkdKxl68fZ3hXoG1vGwg7e7WiBsDUo+fbBi6wxCK7NISHs2+9GM2ZFzSP0Zqz3TMs7yvnF49Z0u6zBh0a69BWGDGmzjLanT99OzGncRgG1ZnvDXxue0+js9T5Rx3A5x3/ccTldh5XrFqfNjfn2ZWs52redTnBTO38i69IeHkQ0MFtsqC6HHdyznaK1T20SH5NfNz6l0LF7evkMyxcOyU2EbdnuTWww7BoZc1hpIm0Bgabmu432PACjAApcYvdBAVEA1g5yKUVyYdqNruwdQuTBHdViFzy6rLe/vslIVp20y86pk+De2NUu3VG6/VlavZpiP+eWZN3+536siJYJZq8gUENhlmKzOW6lI9XuqOwDzwF570OwUKLLUnmoSpyPsHvymIgeGetsIrAtvVIVUn6tg1KiX6yqZfo2+XV4NZUEKw3XkVuVxNRYDVcCycMArHREsElESsV6utUrWHiek33S/Lt1hhWXmEKWlpaWl4ARQ5rLTLDR7DSWFAWNAmFA3HF3JKXUZqr3bLy0QCkoEolQbe6rr/iWw4rzfMXGXjuGxXNc9tVSIyr/cx5Py/gtfp3j+LL339vw1p+ZoclHekVnqOkWPv+YfrhL11eH4Bi8XYWKM3PlNDajne21zW5qdZw9lvdamWNlqLPmjuO5603jh1krjb2ye45xkr6jl9pjda8qaveD4ze+A2DrG8ZqzuSN1hI4oz8MOuV2zFPjyAuQ4PG0voHyVwOQlVaudekq6/WsZLdd8N10DXX2h8Xje8vLOke8LI5faslW6vIYirh1fguI077nOMvT3cNJjInrSLN3adpnuTe6HvM3TqhK9crbtNDXANFsi3IricQ3yt9RzfksywUPD4PMh+qZxx4zDw9DYmO3CwFZZJB47nlOw2U05SqzMuChEQHWDNzlrC5HA8XOowOe5HnG6MLF2Tz1UE2dFMjwTSpnECd3uD2EUZZQVsdRWVd6d1eBGoy5snhC+3yHjOdlQEPjXRX13FbtttwYb6eM6gR9nTosjEQsVSg9MkInXznh0wV8YhSahRqaK1EIM1NqyIZcMIoaDmpO7utoA4x9c1IDdLnKrBHdhgjWme2ti6KFvk8QWE6fZ3qzh5X6MaohBiCKogR3llSZAHEthGUeKw1t6t7ixb56mrajZBClpaXgEYOavkYcCYsBYMEcedRF1qo3LmFXTOKhBRBRKgHZcv4vWneT0THQuo7tuXbsyU6vzrq+ddtks7ul/bdb17Sd57X550TfbXy7uXHM5+ou9RrhgPJ2yve7dm9IjuOa6Hj8gksWgp1mJ57UdGyrdjT0o3E8HJ1yEN4fj8dkp9nePGlY6NqCeO8bQUjzR6vyOz8vxNMuns9n2FTciR71J1/87SlPSiBYrLNl/AZfC5F4XlrZOxYamubF3wtgSa5yeLrz0rhtTf89rOMhs42N43JIwcvbxnA7PrTxs9FibKRsDaFo+at1+cXmAamWRBeKyyZ7dRP71RGnfrr6tzySxwBrk86ksdSv2il1ufUgU1M14t48FybyPp08kwifolL1yZli4SladVo1IxqOf2JuUA9/7JtnxLAWN4acji/ulgyvbVFvX5ppMcaJVO/r8JNYHu51x7SxDW4cUiGd3sugG7GxBh4URDZAy66c47wKKPvz6XH0bfv5cu7KjX2r2zTebRTO6TUqBVyS93L68eGSxILpAMXBTYAEYnusBZCLqymsVfHk4VKMyzi1dOjY6XgzYDxksaAvAdegSvxdVMbgLvVQKm+jruvNar9dbkXUZBLhaILTIVx6lpoAS7HaxaO1wwSUK+I2Uq1xbW5mzux3o+T7LFzdZRClpaWl4BFjmtdOsNJZlBgbj4mpVTfDLkMQpWoqQoVAEqUNzwtm+IVqKjdQU1rrROLbJa6RK5KaN0aMjv9S0xt0qqxldfY7cPfKvx1VQfaxniM5zz9Tl0H2OWl1v2OprNz6TaJ5LCz1X6/1ZNxa/IaBpXC6bH5q7qmX8d3jKI+pXHDT9kx0Y6L+LuVyg09Tg8wrnotNtUhTPrnM+WL9sUOnkEMhjlR+VxNjdbtnjuFUuOx8PstNdZRZ6SMpH7L6qhXOr4yksff7V1Qh43s1SZSHYcC41fgOMQjMyq4JKxfsh0avZCLDcNyyxK9dO6vmZp7sV1ktHm17yVLhrQ2hOSb4tn16CqFLPZjhoJHg8Xc7LZtHU4CG087yyvw1ZpvXKa285wg/mMZacey9DXIaBfs5ZMH48BxAAlPiJ7WWvtiZFV2UiataZtVL13OvbVLmufLZn9VNfHf1PjmKi6TNdBgggRGJTIU3XNZSCjTcN0Q5nQESPI8zFXnqKDIM+c9nFyqqAhvvvXHsCeYLLi7+qZ2jlBjPkxV0aePTt+3a9r1DWndfhrw6t1PTLr2e6vvVK8IKyQUSay16Rg7N1//tNBGGaKu1thASD5iI/PWdJgdMoRcRNw0yyiIt4quLq5tvxyRwt0Kx4vZxqtWElUjC8qNIyaePeIhziFLS0tLS0vARA5rTWmVBmuuMu+brjM4l1iTdyZEBSopBKlILC845VhaePNV5gf3V0h0mVMYZltoPVzPn8DinvY/C3jtN6nvnsJWu7dd45ufofPbh1jy7X46ckMN+T+xu+d4HPFMFxOM2mJpDdKyt/qVPnfPVt7rnXB7/lL1huR+N7TrHlK3G9gGl5H4G8QW2mZcduVjryUHq/JXHV5CjsWu132W8OE7vzHLsqx9RdQvBULLrrbrPWVlBh5LJYbDW3C8xw1+/aH+20MxCF2MTWt51j43j2kVhIdtrzYuENtdhMb1OzyNhv9JzUzyc/YsAQv0vQrMxGZIZHkoBemt+Sc6JFJSQ70pEyKap8/1XoL7QaF6GNySMm641QQKmRwGU25Vlap9bVSCLXSUOyYA1RcW2ATIEODEO5JJfuEaCuYhOqJBXFgM3U0e9K31HPns024aGucWuvqbaGyzdTpgTrS6J7NMgr4i4AgQQXSiOAGKuImrPZPQesFm3W2bMKKd23HXQu3R/L397Lt5C+40fwUQSp00bvTZ63t1FjXZJaGE/LQjFy4qVDQT84FY+XOk3i6LKo3G8CAAg7WyXMVNoa6U/pOFoqubWRYyfji+KhKMdrDMAHa1GyxkyTxXVR7zQbmbexj2fFMeCgxYU0CvmUtKr3LFU1Z6BClpaWlpaWl4AEQOavkZUGceV3Ji5kqypMi6ICgVBKAfL9H0BdgLP2H0ToazofLOD7f5Vlnoubd5zLueYvfmGr7t9b0rv/GvUMb+bzSSyF3ZfOpnwutRyy68fqulw/7ulSVnzSydnXsM8rODbeoPFT6vTeeZnoswzpnjUOX73uew23LN/qehtCv092/ZDJWt92PwHC6tc9Wkur0uUPTy+xlxk0OZ1uw2D2z1rOQjNdyRZrOMv85+DwuLZZl2PU6fA9n3r2GGfc8b6+wW7ZFYLXsNyo/C8pzvU+5a3iUKnjN42emxD5Bvv8MB5RmXJXzczhHxKvx1bbwS0LfJ6q9Vu8twFuVkVJgrUZ1Y6Ltl9JlThoajp2Vm9qrEys0zlRslUJVGaOKGh60uXv2uLKC2a+cRRukoA7mI2OTIx8mYX9rtDSthVdXbnQMd1E7SPTaKvYgm97w0j2Wz3vPYua3FUwj0DKZhHHEMJSejrurFLiS4WbIiCHaQBldQWHp3SFTfxy5TbdJNmlx2S3+YqJZnpXFacK7517uDLgBSjBKP3in8+Hd8t7UT9XccVOhkS57DeWJJGyw1FOnKDOlSblFobwn0yri8+gelWVDdW6bPp0JCb+RW5dkw2smfHgOZ+vVRS3wFuhKvBLqEraCI+eLHSm4RCakVN+JpEKWlpaWlpaWlwcBCjmrNhodhorMgjzxvjJKuVVxdZZV1VkoKpdVKgEGafF9qtvgZL1O0ePxP7X+w+uRn6jaecw3peVcJ8pt/0SHPtO8630LKaX7vsVw9S/L7RsfL/igL/N6HH+K7pZ8p9G89xVT4wsK233ppmed+0pY8KTMh5ZBcD21azzi09DTwHinlz3TLRL34vqt7t+dup/OOhftP/fUsSYoqbMq0kxUSWWCmY4b9dBTCHrlnvzKgYVSwJqpZeM/a7X36h1hf/b1XNbjox+f/5dvqag3WvUso5nl1+/ch4vPd+goWy9D6TfOt5HYPy0YT3BIC7Jt1ajX27L93gBtiMtKvPeCl0fN8qguBpIdwLIKUp0d4bLQ7NY9HBJKjJzDLTkp5OsvV6tlEK/zlvesdhI7TKr4uNY1qOS3z7iGK7HJ2E2TGqSeHuqcslqrbN7WLbfKE9cVgk2IjWigVy0CdYplMAhLdevbjZ3fH4WeT/L5j6tuj7LNCtRfa2UlJP1mE7CFNsxr3CjBbc2arbbNdKeNM1nXAKJVT20yW0sQTl47mq5hd2fT27Fq+qbHiabHGd4Cma+euITzzMjUWb+DvNXiUIHX5J+YzTjSfqKq45T6MCZSdHCWRWBUm8oda+g9XNMszKM8mBxKL5JJF0WqFKOsd1lVMX+0+Gstvqj1Ltu/wAEOOa8UtoPOq1z1mslImLuUM4BKKEUgAjr8htz2KvYvNvF9s44o7OPzfd+Z9Vtal43qdXy3PULUPCbQ40/ISDlzKF4HK/jfzjxTJFf5PB837f3nlP6/6X+T/f5m/OfpPtGKTi+tEZo0hMExaUkrdVMOLHHdFkOx8OWB5i7r9j0fXt5zfc+7rLyn6/tsS8XMxFrWO8PDI1jX/vuvH7HlegT+18ix64TB5xpDstl+c5oQkkFENAvdg5j0vWt8TwR2F6W2jZlVzh71zvdj533ut7Fqb2shxLIBOWrSIfpkBIW6QrmUCZvVMn1+vXfPa9KmeqeebBCKchVS48wQbhTpAobTwBDagVIG8ImNbQqYmmEu4ZpVWnwFYU7LZ7XeZywP1VJs0G+qq4cmMODMsRFwthGKublumET0DlMldBr4X5WwGR5abyqxyt+E1MESAVVTQWiaieJ6TESDF8ttc2EJcE0wGhhSaOEKRVuDzeO+dSvAqgXEgkxnz8+1ZqcL2aenpym5lM3fUzoecsMCyuRXTho6t7Fe7yBKCtwGpsKeU/fjjqHk+wI2T7J6ZdNnjK9jF6+erG8Ikqxb9+stSP3YSF2jPnXZLPnPJobZ40X96DndVBTTUfSmzOoeN0x91nCRBnbusTxr9B2zacI6uWT6RClpaWlpaWlpeAESOa5Uex0dhoRkuuHEW8cVVys589ZkRdSAopUlQVA/m5g+mOmqUG8ZAietcx602HTsk1Zc03SJra4OIDWBzVHOfpIy1rLZ09Lo54Ctc04nZN8XvRvEa+iXFpeWuZvv3G1XPoXoNf3Wuw+pR0n13LWXrqrxOBt9t7L/0/H3u6fONOME9PX6L1bdn/x8VODdG7FWtP6b8D/8wYu0qP2D4weXPHed9U6YYHdNXX2/7S3ZFdkYZJmIqQ2zbG3piYs5UfhMlcXQGqD1frfpMU0+2Mo3werHRtaeD/DofPsryL3o/Ptu21rX6XmtpO2uj53fbrnXZ71A54at3RNp7rY7E16qy454Slj+c0iy0wuqWSdfU9YoLLq4mtWDR3jIubJ3oxH6fS7YHg9Tuqzp8IZzivVti9WUywuzbEiqSGOdMGU/4wyqUBV3uPjIP4/2TZYrB6LsLYukscFDrr69WzBqrsO6/zR1WDLT4NnauELIPQ9gA5JdbfrHf/rO4HpAj0v9k104/udUyj6D0m4+zTX8auG3NWjtwrwkKutaAgJsbFDGkqHSuRcskt8nowkr3WPTTJuW7pFPdVux7GqOGSybdZzstRZFTFc/EEAfn3Bme7K4s9LmqFYYWxw307593bv9v29tGz600fO5oieivTwqO3391Vn6xOfqwcABEDmrNhpDKg7zxVrlXey6kmRWt1chUUFQqCUFW/UyXGdZ+3ofpNx9IUdk5vzrcsV3L9l17i/Aa5lVY2yvY7+76HdQCP8W3cjZff2jwuW/JU2IZa77d0Psv4Fz8PEaV57Xxdx8xVz7ir9KzW/uWsV2vdByWgg/xeNMizb3ZZ+NMaX1T3fqr37MbxVxe7ROeU79G+PXM7a035z5qw0KZ0Y1hXO5w+T5JzxHbeWkBhM7tP7bw5+20XBV2qyVSwPVYbfdsuZOkdW6D+TVY2q0LuwZhVlHOs53yxs8QqaL+U8ouTGzRT1eMu+tt2+YXbZY+brUDDi+y52/yVIyAh9EcMpNLVVDihZRRf3TR5nLdhfCUmM5r7Yh0MTsFlkfC4IxXilFjnDMmag4f5eib4F0mTDfNuk7bGGX785lpWo5LQ2FIp6pmiFsSOdnrmglzGl5J7oRLZq8YQevpBxffqUs7jR0uQZGiAd4Ky7GtisV+y7bPVOWMtlTPbOlsyDdVVpK2+M5E3d4dlURPORjPhRktZQYUJSUWlnWy04SWL8uMhZzr0gNAk6TwgEJAr6T1BBswQhQCMaNTZYltHyYK1UuUtqbFoSm8a1p6GfMjJVM091t4tTlRakV9OmJuO+xtMwMttMBTDSxXi3isvgR7PGuJWkQpaWlpaWlpaXgARQ5rFU7LR4EzYG9r8rlF1k1KRkuqrQVKKAhUAt4GN01o9ORovy9Q4jhd96Dl9s7Bsm5bppeA9HYddr31Ce05bL8hi2ti9Vz3ilzrsuK67S+L6rqmY7zfYUL4fjUn4nf5LWFfmNB43Xu43Op7/HXlL+45wtxL+WGvrVEeyGtzY78srDZm5y1RVGaosm3jDH+++B7tfsW5Ua6+3fX2lKXgUxzWGDWF9ZyU4b8J4T0SD9g6vhqXzKlN+k9Vgdqn+LG2ON4txA6jtnSHOHttjjdD6LlV7sM0zJMZ65icVorL6h1jC5wxI805TCa9JgT7DoWO2q97fz1QbGsK9QuwZbhMPVNSNObZo2i6bp60FQV1IlsGvJtrfKalpjC20XplQXc+CaXF196uxqW4sJYpRFEmRSWdBgIcBWtWxLJjt0z8ZUrofGaZzCkr8sHK0HOcmcuGCXzHTroG+2UvCbGSbCsByipBUbZZhmuqVZ+ZSQ7OL2CEzSZ7aDfjXTQl9h88K5oi5L6q1eBKvGELTnuGU7Plfbu1+Hls9fdIdGFjVuCdVM+MtD6ePb6eqSNU3v7JpTpKOu45kQLc3rSDaSma+X8U30gOivSu/OOqgphyNhCSkV+Are5BcVLWlSxKaN2GX36m+UzEpEAayrKwto1hcTm491SyiFLS0tLwAESOaz1xm0N15vWTTLlb4qSpSMWSgoCUSpUEM4HV225jvbTdM0dTuGaHjflG0cHvAfQuk/qKPomY5zx3e/AVvxPo3CMPs7xhq783w/t/QLPN9DpPQ63+7hc5uXYuKY9d8+zO+jste8zsRHRMVz3UbSy5jp8+4B54bXtw0Pwraaq9R28/t/t/eoeqp6pctHb81717XUNpvNke/R0HzFr9ArSjCh/9P4bJF400ityNsTd7rnTcDh8Z/CNoPj3p+ntFO9n/Qcw7Dd8/Yft3lY9UuVxH8z03oGk5PfqsZatc4z0HZ+0/BWndLLyMisFvOc6XPQmdXitkiM6i/s72teH+PTaDokg6sPZJ68wtrpI2tVW28jbdWvN06pazE8x2ZvC6do8xA21ZVGDxKtODeUpoFmhCUCUdMlM36uamdN/VPlWLBLZQNbWGCr0amXK7qPA2SlJVTi4G11Vlv00kbSqvVnDzNlOhic1g5Qx5Xz1iV+djdiomaXiJPcw82mxWUDwCybwNfDd5sV1+Hm7+JSZJXJVTLX1aRRlUXCha5MzG2bVNNlU9ZpLCQcRcc/IvAfrflsy2RP1pYnyt8u/yy50Ub/xngTK27wlvXVWNhUXBhitLuhVgyKYBwQMucNxVDPZas7OUO34NMnYoqF1EkNmpcfCs8ohS0tLS8ABFDmtdKstIgTKgrrzqLkqXstBlys0KSlAAgG9+jooxIpKeddaietWW1qqFRxlmBfeqQzDiVkcGjDrWO6MJyfp5Nh6t1HidyzrZMt3HoJD1F3moTnfXvuHE9lN0W9U+7WJOu9B41jPguvbHl/c6hJ8wfnJ+kMjYc6VBPPNwX+J8xcRsmRnxsrSUk8X5bwqmdju3+THFUrbVHVgbHnuvKdBbvp3xj0J1dG0Jbk0q2DyX0GXcxX3T9rtleLqSIy9+a6j2vJfO7lrPTuV2z12w9z2/S/Ed09vnfjtY4qk7FbJHkFfyHjdkt2fYmdzOmeNuIAr3XY53RPKZOGQ+rKjYsZGWIKCuEAbewiVuCtfEwNYyIvKdutPlfqekudoLRusjHXnWjtVrEDq7OmMEOpRTsK7n5ewYsjN30cFa1ELstC2gilQEyMMBAAzy6wqpelOzGa0bynSW6uqyc96aa53nCd6PMVdkoTNcghbTQRsw7l1dVPloslq7zvmiiBblHY93UnVjIRY1X2aU7wmC5cdUPiZzUqRjI+FHqPNyZ6kiaaLzvmbsXFIF2aYYhrKLLoS8pJkWXUc8F81fI0bgnG1CTy6chmlmDktx5FDabQxdCWl8g3ximIz9RKt88KBSquTpr6Wyp3T/p+BZo1WRllYJEW1PVcUnGotzrTgARI5qxYqPAmZAqE618b1StVrLqUsKZxUqVKpUBUEB93qXCfYpkPR8I48q5f5V0D15jyi9+B5Yq/yXeMwm2bn+Z/fe9X43nnf8pr1Hb+6eF37FNfSqxpykesf1zxUeg2zluM3V+q+WbDlhX1GvzlEm2kWv+u5xLoazIZjUO9xm0Y3eK/lv6+uvVi5DJZxx980v0/pGmOnlRPjri9/yBGzmfU8T2I0w6UAx8vTxa2e9UvbuozPPN68A+aConRN49GI+okLnyVk61XeXSPme3z4Nx+m84n9tyDv+zVrWZItvd1pLrJjtOOa3l1G89l0Q2u7rkcVrTfLPvxYRdBNcdx0fjRkujqsjcNHPRlZTjkGqngqvxOGj8JnmUaRUlFY2/KdU8SOZtHSunpWlbaILv24abABJUaTStmdicysOD47r+hzZ4C4IYFWqQEthtMZJFGGJDba65X1UZMtzb+PZqOp+7h5iozoomltEIglIJvas1BVLDGNnWEQeN8tcc8aZcp1nQnGZp1cYyaVjR+ST1yLSeTMbLYl4JJCuONYEeXX6OgW0fBb4V+/m+/avV/vA84yjBKrKoJZ9C3A4iYXLeYfnQYaNGdmW9e9V63GYP0pVR4xt+20eHILH+go3Ij51DoiSrOiUA2kAjg6ep8dVt2LN5v1OUQpaWlpeAESOas2GksyBUJr64lZxuamXmt3KIohUUoEoIB2P7AiUTi8+8RxviOoG7T/BvGS7Eh+Tdc1T46C2vwGSyzlXXeP5he8T1DgPSKtPcHvtys9mte5AZdvphhT1mvbvX+Hfc3rPrHmT1sGZVmds+NHyeqpq0b1+0fKcn6ph+J43m6fE4HZMvs1a5BpFYq09s/fDU3cOqa68eakpfiJhkanWl/xLybWjjP0bYG+VJJp7Rrb5Z6A4RfcNrrlr1BTxuh+XjKp7b7VZ+MZ7cOHbJU6fY8stlQ7J0vEZuPnPrnmxxm811px2duDPM6s96rmbzH6UGPRL2x9eezOxZ3YU9ep5GZRvmYvkmBrVJb3uHqEny5fbrnWd+DI0GsyNnfa+DVOSgioNcbv4OnXWahbPI1fHDEkodWc6Dcir3ZWBbNmKu608Jwosz1xZs7cJT6UHckEKRdYqwSjhAPg9xBeV88zPyLOqMrU1uJXb7jbd2w82Ya9AJ8pkgj2fTPCK5lko46aaoyasIrrLFcwoieGtqzULiMCWzUkHe2M9nh5TZ6JCJA66de7dWh5R9EAgGnZVZcqBZK181HumA8pVnUos1ZdCQQ61Yaq6+G9FlRkQKDRWlmKTbFPVLNCMpNb/H0hRKMQrdScuaWaoxR7Qy3pm0xHUIUtLS0tLS0tLS8BEjmstUsNIZ8CeevOXrKl01kASglCgBUCBX/24izUlHWl99Lu3POb9phJ3uH5WX0vlvkWeX7V9fqnn2UelMN87f0zF+C1nLeI73hPztuxpvO530M9+r2CXB39T2IP+602h8zKm2y7uT3rxlXR2DH757xuHeeMqLJ+o977D3YDLswMR32+xd/kPg+e0KzZz2fmKzzfRPud+Y5K8fdVWinh/KsVH5QxxHjRvzx3m2w3hOjdWl3LH9dqNPzZZTsetKELFT6r7Dq6NTofC1PNb7QI97rU/jt44Lyp/qFW9UxGk/EzjbjzfnrjksoYXKo3MY6ZjeSsdctVy5SzWhJY+REt87ISLlVtZNQh7yx55M5qc6913Qa1x65v41bj3cOmjx1NHGvIuyTVoS6fj27X8kuhl7Z+vb94juk2y9cFTW8SgwXDRaGXLzQqvVdkqXti1kJQe46cLcL7PnL0vufNa0kV55M8/D3i0YSrWdzwNfVswnPB7LEFnCqlaIpamWUBxqUrUoUR7/adI49Ryc59KXeeyyiAvDlLs4TNFVC0FQy3FIFXUV/fPnvr9YhjupULtF9N2utKd+Oyw93f1X9cXSaypw5Ai5YT+dzn8mOF8le7LlJIJQ5IZL78fTbTu3klRosE3ayotflTtPnVCcfbx9IhS0tLS0tLS0vAAQo5rdS7DQ7DBWbAaE4+FxJzq+bkqKSkpKlCgACB8lGsRUtCzxs6Ss56fn7Re+vY3qSmieO8cpSDwBQo+k9JRSq8+wXoJ9bHjHEuqlP6oP1TbPgTHM6OmeM35H3Z5ZRux/UbZa3HHto2zM3Vlz+jXQKNgtVq7j7f9LzzC5x+BC10xrGjyq5ltBlyuQ1JhHp5dq8ojKxYdb41PyFu7rT+b26q58yXUYegXc8vxvmLPsa+2WtbllWNpTXtHBR6cLxX2PhZTwkGr9JuMaYj3GQtpqqQl1Um+IhDM+wbpNI633f4HCb78b1jcLedBg0cad/yfNj9ajN/Jwe7xphdfttLX5fLycUOfcRqPJ+y9Fo3NvJkUtjF7xUuZrPIm6nWsCtJ0yK9Kp288qrTq4wizqFLDaMaGMgFdOnolPKbw323O+I3XXN02nbbPh4PJnE48Z7M7cbs4F7nQLGC6coswqwrE6PkddCTZmncpzTWtVf+AN7ML8wt590SZSa/JnrK2+e8IXg+CqJ2dLI8DGdhrr1Yrg+m6gsMNKMbYJdRytwr3M+5Yrda/O90TVdhXTeufhVv7+N+nECbkGNGYu9cP02L568K/JJ3z2KZPG49xmAfbXPYXdP5p9Unu4Vyf4pWXItXhPjaCEveLlOKgG9WtLWypzOIUtLS0tLS8AEMOa006x0llQShOvLReVL3a6SpUpVxSUUEqUJUBvdVzw8I6cnvuCA54iO5tujdleJzdQAO0Z3w/D9N0LXeP8g4e1Wn9F8zl3XxOra9wfRviMvevUPadt7x73ZuwcY/j/0Nf2TvfRG9c0veOO1bDey1zRcaavXbLncPqMV1TbbkL7DjsfmHHfmCoblWWzXwmjYLHFH8gm/rnAgZz6xwm9top/5svXHpC56WkS8pBclan3E8NxVi853/b+Ud5hsa/we4zlqA7i24zmPAfe8YvViaZRoajhuqvlY1rCdX9Bm+m9D/ByLoPXK1s90h2+w/xOrlUf4j3WXEMEqYYVVOlwuHrRKLEZdJzd89nyHAR29XEoPLuZb93uolFxklNn44DCOuxrqisltoo2q51ZrGLadG3Dok8nGT8x2ytr84EtydNCMjTR8Szvwt6dkt95olk1+MYuS0CsYdu6pxfuqSVczYrDV2Wm+nOo7JRlG6Xb4cwsqnsy4Yquc2Dt2jNbXTPhV7N+dWPTGmS/y3jndKjts53dV+ddE8vduaun1t2zeNFMl9BjWJ59Mjv9dH48NSlxuoClZoLMQFDKaEUwaIPSQ0oomEFTpS2ygqc+i0LF2k/MJYk2UWrwDpYtO4xI9RgGW5pwotnMllANELcmznwCFQe22Y9jwmahMW7+cZwlJZ7biI2nSJIB8nJnABDDmrNho0EZMGeeJrNM1l5daqrpKlQChRUFQgPq/s/4vXV/rXSOuzYfXfYez7dpO3+60tcfPoftaEzTcr9mmbpyrynwGO5Dyercc7PwXWd8xfn3y2weCzOm0Hm/ge2yWtc61HBb+y4JlPSPKIEdXccmZAxU9WeFqlT2PlurR9Nea9sUT1YgOB4TlJvM4zz2l8lvAt8ozKyf8fmGvy3VPbw32T97p6u0GcxRjxe3WLL5/pJHCca0rL/GH2PwOabHjOL6Vvv9XMoKzxiHgddgNKn+YTMn6x34H+DofdMryvKL+916GMSGhpYDecd5/aI659h4Jo8prLVNq9f6rUuN2rYi4Grn4lj1bDb680nqoUgSjr8Hqq4XLxm7DvrzaNDG8nWX0dx7MxOXybifU1ib1AuM+cJcA7qJx0dzm63K4VKlizCTObTcAs0JxZPat07TXmb2MgRrMjDrS+myhKcrdWTmEtgUhSjVqzGQVgwkQ3GVjEdcNrmZq5Vs10csDpmeUIHfnmw3jc9qljxkG9TeDNRJK9esRgKuGCwyMbbrDYAQwrBKLJK1QgBWOGEAoz9oI4q9tYHnWT6UeUU0ZGGESRCpsqMEadjFUBm8xPXcSkGa1t1uinUVRL9PJlZt29UT0wM3I7q2jY1Vdya3o773AAAAAQYeAPoA+xfJgAAAl/AAAMDAAAABJhAeOAPoA+xfJgAAAl/wAADAwAAAASYQDw4A+gD7F8mAAACX8AAAwMAAAAumEAWjgD6APsXyYAAAMCXwABFlPOk93mRkWb/eNq0+tQRj3+i0saNpaB4MXsupoDjOOGTmoGjO+r6uQlswwtRSsBRkrfDz2Du6Qfzpw46TarNeYVOyp0mE6V5Bdoe5D0oobkSnfgS3rtUrDkj/r+0tqoLuY7GH7Mh1tufzFCsNgKBsoO3KCA+vQeS9nPjNfpRDpGbKnP24a2AzYfZV+9ml+RxmgrEACjknRjH/UoXE72B5O/VMzTXj1/gAAAABBh4A/AD9F8mAAACX8AACDwAAAAEmEBk4A/AD9F8mAAACX/AAAMDAAAABJhANzgD8AP0XyYAAAJfwAADAwAAAAZYQBVOAPwA/RfJgAAAwJfAABg5fHVd6uu2AAAABBh4A/gD/F8mAAACX8AAAwMAAAAEmEB44A/gD/F8mAAACX/AAAMDAAAABJhAPDgD+AP8XyYAAAJfwAADAwAAAATYQBaOAP4A/xfJgAAAwJfAAAg8AAAABBh4BAAEBF8mAAACX8AACDwAAAAEmEBk4BAAEBF8mAAACX/AAAMDAAAABJhANzgEAAQEXyYAAAJfwAADAwAAAATYQBVOAQABARfJgAAAwJfAAAMDAAAABBh4BAgEDF8mAAACX8AAAwMAAAAEmEB44BAgEDF8mAAACX/AAAMDAAAABJhAPDgECAQMXyYAAAJfwAADAwAAAATYQBaOAQIBAxfJgAAAwJfAAAg8AAAABBh4BBAEFF8mAAACX8AACDwAAAAEmEBk4BBAEFF8mAAACX/AAAMDAAAABJhANzgEEAQUXyYAAAJfwAADAwAAAATYQBVOAQQBBRfJgAAAwJfAAAMDAAAABBh4BBgEHF8mAAACX8AAAwMAAAAEmEB44BBgEHF8mAAACX/AAAMDAAAABJhAPDgEGAQcXyYAAAJfwAADAwAAAATYQBaOAQYBBxfJgAAAwJfAAAg8AAAABBh4BCAEJF8mAAACX8AACDwAAAAEmEBk4BCAEJF8mAAACX/AAAMDAAAABJhANzgEIAQkXyYAAAJfwAADAwAAAATYQBVOAQgBCRfJgAAAwJfAAAMDAAAAAxnZAAfrBsaMgoC95UAAAAFaOi88MAAABqdZbgAAQAAAwEfCLBxnj6/tf4Jo8jIVzTL5ZzPaYoit9rTPsXKiIZNPjAUzRZ/RA/ZQV8EeHOJL1ibGZCb2P2k7xTvom6S/L4nDxDDlI4EN35cH3e5C8uJuXDls7Ksi5mH5cqsRAEMmYel3135rtK7pQPxF4Yo4Y/xGOoCAH5g6jquAbpNt30xDe9GE2dHB05EKy1dW/rstKAo25ZhSxgKUBM+qj+thb+EFaczJ/fB3Umzwki17jnhj/4UhdL37tfUu1+WR4fhcEQwOCmej0kxHkVrKEh3E705pWauSRDbBy/buMowyayQ+LFtT2HTnr+VxRutJyY5q9E4XvL7oBPdkMuh7mKLeI5Rqqrc0TyGPGeSYFlUaS7l0fZFYOivzS0HmFRuNrkDRFjqHJJ28I8fuhvSggXom7OxydkvNq7xSbtLrx3QKod9AIPK8aaS+fYcsMETnOb6ZeAH0xDC2wo8Fflf40hJcTNikLidvv+ziL+o94i6Sq2qYcAovbHZlpIPumrHhi4bGXA6kTzJaLGAbyIF/J1tlNu1dXvfxYCq4I6uefbZSpdVyfOZ+6B3f1SZhruGrNblBxLHvLRGLo/N4v3sTMXQ7oVYfLFPponQwOu3g7p2tVuZJIYTJR4rxjZjbonZjfukZ5ozasDReWJfw4Gdp4AT7RtcE8rSoOdZRvvYk+g1qWYcBco3r1Iy2NFpBDlj7YcyN3QGUZGHfz3y21nK3FTP2+rjCDOz6gMA8+JRHSEAF9x7yzciaWDFYoqDkI1YHvv9hIRRVD4gPVflg+TRvUZ3pBXgRKG17eG/lhjinPrHmIViu5adyvoR4i1/uqS+QwbmzegK0QaI1zsgKdU7l9Pw6EjRJsts/xUbS5dxh0GFFLRMQhhbUSMu207eWXD8lJucJOcVZAqQ2fCi+gpVTHTccSptJ+FMPfVF0k93KmUH0uably143KNhg0Eoy+fPiQW++ibin6SeY0GfHpePTClc8/eOU5eL0BljLeo9PuwYxnUEzwK5lzLEOnI0q2D2Aoc7L4PNZue2PWiPUdjrv3MY8tmvSK5IGYAiw9tS/l6nV+UUaLWyxdn6KiXxbUYSTHqYxUDgaqt87cTObbbR6GQDktFjzW1cwVy9GqAmAEWv4ppmLrnkYC0COZaZag4Wo6t8gYIYU1Qvfl4fXeWpIg8UGd76qtVC0acYLWFf21vwunjHR//9oMH9GIv9IJ4jDy7uq5JDi9623e8wQKyPJAwBUVxWbE9w74PDUVGGvwmUupMN8tE29W3lxWCBMdUWvm7dy7/9wkCk8HSNQb7O92IvOxPcsI/sOlQ1oJKG7rDx+HEdn5KDlvxFG5E1zVdcQHmz+XD6sAGlbz7ifBVo9EC/P3GjdQ2svVO5OIHwB6Zy6Szn3XFSLnwsswW/imOtkvUji/I+qunH6TIUhLw88iswgXu81mShXyQ02ihe5Cr2xQjDSHaT6U5WLWu+K+hftV17zhvru+pF2Mqeq+IAO9hVFmTlGS9gsVDjxGDqp3dUGEzBOVBRzpk3iqX91OwFiR76BBkNNqsNqcDWdb6zrQrFqq6rCR8JdyMtlUs7nxT+Nzf7GNeRUBeSbAhhutosqoHOswMkr9p4SaeLs7/z92B5AKuKJPScW5/YpWQm7Q3qlkJ/D3VW/SPTLiREASHmMgn+bSenUAHYU1quLggdStarloHZiyrM/P9Age2tQuM1zOk0DZ6YrMjgy6zkaPzmIiq/I7NeavrW9kY39rbJOILYP3EwfnVWT+nmNn5G1Iy/ixHNpF5c2izZbpMus+eG1VijkOsbSTtQPf+uYs+aov92rCwT4epwDxDXEKP+6mtU8DYDGF7DuL+xvALbWgaGgTXezDoIPq7+6p4QdfEG5XyL3Z1oKS5MRW0Eplt0BkmWlufstlmqJekHqOx85ZPt6oX/QLjWpn9Zi7wNjE+viPqSlAjDBOcJehTkekc7fx3LAdpUHh/6uH1dkFZcvXJg4uSNhPrOsEVn13sVK7j+dtrnePmFiUW1QJ+xLBB/ktGPysJVlUh/NSmvfzj08F/J+0czmc9cmsmVdytJJKFt+SMYa0f9QyAGYFocVvxspOLM7pY8G7Mv0+FPi6qEbPlL66cZ6i+63LYn5+JNarEdD1GmbIbNgy10KnRfXI44Xw1N3GnFQwFIJQNW21RBvz8V4I8Mq7hdFuiNWqyy/eMssURIEu+x7Kjq3vLywV4H1X6ehbdVBhZe+G2doWTynguz60aYcfGlFeheCcbUm/d/6Az0lMsIjb9nU0mNuAEk3Hw9tUjX5b26QVHR4WOTqoqa3L730nO5NcQySrJAkidyBFKaVRD3Jt11rQZUACBTauK2FH+2MrY9vewwTC04dsuWB5SDlYyXjwGUF+3cR562P15e2ZRacvhoZKDsb9q6owwDj4tk0a9B98JGFG1vuy3H5j2dYRp1jcHdynOUa4MFmk/VQNxHqiT4nqgvVvy4mhJEyuRkaWxmSsj0XfJBudgsKhreMOZPusQPUAr1Nxdz/7N5DfXjDWU1Ay4aKfUSkjnY1WLLmcubGbjlsGPm5T6vqSVb/G5yjE6IrFPZwtVTwIhavU2Bq6hRond0/IRzWCeaWwig+CYS+UtX4wUh7+P8cJDT5FGzuqYr3MvLGE5NaqqqtGwx9qdR6Ri3XT2/tvpzdkN5DPnjrChmLdAukF7N3JxP+rzqbLtZrkwqnJrQoXHrgOlerIQyCUYKn5UP9Xc7zCS63YXbda0AjA+AkV/kFDNOb9hfSsU/PSIPcr7s250ZvnC3j3g+6orzRlvdajurQkzFFrqslpIibQmT1wN+Qb4/2btXeZhNrYALqIwV1/SbHLnE3EYR7jpYXto32xkN+y9rB982ExifEuofyEGH62vd5pc0NKJCIkdkRXK7/0tVmKjn0X766mUUWtnOm29CkqADnIh2597n5iRylinjx0EQsVpZDeFkLdyROal+FbPA1R0lg7fZt+wYVFb6Zv2ck2RYaTF7iLGiZpWoZfZqWK9sfTSW2Si8XCGDmLVq0mjoKNAL7dPREFqFfziUhQfIebBuuQiz/owX+nomrUBlo/RM11LbT8ydCrkvT7TSfDHzcqo2O3oMkzqtzJ5sFzLdI5YEOO1cokUK5fLARQ8F1ZEp9XGuzH8hbBzUfNQREUwT6KxDg1OyxwOQYbKdTHACYJHOlFFKdHFerMIJiqVRAZzZrAtGobh4h3QRykhMdwSrrZ5gOCnk0cwfcSfwPq1zcbcqFj1Y+pHIT6eEQkc/ja2NmP9lW6tWDzjQbcZZEOGiuusMy+SVkz93brSw/GVXfEUqcBggQcnHEh6UrHZRn8SICTf0S3tp/fPkJO/G01OUVJOHlcuRhP/JDQdZZ8ZWV+UtnAjldYZSLg/csj+7INI+7e49HTC4m8HTwDXQrSGFZfDdAsLAbE4Wd51NUbUf1WUymO+y4rc2awYk0ZlonGz6dYz3np5RVuN3w1Q56zKiLiCorIww2wlGa2Dol9q6iIKT3Fqz3NRyAdrYloVGwCeDKou+AHhoaafRmebLDOkVNRh/BX5pxlqxKiqdOcn1Vmrtgm/b8FKQTHJlYONMglxeLU3TjIYHVHz3bf+dj7gIInaAVKMn8f4/33HLu0jv90gKCi3SMVNtc2qmO5LVAsEYYoNRrq4SL+pKrA37fNFwiL4ODNTbWCHUpJ+RfAsjBRtRDezdcQe3Lja4XkRkNcPiGhnEoc8vJIdomMyD5Yl762rmE1KpvucRU4aGLdNIR5j0xPYQjgSjHaI0/3x0hneSbAZwMoPn0qaCNk+ZCwNh4l9zzS3SU1SWHN4nyO/guKEbu1NHi+/6+ze+FecGH9A0bsBGWOgwi7sB0uPhj5ufQSuIn1h1HRGgPfYXcOktmkVU6uyWsO4RJANJomzmQtP0q7FWFQyy5bNnxn9j3E9L4fcEqQp3aXRDrz/8K+rE1lkngxWh5XHcP/Nr8VMZwx16D6TGeLU5cOFg0yhKRkRIuBwFnTCq3s3eWf8zVDIOIz7HA21t9KSLTdOOdsRgEzwoyYkNI6X1mmmgQSaouvi9/oajNGCdJE9TDy4eW4rWFCX3gv18VikLUTrdBfKb7lsFELAeFgy/GplkuQkGmdXuoZz1dkhscoTGjM7GOZzkvZhQCeFyelFeULSW/6n2CgMjArY2qIJhNTumCdK4ohOC6042YJDAJNsthjRTcM2tJcb+TNiKxQx6GzpC6RGdKMvDV1dGnHLar3kKq8onR4vA9otZcVj3SSPvkeF8hOzrv9F/6kCAWNhiVYLZmn7KXBKP+94sGguJsYbQuJDiDo4ily6EjVBpxPrpL80zcT8cWgJ73ufJ8FKnFID66Q7pCUrpAOx9RHeaQm16Ywvi10XqipcndZ2xzd7MGlHcS0i/YBlklt6Nk6mNtw5/XFdWWBRERVXAfS7vRYXNVQ2I9nlAAhBGxiUC8jmjJ75k5oKpCCzvaGPC5SC9UL57isF9XSyh1WFzkOiYjUjcaeTMJ3oOs+dDDZpXZxAIq4NdMuPsTWrD/oKfBhLQCSfiaNxTMuoIXmpFdelXzfq3oDcUMArkGTJK4np8q0kFC/W6o7PirOu2gPh/PZVkmXuMq3t/mCEYtIHdU1T2HyzisbKRxU8ns9P6H6+dSh0HxScT9oEgSYnWL4JS5UUUfyppR10DbQYwn5Av2TuP8oNe83pVINNPrzJF0X7McVSyCnUCpoqM2EIqJhXxxvG8wG8YNZujXrdg2yKo0VcPiaVOTjFrh3fp6FAowYgtJoYbwYJop0CRVWaTS1rE7iGRoW/4Fu1AXzK4Nw3LXml92IcnjbgW8qnOkYSsjKiOSnz9+0a1NqyHuTfzZWu0JJmkSaWZYaYiiMgebirns3ejQEqn1/wIM09JqnRWECLRHZ3+KqDLrU4Ny1B7qWRRlVkY1KKQwY1EubCd6u5g5EJaiR+0XqDTxJR195LT8fCfRWf7Ii2oJV+t97CQ/8SCC3Vyu5GSmEhKmXKqjY9K2Rr0DFui0EatrkxMFV4Vu6R8Bm+JPHRlWdWX050UVGH9YRaklGf7tmCoVTT98R5SzWh2duxZAQwvLj4oLEAVRpStKQe7s4d6jqm4ems22KTBVuv2ex1IqrAfnFlpZM75h+5tebRvR4Uk26rlwqa0/8RGmJ7FwxjeAtA9+ppkpV6dbHTsE4QZuolWjQcUCybwyxZQWz5Lr1CMrhf2tUUTMmlevg1WOWONPfA+AkU+g01bzyDzqQzxCFR2vn79b3bDUr3wf0U2SKIsfeZtNP4OQnvJUZs/tJ/Mfj3JSun3niuYnThpSGFxP30SVW+X4V1A/41p3T0mnXR/xmyypVmyxwsFQOD7PYNI2nKl8LBFKMZ31bp1MgHtkMAn+fhaW7ejY73EjH1pQclSfsRBRYjsdZ6zE72cqf+xh83mro8DHko4hzj67HfqcfiAOi2PGAjqp7VpmruVPi7A6MYj8Csg+BuFJ+kmjNHN/ysM2rUi75sdIhamqdmXti0OIS8uS3L9ma1gi/eaaM562wNKGW2gOLUKVomaSCUW8m/SBeo2b9fsbt05c4Y5fcfh8s5TR6JnFm31d2vgHwv9b9tDwA06UnJBR7AQpa+kH2sfdq0JrHI6wqfFDaUpdrsZ1r9PZy3KrZ3/9Vsr46aL6PBC+72MKWHHzedIhzaDx7vYoczK8CbwgxDdU88x9t92ubHvy4bweGG0S//mZTc6kMwAqwWNb48seAB259244ywz/vxGgTftzi//qfodpBeiP6JGpsFUo8cbSUCckxYZJa/UWBbDlI/YJOOTu8u35KXeVmCINu6DhikTyLAGKZV1G8pllSfXrZ0+DvTgDFfEuqKMrjlYMaSY7ypUhV88cbxlF9wsFhka1NA+qG9f3vIXml4vsYn66FpJ5q5i6J/m4JXYosjBmfDt4BbSfPlIwP6u0wa3WnshxFo1XR1KARVkIgqZTbfjyE0TBUJoGLXnPkTKDECbJzuwSQ+VVvboizH161KsZ0Iwe0tpm+Len0qFokhRj88ovdweKqLXDea4k8pFMdyyINVZ3BYq6iAP6EFhl2WzykbvkjmkrJfvDWEd7pJkX+MoqLahFYR6p4DXNoAVeeEhruCKSCbxx6mEh0WWLlWuS7DFZNZGmTFHZuOhc814uaL1emVVUJrQ0yghM6o6Tx33VVXFyvXyKgcKUhZL0ltaAh44lpDD83j5AsB/NegEpHRC5zo4WJEjwD1zwi92Kxs5pJeA1D+0IodPcU6gfpz+Rq92X/buCw86ct3slQ6u9Xf/6B5kBd0/5/EAruftyKt59k3SYscdO00YhvDVCpegtjGLIZf79NFxUIwaGWMYDAXQWTdkdXDM1/x2aizQCv3cKNQLHcrVPokzvLzvCSNvdgQ6Z8FjnrOucvO8Jnm7VeEaluXi3iUN91SmIb6kCuPdE2lr5gkuJX96fr3A5EUYPP0QHOmPvJWtozMQw46S+tCZObV/tErOW+F2QYFAdMBQ0GCq0egE25bcyBXao6T6bpG9GolMWCigbQ1CtaXQQfbWJv1klB4JbJLeUce45IK/mNT5IyJksblE1J2hm2qecPHzpJTvwi8fz7wj5DVIqE67E9R/fF9YkChe9wYhC0u8JZGzbAcExqJ0QcY8hHwW4wEAm0V76IMqKtiWXe0jEHEzVeMg9LoQZxfG3vN563hKLefAxDtaNO9Uahjwif63IYjDsvrbU9ZZ4oQh+ei1D/J0pnIT0nkpP1Lvqp6T7OV7bwKdYdC4kxKxz82H4uULPB8gTHwxLMjU0EhQTe1+6ynXkBiBtSvJpAwfi1CfeS1eMIcXSHARqsMPerVCgJgOuKZ5C/pVmJrpI/2SD2FSKGEA9B5H8XDTGUMCUwBmJlYGQErRT5aoIV77G4xY947JG6agV1T9d/vmJ9B0E832eUjLYIWBZ6zV690mRl6Dz0JNGzdOhrsjbWPKJO42Y8Oho5o/zZO57lMGePemG4o9PnoRh4kNHpMsYiuQwlUF5MpwFB6lEdUu1++1J8HHrsmwO9H2ZfATsqDojZg1OIBL32peOT6Ief4mme6EcOT2Ni7+7li8g6vi8CPiDrazmhvmmv199OZWV0hT2TL0q1cGhkJHMqLCurs2L5v9sOMJM3Q3f5ybip/RBt8y3+r8P3IBAiP5MgUHpmo8wJCD7/RfF5rsctEzMxLKDqGHaaBS/k/O1jaT5r3QNpEMV8dY+Xin5Cy0GzAC7buvQ68ot4OEb7tehEr95DGp2pNNV7PE8opkCjYtRn7olpUIhO52iApNawbzYGWkXM8lj+1+pJkMwsMK1c6GiEKUCjGGql51n2L6Zsy4ZwXP/tIMcwh2Ox0MFE0J8ZyMhj0CDVBn4Qby1paDksvZktdAy/FlXrQXzsWa9kSIHCYih5QLMHuzwX8/hpghZqaHuCnx/FJVGA6YJIRb/1XUhiYcxkLqtECEHcnVpwZJTlxxUNjCW3H9/z84d3pALfptznzHUNrIj8pOpMs/5MZOcVK/HrK6E/aq147Xng2/0kuQc91alCney38Y0zvVkJhGgwlVifnBvKjQrBvpvJIwLe4T6C7ZMqUFiEzwkOSnkdPOzAyAY2KmrUEO8QZxLpvpMWqc6womVEcg2sTNQasZbT7ok0JmJ5hxYfoEfSt6ZOolJbvnK3pQhz/hbTdsdeULBezJ08L3Z04sOWfJDJBYjy3d2xC4mCPnv5WVTKLsFuBSH/imHHYZS4SOGdT4x3fsNBiJqSIyxRshTyhdSXYR5rRp8lAVi/PTpcBTvTcYsYspcL/wlSxsxKibNTP6BmxwnW3cINh/VU5dNLgaIKnSBrs9Mviye6Bj1zh28wTc3h248FqSxJ2fpVdOYUOpxSeNU0flFemttdn3W4GSL9lgWkVqA6fvU7Nd8mThT9JzHCICrL4uyV00WPC/Lr70pDwnYuOJm0xlurFXsq11GwtzMSkZ/l87oAISZFqVX5l/QmJHiTgF4p5gcYaNxisBI00EYPZWyorriMy4KZqK9nA3QpUsRJ9Qnwlr0MHtXqLhT+YKHxDssuw+WMibRKDVTJhKQ6nuKtmj1h99a/eCUmIvwt6taKtru3740EDuczrxDaRc9V1o2NPvyLsGZ1NMloWnNf7KKkhPjcf0yw82oYe68hq1u6+HsGrpVCtq+71DutMqnP/YXhRp1b1gP4SGfb7Ytiu838d/7ts5TkS0vtZlGk3WZzyUD70COPw4WM2wZK3lJ5Bb52HG/NYjoskscEGbLhoQSiW7FySDvI+q7XzNIN9zbl99mnBsH6GXqOkAVcj3PUt0nY7XDVeyJppo/nw4XTVGHcPCRGChZMrK+UhsdncmXuXjcUfBLKxX8kVHVsDXbvOR4O3FYgOp249QD9tarYkpTzwEPRoTygQn7W9dUSF5chpWo586lYY7Dfm0xRujgt7f2wDycy6rIEQSHc5QgRG6RBoZmUsoy/WLqrNpqFSCicFTsTBL+H7qHxJcEd/RoNtatbosEImaxHhv08wc+tXuHYsTPYWW36k1xbS+LPD+J0sT0INojSQweDzZd+/QD4Z4O2NnAJVnr8UfFuK7kf4GNZheZuYeWBxzUIr7iwAhNYC0HYCNGacJ5TpIJCLtPetejSZ1n3+gW8wTBwqm3qHJKvcEJdi1Pa+ub5NX+1EJZGCWiJcJ+BCVJP4d9MLDvU1h4N04p2uPT5hvKCmltGwPr/G53VlX5IpRnjrCeiIKaaOcgiC7fWBIPCLgssxOabWLgKJHGcfCU5597gCCvdweLlUz9zyKZy7OiD13+TQawgzBS8noIpUFjm1SLVCg1Q8xHjRJCzdYZ9eafq+InNUdZg8E0fzhL4SOhOdG9jrBvCYTZ/vDx8e9j+7Gva7wswoOEcJAC6JyZaxec9hyI9FmMhUnIZdtyt5s6Sgwaz2dwtFmLNDCuPAdSySGi1nHbWxlYAT58idp5QPhbtEvlAeIXRUguGIaHsuQNUZXtA0MHPsKpz3z1FN2YajIhGw3mU2UYzNnMWye8H95C7AiGebSPW6gmOx21uKdnI7ly2CyxkrCfI/5vqlLi7gGaJW4I1rqhZPNT4FVY5wBNqMOAAAZvWUBkuAABAAABH/7FyhhQQZrHkywNcw3Z+KkJXnlzLSayijgd11zjd4sJp2hXr2VpnCjzQniC/l3/dGiPLuzfBIIoQ+D8dvqx9eRL5WFOjrSYjU5fAoAIi3FbagSlV5BmZh6w4ycLLC3sOIu4ED7w10RutVS9W5kMvho6tvJ+JHFI4ZLVr4OJLy2ef461L1xCfKb4cNZ8Uyd/+ThQMTOhOXLN1L7His0IR+sWFdAZk1Dd++ZA7nXSt9/V4+2mFGf266VEdJs9nXTffzR5La2MmCP84rwBC+WWByD9KmZXwsgsZf40fy0p2/ER9k1ZmUM55ySD7imgxiAwMkxJU0JC0xxJxMLlVDLAdq5d5dII7NFQ2IhjnHo6Ku+DDwJNoaBL5dGFbJs5+Xj2dGL9I+q20yFf9NXn78Xv3PuARYF5ZvMkQDLroVw3BZg7Rz4U15Ta869YhVIn5GOBDEK4FrGSY8F3nh+n1DZ9Gs5zv1wh+Yhr+BR66KliEu9nHWn3FrKVIoA5Wic27Kw11gK4oUBeQCpv6uYKCBT7Qznw76MS7UIWauTO5dT67FwkVvjFnGlQNUNlUP4DrMoGdOuenIV97IAHqglEQksJmDCRHIk40MpSSHDfxiGhF95VnGicFlQA0QgXKSGT/Yuxo6ejI89+BEI+913ytmJGtfdktNmgzIykTNbIOu90Mj0NhU9vyaMYE4DWfNJuQkGEEXrd2HAwqfP45aGL7tCOQGqAmzHHz3Hl6jhxYAq2I3JWfeXxtL8C6v0a16qKlbJIubRSkMXMKmu4qO81gNyeSokqDcC02IvS1oY1MJUKReLP6AiZqyrxkwpkgzs01M2SvMg3m658W3vmQFyu+CbIi1GaBw9QzqF0HJDbSZFELcOmpkG9r6VmLm5Eazh4dS+2KXbNyHitzMMRN6fvR2lpd/oIewFScszqp02nbidj1sRXpA7ZMPkd68CrF6hx34B/C+h7O6pWgDhTEsWvLiOyKVUevERRXoy6R4umStr6b83C2u+FSJJIgyUi1jh2G3zPOVZcxIoWrDZiHVdkuHbBYY0eqXvRh522BVaqYxBkp/Qpyk+Hba+1Q1CjbicuD9ojTRTsnD342wT8ldENqkLZqCqfyByknpeZb6g4JykZQ7wbe48pn3qKT5NbG0Vd2DHklGsOUPPk0nfmAnCCaowIvzF12ZSjyFVPq7KpQwvrZ1DSQuoq694BqJdivZNx05dT/9BC8VhFMABDI/sM+A9uHghHV8ueN6uGVyn8vR661s0IeizMTr6zxXWKsVN03QPVDfK70m3/KpwMNU2il2bm3B+vJwBwQZEsFck+7Fng7/b4xkbTz5oPwelQIARFFXki6G+vlk6q42ZwW9I5/38tukTB8PhLkidEc6spwCglLAw9Y2+gx0KClhHuj3jdEnnr22n5uQkFcwmCTEEx0JGgmp5HaA8QV+CegzP9Mq/NJy08XPbG34uIvWnQJ2wXUpZWRYy6KG480XQb7xOSUeo9ipKLGLPS9hoLqzik6koqP5THiofp253tG1IWGSmiIq+t4cGNOV098IrpIL+0ZjSrKwbTyX3B2XP9rVKg5Y5ItszoqgI0HKq8WRHOf+TY1v3d+qNGR/uS9Yisypy8ANN8SCBAyc57BKRqbGjE3h5KLGKVIrJVzJrT0X/RUPT/Pzym5CMik07vO5tVmKp7Nj2uiZbj3SGJyxkbG27qOwAUsocNJWJ7I7keNq4+HvcfaabDJdDL/sewDdCEqa01Al/Wt+TlAbhj+1P0Ycodv7BMxx32jCg3EwJt9fodlWKRAPsdCb8DZEH4L/tPTEhBWfPuA9fRDdZNbcKbTC7ODUIxp5ciaK4v7ZwCbivmJCQClXwP/EKmarJ7viogTt6loTidNwlQQi/Jb+sVaaxJ431LNgYIC8rtZzg1HAkVthdW83AWQz9WDR5jYKFRrMKJKnugOeqTrRr7dsbQpBRS0mm2KOZ8HkftUqSI35o72LSnYievS2ibQU5d7cfXRImHBiJgR5SGn4sE5AKecA+RaqgW8Gu87YuKci6aJDO+pUH0v4NJLM80Zl2G/zvtX3eL16Tk/f5fLC2jykgbJMEVGizYBvNKRUacJOq/YTA5NEULEmGk5zc+dJ5ePWyvEZXFWPD/lXzTBFZi1Gb1Z293RPxIIryk9tb9Y1UWBA1F3lR5ImX4hVUEBztUT4dpnRXj0zEEm/YxfL78OYyNZHs7vc2s8RVm55CXFf+4IO5XO+bMmPomkTimZRgZtQUJybNUsxu0zq867Ns88bKJkRofgbjodS2Eqx4pMhfkRGNkWfwMJtSrfTHsGAPyihn0H5X5aC6fa0gcv78E1RKA0Vym+nDNLeB5/ACh7sSHIJXOpa5nfub9v8h93RDyj09Qb2wTSxWHL5LxL+vDlJTUEOi3bu7VADSM6NmhkBSpLW4HtKDHQV7fcoyK7wtwKVQPqLCw88z6cjHsPuG4EcG94LDq0K56XaLStmvB07Rx1UvasPs6Ox0bbF6utA43heqAx6+3yF/+Vq58Kdjgb5QNcIMBsjDwrS9vVkDnnl/JktALsuwDi82GeVgnl3EUvbyyH82Dfv2I/NhL8voLPF5n1G9uKvPjk8UWJE8reMCHUnhPNoZZ1P79NOfdDB2r9+6oI20VWCQLjrXlmcyAkJrU7uX8ir0UVD4YDnt4OKgVaOss7mO2W8s2a2KEz+Mlv/338/PW4Ztn9yllnekHnBZoKdxHQAzmgLEbzLiqn5FVPJtSYa6eYCRbD52GuDZduJYT5Cit64GL3eF3z6awHIU7Y3/k9WKZBw6hYrFBHChOaRDgNHMEq9mu8Y+SLJGDHOn+hDiezL/bhhfIakHJEwe/RK246UCzdclp3/xbITaGoyq58BkH71cF/kSd3rphrBT35WG3SzmvOlcx2/p0pNkSQi5p2eerdqAKEQuCr0lTWleDBKiLYGZ76Qtlq2jehFkfWpGzWASYZgpXsmVtCA68gWus2KIx0guTUBiq2l4MhEq6IYZU5yE2e6Ew1vN2i2I+mOWoaannXlb5L4DouEdyo/5T0MpizJeLi2eJgFksE0rx+3uiLI5naJeZTqF1DOQ+zfpDlLoGY/ZwnslcV1/M3O7l5T0p+L3uBdY8hSo9ZNcPWdscFepPRbCazEzVY77TEre4Bs5C7Cb6QQ62d0SDQujBzDO2FhcdaFm50JK86iipbOsBiZwSDgwIfjBqwKus3WJZLAE7QthSp3UVTJbCY7z/JMz0V7rvPAbkZ9o+8t/mjmQFpIHS2+bIURR1gGze/tdfdL4ZFnjd4lWGP2VyQcxVXgx27sRE3HgXDuIV3HOKA5bXBhIaRjcdk/MfJTWFKfa1WGFgt9O/UbhHCiwRy5bWkKbs8nP25WlO6skYnRM6PA7lOv+QdZTzUiNpcBQEa680qL9WmCl/lKdu4N4pZOrS0Nm21daOosLXctNgz9fVfj5VXM5469MtS5ALBQUJR1rgPHvZ/+NNHv2hiO/FKaXaV9LBPiVBCO/FpRZychokCL3iH/BqoQBWVCrzx6Tu6A4L+qBrtNf+Ef9ajj+C7OqefKsk57Cc0MmQMWCoWARNqBczoZwmKwtpylbhcKnbAFx3cV9siJI/xP3hFuw35jhFpSQiowQX07qB8UdtkZwaSb7DqN+hVIEfEcMtph65R1xIHnTrkBtppylz4He4oZpekvrj1Aqh95b0Jn8HOqcuks1dXlSH0GIpVRrn3tZFG4eG2FMTvRR+LRM0zRTuP+fNWgxs9G0wiRnNKAJXzK7eJ7tg5mOr7Zq7hWTgjrxQxx5nQYLb8CsSk7/4GwEDiHrmOHplMvBnoVoqI+B28Jyv2zxyZN7dCN+4A2O+1m1KQU0Id59bAbfuaxkQ3OiW1HI5cx+ac2Y2Tk2Ij7qs+Th6TeuErWKREgPoq2M4rmQqXU8+1RIWX7HWrOGiEVtoU8qHJ5C4OGe4I7fnMsGEVTPmFh1G9WIXAPFs1YhBCv1WxnaSQJwji7Og/8F9t+QH1mfbjSXARvdlxpTtXnFc3R7pK1rMowIjFbOyUwgXQTC097lji2Q2eU1c8JFa2KOxd0Hackp+EAONe4p5dsA6bpoYNWhcaU0/yNytvHILjFhLkmCZHz/M8SJ2Ogmx2GDBSxJLaBI4+we+aIDAUhF6TqqDOcNw0eDvT85EUun7W8nh3eoZPzzGi+Qf/Rs9o3PPHmqfT89abyrOOqpY4G9a0kgbyvKlW6omSPE2Ap9nftVAAPW+iz3IJ1N7clu33a/0RE6IxbI4YGcJxzNEUC1dwRa/PIlEjTiS+sFkD+g/lJjJPlTxmOPQpIe1J2ScQCx3YwwDYNQ9GFtTxwWK42NiadgkHajzjpMTSBymTRK4cktO9g2RJvp/TVKVw8fWRxmrp3p0vXTbaS0jKYF4i/kC9TA82GJk79QfBa1gy2egEanOO+rIxUJwrDYrN5ajdxDboad04JkO3budRNHFIXkr+aI+6lGIZECX8lY3g3fBAugBRmr+x0uBC1WpUFlIxdpYlxc7nk8AgjGx28TWvRbHrzApbG4bvDFFGkbGCoi7nbOzazcRXdTlFxdiWxu0UVXMB8bik/6ZTPqjfhuZvBepjnI4uMfYpdEwfRsajQeEs+NPe4xVsvauLGR11EBynLmlt7C8K9TcRanJKVDh1mPJ1yrSiowBIm24VYn3iqFXo7vh0Y07/yGpn74Rh5q87pYMTH8J4sUrqP8k+6qN5o/9ufrB0MkURqf6Q00qLcxMHrvVjN10FMERqo2ZLAL+0P48accUm4IbO3DooHyIvOzhtsCT4XhmLRAKGKwvF7zFnucMgCDnWR6F5auecE3RGPhtWxVXArC5Ur3da1++ZzEmsBOCER5r3zOM4YUcFIhwzK6dNPLnn7s2N34PsCfejyscT4cdQ3uyLKiqOCmX9AVMkosD3ps72akXSYe/hdPo9q6DDDYRTCRHVMB8qTrdvjed28Km5BvXORlDq+8z+zyMxrmODO04AYdHMcVKteatVIKChyZFUHVpWmd/1TrbG/DYB2BcO/v8xR8Y9KI+TRxJl21e9tgyvfnejic1kb7T49v4T15edjaqaOdgu5DApjsCMsXej66JN0qiqjnRS6fEXV0WNV0O424d4DKuVbT9eY6VTwk/dY8wMiNYEcVY5xKymmnf805/uCAxXV+DX8VEg2EF3ER3Vai8KrGHSyUcRCh5d/W7b7/jLLc4QW1Wk/USNM71JhbaihsuXEUZf0fIWE5LrDnpECNfzudzFCnxvNKnBh9SvWrkEG59EIM0atPF84VyKCovQu3FoIoAyMaG54IhRMEA2Xymv8Rtwxx7LAWZDEML42R7XHqzGrYkKtzFfuGlaCjTbEh7tjxC0KTvpGK4FZgcOvW96BVfHoPIKL6v5sbrAahfPFBJwH96dTEWEmesfL0mtmFdz7msPgEpwJOkBedXE030XmHb4gCKHSmC1HErkCJ34MPhWnaQ30V2Qocilraq4jvHk/3/p6ts7ct1L2UvGNgzAZdbYUfmVRrgBe3RwVDWYIbv7qf7s8O8OB3bUUoioQpjFVdpn+24vloGYKEesLgEfzmZnYdamaa7kUmHtI8TUiqT2Rr/l5+WH89vxLC2djE/Di6w5nY8GHa5H4OvKVB/gG0TG2ElArngxAL31JpfZK6f306//0fNCD0zXAFA8qjye+3SotriqD31OPUhsR8GiNgZSskgOHbBVgh+56sq8nmW4PSMlrTl2mePf862Kn+1pmyDs1M4QKz7R7coXIErMJOoqI2tlie+TnzJcpg/zDznJ47NpsvaweFNo+ugZU3lBLznEiHOYqrVT1kShUipTmE1Bdm+1+CQA6vJaqnRW7cL+6HT8+4MVjhu56WbLDsjnjb65WSGZktBEquGRuTztKsCsO/fll5WCmbc/YtkixzdD49sZCABQtYNXFXjEVNQHxvdYs9mNfbWKn4GOFXrDpfFdAnQQSEujowJeK3OLPeaQSXr89hZzfI9D/nX8Tj4qxC+xcW6aYKQOGw+n9WgjQ7FkSrpT8mD8pdP8u3f91bAsBQYrQlNQlRqft3jv3o9yAjKmwZ9quu8C/xQMnUcSF4lYEbiF5NS3m5i8NqS6wHBAaoVGuRJ5n4XDCa4EwFqcEKwJYy4++T+cp+6Kvi4rtnjez7sztB25W9g108jhtUN8/jFpW3sqHTH0M6vHwTUhBUQjyiuKLmuOrHC7Z/iexsdVnU5pJdVgmp3UAeBW4Z9FevxS5MuD648DeHRSfcxM1wlXqoraJzFs2YK4QIEhIr8kSb7c7RZu59hr1CqBcWIhkHsyJSqDtCSAqwz2fE2sdomGCHL7jWdUzoJZlVhw3qYe1jBkrVNOxDXW7YVynxbudDszIFZPOm3plaMcoOpwJ46bGtO7a6aqXsGL13kSQ2lDBxd4Jn2hpUw1A/55f0flEhJ6n3sEovlTyvahNPBjw2iP1RVySyYDr5YUnjNfsdtEup/feEUiYfepsOE0yDsi4xp+L7t/XwSRziAmEFhSIu0lPaBnLh7VC1IHjQTOsbAG5d65BDQ2HPCEY0ObaUObQ08QObhtAfZaTSOVQlW4cjNZ19gkNWSa3ILiIdV2BOftZ7LjsDQkAdOBNXdsDiYlgtXeAFcDK5R/768yT/z/rtJKH7deJ9koPvETLRxJCilIwab8YQgLAoS/gBagazggKUo9d7LHzWKaTpMNN/INNBYWkPiIKP1WQ+6bKLL8h6dHdUjWyELGWAxN4Dntpkx0LhKcLJisT8OTsCvHK+XX9JZcQUB2uQZ3lLdN2u3I/btmc9PSrdb40odd1u9gDc+FEPyMFexwTIY1+b/Y4zhWbfoUQpTR+/aaX2astDlC9Q69n7e3vavsqZCeI1gghzalSbI1KwSt1SNTPV0Udl+yh8xlI5yrJgJ5VnQqyHioyyIbU2BEMu7O/QSbbOzOCY1lISg+Qt7rkJcHlVSIKRRJyEDIMCvc7VP95vWiNMbOS8CNA/PfnABMHM7mZ1cnuIuFq/5R3Zv0U7B2gj+oS3NiJillQAmnYq99sLGRBmdl7wJM8BgHmyIR+QyRhOm7QyZC/Rx1+gdvdKK0w1rRi9WGByLi0r+76X7rGXhjA5M4shtroDLj3FUtqKFxRg8tyfGiUSyvImQveTyTbqfF6Weplht6OtckUegMWHc3T8KZe4dc56tGAHGGW6ab6V440BMsyP0NtwHEk5lP0uKpcBoSZFSk0i+OzISH7rXPqxH9w2vxLCTdl+K8csmRaTvHIo4VPjmfGNRnK+8yfO1eYTVXOAIRj5ZCR405Ove0ZTBnLvJJoc+31wUi/AnD+cf+noUi4N5I+zSTYYb7wNVbh9lJYZvYncz89pFsCoSjM15rzFaB14/ZQOa2dRVy7+Hty+zXuj35SLT7x2fMFma6yhf3WsYOyAg9ynewtv2OzI6ejdhiMKQGTMW61mL07gNSSULpYyiTgoSxxEWUdQmS8yj9dC52+YRwZ7cEXHtAvXo98NJ/nlq7s9RSs7dDSicY25DVuuC4X8H7552NhY3GOA83jMZK+9sL6ssDcilIBfaZjUsBDX1xohFyOtDTYNLQlXCft9gmyZN7CZCovH1LHJ7WzTkF86iw9ogE+6g2h1BbnbGV1QP/iKXRDsHRBHl8eY4s+Px2PTd0z0ZIiRHiEXg9+Wij9XaUJF8uZLYHRo1LQTnFECqT13SngzFagtFmbjgbYHRSCfXZNbZS1IWieCAHKq2vsWYeYXbwDv/rAMiPXwmaV79ozxFAFI9kPnxZYGUCMYPewakZpLGPmCqCpHJOEuz+xg72YfApjBSt7sfEz2ZMxymRbNYI7slI8ufk+bqyMK6p2OADV4k5ALgKuRGyYIXVHXfOIAGoW8ajfRq1vxKTzyQiWskPa6az3oukrihD7tCIYt3mNBDB4amqk5BZFUHlhVJvhYwyO2rsDEVnDkvHGSRaSr2hUXqLHBnfILy1Y7j9LcPz8krwwsbtDieUiGYP6OtVH+YnOezHRvYrWW+whnRuT4iNJtFnPqNC06JyzzkyMaYRMdgONX+T81d/+cSJixzvsGupAWFHXMny3x60292oEcRn8TxUDzIBBFCb8S/LkEun/On6Cz8vYugkyy/FX5TztnfAqSNJFDes2uIsDQHmXSsFKbA4o7z5pXNPCRTX++vmevnbvLaeRmLFHknvvLvI0usa5hJJw3zvj7nmdyLCYyo3mTQBZRowc/mTbgHq4T/CprvAjge1nhSKpQLYNR/EFEmmQCKVwqNrSnBb1dxxehknazRiZatxEO/+zp1EuOIcG4kasAi9KD2NyZgW9n7nFHPKryV3ABO4qXJVS4UUcXBXCO8ADJX4uDbjeaKh8YLM1ruL8R7AzhhttoSB8JL9J7BmFkJVEfhK9POH4YbzcOLRYcNamcfp7OvbAOjvssD5p/41Uiwn3AFc9EKkouRy3MJdWZgb7VFKulEbZTrIH81JYvGkxk3T/k204M1GCdOmCWGBwPB8KO08tEoiT0x6UqkxWUlr5jiYrad5pZ2cBWMP+hEnkUhYMmgr9PZTBHm68bD1X7BYgDBZonpBJic5cBlCfbQeklmAnPHBQL5EkAb3GLyBWLXO74cDp/nvD3qFS8Cw03/IquzkdndSwnoQ5YxbzVkyKjEvW8Q1d3hOp/pn3d3YqYsBKUj1ntl75X77GFpRwEwFi4oXNq5EpBjatwO+CxYcrwTnq+HG4g55Sklx+REEJRfg9gXEvgCU8C5u0tV2LPYNxLwcSdqtwrdDOERgCO9LAB0E66ebAAABX9ZQDcuAABAAADAR/7Fxw//tOIMjTjFO5mJBMzB1TZhyRHxTt1NEFTsayNdDrlXRoeq5H0rZCjHOfJXJmNwkT+AOjzPmB2aaH5EwN77gH6OZ2Uk3YDRU93D17r7td+9AyGxP4X1NsiNq1zWKMege2I1CqqmEXNSAdrf3CoiLuGW2vQCTvFNmpyYlPfjGa5WSuJs75yljF4mf4txo5Qh2tfRF1eo+Ap4hKflljMCmUQ+JnQ7HD8BFK8Rpu7ufUo0hzCmr7Is7pRmfNKEA1zm91lYKtmkhGDEVFK7aY6IfHdQDdU0SKUe4mn929p7tu/86Fru6ya7yorb3p16oWPd4xDwmt3+MmwWewzONDctdXb6Z8OlyuD9LL0pWTK9FjkLmfFbEwr8CWkr3RSVzMjxLx60Ynwe+EDc0XPwUvoWiuzL5jNS+wYsgF7/xwyDi9Ti923rhH/SjjbONiRYh6uXpRNwh8IdQm1GWgjatp560thfNYmLe0D+x9KGQlAccF93Gd5kYiTfADo07ZzMSO419yvo/Ks2g/e1iFELUJRp2DrH+ZchA3iVWEmtU4miv9JZsxcMQP9oXsdtmKx/aEuv/DlvvMMXLI2OLdB8tdhAXmGj0T8Mk4EEtnJhA6Wo9uk2ZB2FrL5+7NMd6QqvYerei8lY0f4NMLVRbkVkNdtUj/W218eVmxNOhbUGxoSN4YhxPtrL0Qj+V9qqlvlPjaoCcjfBAXqhXZ6UWB1Z5PYBvo5tyNcqhrhtntwEiaHmo03Xpx5dqrPJwWq08AJHtP4SI4JVpjDxrRGo9tX772AF2piM9kwk7BOeVyyK/Qr2ca+/+UHiifQBy36FplagbYA4YYwKSk0eHhGB2zBiu+RgpHJY0r4fnf2rcs/D2OZI0G20WbDLAx/nolYQQQpBZZ/HeOZvWE/UTP7Hzh0YOxyf1FrNtxUuuPl74gR/WOt3F9kmIsHo+Q5zLFdbu2rmt98yQAk5dSe+rp0EVUyNY+moWG7afg6wxE5Sup40LHJkbbd9QNx4EdQ+GqthgXwz5WkWegHFO0iwxj6JalV+jmx0T0W78QeTfgLLwpZP+AcfsC2JFCXk5dE8PpJvD3dfTNE5u9p/vDzhE2O4ITjE/3ptU8jw91nWxGNzsVat1Jc9fTvuLQLQ3xtuPlRDJ45LrMhXK9g2HKloZNL9PDaLDphO/MhnOyi3QvvBTUANHrdvM5V8DcaN1RRzshcZnhFqCfYWTnyQ59PwuVXbbbP4ye3OCBR9Oy4jlKFFp1/S/tp1ljHjYLkYOKEPEhuJ/0ZrhDoLa1CMmn5souQTbkNZ0QFwVHK0eDh14w0LSMsx1uYSH2QUJY0JRPpUB6UCIx8o0dhTA5JGygn7cIUM3albbi7ydSWd2m14kWchjdA6t8lESiu69W8k7yCKA3tOc1KKkb+BR3pZ49IJ1CK+f7akjRGpExg/nmxfCwhdsoQTcJniR5NUANd4sf0AdmbHosy14cA4eG6Cur16u0F1VKezFa4hr7oLctvR8Y3W5fXs/SKre4uUhr5Qq9j+1/7eRqOKyF/qsRrEDfSPpQkq8Gin6C23C3vZquZ+G8D/UF1x1Hu9JgU5Qp6T18YiG1ixZ7/cbNc/SWT3vS6AvivfAe69VSycOjGuVYlX7YCgk1S0q3v+1dyKqvt8L5ktXCFthRvEmmDzAqRp8N6V2rSijh/S50K1SoVQ6zMMP+3LJm1cAkffoEstWBkeqiszrhEMSopQy8xGYDbF3nlncnL51dZsVGgcRQexIgY4mhA/T19c/Vla402I6I4NybGELzB1eVPGlbZZNAxIdAD5FXkTXRFxSLTKEnXunbBcu76mANaYqW0VsYEtfcPuwY0OQtTTMOMjDkaCGYfg5k5JcaOQHErzqhty9qO5pgYFBNptWUgCVerRBwCRPNwJriLCj6KJtaMZgtHSKxmD7OL4LmlISqpoI3gyXCY9WLQIW5apwm+86Ry4/SsV74nULfeLLBc3XOQKGw74YCH3FBEGTwhLb+Id8aIhN7TjUK2Snd+WgCNOYSDHd9+jQ43mQOLJ/porVrAJsbf0hRfWgDv3DabbfGMXFNtLYR/c+32FtRktvpolYleZzCu7YVRTLFHBB9Zcwk+Oq3KMAmZBo3Fp8iLhyWiiaYW3VtjKZdnrvHPBOQwGeqWbfB0mIaikeu4AP97QFd0lAh5U0cXMSOo72SIkokhPS+Hu8UTTrCfzuQHOyyhIxbcuuQiu1iMWpoUIy3m76hk+hsrXvjEfHVGfYlTEbL1IYeyRlYpPW9z/XVmhVhA48BeCI+ps6bNiBwCnYQPE5iTx5FdGwUDx1meInTjALDqoxMQyqCH0pnRaZE3l0NRP7fXd6jIzgimOrzNwnFXdqrkvHuvG0s5oevuBMERg4a3V/m91AndGs99w1gXhXOQhTbZtNGRHQH/1lZqNEks/Ws7JlIsqt3r2O3ohSlwSt0F0bBP6QxuK0Sng4hxRZ5hiE7id3O2wI6MV1BdEOpYPXTIRadsCD7YUsnLqyH0rM0bRxoOoMRY5lYxthmlTury3lGQ04anlOq6ksu4HGheXFSqCLxyHhp2yE5GtVU9JeW2vbK/xGnXHuhwCIMYOO4ncR5xoxxULSrGvcfW5FmoUbpIpBoQR1OuY4oC19nVmA1jfVrUGvlvPzjprnccZX7CPMzKgINpJCYTK4asLcqf+76r24C6Lc0Hh5t82iVXAiTeIBaSXSEINAzDTYowdGwaEY7ax6joYDVlLS+tJf+E+IPcELtVwhr7JQTEfDQVreNyuOfmHONXUNuvc9pNNWD76ya7jJh7eCEhGpRw6OGEx40+oCNP36vzOYNCPNdpM+c0RTnXcAC1ybJnqFlA8SbQwOpq3xOWpjcCGwfHz3y3HuYNRiGlEUwVrSviqxYlXk9spVm8MRAqWsXHSd83GirLbsvt+3FjUnflgJuj/ot8gbcSfMK+9yGQr4Imuc1NegJx6fUUuFk58oVU2CQf7YYc6hdjcEkP3gXF09I1WEIamPEkFhw95gwRyudrGt7jpadrcf08cb8BxtXHYXWtuzpZg0TJ8tLMKzF8RHuayYEV1mCICRi4Ztj2LvRvBirgjoZPAmoPTm0cqAxCcLcYnH00m1d8qoZh56FDf80uM4R9LY+vhA7kMm1rnsB0V8Z1JgV0zXyYbhCxttW4U36Ubv+/hZNAChJioLNJi+ppIb/mVy3Dp6tESYekdQolMcmABQuO/HEv78Q2lDuPw7nxUZpVg7fOfNeprieHGA3H/e8X+3N4vSH5Lm+HOH4oSwkdf6AvlEeX8UhMfacJCxd47n1/U4wHNXKYtfpUOENp+OvVwswhSsCWczKKH8lMVxH9V8CJXQ17YR/d2PG0/CGGCDuwssi19ktFqnzsc7Tg0RnO4kJFyGP+XDnpzVhyFEpnufAlZQlxZsBvUElVbjY38KtaKWot08W2SE1WGMamk9xmXAKl3JimOdSQ7P9rIqHfcwAuB3CtNpLaZG4z1RdHqxk7QkTmDYDA4tjYgv2iQwKR41Ny8Gehx96NWiON4ZqzmZMGBmMnCSK836fWgRk2jQBDwCNxY1+pFtVpQdUd4KV8ts1J8vIU2imxcs0Zhltv7AlCRVRylaJYqUQzCWdkhBa2AUsUzg7CzAn63DSvAKMQxCo7OyBbLiO97Or4y4Ohinw+XFWtYlrOLBP/cBtz+hgdPifVYihREcS4VptmSCxMRc03H+lKrANHSjRxqMiFg6bALcq5ItR2JJzGGQBP999H3DQarvEqY5pb3JfaQtpMA+1vHO6yr/k7Kewa4I26WiopfccGw/LcEf8m/LvpIRRy2KNADtQVHu9gmRHBsr4e48B3Py4KAksVwCnZFQiEdq6+D9c0dJzQsNkA+ljWeNoe6/+HU78BcIiFcTOpFfSAG+TYMFEVxCCIsSwfEoU5wPqam06Vee8T7c0o63nLo40POl9nHIl8qjDhIkeGeXeaVc8iMYHDPSZE4bOaXX98jgT/IHclYVFlH8GobQE3FCBCEgRKc6jWzKAQhc3VmqDVhTCJAACshMP0AoTexZVgLX5DQNrNBhb25OjdtUPN1fulvhMa2oc/jLEIfqdEO6r4INXG9rcDVy4LEQPSqFHh/OuK32/N2LGPM3uTMHPQmCh1gpntY5JPj4KqKEqhp38ZWkQ6q73ojenuqV86vpngWwtGqOj85oy4XP+ykBJqsz/obbNqyv6FeO7j5I5MXisXW7IgkXgMN0zmy7ee53s4n/yxCZlIfN3M+H64JtljT7h/N5uMYVolBz0Mv4PVWko04Sh6ZEYC7mu+h18lds8gUgwO94fivnuSj1MV9DsMP5s3fIhk8DpFt1esnrtQ/7QnSZ9zMI7J+BZwtB2sKxCOd2EUy5ONQLMN/kXX6xs1vFkTspiSLvTlCoac0ceeDOxZq3229WacM4bAUEKd6ZjMrj6Uun7DhwaZnpxbiIMtfN/WG3JT6xIc0p2NdzKFUk6DzUIBMzXplo4vND3i3E4pAoLKaNR2gW4mQ3MW7dXKHc9rQ6ObKZT1U7ppw+W94mVnWgyiJRvxFnEngCXyQvOrbppyA8wOJ3bbOCjR+cB7OL3ub9sWBhoeW72HFESOC+d5Zu07VBZr7/9UDakFUCMg3JUicLkngSbcSogGo2FsBCvSa/bWnFx3+IibTCqjx12X35qSRXJr0dAUbuUN8WXZWzkc2LmUDQ/7zm/Xk0bLh1NWvAeVBWWu+SqZonnK0EoguvRfqyNWE3Kd25Mh55WaRQgrq090CrTnFKI44T4I7NglCq2NdCcMYac9Tkt9wvwNaK5Q06boSiiC42fJ3zg2LwP3JL+SrNuJlNgfU/qZDS/DfUL/Z4eXzGKvLsabNqH/pU7mW20k0kmm2A6zpAk1XiT7Dce5HDP8jR0F8YOQ3JYuvFaHbd9pQF1gHZI+Lk2WUnrmO68d7S7m8sAMNoomrRq36RFR5PjI6h1GMwgP4BtVIHUM/SkgCRP6KF1kqK2GJ90RAUR/Tk08A3EdzdWAy8BNDTz7ety/3aP1sSNpiZBVKJvQsuYfo4aGgZD+UPH+IIBo3QMCM2Zpq9vtGsWIXw+ScNzAzSyE/pbLsUPAt3nd9TS5ODPL5he72utEK6wnr0wFGgWedBarfqZjugyJIvxQ2RuhTIx+Vq/Gn7dD3/AZRZw5WS4WwArNNfn2deklGP6/2MlXAD1Apvvp27fA2Igsv3yjvRrdacZoHMvoGDZKnIfiBs7ZQPIXeL2ZVFe6HQxygJZf4GJtXj3CpKGO67HbHV6Q5uQDJv5Po4M5bIu8CHaqgqxQjcmx++nmduVCjxkpjFcbZFLnvbA0k563JTV0V0dHuCPa1+PyridCe6cb7beV9li1zMrrQEWV4bhDVS16BCj8yBs6x/fKRAu43lQpw9UBfqsjUwF6aAdjm0SjM+W+Fc8+UMPkTo25BD3/Gyjh1LB2uef7vrv7PSAxBpKi36EcrSsLWGuBeAFZDPGIHJiG/PRxh+u00haWJa8GzzEXUcaTrOixNoxXvNPD8Yl1lEMm3l+fmZvkUL2It5XRC3PHSkPdN3PAw2V8P6By5dK9XCyzQYkRDRfnAbtTHbVjIzl0KStwVEBEjp9QVzIyNh/hj7+H3+RppAvcOgsWb+KAR3ISxBGiueqjNwSmkyAkfDZkbkho/WMiodF7PnQ5DgjR5LYK+lcnDFC6O2WyFGuVVeAe8m7Sms40uLICwFD70Bg6jPanB87VAY6dgPE+r7X6mZyqFTZAi5GW/ow0wFMLUqpipdc4BFBeiP7tP4Y361LUso79gmcz+NAv2AqPW1yTMEnfwIMmtePCDWYLmutmM/03z+OXNxcem4SVXtbsP4/pdde/a9VtZU5f0W9WJ9Rk/BkhJXznFMTg/GHHPQqOX3HBAUNCE39UndgvWGwcb/KnVxu6z1blJQ8uhL2SohaxuAOcL3WR0KoHrUBvqfVSgIeqmnkboBsAkdoRifSg05afbJjeJ4eMWisaIfS+PKbxEmQPOLRM/LzD07IGUBue1+jlqKfrRC+xNcpFyjKyDviNSwJm21KPW+BNtxxjXYR+PVXQk2m1KDAgEhFXPDTRm/p7IOLjZ6nam1BVF78fexdOXZSkn3R8iMPW/1Zoim2oA0tyXEAUYQqr+5CqDTOi2VT5oPmQijZycfW/bwqmUhZ7r//vt54aDoBtW9Oo+94FXZlOQAfxWwLk9ohkqs6PkTLzeyRhhqRoFP6mRMTnIq931zP/fZ4rfaqzQovXLBvuf7QBTU5v867fvkzSAprGzOId2COhrvehJWnWKU4o2+6+mX6Ztz3UOds7+YHYSS/Ptf0+NKf659Ynx5rWTO5RiZeBBxYP4tj+2Zq2y29hbjftCtV0eXSvs5Mq3rNRAWwsjsqT1/2KP9PTYVbt9+caW77DWS4P5HrJg8Ioj8ZSQ2XDmi5jfm1tgwsrjflQHwj1dezopTk3tET7Ze8hP2wfkDEIYBUAdF9aC4OZY9zJU0tjDD2BLkDmlN8baotTSQtLjw7PXz3ZMwdaj357m6C/uGOyKFeJxPrdEkvxAt44AkQ9Y+eUd9QY7WhVbgcHDBWFY/4qY1ZRMyqa2LP2km9Majgwz/pQ9DcDkIS4UTAVhIas7pzWk764F2YBtfMejegHE1+Df+whhL6SPWU09l4q4QbpqYwTqITccaOTK2L0B+rZjo1PuqQ/qhFTwNnS19beoLe/vh3+nT8qES088spGDj/9ty5HAxynfc9eVHMYE2efSA7sttNpQifluVjx6tR/l1ZigfN0kEJv/q/tjGwby5cm0rnXXYQ9Bpdp2E5W2JwMX5PGCflHKFCdgHjcMlt6gspcBR6ZGqqg1fFg04NcxDiui3kndhCFJRkT3ywbP1017QXLX56Fd4v/bdnO0QRsExS4D2K5Gz0kWgB3OGD1bdnYqCf8ubKndRlbx10zaUwvfYC+Vf90RJaMlBt4onsqHAT6uH/tyqKYqmkDxW7zUVz3GCYenetS4SG4uTHFqEj9Aq8nvwOJ/2U9SEEga8Hv/o9OhEgHmm6qfOOSDB0L0M+nMz/ZVZgMHRH4pDpKuPO6e17AJfwnVdTEHHHqRlFHkBGI4TDHSxVdxN8fHuTxt/QMFS6uOk1qEaUnd4X4EYL3tIwk6YvthI7kL4MJU4ywwl2BhaAEXd7PwbBnI0aB1JNukqi1wrpFSwgSzmFLhn7+XwVNjN7rA5RxwNJ4zOH4moAQ91z/Qu3LN16V944u2ROv4747oJmwu5+1zmhcl+qthQf6EJk+y3pgFvl/pBuzWddB7k2ouBQcKQ+ue8NVkUytqW5rbZDRl3cAO8eckCSgk+3V/l3C7vsPx8We3NfVsIFhcIJCM/+AZIk8sJhZc8KgqOVk89rmv8Zq05ca65D6dLtbMaaXzN03HC9Q+OK1WsP1nX0RSuMJL2DQcrWlk4duGoqFFAjAjRLT+L2ARcOwDlK2AobxnimycHHL/O7vVuUSwo6LDp+hDbAGQjou4EYr/AAAFzFlAFUuAABAAABHKU0ae0df2v8afY6JldWkqaocLAc9Dgk0NPsm4aZQF5lo9IgvpqfeUw7PA8CX24iZaIEq4Juab8pBK79/LPHxIPqpR8lVjE7zCA7fqG8LqTW+NXazpWaUlti/LU+SZC80bbTQRDW7ujVNquUphK8xlfRdThdfn56UjW03QWZtzpqS0/Hg9ivKHesh8zkszxHNtKuPKVaxilLFAptJk8cwBlHvOpyl4ZEntcYcceEWFeCIqGL/rUrpdOkBU0c6xFgqWBWllrX5WCQ6SO6DOL3MeOERyEi9YiK5lDKj1AWRlVSW/9+s7MwCqfBlwbf4bA3OAKUnXP1ZX4RfMvh0MpTUK1YaD1nS12QFbQanUGKGEJ/i96VwXPsDoceRgMCsQdZqleFTSUJ14V69+BOYmzBOCfvsD97QHznCgAVDSVybcbKqJyuktU2F7GvI4RoeTEIFLb8n7qNpD1lBTVHZFu1M2phrqAW5gb5H55cSF3zAGGaOyNhnqEiXdMnrTQb6Y1kTyqIjD/X7Ni4Z5o1dig3iBID51gMDtmYvTRcpbJsOqq9tG1i6REOW71Lb1YQJwU9sheP0NO3zTa49/L5LmUoF+p6YrxEkGbnEMU7SpbFl3SrlLayQSxWpmI+I+0Xjc7rGbsZD6tq6K3vr+Hzjse/lW75/Z+CqGkRkGRezA25kvB0l/9Z+Jopf6Q4HmyTC+Kt0+GaguuZj4th+H559dih6uYrrAAC+jA1t6Iy/B4Dovh29BKYcAFRp2Dda+fNqgUM9GlQGC1/+dhE9eLntD49FK3+MuadPs6VuGeoykvRlDCYLelJekMICY8H7+vMDAFpw4yX/B9fhwThs60/D+lUhiVv7DAU6PF9hX2ZheEGVMtXr+b4HA2bl2twN8GyAS6K0nCeGB5+rvwiZR2lEc8MiINMqCvQPkERfO0Lm0VfCbbBb01FmLaqQStbWJDaLClZRdFRH/qKKBYy3T8nXaBO1/hibQGtt56zzc67Aa2IupTt18pKCuW7bHEJObSaXODcv/x/+RHt/BXe4gm4l8VPEPiHSmQAT6xGkMDmOFUYtfMbS4rO9kSZMjSk9ADUP0XaJx91/cc1y8OEB0VJ18Ihfksque1SDCM5fzMfz7oc5lmZbBfTZcHFhsj8gZoNkjuav6R/AFcp0i0MoiX46AvECXttzgPHoRUimQ41l27R9khrWSmG070efQOXA89POIHrnWvWM7xD2oAG07lo3E1BLGWc9smlAP2kIh7aWJ9FCM8E1AKioac+eEgHHQWnTZCDUW50zwJneOAz+4CqDoYPvg/EyVRZ/Eh7T3dLN0vKZGRDIPCTRkFHqCE190FbANlTF7TRdjzYaINTicEb1RVj4ulRy3JjcQlUXj/Yn07/ctqChvMD12sDdxAdR33RImfiN2lmbnAUHF7ezwF7be/TIXLmNqbAEeWWtBDnH6E8uOiQkwZef/sltsrhNeFng0Rkv73wGKHUGKPmUm1bCRawh78Xu0Tb4YFv2ndb88ysk34vWf8iPQeX7WA06qT2pG5ppetk2/etvTiIm2HmcnB5rvqlkSAgWkD99L+POmMDCTNCQHvcVkHDmv4My+Nffd27cUOV14uPXdrGOXnpvjjMcfz8AixOeCvBPI7f0i3GgKX4Ws9DLoNTEZCHru6neshJqzllgHeL8bagp54NZqUl9DJJU7k3WSXRSSefVISzy58K7gCeZ1ueOmQ46lrTZSSQOZEO5ctWE+NAWIkqihLTJnARDQ2m9i9xzOeNwtnSbeD2V0BYz1moSNQXzEcCaoqzoDZSh1Bfta/SaC6W2qgfCp33gYlTka6I9WejuJd1L17pQF/W99T+TSNQGAWipAqh6FgVd7OHiuPRziGyC/Mugn572Eaj6pDtL3BYxrHxa03X6YFOr05Co6Fc6nj1wuMq4c52hq1G1lBPdAeJJ32fVkl16uxYP0c7zONOs4YJAGESZ+uASkr1MZmYWackZqXe8CIbk1mmBiNRxpzU+Koj8kLIhQI4jw28rmXZkLe2Le5lpX2RCL/EJZgJ4xo/13jZmKCv9droEm3MjKPTJStah/XvVcRVM0F031BVN+cIQZgVUmFwOxviVw8Os0X9oaci3PspHEPQFwLmPnEAdzZSHq1ePGDmNnMiPnzEHAC9XZxbn1wEYWcH4nXstpnSq3i1CU5uWPak4Fy5mI+3ryKS5Ewoj7WMKKbI3cWaXzPPZ1TL43WPqYPDY9c6kkwNJEHMOEcoY+FBZ9ofBKvguUQvAS1qi4LilV9LpJUnK6PTmRUOq7u9XZYktLGEVpa5vwJKZBDllMPQFLp5Uf8/9Ani3P/LqNWPknAare9Q9QMVK9fqe/Dd8A4E7f2whmwboTqVoZSWKbBjSGiMNqDG+P8ZL8p97NhJ5x9bX5T/HhAVZrKfphua9z7eyV08bdxYbl/ZQ/h2Bz10he1mjSvOi7SpnaSAR+2jBFpEOWoy/BVGEk5KJW4w1GeY8/FDf+OBvd0B8acDkqW5KOWtNVa3vIV6WfzP+0Vp3/NT4AGe8V6Gc/ImEl1jOVvn2uXEnqe34PxJ2BSlaLPzWF86AOLJbThxQvLVvt7gUemGO58X47JFEp0G1K2iuEMJnen3WK6AvVguA22RXsnDH263dJM6JXPllPpyn4LWqpS+M0J3u8uoVC+2QnjqbjUBNHInWJ24SnnMWzbfj6x0p/YPfZfZjXfhWEaVtoLVWtqYDys1Az91ShMR0U6Mb2MH+N0C35DdFdO/Y0uHqAhcGlwzO+Gc/uZ/zNiG6TKbgHkBvsir8CTaDJkxwo53H1ddLC8oaxhzpKf5yOYIBZwZvMNXnJ5eeBLp/XVvDVdU/dqsikjay/cBNhJwU4qZmy5ny5XNShCooV8XOrREkSQlQeXzVsSzhWBoFGLES0j1GG8UrYSYQUWwhvP6jk+ngl5Ac9wSjXGM0+9Po8okQAN0jl/6aOFjEHZBNxb9XnLrA5s5ZdWaxMjoVof8OtkD3gv1VNT2vdpkbycFmcTi2RWfW6L+LFMBYqDHSWxyqs+AT93Rd0MLLh0OKw3f1JuLGrpRfOEThyumGmXT4VdsWPgV0cGTZbkQlpBH2GtnKN9GZpURNYprD5txZ0to236A3aT2bOq9XPMNrFMZfcTAjKs9EMlJZQmDVE6icPAsETTm4MdwTGLU9nPribu0h9iKftWV3yAV03osueg/FeTiDQ3YRGjibHStYD82+c9TRFAC+y/4Cad9kcksp6omkrpm1z286PxnUp770ExWSd5VutT965D+xUMpKw6H4R0Ur3hSTmQ6QBoqJ6gQ23JiS0jeridQxD6HGFFfqw1l/ugqTkthSJ2uyHP+rmS+AkLmowdAtJPvtH+rD0uVjdwv+GIdP0xPTcIROKvf6gLS3Hsf/4lOGpfiUBIKx7KYHFwjVS/0yqH38o6K3I/Din+LNzP+TGZKW4NbRDIo6pJg2pEZhYnMNom/mJ6xDixYe5OyNUGhef8eRwifTyx6JutvC8hS3YRncHzCbA9tNxrqCkGDXlr/myaLdxzdUlp+2/1bq780N32PEFBy1NYMH1lJNS3X4xUdE6WfOGooItMRaK8kLnf9xd44a6dwlYfQjgn2Q4+xbn7Z+d2qA/y4sFscjlMlefGTBE6hrsPVQLqqxzu2zxilQJDaeXpZ3iJM8yz6rhdOoZpkaEkjQ9Ymd6YAAWZicpZiKSaSqeCPm/b7kPewWiZOdy4MNZiXCfR4UQaNmpGl6gDgqmOkxaBDNru+loJFx4uQkpPa4pV8/EcBEWAb0IguZ7zIPC1l+9bLcXSYCfJF2RX8ClPsS1NIcrmFI1F2Ww6PUhBh7nazGdnU3y4C3Cux9ldZygHe+nAouPzQAgvyJiVYKZzOA7aizGWxLbHe8D3YVR/K5M5RpI30LfH39e5ZugBgNEbPKEzCF/jtS1lxCNZP+V0sdI1dqeJOrnQ7C2TfZx7V+x3wIB1ZABQLdXzjduwRHIh3Tii1U34byK2y5v1PSCBAnirAz3VnZJYzXNw6VjoOslNeNaeIwepna8Kk8dPkJ9ETP2yPcrHVqtfs8sGK/Zqg94hJjcnBCi8VgA/YhHvAE026bf0jlnc0glId39jLTyMZ4kZn1KgiEsvuHa2mxb8erBHyETisdBysq5ESLhnUM6WW6M0xAYmWDVDK+s2AAaRZFKZtmaf4jH1ri28Xa5UDxIjE2WXknWy+dCAdjopKowpyUZsPNmXk0Pgwe6wAyrU10OGY0xhR6IQjebqW4qMmbx0GLO81K7GfVReDEGMZmuSpU9JojRg8pn55OmDYT2IBBXcaYZc9d5O64BJqnb4LwYZQu18eELv4GpgnPh4/TpRaEmtlZ6nTkBbhuj9n/zYgO/TAsnt9dvL89cAPoiGp9fM6+aVuxN+zk3m8jsnpFY7Ky7NYbl/iyiPAMI/LEsBExImWcSPXZncA9isBhTfS8fLJFTrJlwAdBcYWI45IMu5J6Selj8mY1nhzE2qKGxKceC18tfxgHJ179LQ628WOptIC1yS2WIQ8TjKHFOxCsZrS7BI1otPw/UNrkJAvPmkyq5H0z1Tzjyu2eN3WdXL4wu0Q92ijiF9p9VvUWIovJr1C6nNi9lB87c4u6d1otNpSln8zocZRjXNU+zCmP6kh1NeKN6A1PrV1MImzdFwH2nX4PjpRTFpEmP84G9jJzzAO36rFej6hqDLEH1RlRt010WzkQCbRazL5elhwkWQAZ27pPX3eMKXrFqNeMuNtrCVMfPN7Jw1I4ZRUHqPyC0elxpVBi7lHsG6gPgDkUmOD46oM+8/WsHPJCTbLOwBlv7vFVCe7MyCyRkkn8RZviN+UkscLpUG5VUKSIqcuM4tBuw0ZMF/nsF8bxSCXNxhALdDD/rEY3W/gKP5Bvt4uEND/icqvUH1cjLP5nUSvd3yzGFHUstPt+ASU7p3Y938Q+1482kH32Mw737F/v3/yWQK9hdoDQjktVD47TQF8DlrsafyzJGfk/HyJOxHhcj7vvv2mGzb0jA3ALPP1iZOW5sLhHpIY/lBL8KLST08+856Ij1vKTp5ULeeiRzUhNt+Wn+LaHkCAAg7+RBYFwMLwH0VC7z7Fc828Hm+siq+lCbNX+BwqOO2oj6zKRwyHUJKthsopKtN3BxUb9cFoRsS+z4P69uqI4Cj98vXdXH7yfwfSWeVCRtawOWY1N0DnlGfK5tbl9acQLa/X5LBRGVw4Qxn8Je+jgXSawL96IKwO3wRuMG7glVMvxVLzm7YahxDcUXvF2b+p9EC33xAqB3GYfEa4iFiY0eE8R8DoBLgOgFxHTD4UnvJQD/52fR4vpXA0sxDE7B+TwKBGAc5zOh5I4sM4KJADnjGA23YTujopWrI6dgRQd/5i8ioGkrrh7q0O6CVZD+MJUsrj1Yg24/HsqoJDH47eoFNZ4a71mjOIqPZCQfvrfESRwQGQaR3OLyMw3EnOhrleXtlSvkwTJ+rmVcnMg908cjJhM9xJep8hdT7F7NeaPqhZtJWnFDujyNk7xdpQlyq1wK08da7uMRB3RF+FRlSs8yO67CDA/RZBCq1pRZKHXTwY2vFEM1uo0JUDCnOEL43EIIXZVTKKaOm/SF3PtlxMGyzmbtAyPHAlu1dP57plIV35hR6JiXszSsJlevXul/bqWFxNXrUozHa3Nk0UAhjihdaH0IleKaEKRWLUuirhYqxjTda4nz42rjB/URWwB+ZJKMlLhb5NY8h92C8ZrLO/lgjA1wvLd/Rdw51vLivSLaWMZgQj/Lhm0eGwPogLhqC2AwSQ005o7lD7CrKZXCENxpv3xcYI0VLTYJ/HErc9s98RIXo4MGFz/gIuAHDGqzkRXVKK39nvpk2VTjujqK+AupyBpOMDM8ZvZ7rJeSdxbx2GD0YmQ2BXGJnUdN/JJRZuGBJ5JoF/dExByNu6ozdZItBOkUc1UjwcbOpWOGvjAUyrRyXxWYghWC9MWaCmVgFXsi1suyw9/od9ZrVQIB58y+RxUDEK3E1L+l6nIwxMvedNBJKz/7sbqaocyw2AdZkWp9R35OStcqBjG/yCloumyaAqRn+IN9CFFCLUvF05pt/i5z+Z3PgDjECL+wfR3ebHcZNZCevAKBpfHcmA6YZj/S+5S2D+4qtMGmP+Zl/ox644erO+QuSGhWBeLlycv5+hcXDt9uJAEbnYHs1plqIE76oWA1Fiiu11ic/X8Np2caXnFS1ePsQ4rLSNMn+6/FLoSPOkHvsJ3iQaHdmpvwQIyDXIXLYIbXNN1yaUd5TnrVojiWGFA9OrP3nJL+HPA7EZrCJdndGGupjQRB43EFmfkUCo9Pamx28CcSTDxhJaQj2LPv4oIHienBM8hHbhrCbedbSO04NxWZWAFCaXXVo7xH9dr27miN9f2USVyAb+6AG/DOcmVnUoQ6Ef76MzmP6hej2TxO6fSPmOop3q3Pj6Jk3V07AP0FytVS9kawooBxui6wOZg94JuqHtDDU0D1XOyo8AtUxt9ESLoe5GchAHqtjmBTAZ9RmXuKaGetxKPsPukidkQ0VxfSG84AHWRYpkDkIAtkh2VGHEHY5Pa2MyPQarvURG0R9H/EY54FNFSfE7Fm+Ih1zsdJ2BqT5A7Q7ijLIP8wLpC/Cvi4nOXygts3vbR6ww6is+YSLwsKEl8bZT9+ZWzz/lyuuoXveKCnogeq9Bd6/CDFpgp7FlUptIXhvVRxi9qzhIg2p/FTfV1YFZ24q03HOSkPMOXV+OAIa6qMiZSoqlqcX65Uzx8HM/MuyyB5KDPR/VgLmXrJduE0eT5K13g/5W14rl7E1XHIk/s3vliKhNtGyIbeVOS5xT3p5J6pFrTrynzzZQV1TLpAXEMfCyurgiZdAAFG/AoZ6v8lNNCoNS/jrduOEQaHCRrKONY+XghLH+Ex2P11mHnsMKS9uc1+EdfB9xsbbXpF/R0/9jUIfTems+MafJTgZnOP+rlReD4e7zReEiqj4RKGa8tZ3/TlumZu7pzhPhYddIWG6H39qwleuVIuUE+fFX6mV1gQIldLWQm8ArNzLrJhMXCnZKaKGOXHt3pUzVNNICb34sNXNtjhrrE6LWbUUXD1pJsOFWMixlcfqezvLY83UnqoR5ZQao9RuzV/kLnOZUvv/kg6lU9A9EACLAaqZ46a8guWZncz7vC42Hyo1yrP7o0+cOAVj45EwJUaGu8U1gN1PGh3CacPVPutpd4d/e77zRlxrmupXXPL2oHawE3GMO82ddCoditMN+hGFj0csnYPgzMMODy08GilPIpT7gd6lD/VsYb5pvmSiSq8XMABz07P5CBxReOuL0kHSaFRDCRbh2nSEvnXQAXvpJE4kZhWi2070TMAJAttaiDtzXqD7tM0GKm6+U4PasDTVxRooeyWFqu7bmJAILGtQu+F8Xk2ZROv5o133L7Q/AMVf+uzgg3gG2G7G+2KCF2TKmOEusgtYBCEiW3qunSJR6UggpRfCdri/PicglRN0DcC1ExWJhy1RygzBzLCnGOD/cJQsPjRWaNwwVADHvBmandl14Kyya1FeJlHjT/4RRE3FkXXEubVXsqNwr+E4tArmtOVK+FxX1Fc7PKZNFUWmIKGM+ILBpCTGDTCe321uLBBjB04pbu2ByXu7beQlLALrhPwlAjiNp/7eY96w41W5c6ZdKOheMSl8skwOK+xcbGkuKJMPEpInry3VLQ3hrl96qgCs5JutvUj1rAHsesfKkdaNuXyatIF78ZKwA6J8ZHH+SXL6UfcB2lSjhHqNcnHVClrrZtYFPpJrvzg7ZOvMb8fqWVW5CxXKd3dZhjATo04seycC3HnDBaxzYLXbbyR4L8EHLm+BzRjqwT/RlC46s9/zYxIjL0S7DEQKnezgmpLeVKSi3QKNCGrm/fOICtVaIYf/RL08knvYGud/wAAAAMAeAAIAA7Ij8AAceAAAAADgEB44AAgADsiP8AAceAAAABxgEA8OAAIAA7Ij8AFyCuBh5cN1MeU4h9/EDdczP0EYCI10JpD5HffhGyKLvu2gGY6aeQ1I+4AAUTl1NjowbyVR+bsZaEwcR6m6P4stFHVtawZNxdITTaco0hXFzumtlZWBmim6Mhw2FeoTeG7zEluan1pjph3h9TqKvFNj5nzE4n1NUyQ3Wv591wTmrt5TdOy1zDRMTfL8oQJTTXAD3imoqjBQSDHDYoaH05WkYMsPnd8Ou9jeZUA4HartHpITJWtMA9qG4jIn/29Ow7CAuS0j33GjCBvtlCCWR5vnZmTmZjHLjp57Cm4LfKke8kx2YriiH9RAllTJcN7x9XVm4E1sxPIK7eGGwhlF519IjSDHZc+HBgUekxUbpCXTFPri257zAcn1yawgAifNkfql4oIB/X/oZ6TgsLBwRM/+yaGNhkQ4kQc5s6JyY3zJUt31Gp91j7r01rs3uNM5QMw3rJ68W/crJ7z87u0LbtReumL27BJnPVKabpqWz42sjR/EKn+g2R3CBQe6//Nhzzz3AFhv7MCkLJX7jcwbzWr9HZGqVl5cW1OBqWJtB4QoGzlLkZW7d/jrQKjDKSMkUjGkqZsTI7B53DL4AAAANwAQBaOAAIAA7IjwUxiodDZT7FIxmnGib36Rn7rhG5dmHwKY/zobNvMpYyqujej4T9aZ9RwV/DXz99sp7R2f7SRCvwIvx/2f/RfAZWoq69qoPGt+wLR0NZ3N6l9PCwDdfV1Y7axFN1wd4ONYP3JgaFgYOFMPGDzz1TZodMVc3QsqEj9Yzj2Hvnz9h5mYD4+K4s5Hye/jnzy1OziCKKur2DkeXyiXBYIG4M55Iv+OI21wqWJ6QkJq8iv+3m3nBrRw7AfcqD9CjbzeICCchV54OY/nRkc3b6ihAu4YHzTwOJmXJWZ6jM5BYITaymrVI2GyWNP92/zRiSp1tc9k2X2rguqZNDO4jNpzMJ8v3xMgCAkQ6uUf5i8V/WyiaRQImBTsBZwXHuHj4FbzR9EZIMlmGEGc6dUH0YRNeUA/KmtMqwMq/hT4LUH503pEgZnTpo/e0Hq5tE4hiRZGR5sfge2sQVVFKWsW/BacKnH+NC+Dfl/px9KYpO99rbpyOmkNwX+CuaSxtw8f+2sah8wQG9QtdUAqA/OII9BFeavRK8oRMVyqtMYts2z8e+acaX+yL+juejI3nq56Lnqs/gKCaD12WAJxzVeK/bC6nYJ+tO2Js735MOqzL7pwmSYvlCiYhg1ZAfWjUAWyWz/Bh2MxVDprSkhPM/JGNBRkY0njUn7/lDynxciJZQys4yOjIN7TkUpeoCOnzVePPK5R6bVz8CSaipSijJ1yZ9WpFiLagfMP1KHmmVATdUR762+p0upMXTbAhBy2HbF2IyT80Rkje+NCl1BnCjjKDOpRY+FuIhde9AoZDlK6licAVV2olc7f2aahWQ7J5XCLreJ1N4MjL4bNYybp4zYOT0cE8AFtjE7uEy0eWUbnJa+EBRtAe/s0MQLvSNcBNA0qPkIuSi9Q2NUX95LlTDNdPmxSggVbp0DA7WgCii1Gr/UsLmDduCPzeTdOe4280EWoKlOrkkn+NUIQO3E0jvHp5niMQybLlzhvan9qGcW2HecepzZfl+reABmciCh1vq4DZSC85jyNI+m6fuMXfYHASeAthDX4eOhVc154b/HfqzYDO0XQqSTkD+a9C4eqi238f9UB1HMOdt0+DGJIhGddC1XmtL2eJ48XYIg+/Dfr61P4g8aIRl6rc0ZHxi3BCtq3Mb9oLIpNOhirOkXgAAAAwB4AAgAFsiPwABx4AAAAAOAQHjgACAAWyI/wABx4AAAAHGAQDw4AAgAFsiPwAXIK4GHlw3Ux5TiH38QN1zM/QRgIjXQmkPkd9+EbIou+7aAZjpp5DUj7gABROXU2OjBvJVH5uxloTBxHqbo/iy0UdW1rBk3F0hNNpyjSFcXO6a2VlYGaKboyHDYV6hN4bvMSW5qfWmOmHeH1Ooq8U2PmfMTifU1TJDda/n3XBOau3lN07LXMNExN8vyhAlNNcAPeKaiqMFBIMcNihofTlaRgyw+d3w672N5lQDgdqu0ekhMla0wD2obiMif/b07DsIC5LSPfcaMIG+2UIJZHm+dmZOZmMcuOnnsKbgt8qR7yTHZiuKIf1ECWVMlw3vH1dWbgTWzE8grt4YbCGUXnX0iNIMdlz4cGBR6TFRukJdMU+uLbnvMByfXJrCACJ82R+qXiggH9f+hnpOCwsHBEz/7JoY2GRDiRBzmzonJjfMlS3fUan3WPuvTWuze40zlAzDesnrxb9ysnvPzu7Qtu1F66YvbsEmc9UppumpbPjayNH8Qqf6DZHcIFB7r/82HPPPcAWG/swKQslfuNzBvNav0dkapWXlxbU4GpYm0HhCgbOUuRlbt3+OtAqMMpIyRSMaSpmxMjsHncMvgAAAA3ABAFo4AAgAFsiPBTGKh0NlPsUjGacaJvfpGfuuEbl2YfApj/Ohs28yljKq6N6PhP1pn1HBX8NfP32yntHZ/tJEK/Ai/H/Z/9F8Blairr2qg8a37AtHQ1nc3qX08LAN19XVjtrEU3XB3g41g/cmBoWBg4Uw8YPPPVNmh0xVzdCyoSP1jOPYe+fP2HmZgPj4rizkfJ7+OfPLU7OIIoq6vYOR5fKJcFggbgznki/44jbXCpYnpCQmryK/7ebecGtHDsB9yoP0KNvN4gIJyFXng5j+dGRzdvqKEC7hgfNPA4mZclZnqMzkFghNrKatUjYbJY0/3b/NGJKnW1z2TZfauC6pk0M7iM2nMwny/fEyAICRDq5R/mLxX9bKJpFAiYFOwFnBce4ePgVvNH0RkgyWYYQZzp1QfRhE15QD8qa0yrAyr+FPgtQfnTekSBmdOmj97Qerm0TiGJFkZHmx+B7axBVUUpaxb8Fpwqcf40L4N+X+nH0pik732tunI6aQ3Bf4K5pLG3Dx/7axqHzBAb1C11QCoD84gj0EV5q9EryhExXKq0xi2zbPx75pxpf7Iv6O56Mjeernoueqz+AoJoPXZYAnHNV4r9sLqdgn607Ymzvfkw6rMvunCZJi+UKJiGDVkB9aNQBbJbP8GHYzFUOmtKSE8z8kY0FGRjSeNSfv+UPKfFyIllDKzjI6Mg3tORSl6gI6fNV488rlHptXPwJJqKlKKMnXJn1akWItqB8w/UoeaZUBN1RHvrb6nS6kxdNsCEHLYdsXYjJPzRGSN740KXUGcKOMoM6lFj4W4iF170ChkOUrqWJwBVXaiVzt/ZpqFZDsnlcIut4nU3gyMvhs1jJunjNg5PRwTwAW2MTu4TLR5ZRuclr4QFG0B7+zQxAu9I1wE0DSo+Qi5KL1DY1Rf3kuVMM10+bFKCBVunQMDtaAKKLUav9SwuYN24I/N5N057jbzQRagqU6uSSf41QhA7cTSO8enmeIxDJsuXOG9qf2oZxbYd5x6nNl+X6t4AGZyIKHW+rgNlILzmPI0j6bp+4xd9gcBJ4C2ENfh46FVzXnhv8d+rNgM7RdCpJOQP5r0Lh6qLbfx/1QHUcw523T4MYkiEZ10LVea0vZ4njxdgiD78N+vrU/iDxohGXqtzRkfGLcEK2rcxv2gsik06GKs6ReAAAADAHgACAAeyI/AAHHgAAAAA4BAeOAAIAB7Ij/AAHHgAAAAcYBAPDgACAAeyI/ABcgrgYeXDdTHlOIffxA3XMz9BGAiNdCaQ+R334Rsii77toBmOmnkNSPuAAFE5dTY6MG8lUfm7GWhMHEepuj+LLRR1bWsGTcXSE02nKNIVxc7prZWVgZopujIcNhXqE3hu8xJbmp9aY6Yd4fU6irxTY+Z8xOJ9TVMkN1r+fdcE5q7eU3Tstcw0TE3y/KECU01wA94pqKowUEgxw2KGh9OVpGDLD53fDrvY3mVAOB2q7R6SEyVrTAPahuIyJ/9vTsOwgLktI99xowgb7ZQglkeb52Zk5mYxy46eewpuC3ypHvJMdmK4oh/UQJZUyXDe8fV1ZuBNbMTyCu3hhsIZRedfSI0gx2XPhwYFHpMVG6Ql0xT64tue8wHJ9cmsIAInzZH6peKCAf1/6Gek4LCwcETP/smhjYZEOJEHObOicmN8yVLd9RqfdY+69Na7N7jTOUDMN6yevFv3Kye8/O7tC27UXrpi9uwSZz1Smm6als+NrI0fxCp/oNkdwgUHuv/zYc889wBYb+zApCyV+43MG81q/R2RqlZeXFtTgalibQeEKBs5S5GVu3f460CowykjJFIxpKmbEyOwedwy+AAAADcAEAWjgACAAeyI8FMYqHQ2U+xSMZpxom9+kZ+64RuXZh8CmP86GzbzKWMqro3o+E/WmfUcFfw18/fbKe0dn+0kQr8CL8f9n/0XwGVqKuvaqDxrfsC0dDWdzepfTwsA3X1dWO2sRTdcHeDjWD9yYGhYGDhTDxg889U2aHTFXN0LKhI/WM49h758/YeZmA+PiuLOR8nv4588tTs4giirq9g5Hl8olwWCBuDOeSL/jiNtcKliekJCavIr/t5t5wa0cOwH3Kg/Qo283iAgnIVeeDmP50ZHN2+ooQLuGB808DiZlyVmeozOQWCE2spq1SNhsljT/dv80YkqdbXPZNl9q4LqmTQzuIzaczCfL98TIAgJEOrlH+YvFf1somkUCJgU7AWcFx7h4+BW80fRGSDJZhhBnOnVB9GETXlAPyprTKsDKv4U+C1B+dN6RIGZ06aP3tB6ubROIYkWRkebH4HtrEFVRSlrFvwWnCpx/jQvg35f6cfSmKTvfa26cjppDcF/grmksbcPH/trGofMEBvULXVAKgPziCPQRXmr0SvKETFcqrTGLbNs/HvmnGl/si/o7noyN56uei56rP4Cgmg9dlgCcc1Xiv2wup2CfrTtibO9+TDqsy+6cJkmL5QomIYNWQH1o1AFsls/wYdjMVQ6a0pITzPyRjQUZGNJ41J+/5Q8p8XIiWUMrOMjoyDe05FKXqAjp81XjzyuUem1c/AkmoqUooydcmfVqRYi2oHzD9Sh5plQE3VEe+tvqdLqTF02wIQcth2xdiMk/NEZI3vjQpdQZwo4ygzqUWPhbiIXXvQKGQ5SupYnAFVdqJXO39mmoVkOyeVwi63idTeDIy+GzWMm6eM2Dk9HBPABbYxO7hMtHllG5yWvhAUbQHv7NDEC70jXATQNKj5CLkovUNjVF/eS5UwzXT5sUoIFW6dAwO1oAootRq/1LC5g3bgj83k3TnuNvNBFqCpTq5JJ/jVCEDtxNI7x6eZ4jEMmy5c4b2p/ahnFth3nHqc2X5fq3gAZnIgodb6uA2UgvOY8jSPpun7jF32BwEngLYQ1+HjoVXNeeG/x36s2AztF0Kkk5A/mvQuHqott/H/VAdRzDnbdPgxiSIRnXQtV5rS9niePF2CIPvw36+tT+IPGiEZeq3NGR8YtwQratzG/aCyKTToYqzpF4BDjmt1LsNHgTFgLDg7rj20k74tiFSkUhQGQAJSCVwTSbpoI9dObQinZvDtpZu3tAt88Bvq3gcuQ3WPdPcW+uuuqc0cifkNkZommHcz/Z/m8sqdH/0F8J5y1juk4XcE4se5ks3zHnBv43dW1exdvgIkhuifHc73HF/Lb3iYKDHqW++gZMa5w2xTGkiHVpHYGBl8obnISV2PXYBRV7ZUdD4s2KYyRzma9pHDh853FfPZXG7Q/xlbSbRQQcJ5iDZ7DzHg6nb8yxwNarlLAWLKnuFKzqDDTFCkoPUPSvl4atqkgGyyUkkuFbemVr00LHU6l4NXd5vM8BVbDQLTCw6FM13dSK9bkjvtVbgaS68a9MyYSSuzHC7fldR8D6IGrrnUZ+GIKpQka+ZeBJyMkbcRpo6gmv+naNs9lYghAPmyksdf8W18qooXzpImqrXTzrr4R+ZrTunyRu3TG3hOirbndbkv15xXn2TjybMbHIeCpsouQTTUlI8oRtVW7ZLneee3qvtM7bu9iwbEuONdOq66nVrfnMljQtAsJLQHcJC/bIqTGhPMOk479MpqMiAsJMZQE0Yp7WLClvuSan3rcOtTrC+9OZ8f0d3GPItYWpYpa7XxHHqLneHFasXIysJBihBna0+0koLp72Xngsy3u361VmWmUnwAQ45rbTLDSGVBaE4+L6y5S2SUlSoUSgqpUqAEqDx6SVdFzRDe6pLuT1/S+5dcdwdNZbc3f3FUB+V6RdT4ubddXRPs/pDTUT6OzjrH/4bToe28DSvxqD7pNk8Jqa+5/BeD2arqPQ6bS+s/Gbz1BjZIyvziej6Vj4Xke++9+C6Hcs1zbH1LOuy0/RN86vmuH2Y3atqYfl5SzfN+9BPVgoxj4c5bD22EPc6AEhCkkWqwLDH7S9RYZQkZ1K3SH0X8Mfl230dXtNJw4e3UZVhZ5U5NSFdSLLPV5urvFZjBWCBgKsTjTq0Kx67ndI+Ll0ixNnv6IranhKlPEQWIhlYsYNTQC6xc8wfHxQ9bIwtl+z8OSyo+AtZUDXai4DvaZc7SmgryqPGj2Wq1I37ApH6mHO7Vnx3F3YUhQFr53NAFJJUGYUa+1qGqur1685tEtfaeUlmzO+Emoc3SQjEqtPz+gX0P19kpBb4xj57nay/qzKnusu7JQZ7JaklFacGeXO+Z7ZKO1OO6+jCnw9NQdnkpspnkvTOyNvDTv8SbBxjGQNCfPfgnIz4ZyAWpiBUwuehgouiMEtKnQElyRis6Ei7UtOMxHXBcEbMQGqUi7Ka3e1nTgQWVxlVd+PdRGX1rfG4kTDvmd2e4PQVBVnK1DxQ4qwpCs1sT1ftMHABEjmuFJsNIZMHoLz111fOlWIyAAoKVASkEEzAvaJWRA1vYP+8H8JPU32qCG3h+R7K5yzf9p2ecq6noC/7b5OULi8Y6/mTgltQj0nm1a5o/EzHsKbnBcFjkmSgbRkMLYf4egEh8P+aeY3VJ176yJW9XzrjWgTmamy+xZe+NYXlkgY47XKeGrl7r0Dv286BvlM961C1bFaFz5tdZFKwZhbrrdnq0aTewPZrzqiyF9I6JtmHfMKJ2HKVuZ+vtIo2QjuxiRnGLxiLVZTrNX0dc46atO1sLzzypSrzgEt0TPvXrtMnYVchuXJYYyRVYxB5HDXmMeXTabTplCTgkEjxrp603L5O+UIlwzxm3Ghx4A5XjYSkSGmJVBMbKLopdMlLgd+3rJJm6nnrbzq/s0jXYlNaLRFHXwtJK0UXJ0doKhMFbCsUaeWUN0FekXcpvT1HazAD+z1fTXmmPsELHbhXHGott22mOE0qA1tmtVkxUsNtawIN0MyWCSNT/zZKN+v45k4ZGTZLTKmUEmsmrKuUiwNwEmgVfrcCYMgQJcY2EUsKBUESHFwccVMc7jadaltIDkTeETfXoe/W40XE0Uarl6XOsMPIrioI2L4ySMYGRaWOkj6cCImbrRt5PM9zpHlVc5WO8qslBUPHLHMx1w1GxY/Y84hS0tLS0tLwARQ5rfSrDSGVBaE6688XdXRUVBQlSpRKoFQIIO2rygSiM3Pm+L5Dirh5zYcu9l9lcO6p+DmG9tV0hcrjzfGkV5v9Uw6r4wqvOEx+P8SnGw7c0zXRbd9xn32t+kXiksHOoHbofQ4+ve8ay/YCRy6dNXS1e+AQ6jsc/xacIIrDwvc69hTOh2eq1CCh8MbjpSvZO1+x3e5Lyl/W3Upo2lIhh38jU0Kd4EbVv1axPVKhPGVcMoCsppc9gZi4Vq2voFq6xPvCVphBVdlyb71V84zHLDVAbUkI0sbtGB3Fk3M0m8P2AGJkyrolbsDGU866mnHuOMXy9M0dJVjK+gKnXcbBXnQBczxedWfgWwuAXq1TGerm2XFNSK5FFSZZQLlp+OGm3IJEo6b90558i/Htm+EXzzT+S4aTGm1VsfdRJwvvs7k66aLOvU9T4MYDz80m+a+urRdVLdcdR2PXE/BfDg7OS6LKZUnCLjNEsqWhM8MN+pk4Ei797e7OUvlLRPzvvLUTdX5oBM00EDPRcSzUg/fIaAJGKFkRmXkHhahTFFGOyo8t6eknC2+y+ylelJp5NKLx0OS1F0G6vr0sdJG6il3XaWG1mc4mENS9RigGzMailbZ0mNNkxuNko9hy7txmjFfcb49lrrrU3/OrV5vllmkYXqGXZRClpaWl4AEWOa3Uuw0hmUVx5+POWzVQKKkVKRQoACAO23Ezv51T5GzNwLLmufnvX96OPwCpQNuDdW9Id95mqymVrkFaAaeAe+3l2LYPc3Nuq3P1Pqn8zOmrYaRJoqp2Ya1IN63c5ZF7qaV0mYkRGU9loNEdiN8rWQ4Gar615VYt2bWSBW2nnmEkO4y7EEKLHV9x2nPtsjthNR34p51zZEBHXy33qxKzAqtmaNmJrzy9Shqu1oeBR5Ow5wos1ffNda5mLtusY5pWKhZM1wOObePeuCB0yyt1dva7LWLpZqkrY4YAs2c0P2sVEi9WQh/qdUEn6N/jWjSEeyFNuqCyCSqYW63GNZV+Sko6MaxYop8bW0sGzSz04JlKjEYLNF+L5ZLqEO2XRfc3u+NxHrHlom4MVjYJfv0xJriinG4WGaOdEdtLjLuxj965qclrSWQcLplsybNQ0L/t7+Gy/NVr2Z8qRQTO6fZlGLNSEnk35078Z+VsdfhQnw1xcMj10a9dl4TLkPfoNn6wWb+8H2f7nZ6r0H5ZhbxHbh0ljFSGmQvLNT/UpPfoJmuawKR5ZLRTRBz+qsa6YyZUrFM2iNyMVZJYwuLSLyl7cV3Al1QzACUtbaW+SpWCwzPlsfQL/u7pMJQjiPRtvLr8iBBtbfD0Teo3DYIUtLS0tLS0tLS0tLwBFjmuFGslEgjIhLrz566pKShRKkpUoqKKQAgEtAcGNiy+AYKFZ0DYnTX037v+PTP3b5/kn7DvCylHv+lOfMxyoHPTj3Nz/JSOMM16rzhX0Gkfl4eS6Pqi+xWrLoanhcsvxm0hKtJjibZsmvmMtKrVUW5lcm9yxQl6jtszvRumMo5e8bfuwLlZtV9cZSA/6exR8biSyL722Yx0LisjoqQYGT/FQJvrKVXTxZjqmZ7wx2Hfa+/APKbOeen67CraoqnuQzWEnYo2op9Un6Smtc2Q0vTbSuEZLVjUSpoVJvGSEHiW7pvNGzbl+y3GXBGnBRjoati30RczVCZSts+fT72152bnbqTarmTta2Vg72qyeXOPbYob5LIGp5LSp1teGHYMNpEZbY1XXZauyazcGABXqo+0hY1O1lhT3UlQky3xKt6m9R431wnfc92d0nfrkfn332FlPNnUc10ZMc++7fo1VTBXk5fa8/GejHXiD6KMJfJTV6Hnqwxkh0gJRA1YBPkVYmZb11PZCEDkDslky5SSQhpLRFFq6k8hpcC3wGvpJTYJEuIDT2KPifqVGVNLpoNNEV2GyxWdDJJt9HkdD1NjUBwfTImyPwyqWJS1SWt/RLRWmfTp7XUa6enZ4sv3JPMq5d9wt8vQb+DFRkkvWyG7tuFosghS0tLwAQg5rhTIMy4JQnWr9pKtSUmEoKgVKFSoqEqAoQGbOMfZDiPx6P+8vscuAzDmhvtDc6q/v4b31ITVsLr0Cmy/710r7Fyl1XGslZno1UxTkFM/S9i1fEE7bDbh9J8Qs7MlW4r7OhrtFk5Kw7Lea5ldNRGwQcjWYfXauELH6XGKNlbAQIF1d7QOvqtWYvrW4nc/Y+StU8wsCVVLVIu8CudDBEK7IK0nnmMoDLRLRNX1W1S6YmSKlwFSe2HFOTe1COi+atmqYs41bk34D59zN7BDSaHFsm+/jPw7k8+ZdUNslFZ4O9PjFypcMmiEuCCvKkrteO4nDcjlBvbinUScdjkTrWkpplKgu5RFenwRbtXSWybNvhdZWQc+KLAzcO+nqerspntS3blTw7ONL0X2hdCAR6xdWOabf0CdDs5dk+azendykei+0VJshnruZKQjtvriTvsjPp1NXjY/KohQ3OcrrM8/J07dMgQVO2W2i9UCuim6efwz2d2/vw3xLye4XyMbea56qdFXm/1IkwlFLGE0WRjPqLoUtQudkiiQMzZWdT7+Hs+WkTDRq6IAqkNiYmNkCuruzYrzzitjsMbBtiBlJBrqMpnySPZcVI1oKqrFCkpfONxbhkimBMMS96PeGCFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLwAEGOa31NlwKiNeb82SlSpglShKBQFIqIB/RphJ5jeL8qQDu+b3huPm7W2/tweofD/tsK3T9zdmjLCq7S2wfAfTuy+tpHi63kiB/cs+pOM8VWYxxPHGM0XmXGVMR4KHwsfBOL1S7D9/LnMmjD1PuEjyqdrUnc+qF5jwOYIOx+tS5MWfqFhPFYVbSOeCUsKHAq7HOX4sKpSlz1Sy32N5AUsCMOk3yk6vn7Sd41Tw2WPsvCPxBoEmQgCAnhOQGjTiNKdUHQ0YlYag1RnMXvb02fhOr7Czbx6mAAeRoMhQobm2JKycLn1oxbU0ZCNaI1X7HZFM5YmpuW0L1eskl2RiQxa2NpVI9Y5KfzQrlE42QQg8+ynUe26OPPCaaNX+FiaX8MbOItJ4TLXTM1+0iWqOrsXws2RqpjMpZ6cN9Cvu6+1+L7e2ZHqjtlk237MLp++GTx/aKa5uNxUuM5TrLfFackWR1flzMcayhaMt6y9s7DfjZQOyvKzPDdZNRxy7pJaaKr2tC21Xl2g6PCWzPtMFluHEvDCTGrc6CcWLBHSqVhEmeTMXeFnBJpqiVclZnDIvFW8R/h7QqXtUDdMUOaYc8YMrdFVppd+XMjVVl+70k+BnLu6rrzHVis49JbZHkqdrIXeabwcQpaWlpaWlpaWlpaWlpaWlpaWlpaXgBCjmtlRgrOgb28utUvKukyCpQAoKhUAQeYoczblyjFfy9k8eNf1Tcv26pB9peSfbvYfKueJ7Tba39z7T2Dxt2jQJDqHuMa/dl4PduVfmctjEj00W53t0fzXQe0zkLlmX+5SNQ20y74j0barfHveIjS5tizFq1xed6vvFy081i1czKHQCWeKkOSmtzZvEiv9nwsHrDhxaWb0WWPH5h53ejQD6Wy07yKanmDrG6YbnsvumKmj074x0AGiNQRkAuOubuBxW1VTbLNAvy7OcjT5HNyEBVOTp+Ks5EmXraecy2/nx59Hjjd1BmaEGm5XftJWHRT8S6eSybkBGiSZm4mQZJgKRadld6W8m2fGSCNJpeCZlQzaB7Vj1KWnBJu3tumwOtxSkIx3aqftVuhhzlCkcR5d0sojQzGGM2zWEkRLyx0z/tHG7WZT/u93G+JU2Bqu3daF8rY1Zx1eY5JvHjjGv9YHIuEJpti1u68RnUN97Vs2j0emA6scjw8N+3+O/x0Wb3mde++WnwGfyxgnd6vSmqimezLV7UhPM3hx3T+YM8cOdNhU97YJsTWm6yTwEntHpwrrrZuUQtKlStoI1CSjxsynipSZTnHoE5lfxNVrerYn39jkXGqbRo5ezsMEG8LEKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpcHAQo5rfSrDSGZBXHn2cN6yJQURQApUApCVBZgu6pG/3gz7/rbeb3731CRefe2TWGoAaZrYNUIfxcZJ4jrZ2ywR3/9srh345tti2J8vSNHtgc78t0dwyTP31Rtf7mjacu4G9ONzYQRrBGa6drEK9WPQ3LFqYzPoEiJ0Xv+MynP85w/37WPx6aQqBkVDMCKpe8VrPh1AV62R2buAjrjBAswidApnQtHUrZissemjX+Re8R6CqPzlnX866ZKXwLKpycCw9DV6adhSFkvoiXq+dTLvCUCR9s9ewx9U4EifgzfPTrywmuY1THO2D1WxigKhO8QUYlPL6qXs1RuOtNZb1iFaQSyghEsPaPXlcYjK2NXA5gSMgYHukqYZK2cadV4edvZ1v5a7EGI0r7NWgOp0JzW0ZaiBu7swn4NPfV3HJLPE0+Ldnfxkns4WQXLdJQZ0X+BRXdPuu7bPZNz4xTOxLlinbduw8/OYeh9wxwhZaT6rK2cl4einfvzr7eprtmU/MZegcHo6pr5husGqE7XhWOfGrBoQrhyHp2iBHK2FGqvybeHjn9pNXRpFo2wquFbp1rN1ShwTKGkvYZtqXEeIwv4ZzW8veSqYJ2s8PX2vbC28qnobLiZASHOfFichAEyIt4NNWHYRPgxELjdzrZgesQpaWlpaWlpaWlpeAEUOa21RiQyhPPX34mSKTIoSpSUKiioAIQf4IEjiUF/tvGvbNxVMCnFmj6t0JzD1Rt3MGqj7/wt1dNRvjjZvueI7I0JUQxY+Lyyg6bwHk3QlUx16h9Mb8LDMbfGvbNq82EKFr+kwdyNw9rw++xA2kTfpHO6p1YBXicTRZ1a31mRbl5q3G+PXB/XynnCYlnCKYe05pBzmfeF/GuC4enpw5wnLbI+U8ia5K+y2Ct+UvVpqqWbUMXSTCxwIQCW0EUVaVsyRQqqL7WmUw4zYUpDZ5UuWNZaBjFqH1eFLcjJAwTa4Zta3p4HJVIvMlVFlXjaqze6pkrftqVoommtE2Lr+Nim0D//ZP0ivn3/jHvbhQftzOiXKqzCnq6Sycs07WSqzXNUsdHqpK4yMAx7ppNoyyRUZzIHm2EYEqKckhFqgeSXerpKmtU3VLMIt80RkjJc8RGjmgWnGReOTKnJujneIpoCbq2iTBpvR8VOICpOJE8d8shFQypwp7zEZgkCCRrq1jtnlxHJSYmOEBUS744zb7eBhJcisqmGG4bJWSQiyJglBnKnIqWqPXiRgbl6rJjrfeFHnVVLV5Pz5Meqxf9jlc2OsPqVtxJF3U+ibcygq61dQGbGO1pYqdjjNDMiT/NNSknm5895vJ3Cy2dXsEKWlpaWlpaWlpaWlwcBEDmtVGh7MhDjz9+Kipi8FSkqVKEoVAVAIPMXCKcOCfDZexKdwZqr3dVBA5e6Wvtj7RpnU4CrJs3NrbX/OreE+6yvxxbop/JxNBeaaUjP5eybleOk+e3q9MR7wIqDFIRc5NbDBeZJkojT7KdVFW9gLeuwdsVo5ifRhJ10fx1stRpQZV7jqOXa7Dvqtujqt6XQZPSBoozMgMEQYqL6rNrAcpJvW0kLOIhBVNVJCJTY48/iQEIuHIGdCIzftIr89FhihMzbZDUoQtF2+dVB6M9YeQZpN1no+XfX09UuDV8A6H/jbpd/jb3S1W2/tvbrpTYME8s123kIxqwue5necKIEagnvcioeqqalJzrHdD3a9MpyyLYz9nbolufR2XzV2PN5Zstc6Ldd2wTealap8OOPim2uzGjtDd6LPZxEMrshV6P0byPtrmtq/T12E1oWFir8HZabsJC41Oa+omOXKs95mBkUgp+clGo4WGhFpjKSIXnRqmrG9E4pRRJURq5Qjyh4ZMRISCJW9dgWXTpkVQJCGHObmY4JFSVylP7XevRbGQQxCWyVrNmpEJZyNpsxMnXzIu7qbKz2Fbt8FX2Hh6Tik7ycQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpcHARA5rPTINQYK0qE49vjiKFRkFFWUFRRAAIPMVVehWRNUwTKLa5cyl4NFrlhlXK7JY+/vtYnL8Ww7BOPvlutcNWd9rTseqG9QSrH+pzdOue1rOvwS8iebmBeTl0yaKn6rAtgFI2zJowKqL6nOTSy0VMJ2GJEl7OHBXUaRGx3cajZ0u/YjbOtIRbvYTC88QF2qubsp7ILyZC4Ui6SIGjmqa+rllE04kwBhVKdOGjkkvlJ6OPbPFXk9C+EAzX6AcabvzL7ZNKJHoU26weMjwRyXCtU7r+AhtmuDL5eGdVX38N+Y90uTyyUYNqpEmhzwZkxVzmw1mMOKubtZkdhYzMIQJmcTCbXLdjjp8ntymCM9I3HZLjjYDH4dRY7IO+S+eWe7RlKmKjc3K6a6oYs2X6aFfR22ZSTSeaN/e2laZcLcp7Bs2d7HxtmxkqowmaTFCCvL/fKytZ0XpsiHG/pPRFvVxG6qyN22WyW6CDfR7aJbLrK+XgaOkk22TdPnjZrWm6n3ap5auHr8gZYK+gLaQ66+vqGaMQe+wbMFKLkowB2AZMwTVLWTYz9X8VMUwO67Eo3nQhS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0vAEKOazUqGMyAsaCL+/tN6qMXRQqVZSoFEKQCUPMT4wYyDeL/GxheBrPd7hlbjEXvMWEDNFmS05ZHQqPYX+OYD3EhbIqJB/PNCGkEyMaSUxfpkEI6jjLFWsMxAmSJgHFQk4LBtMtABJ1wsRY93nz7bZ9m0KseqtQ1kF32Z1bfrySW/y5VzyxmetnI4u/ZsIwJl46BMhkE4hGwVjwgsIrT4vbMxa1tHskpoGWTIvRJ44TbvXPM2vTtv28u9pvenfVlZO3RFeWTZlV7YqpoL39mrRNU6W6vD3LZlS/ohn8JY75JLpJAL0tCLcGokiEc6rSqi2NjWaKyN2mwn04rIBDpaukremA41uhcab/R4Zvn5jKyeTKmiXzfiut2z8ORpvkyR1+sucYRywBWCIt8TqSmijW+/jQM+V73AB46pdeAUd8s1B3yfOhW5Sdko1WP5dWiWR4W27F/t2HdZpu4Yh2bspNXqn8k2i4qTr9vNKfjwbNKiym7erVbQYZHepSNWtLYwRHk0mKe+U0mnWtwWd8ZLNA15712NDWayuSktYLefbp2G78YQvyZCtPkJxIj287EKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeABBjmstMhzBgLPgbz58zFawFSkoigmSkUEBAeWxtqpVdcgbqc3lFgx3jVJQPUOM8LmDgvdjT08G+krQoPcpKQkn6XWUIaQe3J7xSNxn5cl41Ac6DXEsox4+4oTJ5iKcROaYudEj19XEdcxyyUTy7CbTIaLuW59rmvaPBRvbWcVQYbsy0Ir/fqq8LD9unQXYxDruIcDm0Luoo14pDmaBdetBw0ChtTmmE1VCEld9Egw0W1obyUpCqYDnYCJ50Y0ORpMfOmslczCslDoLZ2ASdlO9Q0oSSgJTllEScOTWuMw9zyU3sc9C63qa3AhxM7mu0z+evQ+qfjLl1HPfVJsXt6hFttFONcYChpDXa8ZrecqvUFmdbOahucGzS5bIuIUCvFZtNY8nsts4zRWIuwzzi186WBZS10m9wHhNm88oY5yZaZZu6iFsynOTdd2S0ZRO0RJ2n6evxPdW5o11DU4aJ265n57JXtOWfXb9ea/VZ+x68clnftruzevZ2clLnnn0StCsS60FWTqru5tAEXA4mMZNiXJLth9pbW/6d8nbVLrXj/b4GNR3fI81KsxqO88EKWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgAQQ5rTSYS0oM8+dWqtZKqSpVJQBUBSKhKIFAgdnR8YwS4IRawOKj+WtqrLaEfPSdO6AFmTjbbNaq5i0HK81AwDeOKjHvQ+QOc3VWCM2uloHl5oLQEOAuXWCtx8botqG0HMQn1UmlC5UJVNB5ggrLwUI02odSdERqawsvHiQMCIdKDFrEaaJOifmnjGQSI1IAR12mVFzo/XHK0Yl2B6rLfSsmRW4VMPXNln2F01nv0MXv3eM3lvythmvtkuGwrNhlXXtOXjp7/Jqp4h30rThIN1Pk72WYttCeGHd5Ls3zs+mxLaaKSDtosxullsbM1y9tzhJqweNOjPvzvNujA16UaMuE53cq5fBYEJx5/NOEgTVIyckuIhSTOSZxOyamw/a/SbZy8MKq8LHk0YySv4hrWl5cp5ySYKJrYGS3ac6BG4Rerw3cvEvV3DJRkOvC4Lenfezd8SW68ZaMDj7bT7KadVjxS+HjHlk4bRiLut5tGcatQwU74kMGQyMNBEXfjsTCITJlyEHSt+eiGjNCUnewOg1dlQkLaY2UjCMqfU9/W9tuJFHmwP8B7b09OBu0upNzh2tGfvNRClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgEAOa2UaDUNqQR17XVzJMlGS9wmRKKikqKgCA++vyFOd36Ot4DQjUteOXkTEXRJMxbV+ua2VJEhTErQ3OMYqxcHI1B3G5m60d6pntFE4wkdwsamxXHM8SwvogsxSYzRVJGfhRKwTHnNJW/NXjbWRYoS7KjmClpNmfOoAgKxBEMEAx0rkFOQZCktwq5pAiYII7aroVYRGPsGR0l+LxP45kTNT1w1dl8/Vfj9go7rbqrcR76+zgterqoDBZsqM6UqlqKWErvOHg45a+6vu5RbZ3eFbT50SiXbJ1ZUINeCba7HndEoNZ0fB7wee2skYJhpVNRbtNiPPYvU/BrN8UM1LlYU0Tgeysb19tk3qpk9K4XjTyu23F57NWwiWXuZcDidlG+ilLInrwctE62+TfMWzM7pK38kzV4bVTyUWZB4+7FL4GJ9JXdnVs2V8dVt+cssvNurfttkG7z1nJLu6RTZnN18nu7qbKH6589/dcbcZOpX1DYmddFVnn8WkQZqy4SJUWNUE3NelDOvxbi30BKNRV0mCz6mvrsp9sCUfW3en0HxkbjpTYlfGt8XnttdGaruq6c+9bbzUQpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWl4A/DmslSYcEaEGde17tS6ojJRKpKioKlCKgEHxvoe6Ml/k/k8d7hdUNc5zltdglD3Uf71BO6PMbIYBzmzt2lST4Jk2o8dcHyxZSx4mHaOSE9QNSzdNUpTYZFIZKTppENAlaqBGBdi0tOU/JIHycU4T9yM53TGXog0AbAuysyRB2ZVNMj1piSUrjvKGsRD6oBo0mq9m6lyUJaMCg6jIu40FklA5+F4ZEW1UJONpW3VW2DK0rL1Mq91slb7JhjZeQULduzsnz0ye3dcuv2eg4F/0Xl3952ZBy32/Tuwwmwq6bbj8J0WnTyScbGFjURkit9nLe8kuA4DTOCSjTC5V0OISTXGU8UrwGQe4VMwoYJWsUm66aJuFs8gQ93GN50EAdczFL3y8/bbpq4x2yWVjVouwTf+aZMp0091HNsYdUbhY1QUI8jHZ5Fyp+BSUdkss+Fch617E06Kcv4os4MW+lO0jRC7tEifSYLlzDvYEEXPvUZMWhRQcgDiqJeyy4/HAdOugBSIw4y8MiaxqCSrewXo1gTik6Tf76b2HaUFLDEZoRbjN/JjWUhc3aboKrveeCFLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLwAPo5rZE2bB3Xm6TJSUqYhFRQCkVFQVEoS4DSViAdW4uk/q21umPckuv+43RG2M1Xf4ezZpqWbb6jbDdK/9i6yc1rm/Ed/ySefVM5EIbyT1454SGiVryqyW6zBxz9XnNprbGqKq0nd1uCi8qRtY+PAicRQuKr46fbcK7yLGczxWbdOd2TWoio7rEs7BtOdekEsEsWraYAwuliPXvybUugnbyckNJ+VqEpieFbBbSB6pJqc1cJrSEyFKbItQ0qaRJstolmOskrbV+E8Cmq0eU5DmX1Btxzp2ddA69rh1+bd5Pff4Qs9/euxYtz4SAt8W9ZFfUHXf2X3S1q9yAEJUdZJdhTupv7MpJNDzKqOItJnJplfycLG3nRNdW0Bez3DRfyZ7pbLlpjs4vLX+fK6DdqpmlAJ/JjZTV9EnsbC1iVL6TtmSdVbYNF1lsYX249/bjJh+MyureSub8LQA66bASZhhi086cUKLEEE0fEj32acYuOxYLiOUpbyb2HCw4pOWt5EBpGFnGrmaFwmGvkV0Ni8mIsyNrGq9HJliotlpoTYttKzhnu+10BAnYxX0X3mqYK0h9dTvNRClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXgD8Oaz0mJMmAsKCuPNysuSqimXRAUlBQlQVJUCVQaP701JTFL/va91W/oG2wPV6bsGK8VtknlFppNBN6K9UHpWYWbH+iYe+x1qXC8/d2h/wqGmLh8C37uNxpFReKOgzCGmhbTYQiT5XZdjieGrfll0Z+HJpZBc5qcOihkX9v5lOC7vfj4rFMjZ7DHs7Z7By/QrqzFe1H41MvKiybXPgOjOBBv3jIa6UXYxZGQt1J6ys6gocRJ6VFIn4tVQztsB+fUY1yxxBtE4Jtytc9gMTPIVYwoSjKqHVSMJNK1pwLl0E6b10/jJI7B99gm6i8dbVvIKv4qT14OXgG/eFm+vB43aJQp0tzrYhsoKpKaVIUkDeL91k8W0Qh1ypdfXGVx0z3ymDsuMsQ5sFuVJTKBTN29Wu6Zzpv5vXdSp9lGRqBSMcotXNXpV8qrltowkbLKe+jum/Uuvq2VmK0uAJaCcR0FFGTJ1CRUae0I6dtRo1Ba9GHWB8QQHC73SjJJ7ooZqJBsD5Q0ognhv22qoyartsxWCVSlbAtGaMYx1Texj2tJ+FpU0hhdTW6/br0E9ulZyCbDJfyalqyrezuIntbOH/Ltauwb3kwhS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLwA/Dms1UhDLgzz5tkq6VUlKlQFJQVFIASoPk+kdZ/K8qZc7y655k25HVoC3i3pZz2v+Z0l74y8Vm5pMjXZtA65KKjvQFBmNZp8qqDOQZn1wzHxYGkHgYl1jfzJVSmKVgD+7xbzLcMsCaWCOKw9XJv1q/pgVyL2oJfTV8+m01uZsFgjw+1skxdWtqaqTUyG15Xcbt2QSiitip00JJEYDM6Kzh4vFhNitW8NqovT1QW7IeJMQTqt1YRIENOy5upelAIZmMSUMCA4gMAyGgk0ilJPcShBt1QUiqDRlFQ2MrOuJmCoQNG3oAmk2hbL+O+CcchCTinDCmUh1xqZKQDhIpt6/517dL0z9gY6/pcaJa/ssMmfh2215/ftQJsxpAad19nMarmmpgbnpcnr0s6909EbZ6apAu3Uanqw8p29kvyxmwlai3F+dDt1ylNPdj6lt89lQ9ImeZV6Hn+ppYCSFxw42/T4Dp0KNrFfAn0numXV4/xlcJmnRQfqBN1sGVfbqhy0VAiQlyETNE5oU6N/iHDYxUIbZSbGufqr5L9tz7IedbE1tTUb+xm00HUQtvF3NJHmpSNskg0RQRnz75ytNSpVlR4dlvJRClpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpaWlpeARQ5r3SGLAWLRX3z1OPh3r9fHFcVdVbLMuikqgAIB9MmDX9FhK+Tr77Z1j8v/AhO1f193gzXc/6/8HxOswc79Nzbi/5MmAGbsqB+Q1npOR7nyuHd3tl6i/e/vn5xz6uzbIuksmC6M2/UYO3ul/tf6/TfGfZczg+yfbK3FQYPT+65j5/tYHcf4hjh+jtAyuHNVgWmLoP6p8Z5redgSJvnkTVER1vjqQMTp+m9F8b+x6rtMP9voTuDxS9+hNs1vzX6/EarWsbdae56b3/H7d7jzHpD5T75xhIdOXIhy+6+sbT4afNNgwW2G84eBvPOWZnk97SWn0dpsGB1z2jpv/3u+f53IzlHuOqcboE2ccw1EbA+f456sDxc6SWvEUAM6ceCuj6RhnSxOvEfWMcQTu/I3nC5ViLRP3rGZheKTBoSEBVNvrYJerQAGFsbKBwL23bgDkvCC83UFCQ9oS7mt143jHlV+JtOq36se/Ro827f1RF1GNdB7Hz1D2+N5+WfXKP96qs+mOzXJ+M/v/Hry235PjUXB8XzZuWPln4KBoAuQ4M0udQZGB9RVlrr6pLaEDmu+vGyUcL8GbTu5rMXlr0TTyU+GU10f15V5201Sng/o3oUNYfdVry8Z31e6ZO3OmQY5/xTodOWCDLiHqa8rD3OAFFCXrFFf4uHfSCjBKYdU0fwjMa1ZvjzHtFYV7uFVe9OUseJbNzMEqzffpFtIOLVAww2Bmz11elfMUiOd4ivueABJDmtFJtNFg1Bhrjtd8XJqrRFZauK3wAAEoJTWFsWPPAJTIw8uMYXvJz0/dYf0zbvRyXN+04o9Apjf3SvQaBw3d+SXZ1P0ebY70bsfHtdstE9t+b7XtsGkwOJgbzxJjZHLTrl7OkFx3rS8SzLSXx38/4N2zDITg2pICjjiNLgsG+ujau9K7t1dmPY7r+uy+BsPNPoHfFMMr6KwJopuONIxbDdUcbc3p40Sd0ZR3BPNGPxt0dXIOhvqHUEbRxKMVuQ6o86DDXe2yOOka/cbDDkR3JlsRoZuclamWzN9NqYVVlU3QZT0ynsk3QNsoBmwkqEBLUbQvM0rk3Cg2MaOm1uf6fj4M3Ww40kvjNY6TEps5kbJ2vP1m5Y+YrRR6KOylVUPFrqxEU6Wr81xGPkW22pW0c0WRQvpNisZ6qiDHEVFnz4iaoqgBTLhfMCo4h0L0uEWsZGLIeLaPI6VHFwXD5/hBiUkYvk6wT9w4KWSTSTeNAcQznSgUtGSjCuJFJOUEZ6GIj3yEpgBzhUsAVqMEIQqCkQhZ0FWMcgURs4CqRVvGKkQLu46FrAi2VUEIMoyL1O7y9vL2BVRPrv/KG408op7jhl46eESTTm/ApTNn22/hr/525PO/Lid3tSMViytrkOC+CufvqLjRxlpKbyYC5spqjNCFSSkjoorpMENiiheIWMAQCWGiS2nOrK9EngASQ5rRSbLA7DRYOgWDQYFQYGgoEeuJJxdy0rU7UjTxxxqskRupIVuUkLYStAEAlr3LnL3TngnK1t2z85y7xq4qjBYVCgvH+DleTgw7lnAaadzqHYaLalLtXXr1SLK3lOWZGuPtcVLXvDqfdj63nXBeR/rHYfMvIJ5dGLUvRjqTN/kFGvxY3XKBOt7D+AyP5VMwKp+bl+53V2wXNzcnq+jQ0vcZzOaWFyLrZHW8q7VFZpdDjcOlPx/PPj34yvdBe4y5MX1w7BBQhV6d6SqhEXT2O3FNPrao1p2U/x1pNq4CfxdNKhb+MWQDxiJN1XuMScJhKRWNmEhH0/OIvUMY8yUnWsRVY1RrGZEWIOYOtLhnWloXj6YmWjprS8UFKjTxDgYqcc0GE0etkcGFqJUWImKEi0usP6JiXMKGEK0pc0VEAwOwOZKZQxps6xtKokp1E0ITRnFAFNUslnY3kWVvfdTtG/GureILV68JsHGVvd8MEssA96sq3HrmHfbVI4DJyoaqaNkoxxjEwwwQRhGYh6CuZSsxpJ3NC6yrLRxqaDcWZvS31dkO5cDnzJns3+1UautkPzbvvfhEjhXo3+djzk1JkJxcNbOBOCIm67q2FqaxuJfJWiZwbd7VFmc+S0L330M6KE6pyIHAJh8y5FEWh9uDLp09fkBpnJRGIcxYxJw8ABJFmrsGYaCYcCYcDeJ11t1xXnjm5czfHNcad9aMsUlIqKIDjXLr/2b8I1UoDh+VbP6T4HUOhYqejt+y70PGay6bVQrVeMjTLNlUPhc5tCdLnNwpoq095pHBW6Pqp2Y1SiZLnnlOi4J7kWL7XRFslHcqq2A7FxrFZtt1inq2tknota+oSVMrT5TKgp6i262K3xpoZiRnn7OnFRpJ5U9aEk4rqyqWkssiwg7lCt69DD1WxPVFkOfrq7DvpgkxQ1hfWlRb8+DT1ygHmMNR1TsexxiZ/0sNaA5fldWwkSG2XZX3w62yuvtV26/L90iOXz2Tchp/Ibp4nhSfBytcRZ66R3dgBmniX5O1dj97yunU71je45sqpZQnxGcrGFY60McilYlk3iUePakaJmwA4QxMHPGnGHE8UWiQAR1OibEX10KtM1J/5oRQnP+1sNiK6zeDgo73U8gLGYfG3Cr5S1zMCWcDw/j8yRI+H2/GnKYOZoVTuAHTNBIxskyW7PF0Hle80dMFJ+iuJjJP6XFDXDZc7rG4GQQRQNJjMCUwuesiFGV2pvNWpMRGa0B421hSEim9qpM9vvFkDA0AoSKJEBRFUtDA0J+pkbaNxlFNW10hcSNvV7/AEEnbLTcITl+U7/Fc3n1CVFB89JWoRcr+3tzra7u96a95zbOO031vpFBYoru5kWCam1D4O6Y3V6oTPDtrTS/uzCtl/3gtLru+HF9gdXzbHZ4cS4IEd+LhtEKRpkqQot6s6dcWkY0WESzwmyzff+ATAv11i+Q75MyAVS5KbTjDRpHPhVs2LPabyE66mw7F2+Rr3/PPzE57k4OOsIXeExTYciuN+ZqpfAAzMGEvvt3PXacFa07n25qnW0xyVOGDWWLZcvhZi32myFlAxMqei9gWXRKeS6Yw9IzUF2JtoSON7NWlPTV4g7cdy/ofbVRJTm2OLRf3OjficzJhxCl5cgqKeO/W+L/xL/RzepSIaYUOMUrHxQiedw0Y0TnX+f95y4nRKSUGdksrZGjcLHTV0FerJkOsKd/GJgI2/fnETAx2LJ6vZkvY+rqJ/Mspzt+VhxIBgpk4XF5fZPB1pTZirb+59RkwgwiugcP802/uDq/75n7eN1A+Zn4HMv82s/2vXHruuv1vnXpdRBkn07Z3rf5SsRcG9Pf1AC4llYXaHOf1z7RfO67D2Zm7unIY/sv2miSclfiNmSmBPZM9PvMmvvkuLoQqvGedi8RtPiqn3LE+Hr//Nw15Z75suYcq+7CuvA5MLCL5kDRHMtOqFrBvGe8+Rzmv/n2Nsj/QRAKM9veiTb9O3F0bG2VA2qLwfpylKQkfs5Hcn3tFNmQBRXBwEi+arwWpQNhMutTJJVortV886uVKyZcqMlJkiVFQeIygwfP+r+lw2UQNQ4DXfBptY9H6F8BWFj6mSUOHzsu27rD3Wl510OsZnX7BstlrOiMgmTnJo2JsfWvfYMgEkozCVxBOKigK4lLYnYcRwdg4u5z6DOxw5BlilhbjujNiQYZQLiPAVAYsKDYhghmp6fRGrrUbFco7yhwFVIrEhOdWNGtc5bBRJ7SbQ84w+WuVMcMFGkvTOFxeyTstCPaaeQT5RHL6zyR9ub7DtTipvuSTWLJ3CAra95yxrHMzKbXblNEcG3Z5oVRAIghMiDVkgcZtS5kOpGf6TgX6j6K/DkOV0DWFdlXGUuxQjelvlam+dgxCLVTOE5/Yhi3jTgKo1ZlUdnJM7ryQuKvK9tYuhUzZ6TpRX4JnOWuFhuSvb9dRCZtjwM6t1t4GMbXPjJ5mmkmLT6oPoVZZT8o0yzaouwhhFOQs2LpbRDVulvCsAoNKTtJdKinmDafidwtddlOX+ApsjqMtdnWawC6OPmP5498rDBIhHQ0LXRHptHOBJPTaMd8FhiBmUdal2jiqHIn1s2ZP7BSsMtslAxuDXXMxRguctYTAIMxZovAc0U6KW88A7q9G0tqkrr7YUJUABFXOuudGY2mY2B3t6we3CK+3p9P5qDOru4ASY5rjSLDAqDFDCwVeNXU/PXx6+9Vp4u09causupMi1USkoTdhubChhuL1ICANpFfrQAqZdymmt8H7Z2/eOjO/qkFBE8A5nuJgbL+pHNWSZwzXf3+Sm11xSX8Ctxa3j7RmDi0cRy39rX9l1OTkFEAQnTWAdkQr4Ax3DQFPX0mz8PD8owHmUBD7PGGZzksZZ9kzGPSXDMyGJsLGNuMWT7efNHrjnWL7znzP/TJhB2N8RJXhnwFMu+bP2em1gXACcBjrwkGkxGUB0EpxMQU87F37kyQk8KyHZCdE5Xj8Lq2Ua64i5VQn9Pso02OOxpWN6tqw41vsSdl2zBNkaka9qvza63gypwhOEjEcYKUQIZubUDKRIEeHGfifaSaanHgqpD5bLyBVGQVpZbz5EFRJDfySWUirrXYQRh7KV82N81jZMWJ4mSkwxrb2+1rqmLuMNpP4Pllv4Zewf8qp2aWsvt9j0QdljThyZ0pqSVBPrVRlAKLxZqdqh20011bJFaG/dOQDS5Vc0HJ2LobjjMc0nuaGM9qucVcsFgUdSRUmaIYUTNQsghqXpVU1h3urizIMNaGfE7Xx5VyR0tr4MrDi1Mi+Gl3WnrCsna4mWF6lfAZOBJTRTnBc4wzHUJqSDhdjU8jX8QiK8hQZZcARS/veESxCbFTrC/LVSBS+b38AEiOa40ixQOgwdiiGBiFAwJnvfn1x88cc+Zebr21OavW81q5UhQiVUNpQjeAwxK6O6XsVE/+68bmPpNuWKDrKBt+MNjekvAzibd+MNeUvLPFDTEkPYv2i/JYFSFBEc7ubTPwXojhs22nq0T6xSCp4UZbz63nzAqPpNlGocx/rSPWWjR+UHOGOw9FCcrb+wqYB1XvPmdqbTPRgXUOe67ai5YjlHoaP55hVlZK/kcB+A5l0ZfKi21O/nBhDiM4m9LCJlIsIBrAaSyi7waKyoQjqWSRhlM1qKPY61FizZSKDCDTOYVcZeqixg+k6BYoa1HuRWJypSqokU2Y1CkJRMqRtp0ongkRptKc3ACRdJ2rQakkRqqiQaOMCLUeaS4l7gsUqXdY04oSpNa0sbOKivUsBWiw/KfyWQ5LM3ZRqqdvd3xMSMWXY4oTY26me3b5vLus350EPBbMbu4YVieqBeksRM2MgAHrqxmrF3bX4Y/v5vCgpYmmmbX1zU/v4NS0DAiH2/RH+IWk6co7E62pQn3tHfQIRkskoshZWBpVVL1F9lmB8aFjgaLlDRZVcU9ePIaA0L8qqyc6wtBOUEUNDX+x4eIld5DYRBSokgEnAWSkzg4ARw5rjR7GwaQwaEIYCY6Co4Cwnfvx5+ddy/1md76e1ztrjndzq9y4byZxVrpICquDIzD/WzgZzXqX3XqNR1S3vovBkgolga35XqpCq8RSTV+yT8D2jf2QIfC/hc/2U9V7Bftb7bmivo/mMPIvcj6qXGAjU3janiuehthTmwWqb/Ppf8X3HjH8XGZRNrPRvy/Y4algHrbIzeNNhut4er6ejVFHLYlH6O1u2+oJLabC4p87nOstYddwHrhVT6S3ZzLcy/R3Qu44yjrf2hZto+UujIEygksKwJTm2csuELHhId8gqhVUsDFXp6tatWoee3SzqVIYZZYkPGKZGCqZ2te1d584+31e3Z8Ypj6syr6w2i5HbgyKyFhVrUmUIzHqLYjR6dLKUmahI1uBk0gbCip25qiUNpY0Iq4RjpN9DsyqRKZ1N/W1tbPmxhhjQSAukWS2beFOU8udn0nEka2dZzyPkMbI0PrXpOIf8cyykaOV0mTxD8aEdv5a0mFIXO/FObYlmBIsc9sTmyxnUQI5ei0dG/8zplUoDebfCDpktC2dmFCdbr2GVNdOD6uv6OFqTJOMM5zcXMxuwQTChXx6fl8vTLcoZADIkq11kKnPQIj2COFiYdbOBK3h9tkiIbXdo14C3ABGjmvchgVIgbBgVicYievfjr1rXvP3a8d8V7S+c445xrjVLooWhO+KUNB0ED6TrWHmiNfY+ok04eaO+4nyxE3FmwzjIUzyaRnfC888jvB4Y1n1NZT+SN3p/7JQ4dGQTeNBl+K4ohfiedx60fqFlBvYK9q9JBliLFsEkesSqItsORFaAedWF2a44srA/O0Dih+wP9o2nPDJMBgJMObmgfXMoNxQkpwWxPo3TDMiSBmDqo9DJA785H092TxiFI85UlDFTCNk14Y8Mnj/g9rjC2E4RM53FE5rdUYmmNym0c4ezOzcqiYamFVf5r3sVNw7bGZ7bQ2d/D+Ann4ml3Os9CVxpuvAOZYz7CmTDS+q4obgpRaa/U4duQ9ty1mAHDAXzlRZrFbxK7PbY4gGPrc6bs3AYrN5AWDf+TQUTgTEV42mqVbAOYlCJs2aWaB9X5/qgtFSPz/drGn7/v9tewtcSZLM6o3yrQWClpb4K0uMTDz6GgS/ZSxOH1Kxn25lZ4rTuKwADKcY5gAguCECFtUmjydraqKhF3B3EAAsurqyhtTFDgdxiI1dOeWmWMaZYlBTLBDPw11z/Lb+N0dX9kxlp7W/qbuaQInxv+LVKb078hz6TGDJdL5fUFXX+X2tMuNU0eczIAAROM4X1fk4P/n7j1Py+o38uomJoLxAKjQ/pbgAR45r2gaaoaCgaEIQGIXP517er54v4uTxXLz1zV6nK+tSoNpZfcrngOmTwTHf1/J5ZZyEcuZLQHx/UNVNRaBw9ZZLPweR1veMbvnflcgxxsZpvvXHSOfUTBYGs/Ff1uyZFee7ebZpdYLHD3Jt5m5R2hhiHfmmOw5AhGi/W7cBlNB82Z7zR/if3X7Byb4d0DqDiGOaqvXNsLRPmqsXcdGZh5K1eosKpqCep6vvYOu1jW7E28x3ro64uery9h+i+UinHAUKCTCPnjVuwxWg8RiM00aZ1sZRe/cFMmxYcaUmNw6EpwcUgvCn76BFYEvLGRdmJxknJk4HJzu0QVSh4PDGtm5+9XzcKdVGSgKfXLyWXDUvZzYdmDaGSBG12Oc+tIZUgahUzdLhG60DF80glr0YxJKywVewvj3zXX7zbKZQZbt0NeXXHL6rVo19fgzVRjXYxff94geo9V6veWhpLmlHsVaMmFTIZyKC1JiiiFMtSBRL9Ks7HY8p9JUUVcsZhLqi2N3fXbzNYLo1vZpzWhabaJGoYNZMbiAkrgYokQFV8fl19vy/p/mek+ToPQaL6vll/kNI+z65tcZH801ckXgS0luRRo0bjMLx7XbVIe67N5767xew9A6HOd7M5DQ6pD3TmvSwQRoqAGvF9tH0wcAAAAMZ2QAH6wbGjIKAveVAAAABWjovPDAAAAcCGW4AAFAAAFfCUBVZqZWxb/4XHafDRk4uB+x3lX00EVAKjcN57LtYFVQZc1eyQh4ESRPxVRZ3Yjbs6fG9d2z1MRKs3U5X5jL/p8Yd3DPYNCXMg2emUf/doiOSwzgBtm1aZb2maPuJrUEQ+nCgWUNShNw7wy7TgqdxnEXhij54Uf9mZ165sv2yPqB6wfHW3qTDRHOovKN3qpE/Xq6t/XZaUA3Lc72TYNT5v7+LMVilxtDECNyMuA8oYzPUUXohtPe5Umm6beYyWzgvS3isfWQju3QhZ/0PFC9oteMteUOjKDAub8ZVLDI4MbYOYGBdpqha7UK78ll3JFBcS5JERtn5lp/Dq9bbX190SqZw3QFTCERMgZ/YKX7QJqYZThAKLuIUIeLQcQhDSZlE3ZMGkRNW/15/tlk94vhhgJu3zzdj0Lqb0NE3TJU+HXFoNqa4iPnnyMfg1fY+BAYvsfMXjaM8JgcAyJaqmCn4jxKrJDW/fob6/Ox7mHytrs8SCMVg4HUbYNKQ5qss/6tt40R6v9em8ODx3ZcNjLgUAHqjqO3ykQhoz8UDN7ib9WZMttFU1qoGjxNY1JebOfvbWxnpGn+KTf9ZT9vchiFSZbI6ZEG9p0tlb72JmLoRLErsoaYooy1MBZB5DlN+fNoMp/6DFW6hM1LD68P8T/5lHv/JBDXzCfWr02DljVFKbZykgnlaVBodtr8dc+PuZ03alkR23MWuIgVMIfTKeN+zq733AAWWpja4uHrOLEfuYaYc76uMIM7KmYPIwQ0RqzsqtywmJJYsWMplSVsxH/aM01prjItlxX43JAgH6nV6aOUozvSCujQG7sETE4BQBHqfHRsT0bAr46NS9IgFwZbx+S3TmsYwrV9sI605oTRNTd4870rtq8Jlrw2QMlcrQLAJHmL8539+5bgr05MiuZHxhtZX4Q75UCp1tLW6t25ry59jH6KqY6biuj4mie6QG/TkYWArMNJKI6KVezgKZzr+RAJ9JWEu+kE4a/RNxY2twvGCp85DKUO8Gb13frGAlBC6pgJ6OJC0wlbV/G1IaP7+yvh05Gl/GmV3SIuXc2R7ZPEzslZbbA3l9oyJwX4Kyez0EpvsxPpE2H39gS/CfcZzuOl97adMei3ojOvwOLWNNpY/R7i9RiuBRhJwyAclosbDJMUV7CrPjJm4462sazTKUlOZ0xVgPwKAcNdbajU0ysD+WYNqyXP9hCJcOJkZvIQNsBmZyxd0PemTXUhBsMV5xOq+zYbvvBFdvyWYd5Rlg02kGFTRVRXfyk+0oaReIsAgGJja0N8aJm1tFwBgh3BQlm73SYb5aJt6XkUwU5OYkP9BWmFXuZxIs6apwDwoxiMvMFfMXaN0VkFJzXdwWInAmmEi3DeXhDLixMVrsZKnXtn2ShMmMbezBYskygPw/XpMvB+LHU0R4Q8sl/7lTja81Kr89IxLiD5cAh3qxvHrxZUjVfHW5/kymUgqE8CrIxLxjsY9JTruaLG7cbK1sJjmjDOAZOm2SHVai2mAUoctfKwdwwc9ktzK/u8PeHGC395zx5eqWFgN+oPiCnnDlb/4rCx8s1XnS5LbUvKy9EJmCcqCguCAxDGJVFem5LYNhXDB6q48uvvaqgCYD3EiZQ4TFGEbp6BLSxxBz82Cf1HZ+EtiMka8iK6y8jZ4owo0ZcC7jBKJ2/IlgsTQtewA9cxDzBl16kb0IlWbvPVFCWvdlG1+PCBTyemWjMJu1YKSK+P51JqkoB17g3xn+kyBihbcoXJbWqw4xxzEFvOfTJAVMOG+pR717vMlrMHTQDUiASbPv0K1bRnndz1dus5EOmatXTMwqSda3RhE/XUdGc6k5e65Fj8YEPiMmgsrzrrbZeUdwaglnqRFNdtRVdDVAOKGOPmeAscBG3naqUfo4JmTeKl7Hb8sLJ/P08SdLdFr6D1D818PiKHd1wmgvyZtzftYQuujEclKVpFkgr1hTZZ81OGljtFcXfk8XB+kTWcn3DuUt8qYJue4eiG/RBcI5UXYyOe7QYQ4sD8hH8DBzYcnbEw1k7NSAtrBDIPinK4RbEnkpsqIfjMLQ11NfCNiibGuAFxwtyYgHYCWSLX3MjS1a1xRbP2ubl3efbYjBbrOztaQbfiN2SO+towXRPB9ObSZDnrqxCuXHB2Tlss44gfjbojOMLjpG8lGRNZu9Sk4sz9CtA0TZnsk3IY6+8iWOn3xv71dPok4weLDGnrawMzubJlfYtSYv8WlUvOEeUsKq5Bmk2zzWvqIq2AeITGGXD8gTW2dzstJ9/Yl2PbhFWqyy/eMss4ZPBtVXBHTN+x6yA/6ZwrpcyJ4RpXC09aPwCpb9NrwyMN3aNyvlcFjs3Bvul53lbdgIB84CpcWagj1RVrATXyHdOmpAAA+IX/m5Zpa56N1aec/dvCNPie+lHAVuMpIsQQe9IvOkcaxSwmrZU2dAX8FreYh3Ilu+4kgFxlQ8a22dhacO2W/8OpgcEskgni5V8O1Ek2D7XH4gc3gPCqN4zZRKDsb/lT72M31mniMm9a5lxT7ddtE0UNM4pOgLql62Im8q5QhDVOlPzen+js78XUIxWf+szVHLB9UkTWfHwT+EK1Uw7+XJt6o8hUfvWA6uYv+EVf3Wd5dfQWU53m9PqvGHTShULkksF7zxuhw77fk6K0o6dUEcZpn4pqxOC4csh+VnUkqEoisU9nC3klsq3LssDQ5SS7bxyAnQZdmleHYbsbNfonBf9k6MAwUh7+P8cPdWrf7BtHseiwx1vHt52tVbr4jj/lP/RDZMEB/wBUA5enN2Q3kM+xYxFYyD0aPz9uSfbMPkGAUYz0UwhnYM1Xs9mFCkDnbk4bl+pReU4EmBVutOeSyJu/E6f57UAjIXk2FM/4bbEin3BgrZgGLak+aqt3Kregf9K88wXUXv0qSfkU+Ia8kTYmg63FH7MEmknJekPhiYycfADfXCnb2DImbUnXbU1df0mxy48i4+MyoRIT2KzIY8zCbovZAjUatcyZmVf8CZMN5+xsLXunHY6PTfNUUg8BBRvkXCZA0au9+kkYK8g0IPSho0xLCniUQpXCaU4LStQtaPr30rXjjSX6pCW3U5UL84pNVKgLZDvI+k5dwtQFWttY5Rv1pqWddPg/MKePYmwG0PF7eIGiCToJ0AlFkL1qPV1UR/jQV4xpNKzkl1ej5N53M0yngjpLllmZvqnSo+wrZrLK7y/a62hhHexSQ6HXX2MCabQgVmkpE1G8eryTQJWoLd8XI66hJpwn29zjTLzFL/nMK9iUnP8U6EruBryEudUsvhVMhdhfijibAPTDRyLDsPiNtMZuamHGqE5dJk3wStwgBTgg2nGOWbg0NP/ggOJfpesVMEZMQtwlTECKSEPAMPVrQJsCfdJdnvPInZtExMk2FlLbmVggnCgyBCiExBHsWKSq5qWg8cla2NmP9lW67zDmSk4+1/IOX7jh0S9P/WUB8KyV0ewK/3WOiQAPJMZjz+F/aDrYDqtimviRAg7IdYfRjerD9ptfOGoFqo1ie1LlyMJ/5IVPNTvdhm7atWjwnvOEMCgJpe+EZZWLitMFiWy+fphcTelOFv0l5aWZLd7KOwxZCRMUEUFjY8Id4kVvFk39wjTo1lehaL7J2z79OOPS4thAzjs5r4O/DVDnrMotVr24LPbXlRMs6gNWa3lbFbwYPul4l6mDqQwOz1wk8niyroPts2hjUUWWZMVRmeX34p+gmjx8wYIEyrE2n7sUF1X0yfdrjDdaMoZVrIuP0FJ3IhlfAm+v5OxTd6edfoUmhYS3M+sdwnsA4lRlKp32umK5IXbZTDhna9vmDQx61pr4+3XE6rs30O8k2a8nXpnhIa9KW1QElP9RwjzqgxptkrByX9hGz+UkNIJPPA7yvCBC0Mx2pEBfsR0sqamyS7L13rakZkDciG5S9iVcAc1u0iEysNJ9uMd9UXHXpZdvKdfRSRsMBlFrf8WY7SQDOBnXuuDajbgFSM0XDMzIb4yOJfg2KFJERvzNG/1POx2fHMc6LnSGhXX/yAdnv8ag2YCM4DCkngzvs5k/KsZ+ypcJnOUPHWWL7sjiRQ7XlfuSnp1iFN+/2gji6QpgOEevtVqIWCTAXbs9Kj5tMK4YRAOD4Dc2Bx2ULV5/+FfLXvdDzSfsTdOSEyNZcsdtvhSEVNqd2TMBZZct673DP4QAvgM+9pzWNdWqP6wPm43iuEyLRf7mdQDvcELBzxo40x6rpoczRf5itSIzHCk1Oms1J1yblESeFdMFzAdzJVKZCKht7DYE9OD1kDFRDY5+N+vutLlF+5pivf22hU5L151xzUG0h5KN73l7pZrLDG2dC/FmP2ryfJUclZD/DUzZ9Y+QSerVo1ikp7YZq1ZOvvIrlusyddaPZTd3VW62eHKnGi4fgQWOgNyT5QxTDw1ZlesWRgyXmhDwr71vfizJywIkkUsTAAzWLIjThAMVodc6dyyVmhohZDKLgJx7zbZyXB4VWeLZTpIxmaY+6F7iZPzjDwJOlTtkKAeFCEh2hGwTjEYdFl53n4Nu1CsJuG0MUqi3mSiWsGdrbH0Oa09nTKewi1b16jot+5Kd4phemXEw2Zvf0pc57+HG1qzc1sJ+IhvBH9zEsXOOEZgeG7U3cYST+uK8NymM183HrDL0BXA6Ua2TSoGH8bD5GEwgJGZ3MK+IPRD6I+V8sI62xii+K0lP57isGV/UroocsBEoUjsHF+nisNSr5PdyzLYT94neTZR4T/r7BlvB2jRYf9BUOjMGBjGOfH4CmetHYX/5UMIpSdza/r6gkO9Cnq3rGjrienyrSQtHuFBl2W064WeCFTw2hyVxid3WiusSIFCjaK61yeSzigSbkDZsmh6T2en9RhpTtUXxZAjaUIcV+u89wkWW1/xjAIMACd9nfM6BtoMYUbQlkYVj/TJCex3Ur925Ga4ndq2lzYAqRiafqX83hl6gVRtyxZacK+ON43mB2XB5ahf18sUAR+/LRMrHsGpmXefcnBLS0wWbVaVtkf7XvnVWiuyQ8hys8NGNWBbMMjQu6Om4s0th3OEGPmWr47TpzgcvYoel398gOS3tVf1ksHCoB4hxKr2NTBvb+bK12n2rZUtji7GeqLt6wAQDa3YIBG6np50+EdcjTZBGymkaw0khxZgzVjvEVpTUnrqd6mehPlghfiG90OLTMjc6oUGHhmKsE+OEKBkZ8Dm/PInendLAei2RP1jXTWKFYAmPPke5HXxncMt9tLOxAYCXzsK88osRG5oh5vPHUXlJCVtZ0wUeFp8GbVfvU3Z/KLv5wOV+mjhXn5bXcES6F9ZadGXTioq/zY6+ho9du1tjxE2xBx2vR6Pn3NngjN0y4knfFTn4wulnFMx+y3LGZ5aVvl96t6TrAQVIJmKWX6WcVHAE3oRycMUkpsO1G2oEvx4JJ3qBJYK+I4z94YbEQSngWp1OCXW1B3hgWQPniKmzDfVlLE/oO5LfEDKJhhUzNLoVLhhvK6AjFcLX+DxvUC2LIoOOvDvmtPpIM3CMRwpWH90lnan5igKbaz6HhALyapzuv5Q2qlhywC9KLNRm1wVc2OK9nNCfsoPJhFu3XaCl+PCOSePPy8pNxcc5rTu26IjqJv9p1AfaJceOVb6sMOXx4GD3P3RcYD5oPjaDk4awElry4yTxoebYrl7gZ/ZjlIikxcbwUf4/6aLAeYyMmYickcZKSJ3gwM8sIU2VcFtDzrEiWI2msnBqdzMsCeGyS1k7pDTGbmWbWVIYKAoK7I0mWT43yVGnGQEBlX+Y+MXvRggjesiCrHDvIPIEL7dH2OQv3xUQ9+JbTWI6qGM1Y6KFoe2oletImaSCiz1K63h/wx/x7kdI9vRvZw8BOhIVo8hYgMVT4c+l3NrF9b4X+t+1Yol+iANC+ZuYfGW4jcrnvh+7GRHFOvuseieE00EBBdFLdtAZjpPUt5jQDsr46aL2+hUiHa4F7aGhDs6ZV+ucIBUphfcODRsE/1I2oEl1jbA3XJwJQnaeh64kDG6zNzMNpfkRxw+gyNJO0hhME5t6SWqGGGEZaW/PbN1xk61YhbvpAhLQQguNLl4c0QUINWQOikhWhvvyD3861+osZoM3BpgjGjJH0PJjK7x588sI82Hd2v6UieRYAxTLUV9EzbID9wZAXk5d7O6TnN/gOxHp1Zr3lKH6fpymtAuPPB07ieVF7OdZx3e1N23rKmzJlHqGUebNOgaN/PksLYD+vRQJN+9D4+6X0Fe01AatIRU/MHu2RS/d1oRVn+cMv4csMJ8h8BJ/TTPZM3yngrQsIIT9jFu5RpwkTU4k+Xexg7qDaVSpwXR+f2qJbAwNd00z0yZYf75fJzAk+mk4u+P1PJzR5yIGr81MIB1TrAxEOzJPNAEi7CL5ZHMZjL/9CCwyW8YPhMGw+znB5IZ3oiE3gC/7HEEanmE8oo5GQlOJ4ArQAxh4Iin6G0tKJvHHq58/cl/tuqrTqMYmxbYQGou0dFuyPvv2ZocV40/YmmDTvNUVhmI28pygfpMY9MlJOH2NqVjAeKyIZOfhXjiWkhhNy514RzNdkh9jr+63bftL4/hYkZMVOyXIKVa0QHSPVXjis2BaEUOnuIqLd4XbBFf2cwKaTmZJs6BTn656cj4/gKVPgT9uGZyN2QRcyp4o/aaxWzJFBzUDcmqEPoR7ECrZjFkMuAInIwcd/+vmypw/pJ6PBeKstwihZ1urVyzIeyYrcRUPNC8fyqQdhB7sNjMV+tQjDySE/uN9Z/TTi3t1lNWQfB4S2ujBHb3mx/U8vhbcpH8TO75WibGOEEyyNb6pbzpHtXekPoygKDNYtFqOFsA2Cdn8LjuxP6dMwVDUP0Vk2VvKXXLj9tzE+wlNylwy5F/xTbBV1RaReE7iOFG3d+RQmolILQjkk6PbLsM4cvRYS2SWa6lR4BtE4Wzc3OGY8n2pmv6q2v2ZUeq5unyPYgyuA9SgYR07mRx5xqGZMPtHqVuciUsN7CGAldamxl7X6e2a+kRDRbGyZbnDzUN0CZnkMTohpLdrr4X1MhcvdUMc+IuyHasvIYZ661QE5KvisYx09zo3IdV/J5EMLLD9rNLUd46WKUqYSVfXE+0y4tfG1IN7RxCwbbDTeMLGwcOvbO9cf3zex9DbOceaSlCJnU/Lp8CZOwPryUKNfuiAg7blyYPv+NAqh+yGRLEvwjl/0tQi+LI5PPwYBGT+gAc/33/QX7Iqe9ghsBdZcQyn4AXtrg9JgAWwXBTRcNMZQwTg4USuw9qfaksotvHzJJ1rAK03e9yqa0VhPqPuk3z9mHtELaRe9dRPkzyOyqs1evdJiLrZJDc81NaAU6AjBKR3Vzoxd0suB+41nkUecQKnO6oeqjwSfsPG3R8AaOKY+5V81hSO+cXhSWW176nN9s6j8zWtfvtRBOUp0ckGjms7IQBZGAkcTyncGlpWrHeyZDiJxZYNTCp5yc144M3xvX8+b2JuFsvkGeTtftOAspr+NXFPZaouLFWRNjzXD/BaeuKd1B1+4rq7Nb2ncvbl7faOjEsxVlgqT5uOYKFmdBj62OGMzz+TIFB6ZqNlLnathcV220aldtzUIv7eHwLNtxna+ES1tUDBfWyRGQFOhWhAv1JvRtBVC1KxtSsfOw4xGMNAnyTQ2exfGNdlPyeVqbyRIIvTCcqqzqMJxrn+PoYXGD+DztEBSbAGeUGqM7diBS6oS60m3og9jt4ny8q+JC4NjCCLBliXpD2fr3zviGqd/f1dVOQZ0dKMqxbs9/7j6xr1V85M0kRdLrQWDnVMtkmiid6946imFXQKoiW74+NcHtr41AO4hoJGuNDhqr5N05F4tGmsscNiLf+OvirG2qlZSFF/LsNFFemDLcgO5OrTgySyhf5ovfMpgFT2ZNXSoqgiOSXkxo8aU/4XFLWWXmUbCiRPESKujkKp5AN2JDD9985FydzOumNRDlQKhyzG77cLTc89n+QxQ28lUDalpz1koRN1s6tBRZ+Xj/zQWOkKRHotAurYy58mBkEOCYgRa472h1ZvBJKlf6skaw9nHscqzq9J9o1IJNLb6moXE3iIvc2ryRvWvPuF+d9vShEe8q3upKvbEuc1unOQqp5ebY452zmC+dfY3qm0q8mfQ8qLui8oisoHntjh3P8bzSFkqdWhXfQjhP0jvCQevEe96KZYa8/cdexGq/zbdFA4OjPA3SWuMgh75zU3GLGLKaT8c+aEoshxxaULEkF49X452XdJfcYqJa7uEQCZca8xOI1lWU9y8DWqh3SH8JkPUV3/m2iSxJ22EMmIaydTmVDGeojOteSEwhmzxMgeHswKPdFSYeqdnSMZiIOptMnwJ53r9lrbhbActGNEgD35dfelIeE4W53pZjufxmQwS6gWVox+PniUXzOQvdUOV6fahq1aAaQDyoO4iXUzcwkV+1+Ec+Vcaa5oX9cKaYLubL/5ED9GvsLvL3zEzjz4mT6haCyTydnQpDDyJxOABWkA9LDAUUmG1dUMwVqRM1Xi71uTDFHwVNhg/PXkdcUPnOu1gQV7uMVJqjmSgA/JKp7BdIrDmpOAUhU2+Ob5nPKeDdnD0cdqXKsBva0Rud/3RSO+pSoFePEp5H8zYJPIRdrcrYTIXtcKBpAtoe9rEPrjvB2i3jr+Fp4ZBzcyy7R+Q4Mc6NGHzJ/l5LYaG4/UMQVZl4WPo1gnW+udggL9bz2t5/2LbguOQTJ0Zm3oiQJ+R5blX0O1K5yGkd+ZDfT+kVqMKQt65wRIc5An1/i2AckSASu6SSRI+IcLpqjDuFsWd9ZM+T+zfQnXQclqyEo02qHkmMHkYUx5Gh6kWeZ84ph6PmfxyjkEvJc7vO37gRVW65NJj6v4llJyRhRU/j0VEKe7L8Tk2ZIO0kXdTYA3lbQyGO7OV+SbudWGjr5SrZu/MKEFFph9pY/GHpNhObesJZ/1pOdMC7Xn+iBBsDz5ccCFXJPTEw8D9kont5gEyeIbLSZ2AMx2i2kcEg0puqgtCnglu11tmkvOa/Fu4abkBJRqQIh3hBRJDsU5jXJFQO93omPUIPm5Y3teiiit0nRiOo3KQujWfSOLsrL9Z4SAipxYCLKtD+lgMqc81YSR8I23y/zD7hEjopa4XXIgw61nvYU9Tqm+pfP/ZUMWuTzMyzrDSHQY+/HRK/Ja2JAbqOydE+SuUfv58pNuvOXKSrBHEWZdQafuwUucNsZmORad8afyur7+QdR47wlZvJCoXshQ9nHwftVoGFj1klzHiK9qm5IPcrp9BTzyiCq13PeP1I9GOOpyF8ivjSd2gU601bgmrDfqhLgQ9hLjf7dAz6dYs+NzwTR/OEvhlAOzDJfs61Ngem5ZpoGZEIPuR1dF35jbKKTThtDCJrpJDTFbdn7r3kbAjhNfu3BFwVWXNHf0fvIF+hiPqeBFmHQSByDJpokWQtPds1r+GWKJkTtPKoEoIJ1jNKIdIGVw3nlAe2bBB+vQhMD0LarZTNIYtoR05iGoyKrnSjGs8NTRmIU58zpQ8eTvjnGwY8IT47c0/qNf2liiOczCrroTJqwf7uc1q9+3jLuxSfDi3l0OAqZ+sjXmnU8lh7RFt0mTOAAAGpJlAZLgAAUAAAV/+f+J6fwHtLjhcVzPo6v+6cs2nQSftf6yoeqL4o/ZaaK8fkE7vAmu/OvZeLsJ5paPnuDe4XkTgshJI51l2vUPssDbnnugQaFySCKqSYKxI6O6X8txj/qFSWLKN40JK+QQMxjzfS9XQsdnLGRKKLoeQ6Nt2lQSC+wIpI57lyH2cyDrmsocJAbpLAL3yA+sIvV75k84Pvxz2vCYGKY4UGhXBhBg99Nfp6pISy+GcS3L1By33ytrJYtoeoLuIWCgyAWb0vJ16UCFGrcwtyflbFOjzTPAiiNo532gMlNeRUO+jOtNOR6XP4iHUdEXj1X4gF/gkhzdbwPGPPNvkcIMsRNTwLdcFo5wJRN88Cgi8LFtSQ+bvpLnmwcWyOHZxDXP0ApDkJuLjhcWu/QIWDdpCEDJOM1v1C7r6xhopeJGKwz+tfu1bQyT7DH2kPiNvZBhECeLkZLAHkHWMvihS6p3bw43/mEeCRhrYx4pfV4Ivj26Q1i/d70QMJyOG/eRJIdAiu/2C6oZf/745WoC079RrE+LIifiXUByjBTalh+qbj0n+kjIRWDK3wBZqq7shbRq5PvMfJfUYFyx++fGUeeGtm7/LhXRIEVWQghDvzltZoFN5cq6LPIJh13lPzcvSoaQLX6elhD6Hgia6/3s5/0GG/gQGnWi7KkkyJJbC/7b9pMBE6r+KtoueX8ysvnEfDtsCdUTRCQM19VmeIwth902hvYK5ZMJt6/uJLs4S8Jdjm1vk5Bnu2GjJs9DmDlDzkriJVY3keeuBspEW7gUL2Ojl/JX6vsQZ36XC5odLK9XCWJSRk8M1fVhrZHBiY+QWFJJfV5NxF6XGsPuL2GpXUzggMup3eLgxDMbtZEXe631c8NohQ+nYO/YW0cUlhPfvIK/4AadxhJ+AK1GZrIieefzjPgJSRYu+vDHmMApLRgy2qHJvh6OLx/C9QuyfxqgPyM63Zv31lamU35WpFEjHvn45rQ+T/S8Dqi+FinfUqBad/EAIXn90mqw4kJAEguk4+Sachmo14ZChoVHQkHdXg1YkarKV4aekDiyy6eGc4d4EX/Tt+35F6DrYkrijBBriF7J30aLRxjRcEjYZs2cvrv2xTJqpa6Z7V06WWl7ep10wMI3vyY9ZVDvZ/lNhqGWWFly5pfYCV90IoR3jBggi0wSdSTI5utFbuk3RQuhf7wO33rHWiV5N22DhRIw8vRNeAJainGSrmzhE31O1buFDvmwHbQFDvECBntg6o501FASbR+4DHOKSlxN9Rm9l7qliFsmJzSL8dhIV/tFO837HiFNenLB/1wveOyaFqMxUzIQEBfhOK8v3KZ91INrAQfpuOfP0RkMZvP96j5YkVQgEAKl9vV48rnG8bZEr/wGx8+36cpxU0FHTmntXJ5YwnNlTkHnoOpQFt7wOrhrQvqed3vd7+zIrFNPwzMe6e3FpfkEsVbTvPVjZ3jXPeBJnrQHU5voMdCj1g8rZVYtkeQYUHLMO3nmWVt0UX2m2tgy0dmjOH/ZAeIK/ACQQrzfKc/YHz81FPpMcP02WpJZV0nBJ8Gid3CDVEAFaBy+Jaq1dyUElrBgAPowkEWNhXGG5sNyEGwxPjhogOwkzjMMbD3gxFdym//BzX6kHnvhFc9OjW2PiwcDEqdBAhJpqKrwPBm7WowlYz5mGLhz57/Q9iBjGEUYLnicHLbeu8MoPyhDZrmRcUT0SB/pxTWsnIvvzyapeYjKiWcb0hg8QloHl5VR358xlOuIBGYhD9vIC8e1wvmNhSbHtdExLxJj8MruEQl6IylVxYoaBDTLlcDbLkROq7jZVdWfJH82JX5S/7HrZDdbaEFVqP/miKuweiweIVvGIoaFCzT4nvNGDsSG261ie5yih65eiuQH7Uhg9GG+D8F/0is/7K2XzouRGQEM1s7ia1Kaf/491SAt0mTxUXwfG81OulJ5PkV/Pj4o59ILuSq+cJoEsn2GbR3t2slFdy6dsyeQSNctuysV79eaChREDmtZGw8GDBE656aS1ZaxpQ+PUn0SGGOzgRePDJ/cz5i7TTf1dxDftoT3i7puDtp8MIt23k2AdtLhIKlZEJJl4v82pK4ba6V6RoWNW2HQzhkOxLD4YpjPnG3om5cn7hol+ndpmmgXrsUBPPQEQsiseWiJneyWz98BkQmx8BtDiLKZJ6abz7swe08ufh9rO8ZsSyETRV0w5GrrYOpPhMf2EI+Z7mAcGW5erlMMlJlekZ8fNfUTgeDb8PgOOdbGxejjVUIXxoCIE7IMINzGjeH8xQ6bNnbA2OKdB/1Oeo+6MXLzomJG9OkP0MI4h89fKgnO9YXpc/rDXFzRx+OBn9nBO0UsjbU4UBrkNDm22T00XMuC5yfVcA27KGictyMlVETHADP7y/iNZwmxYRPzZtaF5EVc5RzsWPAHP03+EN5HjGfvZVZQpjPIWzwaklPMBd6XxByp9ZEbBsiXJQhbxAmhyy3uG5XKQ75M/yrE/gaXLV22KLsOKoTkkXSPe0Ygotzod//5beyIQytxdo7+QNvITd3Tlz8H/IyGwxM/MlN7ztrTTqtssehaSBte6NkAc0LqbjXiu1/lvRbgrhX50IEBAujdYkwr4WlvQkAKSgf7zAPkXmRtbnyke+Mzfo3/Jf3c3MTxiqnjSxbKJ4LMo0oJzx59pBQ3GroCs7qdn4Qao45ShWePXURBNXPSNPzxDyiasI/nchP9JqMcSxuqedjzS/MdeZo7W0j//xr40J8MO4nce0khj2mnPt/D/+IrdD77EBGYcaP8M9noy/gAuTJb1UvnZEGFtZyvA6k4VZymQO7/ucBHHZtE/KYgipL2m+deP10a3hWePdtZ1EpRONngsz8+SUEgswhmB/lrSQX4/aK9qYjxFp0uagz6WTjy25Uo9wZecYDkAKi3WzhKPIU1f+pfb3MOG+0iCwPQped9j/3ctMXDcj8weAB8CWLssBI274ojQVsdiMsG15qcxwMuQpSmpEukIBSfRf+w7y1DaCHIEyLGYjVpI5ARKO51iQfvVwX+KB9f3Tf+I+2y3hGx6aF6eBDoX7768UZCAoUxnkhvRypJDYero4gOhmhx/RE2BQt+B40Xo1ytVK9CLI+tSNm6jSNYXnXwuaRDo977SRYTPtaNMRJg4JneY3JNaImTkdDJ+0BSERQIiBqdqNQQCuBV+hb515W+S99SOFE32z1k08s9+ClKMP0vF/IfLbBCV3RqzufxXwgI80DpBcnvCvje2L6txpcmik/ZwnslciY5dZArI00Mb/0WufzOqmbeLaE2npxnIYBYt6LYTWjbbcjp2nr1kZYamYY4gCh+j69ed8B701T9pjfF3yV6F2A9XydQg8vmodTZLV8NwcdHxNaQUQSL/Kvhj+oe6Lx5W1ws4KyQ1yoJfDNe67zv+Kk2myFU0zACf78PxattoVr3BY7ghIAdWvgwxVWYe5+e3pyLLQr5C4MVukmo3uxET+u9bFpAkS/EuU1VJU3b4owFEamQQO++PZdzOGQt/mfF5MU3DAwd4Edx/vED/REcEjDOyBbr983GAIbGAPcp1/yDrFg5urI1esM6dZThEdkdB95SqyBTyefhV0DYp/ZKQxnyl0uIdzH83UDMNha62q4vfc8demTZn3q2zu+DA2ZiQ6v4BRXvXuxPcUSuJtWVz9y4upnVEMMHloFVejGWKxKXB/dPHbiC8055zgVBpxA2rXp6fKzvZndXidm8pYByDlpJ9EKOem5AQ5Q0Wc+ePKD8Jszo7zaztyHJ9oCJwdZsOlhIuU765PRyQVOO3T+IrfKIHlg36atLfvXWiL97EoHxscOpnTxumQ2ZLM54epj96+D14eOqe2OKoDGe/Oynk3PCnmmmqpGq6FZfiFc4eEUlY6Dko+AiDOjSkxBN8EWxTuZ0GjI6jK88ZPBWDVVktkkclumigNwwp2KRD3oPgN6I1sKWz+5+hbnRxIHa3yHlhpvJP+CClvjLkxgCjwcLJ7xJCeGtrwV+Fkwz6PCimcrmDOwg25FEBtfoVoqJFdri+rxzzbL4MFJJ9LosCuXCamfUjChI0PFlJXh/lY9I3cKr3bch6mHKXncrJD5eVCvG2yLRKOvE565b126E9m6diHrpyuY/WTd/dCbm/2mCPr0vMBTvAbMGJZnGEQIDPcEdvKuizi2JCIvV9h9Y2lqpJesk2Mc09KsCF6BRnQaffGK/v34zDLbnGDd3bjSXARkHuHEIwPzEfuM7jOkQWH0mn2nlhMbWWBdBUuI9vLnT4Nqe/zV79heIrWxRxm4l3dvTPD0Fk4RHuELweIdnrphkvn9PqvunOrwXb7o7JLRMR+ma5YUcKyD+BOiDulLN0WX2ExhxNxU7CWJc7+7TSSsxQzPYAfOCzaMDvT85Etp6XJ9rvLD1h4WzCM2cwSb23kjAuSCvrFbXegX0ty+5gd8XFjkxmuRrnhimoJwtd8+F2YeoVsnPEBGRniSOC6oAqlNesnx6vS7GAamGQx4lsmidJN5EufAqmUK324Hw43HBzG9byGhytYQVFgiAI5XUWhF3PZitdcglov3qATK2+VbfUkDZCQyFHH5trxkxICE85m6uNv5OXEUXDklp3kWa6Ae0W2KTuWKHLiIWC8aJ1Y48NEU+B4VOHq2bFSRJUlZ9fvdlm98P0e7tprfymERJ2qaB8jHGFikuLMZXqodEFb8DniU9vPQl8SZrnjPJY4CVFRlaKIEv5KxvKikobGEAXF+FNATx5zPzdfkDZocM5hdwMMLPeARHJsabjMzzseu62QE0FQb7Qtym0M479MIak5Yf1tbIZsrmTENWECKEXAu5OSDn8qGmuty9f4TrSEcTw3jOsji4YbJ24LKgV/y1YjwpM1+RjOKYbotrrQAs54S0WPhDlH4eSh79G8xGporn0aox5zABej1KaxwPHscQ+piKoZ45POfBAJz4TDCVFlf3Ju2N2Hrus0ScnKdgQ4K7Hm27Taxy0uyYkbZggXa9+O1iBsteW4ZxRXBO45CCFEZS88cWoXTJsTl2X6qcmsl4rQ3b+KLE6SS1hmNdZApl+1hfQiOU5bxcwv/01/tYoFcWPJPJSpF8VvRGPhtWxVZLcA+Xd1TD8oikqtx8y5WE2q+cg9xyNoVOlpZ6X70mKVlyE+zpJvbB++ofQ5zXS7h7DI8E7BGNJTiYP9AVM/tYx+8MwfdO+6LBAYK72uXRFKWuwEcN4oaCNTl1OHHbx46wUghx7bZa9lCXAvrbxRMdJ4H5EElbJFLi0igp3TlXZWCZVmXZIDoapB1aXV+uSW3S4ck5CElAWFxCTl9Sxb9qwKVJeZKsF0fh5hQsNIVCw9oq1OIG4kQtmjpeTE82khCGXhfVcGBQm36QIppysTSistmKkh6xwUFxRxS6EzogMv17IQeTUVo0u+V6eHHS/4Es7BhlF8IMxK86uQgQBeoLJ1UASZOsoyLGaZarpHoCfYizoQkd1ni1nqokmoTigkW8t9MH2BEwSDlddrLFd6qB+gICXTmgFNEL1q2hfGukEkdRTf+X6Xb1aKVknLk0Th3aPIo3mTjB0JsiQSH7rclL3rsaSBfTjrq728hSrNLrQJ8t/lQXnWJYORJ71PMphB6wTc/lgshbAreqkAbxy9BahxoBPPN3zcmTBNU6vdAsUGlOwS/e+PWf79X3kNXjB2Y7TCXb56iWLHq7mYTgaw5U5fXX8brOeD7c340uNQbhMt6K0DYbMlwzsQDMOhOg40lWHMoutRdDd76bEqh4xX0/rpaZy6QrU1D4nW+UmQgQwkcM5DDDTwwUTtohVi/MW7Tvx7G82wI/nMyrd6ckIrxX90RCBRy/2f/3O+kz8HYlbQnPoEjhX9LVVQRyfNRDmdjsAZa+yEQ5MV0gVbzC35TiwYTfTleF76k0v+6jgqH5D4tAdWnX5IFDJ72NS/OacDSUkTmH/WhlNwHEDLGirr+sDKVkj4QbSAutP9I+z/PLJRAlq2XcGG98weq1w5h/7Xj29iM3xFCXbsx2map2rr36bbDgQZFkNyQSmqIGlgwXCbBaJE7evI+Q5TRtKrHd9E5dORRp/eLOkI2eZhb7Uue44nA27vkNY2EdpTmOFk/1wkwHlivYbhf3PhbZlmwdjwIFmu00bJKjQEleaKESFTR/iz8RmeVtzKdMnS+7UCOthGtxva3P2LZGv+BrwaRLr2wb40lXH+jpnUU9VcoUSIVO0egxvE6okITV7ZF0kJB1ERVyfq0oXWzueQu3CDcDb6VOKha+GPplzuKT6VL/7EZpprVLJpOL2VzDuEU70tMiVdKct+DagvzufLFiv4Y8PNtOmJ2O0LKjliIvmdRGMXhBj2q76jbBFJJMPQHcuhNUnUdASKKaU5r5tYdRhw6lcBwQGSEx4isa2pFg91XA08OuptsK6uJNxP3lozNB+9T6Zjpg2Slpb3amO3K3sGuE/xWtRQGK9UH/j+CNuNjt2nHdXqSUftCnrHs6+WIZt1kDLEXmV2rBzG0A46yYg1sh2XKDAh1QIi7GKyRfVCaWFRDe+WoQ0c+AI5djyYwZ6gVeNkItptwTKUO+CWuMJVmuReYXEK+8/4ivIeklSPgzCuk8cg9ffhw9t+lxgqGPon+llrIQ4vU9gFBc6VAJWms3d7h0VPUE+pnW8qfh2OL+yVvH/5V4JMfbGprNOTg66h6Wdfc3yOjsYMXvGMn1ZKs4ODsLGydIranD3tRAexbkc3Djb6Njd6rRB8oUQM6bYQMaxkRxwLI8pcBe1BIX8cM58nvvZVvXDxL59VudMk4oMCbDznBqjEt+3SuLbQc95jjoIo4lQ5+1QHcaLXyRAnNE/Zl+7sgYHXGfmX6ffDoegGVEsGj5tIS89YZWSTXLG1jq4psPwDVX5ScEvjRTmJyORJb1uCGa+j3T9dGE6XhDvNdvHuaFBQxQ11ImJh91SSFDwQXvUtk+4pgz3Xqh1Vum+V/TYnmsble6h+fjXHF3tFuV71N8rAVwBEfXaw787/eKymasQJmt/FTXuYRTHNJryUYoiJ6UPcrRs+9K4x0U/Ajh/ZOVOr43f9ZSOyZLCgJqKTMF6xDoHOxksg3mQ/Z0PkKGDnEbxGiNK1RwUX4o9xotKvXe5RgrmaLE11oAWJAjbuJwk70hLqoayGQBGmfgfMy51gsstSdafAZOe6zu3tkyKEUFbQpZ4mdFf8j8gKRsj8WDVRr/PXyXslipBXwNlgHmPqbwdh/1i5cOW0Q8Yxal1XddLID8b8+nhUqsoRxBrmooNAX969dpwT3MfIC5F165DUcTJxEMxdJmLc/RsAWtU5CFMf8BSF8tc6NsL/csvnou2kEt2tnfvfGVaaCadgRig+EyCWHLh36aa30DmJ1mw/jK828v5Atz3c0egdjJ1s5lr200Yii2mZGSxADdPcTUDfhW1WXgr6aJ2b9rOF7hEdyNf4l0XWVbgSi2LoHkNLn6Uday1KlqaKww2yQI678I07lAtTra+J1K4EzEYkRPaRGfB7N4tqPLJNlw9ebkEmjQD5iqliLs7FAWKwK1A8U85y8q1Sd0SIhAXo3vNUlTFn58jGFHXQ1A+cxMdrbMzk9tttADAQlOJbQuB/fnIaoXG8/kejlzw5F4QdH04R9IiaulZPM7l950uFoHJWYoSOTgSiM0txHpEWF4ODGJs90VVeonrmxvVWeg4f1PVdiAsoBb4TBkybdYOV+x2ZHT/cBcR1gPzSypWHpUE5WMMgLjutfTf2SBYB84+QT1W3ota+kWORq+pXAoodFlN0G47L9KkuvautccOuS6wRxCforoBufFxVYXShAvx+YtNcmW3E2cEF+GTwkw+BbF4SvvbFIo9sm8iP3XsJ633t6gFlMc4Rp1iJ0i6aCLTeQVOa+9uLmVIQjjkif/nxPq0YRRpcOOOEHKQax8RydQbQ8FtB+vzs4/Px1w4SPwjif1otAm48gApC0OdGZ6MkRMCv2pNKF5ztHgTLjjwu/T1zBKBQDnXDM23v2xwRGRCYqypjYgr5n+D8HNXx7C5uuKsG2czJ0S7NLmNHhaq1x1ohltbXQA2C3atqWjwSxBZqzs10fulaVh1uPNOpe1HFtgjlTC/WCscV/vYOFERkVgvIye2xLmirthHyJhEVOTf0T/URtTd9uz88tOT+K9YgD+bPLA2ChuZ62EPY8ZGMlU/Udy/Sm1ADI9+BNRe5+sz1LqzXD5dt3E35aQKSYa6ITU7uPQNYDyrykMprEnc5fBJhZYGlr+kDnSUl/bBbJuVAbr35LXFqiIlICJzNT+fziDvf+Nkkukh0VrWkVS182n+vJvaIeXr8AzyrpD0BVlVDXbdPqLlJuVZuBImx82fj8oIdFKxly+lVMFTqyaMwv7S+z8ICXvhB+wx95yX6nNfVqeBohtq76CwKALlUQaejLlVyNb6FGp8BLFsKkTtQAYiFMg3vkZjrX/mi52u+une1mR7kj9BBX2Qxwhf9CmJ6NN9a9QpRKriQivqaUaMHP5jxblAFYnDv82pcuhsaCfa0keiTuPXLoXc0IkNbOgJ7594z9HC3q7jixX+0OLFyFFWw2q5xjHZZOsl6lCU3C0IdZ5x6yHjcmYKMIHqLE6lIH2luK4Si3t+iC3rHaGtTVydJbOIdasu3L9cbzRUPg217cFTvnPrW75afF6adWa8OaWFNrH38bee/02xT8/5fRaCefmKbMI7EcfqAa6u/ore6hd2mx9UAg3DdOwK+jfvC753irZohjXptNUXp0Y99LLN3XFjrodySsr0fOQ/LZMvN3fYLoLhl3xd6DqzBnTlfBwbMrMYsxF3QvLpfDyzgAxLlp/e5OeBEnkUhXU52IhMu/aqjqvESdloXrrsKru614UrVQfss+XWkszIb8iaK3O3DJQrh1EvYPsrilHPw4HT/Pe9/bJWbzuU7/5qGDSLoMRnwyxmZ7+VJfQA/0x+m87hMA/nOILlCnV0l+6RZurDJEwjzhJK/vqOWlHATAWScPRHXR234oKKW2M7U+g07L2HbVAYDjXoDT7v3K2Swm58X3m6UDEvgCU7+Og1YIaCj4Yt8k7d2CRcWVdmkSvvNqPaTWu2BX09GPOAAAV7mUA3LgAAUAAAV/5/4kcx8TmgbHHLVvsepj9pBJa5qv0T5BdpnS5uw8p5NKbAetqHtps4J1FvLLzk53/kWwr8UsaiJo5wZpRDL/1SfQrxawWXLyG8bcerdXdEmXKGaeRumz6bmgzL50ysU44m/Lq29I8251E1Gg95grR1ljOc3HwLfQgqvy8atXEnd0tKhiwzA+nhsyIj1gL7t3nwg3lw39JaEFdrMdXUVYXgQeXe1npPz3CZNI/6UUOO7WnpEaxKVCWIBzeumkjEk+CklePuFQ6EirC7Rewo23MB7bN40IPiw9lTVBkdD7pUA4fDhqNnxfxuzUTKJ0zt2Svq2S771NCDBtVaY11ig9KRGMO/n0D/VuJpQ4LxA82GKrt0qk989bwpLeLXdQ0LAJqAQNY06DVpfRG53/qUlPDc2YHO+brGVSuURy02lS0j45xvlGLvIk0hXduP5Nv9dwCFLfQfmHMhm5H/9789PsYq8n7xRoYaysVLPtnPa5lFlQNovo9ALwYn/Wq9cJ8PE0bPfee3fDPAM1OstUq3I7EYq6yXhKzbs+0AlwcX6xziSGdhjFLsjrDyqWW7iquST7lS4/AeveBCgzOX9Xyr/okbzU8jbiF1hHzNPkp++GWqnFNIf6ZoxdQ7HwqEB7NYyReVnxdF+IX5DOpu1RyYDzpNi1y04Twe4znzpVK66F1jqleKs6Qtk0ZwoSnNFsLm/kLqbtst+4vfIFosNlGljYIOAZqlRKURKEMvGwnq5dKl6L1CUgoiUz8vACbz5o5iLXp3k0sjw5tL84+TjAQgy3Pyt8OjOk17hg7Yp/g8w605XS0ERkneM4H2/Qq3FLxfTeUdEDqSmtKxtPVoFy9duiyqqvb4DroER3r2z8MYmQiMwEJQoyp9eZHCEcuuCGh739zEcZEO5VH8P2GE1LGVYAl9kmd6YOyzqSJd3eI1X+H9ZdXiQC9ZxWq5R856a1tEYmukTJ0uiORvxsxvYJChlma3rRpsapAPLyZ5m7FbgZL0MXT6zp65HXRA4njgTclH8lGGbq80JlmHW2aJ8XTyrkyUcrRUiDun46pYgUFQYFeJeS1r8QubhOZv/16HFUmNSvtdi7D73qWVcVB8pl0jbzeruE5jTAeiS0fR4w2bg7wWOjjsn5/Xpzj3itf4jbmIEeJTlP1+W3gbjRuqO5FRwFEpAKh17HqLloilhyUHrw7B6cad4lUsbHeG4dHK6Gz9R+iKaAInv6Z+Zr3CEUnGDIUu/wr7A2kzrL+Vt1mzovyQc5pM61y14xsXo8HDrxhb3km1NI0KFysGk7W+Jc3ofYMHrVISAZPmEWHBqTfjuofPzs44whDg1Y///gcpWgkbv+KXeMdW+SiQM3WDUn/cniatj8MHYA+TWndUnA9SOLEaFLCHwZvD3fN0PW4n1uleuvmg+7S2UIJq800ONq4dH6gx96lhlB8scJwz+CVl10Jpzl0VEHC8lt5vIAxWuIa/aWo3vOZKHQM9xqiGZwIHF1dQZhWDrzQCk0Ly0ZQRwLhfb8fghLQQZ5oBqYYKYj0XTHRMklxrNXNOW4QrtyqM/Q8vLLRcMQXUikUBl8Z+emGYbQTErj+SPEwF8V720qQHCXRUp3W69hsHru8y6GNCCCb1Txq/cQTXwvmZ0fGr9J5Qv9ugR3HTenILUVpR0vKaB7qlOQ9QqhxqAkkW7n8RGhF1LizlgUchlmuoC9izl7kjXv8BC0CkkQRvdZ0MMUwuLQ7RoHEUJJQJoQ41w54gvXEMdmGMYdV+VqJk2MIXl+xNPl/IBYCNXa2V7VgLwi7Ol9AGrYJ1ei5O5Dkh3/MFx7jSl7fRM+uAF2EzauJuqLKKyNcGXMwlUVm+spCtXwDOOTFQjqc2O7Avr0tGj1RrelszyGOyEbzu+GsxWAMRwtl5eEuSlBZnLIY261chlwWOM2QyiGBtiiXBHEIu80tEOgECV9+TRJhIq/fpjIbwWPM5QKWDCA88ecCTOuFUcvaQyJw0Wx4KFBwR8uGeu96jgUTtu6kJJ4dHfq4va3Jfh7YHlJi8vRj9g/535+3j7nzLogUNwqszEsThvWYote2ymb8Mjm6UpZ/NvLYe26FJpCh9E81uKXcQg7DZgztEgQex1oWwqlCtFJ1RiZq4BO1vVY9Zbt0rs33L3FTnNEWN0KaunPPiJgyXI8ZSucDW/3LJgfivq2UKdtKMuIh6Y2iMFpLScvU7HIK+IFV00X3ZPdfvRCppIKOvkdIx2kkSiZyOq0xcOiJxfK3uyY9HkmxZRowUHRhKqVJ/RoDkTilDIJ2UxUpuUGPz/eTWFiSmViumCHonAVyGRdO0oLcU9uleIM0c2Jkf/Z7V5kR0B/9STisABEyCO4KN3A8bkWdAv+7ewuLGnPibS6Ngn9IZcxfL0IG8YuI6TQndQAmid7bSxT8sl4jS2gWo8aJi07ZaFD+Q0LszP8BhXqUsYLQgkwhLDZkoOnBC3qoZqBrs1JqoanlOskIS6/x+fm9iNcmDwHObOWRoQwenbASrdhEM6gqK5xdQOsS+atNaTSmXwjui2p/NbkfdHkOkcnxrSHecxnrU3xQ8CowNmFdeeBMxJba/tFVecGXXE8DXwOe4UoM/YAbQAPUqxmrA2mHs+ZrZkgJofvSWBKQrAXphsY3dyxKkHDCq4qL1edIkEvAGJjyOMnuaDbLc03imq2DiWIk8B1DBR4CWygfq4Q22fUgLV95uCXMY/hCgtfxhSM/LA+IsbuEzM8PpRmOamVGsAx0Mpp5E8heBmKb6b4dT1/HU8SIHPwa4furtXgJV5mXhQ6UVzeVwxaaWPJ4EaiWhpye3yHIaoK9d1o+W6Unu73/ET9IHpNtMy+4EDtgTvQHHC84/9ZAqWsXFIzA+aPcaltglyg7+Me6hQ/EDIajn45x7V24kjok9aWPCuJuc1NgCTyoj+CzIPbYLSmXQndJJMwVZQxhZYSMOyz/49RhQtzuAajBHJrCxTfchFgE+YbFoEEoY/rkXl/wo5phJYV/ry10VtevtiJk8Qn9Fz8d2dF2iqwMM5MP3AZEB7E7MSnjlRIocsMrYq6FuLJK9Yi/VDKqUc/u1XMZ4UjziGZ2IoRAjOazHr6LDnIga4kRCioQay527ufNRmvTTxWOg0mFhzfqgQTIGP85ooHX1EA5T5hrNVSFDkxj4I0VQFrY/Jhbc02SAsxVg8R2SJH5c/+PGelDSxW1GOFMP4vH2E+LUfOtF0I1xGRen+29QGQ5ZJ/Ot3+OCJOnBIdDh7kAq4gmmav+E4UYo89xf5h+uPrfLhwg1TMjbz5AikTEanBsSkeLETv2DTU5rQJNtsJB9XTpI7b5zk13G/Yktwu8k2AgCpiqXZm0u4wVKhnD53M0/ljRyELUD7MOUmNLIfIZWoxiHVzsNL62in0CD92AHn4l6bRIIbYhuGCIPZ/JDqz714dFuvNumAr3eeVBH2INvNhlwtZTsVHd3l41cdYYsN0OSoYxtIE78+XGMbIMABbDWrAF5av+eQ6+ZYW0WOPbDROWxqP3PzBHYnjayKHHyXU7YV+tBNZwXGh/3K0UbNq1GE1eBuS/qlVRMY78a63q4aY5HvKhcgrySz+ELnKBW2Tj9gocrnjHzBOz6vXSYT6OFTjTswgueff6GB1CH8E8vQ90VHEow1gdI46Fk+06Du6RoHCKsYBSuFb4UmyqU2AW5WMw970qlROxw74TTVa02Q4XagFIZZFspDqUmOFxaTAPtbx0FVgCzDDpnLW+3/tpuhm4uN4vtx01uxubkq52vHxITiXl1PObqC3mUIJB3m5oQdkC0xV6cuQrgFOyKmxJkWPA5FILM3y75kNoKelN2cywvEmLLP5eszfIkIJLZz8zx0nujrBgomBCBW+FsTRZzr3Xbp6BgspZe+8JkNHxsQSxVt8MmNhe9Y8iXyqMO4faqtk2YYaHOnKn/ZMAXdow8Y+wzwvd/gMfgJsqSsiQH9b6Z4BbcQW43QX2xfUaOQiN1wAhC5uxrIJ/bgyNI/3uJgIqaTgN5z2iDeRMouEu7/19HE/rHrvKFmrmNvl1dkSP+jNMioyB7sdJBULv94LdD9WYJWPCI9evhGOXh/OuQpsPD215i5frp5GUFS05ebbAjzmDa3jcfxZ/QpmLuBwJyu+u0u3Z2PmYvTdtRQAug33FgTfX2D5sotJcEDHjJmHG2wc+3L6lOh82QnwaYQZqph3IkSS02PX0JwSF0rk9YO6ECNhXaSaJQ1Lq9xXpklcnc2a/udkZ08q7rVPpn8BJiO/viyyASw/8icLMrCC7qgRtvgqRPf8qNy0BzE1TAa2bYK3WjbioGGUQLiecR8wfbowhmMCy7xscpTZCPWT+YgwWBbewZBldEP1TDh18L26hBu99n4yAFqVmeCviRDw5SU7SRX0+phhv8sczLluiVIEFOB7MyobjwEGDoFdk7TLAx/ShsY6prg6dc1M52DvDfcAdyt/FAk1rCyNY6RlXbvwt0JPKfDxkF36CMVLQga2CQoR7idTzdBOV20EpCRKxpq0fyoAJI6kQXL0y8aiLwwhn0S32bIqw1iWNloe2pmDCMUtsntqr8HQYlYzVQxir2q31A+NtOiniMFYuzuxNtF2lAQ+Sc6oc0hAmWi1fJgCrfOElh0RKQZpzB9KldCJs4GnM0i7gWkkfdEeyWTTwPd+sEyTeX0XHFTiUF8xg+8OtcRQgnN8d1KZybczds90Y8VAOWmjVuXsObBKFVsHmCyMd2xgd9gHnFxLTodiiMxwk3QlFEFx0fG3o9ga9vIdnv1RTtukdgyMuVULg/xc+La3XZeAlGRwOWFHYSbuYJrqDozjDBDripmWfDt9qLtVq2tRtGnRQKwvQ+RicDJkT8/W7hvaX/Kuh+nM4YMg+i1ClJ65juvJpGlRfx7U/zLZ+xUl1yuUU8TpFkpjDt+shGFb/T435IgNs+H+s4GExQYdGM41xP+UL559081zzYcghVcl4xcJHiYyU1oNAPDBVNzjh8V8PW6XmdELl/IcerHgGg2f4C4ng9WdkzTRgRmzNY96IGHxC7UTYaVBO6G/ya6M1Dv0qNEnhkAeiNdBF33qoCep9N1ohXWGWsrdzL2NSZ5yW05Lj8CBlzwJX24KvMbe39eiZMBBp3rcntlQJ5AbqwuJ/zwWR9vOu6EvA+6dwZn9zGow/ml5Rw+7+DB+3TunvRrdcBm5JiSVTGdTeLHkJvjyTTZAfUTMqivdDoVHbx42GkAXDRKJL7swLYUHPdwuFfAEk9cKr/IPq3NPjQkZt0GUBwzHAmTIGIU5mU7bfid5LyWdNhhWU801SMeVZDzV0V0dIG0y6S+2umkdmRclil3a899Wvf9gLE3kJzJuEszeMcYv2y+qTO6hkqMUdVbzUlTlvz102/fgrGfwaQXTv95VuDeDpb3nlDDa3tIUWnLQ0wtcEMvo/a/FCavPKpaFZDw01JA5Aye2UObyXOpdDyhm5CkZMirw9yzdZfPPzSGbFHkc19cHZ3ideUddIDdnAaJMtnqDAUHuel+3MPjYK2Y7fAHYCFkJtsyKlOc3DNKB2xn4OvY51LASfUEH15eLCLMCnejFOvMM8Cn7o/IkhWYPasM8HF/qVK3E8nxttaTUpa+7xas4Pz4WH+QvBStI6uSSJN5VOAinQguKw/lVTfhYOQlag5d655ADG/8ZwEKuPZcBycwZv4Gdy+myDvHJW5QB5Ul7Qdrm5fuNY/d7Dl5GAVkp8wKL6c+eX6spUzEFydcWbilTl6feSUDgbRj5Abgya2eFcNOumyRJcKY/upm8vP9SFBfzRrww+Dxw4mtcyVZKYyPUxn9pxS7aK8C3xPlK+c4piZjbl8h6V+Xu2cNCsIySS4+UUAGWUEM8lPRvp5YGQuCXDRPK6dTyfx5ygXDvGMoQqy4GHwT9e7i9VKB/yeEBxMcdsDH9Emyw4wTikVxnmpTE8PGKkb/LqInjQNCfdbimJfP7YjKFCgHha1PF7/9YbZte5VNKxAlNcggVvaKJfAmGo2nu2Vki2k/Se0S0kkpQo2YL89AabUoMA+sLZb79+Ca5Os//H3x/JiGfJh2XqDkHPRMhxSXnpvEqoBthBbl1Xf46etQIVNMVf1QPR7257E7AHkdE31am9JpELTEkv5Y4OQxp8+jcT8sB2pO8JAetcwoj8OAHrETdE27v8qe/hrRDJVb+WcXD6QVv+gW3MiFgrE/VsCpI99V8+tqty3mQJXz0sr62PXLWxxDU48SJrO+v1jZ1HR+9Th7J4NrRfzZ/q7+p31WpHBU8IXuT0on/THDXmVlHjJUYLuyPWcKUqQksgmsNIyOaqEqQsSIwIL+x/UNziyIDhmEeBbU8rLcNmcXGfBSLzdoyN9/8wWwsjr0ATg0yFDTK1TuiBddX4arFXWxwm3kesp2EHMewmHS6o+VMyD+vjaaBAqqQqdl6K8gGHe7ir9vmMX5ip5ZyLSurtE0KhWOECGBRMXyzLt3Dcrd6AcWRCNUVVsgpztqi1UuwXBUu7F0Bubqhf/MAjWKS7L552GzD9TlMyj2hFk9vo6oOXhEvNVn+2TBpsOYQ7rNUhEafnNP9/oSU29AijdQXz43SHx1LXW2yLBhSNaaErQGU97e82JtzdrzVJofVB/y/kYUuchE1VyGEU+d7i00ZdYQSwNXc7/7IE9K/wjlMaONh6yEkuLc8Yaacp2mmjMcsQVrr6Z7/w+A4qShdpo8B2IJVjkYnSsBmUmJkXVPLvoioXCMXVvkXLAcPMy3rubsFQHF6xeI7VCVm4Y2pZKix5WODU2pbe1FQECwBSrMyLw78xoDQmLi0J+GkES5jdO+UcnoncOI4uln1Kqhg2eUL36qCYZtvQKOPnlo4IR2c+zUdr7+VNkZwdcQlTnkHD/Rikf0JAcuS50I/ahO+A5eMxc6bNaPRPdy31PlNq8Wc3WvRAYaewCweVb56+v/0XbXRSXr39d1ysQzyKB6lBuBq46uX7SxOjUF0Rl7glQYgKBXkEJyjR8e8BsDxP7MatPIZIk6ey/6QVocYiRAn2DJvX8oyP65QFq1X4fOVB03PdhM9izsjLkg6MY2GnPn7vW4RnK+QbVxh/6BgqXVz9uc8Yecxn5sJ8rxbX0awnvdcIBgEqMa6lHLjlAisaO0WE+QLKIZrNEsg/WYOQoBiHyVo4rUgCWOAj6VS0K6Y7Eb38bkqKzP8uPYgISYfiagBD2JidBtY9lEMpfSWm1QU9IDbQEodxLQnIAyJRRuU9PiZ56yQ0fl/8jnD2+o0TH91C2iywpdo3AKDhSH1hnCAPq0mU9cu3ptNB/6Ow/lwW2OAddlM1AhSrG8u5B0dQ4RwqHYiXLF8jQAt/DhuxkJs+3kDbup1I/fdD5WonxXoMAsjbggrFAoLTm8GBccL1D5Pwp15/jIXNJQsGw9cZaazI3EaFKb0aST/yYbOqxeAmHmvWnT6bAcDsyjt0CGTg45f53k4TcHg8R75M5cAtRvfVTjlgnJa1BfAAABbMZQBVLgAAUAAAVygTMBshht2/+F1sXPmw1Rw1ZjW0hzWhNQFQbNXmNvwsoCaEcdleCyg7E3yHZ4HgS+3AzDEiI0dIgxbGgwlZ/Hhu1WDw5wHmI2VF6aGdz+AciPoiCz1UL3U9Tfp4wsKulo3wBtqx+GkpgC/g+SvAGLbBDPU0d5ab8SAsflOqXemcmm1hccne4t8OJa1R8F10J2UrbkG8TmVBW+2yApByc9PSoMPnAAKm6D2olfRUyuNVJ8lPWQkLR90v9O7+RWl/1BleQtBjtK5/3ouxnNuMGg9KD4oXTfOFFVIKweKMfzfYuibwnD/q5/S4GGGLjkIAa6d6CBK2JsUE3g+/dh9fIHGzfHVMWDzajBnSanK+3EqMzZU5MpmrocN7dqSJ7XBhowk5rp8bCRg6StgTb9lEm4AbB9lZn0g4m7S/IlXyDJG7HTKRh3nBFkjouwpq6ljK1/lJo6XrxGOlUbBDvv8GQZvHLPnsKTn2OeIgAEUtq1Gy/jSOogW5pm3q54+eJ6kcQeht9EOcXFy+2ZOtXel6wkrw195UrLcZfQKhHzY2wzTQhDDd8ZTaPL27BNTEt0f5XyYgRuADMVgI5CgrDaRVRjpdFoIeMfovXWJ8rXEe+ICK4dlmlVIvuMYkgrOWmp649/eLmVMIGFe92TMjyuvYqgZBFss5WsypH2a6bKiW49jjjdLMpQBSFBjJoD+FpShjsAeCxNn6+7C13x0zgGmE+GJ1Y69Um8TrO+GSsABbuEexgkFBvYDUOt0b61Bu8FCaAGThzO8q/Pxa6qfME7879KR7WV6Db73tj5WBQiImrLImD4bSs3t1BZo4xohmOJ+v4hcUOIhQNlrK1ECFkh0tKb8o8H4ANX/T8fp7H67HJzooOKeX806iZ2WWiD5BMXsHNvMUypQfSm2MRH6msywGMBS26xjhx1F4IbG5R5KsBB1zEDg8iAA28YuRRFCe0jtIBMUSFwkgy5dJIlTsNcexvOHeLrmhTu5HBC+ro6Xpbe6wPl1b9YGJukLIPk9xmzQwjO/VJ0rjVGqR1LP0qKTIlBop8pZK1zmNmCq7KqvOxi18xtLiA7ikguVVtO8W7q0+p9WW85FCo1CTuc20SZQ+9/w3rScQV2Z3jmcv5mP59z4D0VpjkJOewkL+ecumvn6/wEJbhP1Em2xA4AmzTbCtypjBvY6wwTofr5XQpNa0jroa0oCOX61kphuRtS/yrMVxLc9Lt339aW84hu4piFLWn8YU66ICLHiaA1KAftIRw3MvDWzxekOv83nLPzpsSPxciq1kBqXNkHO5AmC1H0fWT3CiNdZ/DbKMU6K7bYM3oUg1Xg5uhnsGiBqd+Unb2V+xmBSj1c3f7jarA9Awvbb6+v8GpEh9n06DtfiftFQ8OOi2hYlF/tFDTwghsc+31G0ScPX6V3YOJf9tmb6ktTSVBBY38rc8Be23pcOaXKXvjymmPbM2IqNMeji9ekmFWJh5SUHQEiXOhNeFng0Ominzz75jWisRKujsFcgnk661uVLQIawI6+dEXT6U6AE4F62QGzqJ/FRVm5xa/Ds7mOx2L1A3H0uUyBgTqzZ+rMMr/4zqWL6bgAkCByvvPT/+sNCXikfmfQXHO6Al81GbGKNY7Dofr1Th0DWm1QBcbWo21R2vaRtCQNRCRpKaqDN+s/0XN8UkrGVmx23EkOk6pkaB/VPbA5mIrfw3gwp0Kgu9s/53mn9b++nnI6nXadBTmW8fIRaTM+BXJc7m0/qVXfH6cyoo0t8DW5dVW6YgTzk8kQ7NVUR2Jcn+UJr4mZAWGv8RY9aad46bakFtK7IzH7aBendhasN/nKejvt9mf+7SwmmWijOdsJ2oP//g4TSoO66zmATJNWKNeHxQKnLv3Vzsmsy+b2M0CPPco9XkhioMbGrKJexOjgIT1MejAnpKHy1+XxgpL+VZJ8pxbwmiyQsJKXPEKNnc6skRJLMcx9fOO3d3IoxQjQwSUe8iAiUzlL0dMuU7Hs7/Is0mYY8vphC8yWeuqHrZWWCHTVoDp8ms0wMRqNsgIF8JpWaGY+P7Y368/G7ZT/3A4/mFRFO6xV6v24v8QlmAnkNeuka+EJM6Y4WMEfV+JrJ2qoYsFZv5gR/4rZe8YdSCXpWlJtbReDO9wOxviVxiFazIWg5GER5PhvKIUiaKNVwwvwm205qh106yaDvUduc+yWPD2yv8jorhEu2XJrupg5qS4KO17WdUV+cO27AxwXy4+q2Qz4n5zpX+l4iAMlRvF5ZqvqF/kYf5OQ2GLV1w6NHciHGYxi53VsOgBToUM65YRPsLlC8v3d/9bhXAIERlvASHI+qF2rgAlefJkC4aIRhTV+recz8huy7t/wovSlKWdNYf2MPmODeS8zjEFFJ1QdLBzPgqAWui0AxHJlOvKzWpLhn1aWJ990EzaagDfKV8hI2RA5jf6Gv+YNnke8oZrEw309l2Tk4DViNAhTReAWWPO2XfVzqZR9s/5Choda6kTovCsyUAV0p5nT4twuRhfZCaJY/ucmNmquvEjCfAxrFbu9Uj5sOYVYlQDCn5jfYpjeUIvJdz1y7z4yzZ7zG9VkwZ2QNCmtGHk/rGnZOglSi+DBY+F7ksHNn1n66Za6UoW9m1yx0qNrU8vnFTTb2K9SkaKYMrkQAZFchVaUFV2559tMt5pTodNgJV/tSBQdfR5V/ZQlqxpAMhm9n/eH7gHuKjG6K0cjLfHy/msRZdwuZ8AnCAxI+sALEt/ihQzSWX6Lp31gcaS4MIZFKlpkYdwkhc+7GY3i8FoyI50xbT6H+N0C31XmO8/KZj9+241ybPM2fqvUzRhqw5VsuPtM07FsVErpmGW8MF2smOFG8orlLq4pd/jy7JZF4E8fiWjT4RfAAh7qLhjxWgbQ3HJdSKczb4mqyKSNrFYAHBtC6fu+Ail4uSLvac0G2aEFHuFHlzvYygZxL8PpfYJWeU7iLRYiWkepUNuT15N3knekqiBaS8l1nD3XFdyt9sgH1Iuw+bi07uou6iWYn0kRgA7673i657Fohe00W6WpxsZENwo7wFWDu6BWi3Hl4f7av4lapkW22i+GtIL3qFH527w9++btXRuH1wHMKpQYt4RFZbB3TRc2GSXRKhzH+/WZtt4xZh7XjMEE7K8OcAA2eNe78Ik83W2K6UIIQxuix7xGvQ0lZl+UN7tEm6xd3pJWa2z3RgC+90AInLySPNi++iJ0yIgEn3XDfFFn4qo6jVQnWtl5pAeoVsgxfMl68c1so3p1cTxjr3j9ey1CYu0jR/xpwv6mIMFHomCuQA1bZ3ePKgNK8oyCfK1MmEUJwn0boNAaA5GSiXP/Fy9FgZ3bA36wLK2lEdejc6HACdZ8C3cmZse3mxjdJFxeMTvFieahWvhxZnF+6pXS/K4i8t9PLAOOd/ocR5IBGbG3ye/cXYwCV6fsX/cBYnubyslUlIbRC1qE5Yhj2R4W58oqqrOfCfQh10lnsmXJ9yk5ZOqnHi8lxyfgWixWPPVmtVl2+408HoK5pGAU2x8+yGH5rT1b+hQp4TQXVw8TmYeGLmekqIE2nmTfDUAMWes7EARxU4U19IgJy85Ry9wyUJcTiV4IHyXdmxZpNI3SXxkhXteRSMyZ7ATzxY5qV6QjpGvJarPSKR92liBimQCgIppq3JLEFjyZ+DK6SFfwuhLAacntuZsVQDdElhC26FasYEObDPfLpEVZgvyT/tkNCYmyTDIhJURAwgG7T8Nl9wQySHEjQJnS+LHdVnWO7vWcHKkRXICU1w2X3+/EWvJAu5pzj0VMeZwsfR7rXOb51wS6jDEXEiAJq5F0pkRHxdqqQsw1tmJe2Ui6jcSMWc7Ur63vhooH8qpJEI6WfNR+LC/A8WGVqnKTx6wKU9JGaFFnhAFSaDNkpcyLYLuSoDEX9lSrLV/gSHKlt4CP0aDdf27v59OvzjSQ3Juy/TW1gD3iaBsvg5f+0Qw2e7YQE2clITTPPaAiCdLeHtUECX0oEvnuD/Q/lRJhwr7kQJkUayFW1photSE4RoKI2tdADDycb4GLTA+qy/KLUpT9DOtzdIjmsLDeUyfeyjgBex+T9SWWdftkkZ8WqsNZ/lKUVl8tP5oIJqQK61mzuzIeT5crqHEclgRMNqyVfF7CpXBoyKvV3GBYJDHg+30yltbOmKn2nUxc7NnwVPQwCeH1a9MXTuoWEPLODTdmOt2lrgbaakbn6h5juZIgayWTtydrhlvGiJZ1QTTmqEBHvm5++mhL7ox1BDzlpRnms5X4t038dW8wnYFL5NTPLplcv9bCvewVkd+mBV3ICDf0r0vNpZq4Rn/N9inQzqmDQzfRuQmPvNe3f6aYDUYvGHClCn+BfA73u3Lx2KdxeQFjTyR02AGrlyXdqEIAyY4xGH7Ir8CUM4C/+Xr3jJ3vsuWk98xZful+CPypLTluFzRC+qo1bSsw3IFmukpTPbBnN3yksj2Cvxmb/8jy8UUzOEE4Wl6eKL+spra9bwu/mlppOzEINAHo4U6ODk87z8mo2fafVb1U10ZCG/o7U9gjXdnaS5M1K+1lOWoFRTxcLTn7I3DrDlHnEgbWjhbJOpYRIxQn2uti8yM4+zIdS+vtBVG7+WImcKAVonDRw11PeDN+i5m16LJfcrFcdBCXZkrUiCV+ZpRl+FslIQO9LDhIsgAu5ZPNR+rG3pCzchKsZLdkBSItKIG8weLxINqW1oMEOyWOy259iA/JN7+ddC3Q3aj98YZtrzvtn0hcm8i66f2R4k11G2a1uN2s+0ar7zWEo6NwE1+Uksrzfw+qjG2yoFiJiYJp91it1hgEurdJPoUfgaiY88W+0THGy7tfrA4JtRzAF2085q4APp/QXTmtIS2YUNQoZNee6Aq/BjBf9dl3wCngSRb7RoV8mjKeNF0NA/eKXp8vVgWnH5FStV7C7QGNNg0WVdFRFAhZELuwZ0UJGJ42amHKWOar6uPWnCSNN7ZEFLyHYKKKtuTXQhDydm5fPhV9QTX9/TZTaGMvBEm9CXYlMOj3M44OeIeF30+VR2vO4DQwGw51MQWBcDzCG+4weJ/kbknZzLMn/kjU9TpSAqEj9V9bdcAtF5GWI9bh2vdK6/bD7NBrfmpGyjsyrS1aqYEZek1ZmbWS4iGUQ5HBI+2L8tLPJuaWVZRG+jZr3jz6IH0G722ljYsEoiZ2FL3ktKTmTRQ/fPiWF7RYGUAEcbPlna9pJ8yUAK+t8FxkjmeIDANMgJdS+VzHI8ddZ+vhyUKkzo4q/SlFotNlzyrpgAh7J6OBT+n3XtuXcxFO9LmgwHzaAslTFcEsVckQ7nQ+T4pQnVmrkvwzAcPovY/G+N1hXRrHn+sbjztPThbV1HbM5THEE93SCMMo5ujifbHqLICkxNNeLV0rzMPAPJk3omMWDa8NFZq/gX7Fdx4HcO30NtEQRx6fuSxAdwEaQGJj10noUEVAzAppNn5U6hY/hMqJTOGhtb6uJd9lGrRItxEYRQkr9X8CwrzWrwHTKGy6JzQl0OcxVVI16C0sHFTDbeMo9eWWK0GsiuCJcFQU4SjCYSh8tecRkz80oNepBJxKrZDimySCkGsEw9oZdSoTjp+/ekwVMhkzbpA99MNGKP8t8zYIF1Pqzs0P5+g74/30rKqX8iy1/tcUN4QFLN7RoNMW7oIpa6Lu3HjJr6cOQKgckvdOhKIdG7CrLqIx9mFAKQIi98/Hg+/ZcVtuVglOhDpwA4Xu8f5v21p/ccAys2k6W0nPINNUHH6kOdwUXG7c5UTNhYphkuIUlQuOo+/216/gqqDFsmxystOhG30OljNvOxeq5zgylZ0I0ef6w9/oeBfSC0BAPI9w5hvkbisLUQWQLkzyMVWv8NMDvrNemeSEk9O28+86srG3khI4niMUhwzoOM2oTMsknMXvTopoiEpB296w/8/wd169UILAISrv96ffN6CDLryEczlXDdYGau01ojXcODfbTJTVm8R6YI4lXvJDo/X8/b3Uk74JdK6Zef8n/ti7k650qQfh+gu00HZeTNn7wJw/Dvfu/0xecsJ4ltyaLZm9/cR9u844si6TunO1g5++WZ4/QGCpYJ0RqGnJX6AMCqLVZJM1gfoo/SfGsksCeNZkRjigH9G7SJiaD/EFS0i4FYszpcdhtGxstFT2VXZUAkpvl0JRJa/+ud1TKhhAM5TaxkNwZOHiUVrWtIVzyBlQ7BtdXKkHuZpAWnUk984+FHR3ORMe5m/wkZS+Vrfzz7faNqkNecHnoBHgRHxcZYb9/bXhJapSH23BPjm+DrMu7MdTQoi81WUvrPcmf71A+7vEMoX4uqD4GBQnAG2OTxCkqo+UcePHllRJHhWY6GDH8NNfsF5dvxjy2cmzaAMsEVjorcxIpobGcorEhXeI+VcerkGYoPIrFVvC4cp3s8p1m5RF5w1PrWdWzQJQgXCNRXYy5eMcwK1qQ6BT+tEyXI5oCfT3ZHCS46ttgo6rPhJ4KB0BktnyRyzmIOhbHnik/m9zvSXk3AqHOBUY7+bU6VeLnKR0VRzuAHMDuPXc9zFAUjgEPc1nF7BM0M2xr/i6EbKf35vAvzJikj+0P1FVy4Mcj+JsupKAJrewRbR56TtDjAhGOdp7K1JV9afRtRCz2C1c6LXx1iCaeRSnNbDVbBfoNI1HnniCJ/Hs/6SfNMxsi/X3VKgK7CRubMYPM2wojQ8n0VLpJKdL8CST8oPPyjzoF6M7c12C3xhEZBqwA4+/oHcRkCr9sWuDuvI6+meUHqoxzg+xJQg5RtDgKgPXbVH7G7v4Doewg91fk6T0usQASalu9zr5MkTFVvhuyc3nEg1lS7zOPE2xttekX83TZLQyKA1FMmgE903SQzsEEKEF/amyWqjREwCBUjYYPTk9IISVtelJTPhyxGz7K9hKZcH0idAbAKEuqr9D9ATD7eVWDozmq15mzq2TRxFHDKOwNCNk9Ts9cRmY40t2NKmapjJI0tGvIPE2mSrpL/+ePMZu23iP+SZ7LlukfJT3cF734wcICuA4hzhgWuCqapLLqPUbs1f76Ip9Gkk/2xfHH9YWRDQCMtncsEJP40RM+d2gjMq14HauQ5WHDPGzGQAzTI1jkvRaoOEixVaUX75Y8GPTJ/lv90xlQSh0w1b8vzRPreVx368qeO0WOgzf0ILOsI9mqvyy59JjAd8aqy+GN7F96nBR0+99rKpOaLFMaGNGu6gEgUnuKCV8ymKQcJTEVFx8NV4B5VS5u2KzBhfX1T/8didugA++PyEpLNBbF93Cq69NvPmKupX2KhS8N7zADq7FUIfqX+ZHNyqQcLE8nNCr3BWOGyRprWunz5wRIa/Uc+JJ6c8YBLMsmzxXtG6Fco1gtnXXavwO57K0NwkAnedDR833o2l3XlVriOGGxEghV1GlKl5wSSxzSZKdET9DsyvTmBWq/VeAE2PyRg+mgojfUdY75r9oqcbWLdrIpBmgKhmC1jc4ZWUyKNghYMGuiq7Mn0FwmhkDmMa1uqcMXzqCc0sK5QzHN6uheawgAQbqYiiAapIIx6cZBBYvlnxjjV2EVj8vvNQXjmOMD75IhapYABofWB75gJCNH68VIuTjiTTWuGfxpVXkglrTBuTB6a6whdVfjdyfjfDAfMcN6iw7euFt965e9IqbpuqxeFhowHzLv7KPx9WiVU2adssYurrStK/yYA+lfM3PZwQFxIWxfLSLdh2aoY3QESWYJUheHD4nDdBZ2YDXiY95cz7ejYncUIQ6kifzJnTxvYJgeqNVCDETGomxxaPz4VJ+jzjl2xx+h7pwRIvAAAAAsB4AAgADsivwACbwAAAA0BAeOAAIAA7Ir/AAJvAAACIQEA8OAAIAA7Ir8AHi5+RDVB9F+cEkSadMpLZm6KiD5Aiv7aQTD0/3VnJumC8zh6j4/ZYXCt4gEvVCbGb6CoYrY5sEK3/EK2fk8Ku/OMzk9F47nRMnLdFUIpiVTfltwiKT6s/1yIUEYUKovzacA+xRUZqnAniOlm0y/iKEhKN0k3Pvv5LiwuWYDB56O3wInxWdaYQgEUtH5wy49AC01cX4DnAdudrpvd5xIEL1oMSl2qkMcQ4HbtqjDnj2V8u3W0pDqJVYGwU6K4RXhIy5BwD0nsy/Cw4FPUxb8+5i+DBv6y4CuYp0uY4cEAvN5a5cGdZjVjVVg4KClr/HQh1fFQK7gq+Cf0+G704jFZpj0VAOfpxfSSUboSNH5CnjMeF2t/TtkAFr4YLF1XBQhJUG47jmz0sNEqjMBDSj/25jJX6TZHWSG78QucPHL7YhbZc8zN5yp2OG8mWEhnhOt/JiSMwlXIy35j5l9bVjo+ag4H1vmHc9zuRDKVU4fs3UCFvTtu1K0vk4duwNANm+UQ9HBlFmzCV45iw9QKG9OzqtLHLfUxSgx6Jvrcni2ATV/9a32CG0evUs7PVm5mWlLO8KMSCYQkMKavrmqfFazDXBoIf5MaY/ve9qNsKRM6LTlHb8am3xHjPJJ71CsEb3LXmgKDqhjH/5gjgcEik5DRLL7lXg6lEe5fwjHfdQ1wGmC4q6/M3zFY+Dp6H4Pw8QTeuv2g5F9gAAADmAEAWjgACAAOyK8GhxuszfGbiGoJGXFda7z9f1odNNLAoPAVEvFshuWtdZ9+SKCyGmBDIdQyOvgpalgV07SzEkp8K4nqMDkMiqPtAQvcQgaSQKbK8i9bSEGSt3GAg7vCTfShf7P27fF08TYCCGcH0bAhD/wPWU62nSFGMjoZV8sTarUUHPhvjo3w+N2eNeRj+FTpGuRKflRdSDHY+5iRgvks1HFD9NG++Bibfkr/VxScYz9QGmPvySHfeVG/NUhBQqPhdZuB6ry9MlpT5mZ/N8FxcW/ryGIMc0ynF/oD4d40p4ZN38t7ZA92H4LOO3cGJtJfk5KOwyxbJ7vN9nfi8G5OmqnZI/iqrJ2t4xxz37jLQCz3dkGJ002bSQ1udQEGdRGW/gxnKJEcX9kSKslnvSZpVyr0EM7AgUjWmC7wu9lVYfKsghX5BFMD7fUegidxnZGmQ/AP+BKVATu89y7lf4gT8F204C3vPGrAFCsyJg4LfTzn0HEChrNkB30AC7s3PUj3LFiu0NfeRR/LqEky8jmrQOOgvnyM3MKc8iy9rMsuwnDTOQyA9uoFLMoefZ0inQNWWwyJk5FY3yHQw8LCGDzBMqXAKc3GX9Wr/U50WWfyxMRnK2awOWqE+NpJSmhbVG49nejwTmfNzOtBqXEsegr0vlX+L+XaS0to2zMLUzHExWX1z4faAm7yk9E1nlrvdHqkPNHPivVL+ek19XW925xKr1nq7xyPTh1eY34tAUUcsgR92zSnUe+MfDurXS2fvG1E4X4Z/erfbLCM/k4Ip7sgnhQtlPI/P7e8vOt8GFnYYdiBsYG61a33GyGzcrRDSp9sinvqcMOh2Od5XoWvCGyRxRr6QxHD05dCAcTWzohuO4urjRoLb/511ohPjjt11NJ8aHqD0kXAd8XLbZefxfs3ubBj8Zz1pMhdaTBz1TUNE8crVQz0Zn8cKTl3DQFBJpd8agvFJe6mgv7AFNRSacVg2OCob3b/RaKFxN8kII4+w9i3f9/Sx/XfPPSmr/xGCguHnALukFsWj5IshHjUPTMWpuJM6Yb3wgt5pywR/enSvcpbKM+ceOsljoWwaqCAaKIdzAax7ddsp1mx0Z5L7K3jhPylkp27M5bZqdg1SqKH0NB03V6tFV9gi2SpUy52nUoUksB370v819836x6jBkKeFjOOHg7ib2SFnLmmKSZDVYayrzyM2bxIqduvBnB6FbBbmCG+9xjwAAAACwHgACAAWyK/AAJvAAAADQEB44AAgAFsiv8AAm8AAAIhAQDw4AAgAFsivwAeLn5ENUH0X5wSRJp0yktmboqIPkCK/tpBMPT/dWcm6YLzOHqPj9lhcK3iAS9UJsZvoKhitjmwQrf8QrZ+Twq784zOT0XjudEyct0VQimJVN+W3CIpPqz/XIhQRhQqi/NpwD7FFRmqcCeI6WbTL+IoSEo3STc++/kuLC5ZgMHno7fAifFZ1phCARS0fnDLj0ALTVxfgOcB252um93nEgQvWgxKXaqQxxDgdu2qMOePZXy7dbSkOolVgbBTorhFeEjLkHAPSezL8LDgU9TFvz7mL4MG/rLgK5inS5jhwQC83lrlwZ1mNWNVWDgoKWv8dCHV8VAruCr4J/T4bvTiMVmmPRUA5+nF9JJRuhI0fkKeMx4Xa39O2QAWvhgsXVcFCElQbjuObPSw0SqMwENKP/bmMlfpNkdZIbvxC5w8cvtiFtlzzM3nKnY4byZYSGeE638mJIzCVcjLfmPmX1tWOj5qDgfW+Ydz3O5EMpVTh+zdQIW9O27UrS+Th27A0A2b5RD0cGUWbMJXjmLD1Aob07Oq0sct9TFKDHom+tyeLYBNX/1rfYIbR69Szs9WbmZaUs7woxIJhCQwpq+uap8VrMNcGgh/kxpj+972o2wpEzotOUdvxqbfEeM8knvUKwRvcteaAoOqGMf/mCOBwSKTkNEsvuVeDqUR7l/CMd91DXAaYLirr8zfMVj4Onofg/DxBN66/aDkX2AAAAOYAQBaOAAIABbIrwaHG6zN8ZuIagkZcV1rvP1/Wh000sCg8BUS8WyG5a11n35IoLIaYEMh1DI6+ClqWBXTtLMSSnwrieowOQyKo+0BC9xCBpJApsryL1tIQZK3cYCDu8JN9KF/s/bt8XTxNgIIZwfRsCEP/A9ZTradIUYyOhlXyxNqtRQc+G+OjfD43Z415GP4VOka5Ep+VF1IMdj7mJGC+SzUcUP00b74GJt+Sv9XFJxjP1AaY+/JId95Ub81SEFCo+F1m4HqvL0yWlPmZn83wXFxb+vIYgxzTKcX+gPh3jSnhk3fy3tkD3Yfgs47dwYm0l+Tko7DLFsnu832d+Lwbk6aqdkj+Kqsna3jHHPfuMtALPd2QYnTTZtJDW51AQZ1EZb+DGcokRxf2RIqyWe9JmlXKvQQzsCBSNaYLvC72VVh8qyCFfkEUwPt9R6CJ3GdkaZD8A/4EpUBO7z3LuV/iBPwXbTgLe88asAUKzImDgt9POfQcQKGs2QHfQALuzc9SPcsWK7Q195FH8uoSTLyOatA46C+fIzcwpzyLL2syy7CcNM5DID26gUsyh59nSKdA1ZbDImTkVjfIdDDwsIYPMEypcApzcZf1av9TnRZZ/LExGcrZrA5aoT42klKaFtUbj2d6PBOZ83M60GpcSx6CvS+Vf4v5dpLS2jbMwtTMcTFZfXPh9oCbvKT0TWeWu90eqQ80c+K9Uv56TX1db3bnEqvWervHI9OHV5jfi0BRRyyBH3bNKdR74x8O6tdLZ+8bUThfhn96t9ssIz+TginuyCeFC2U8j8/t7y863wYWdhh2IGxgbrVrfcbIbNytENKn2yKe+pww6HY53leha8IbJHFGvpDEcPTl0IBxNbOiG47i6uNGgtv/nXWiE+OO3XU0nxoeoPSRcB3xcttl5/F+ze5sGPxnPWkyF1pMHPVNQ0TxytVDPRmfxwpOXcNAUEml3xqC8Ul7qaC/sAU1FJpxWDY4Khvdv9FooXE3yQgjj7D2Ld/39LH9d889Kav/EYKC4ecAu6QWxaPkiyEeNQ9Mxam4kzphvfCC3mnLBH96dK9ylsoz5x46yWOhbBqoIBooh3MBrHt12ynWbHRnkvsreOE/KWSnbszltmp2DVKoofQ0HTdXq0VX2CLZKlTLnadShSSwHfvS/zX3zfrHqMGQp4WM44eDuJvZIWcuaYpJkNVhrKvPIzZvEip268GcHoVsFuYIb73GPAAABn3QeAAIAB7E//XzZ9G0pXJNe6Nv/6UH8RLxXJaCAWPRRC4C7x4/1SE687UeTrvRtcW+hnq3jQOso3maaRXH0KKDEVHmOV97LCgMbjJOqr1a9B9IfG7z+kSFVd5s0pPX6lQkofvKbXEXgPeOqL7LcCzT6l8aRMRG/qdWarXp5Mth7/3dnpLRHymfMLACa0APWuHfFoZdj1mdo05lee95cVmrbHUbvjT/ZyjgXuyPBcKUxbX6+9h2mR5PhBTl5YUXhWvzk5WXPbYBEmcjyy1A8KHOORA8H1t00MnYUWHLbHaJzRgyzShXokqSpK4iitzpOfgGoVBOtizQ/58I7Flllk4Je38QV3yplyt95gz08z/o1wACxxz1MbCxDXpRNHm09+oUjYbQLDpW3c8svhpdSNhst4BKGummLjWifloJb1+6UrvqO/OZx/CMP7MYlGmlqPOUJto6/V35kXb/f5W5EyJSQmwzKAKwXYYKtVjPQCZCPNJuOyqoDO6MtSkifL/sQsQ5rDEXMhererq0p9XHubrbx6ooo7pr3QXYghXIVs9aiIijP/joIrYwy4HMk48roTv1Z45hWYHVlTPWS/ylrQ7m8vZCaNhsHUwxUl1rOYOBJtm9pSSljOU1wzPrhGKYAL/ymSeFn0ZH0YhahrUidySkiMaViuTh5uG0KRPEcDVbJ2KElDXoxKd5s5FFdSSeJcuPWcXOoKm6weorESvVnDyTne6vTL7j4fwOhHFkSyHKXPgs+139iK9B86JeqslB9gfdtU/idulvBg5GfldyhsEgUESa97dKuetm4PbROFG+S8OMg4UL4VWxw15wtYiiZrsSWOwTy2ovimVdqTk0ijUDxMhCliXWdrPGGCwtTPFVIBiWkB/4ObYFP6Mlst00AwhsXVZ0jEWzTAhdC42DSVDhOwcQvl/YHFta7szyAiVHSiXyGy+IZExJOOGq+TFJlUSzP4jybqvZsFEVUmXA1wJZoifRArb8c8ARAAW5OBeAbGP3X/WNwYZMrb0XdwHtrFi0ou4JvMXuvX/+XWJTatepGB803Yr+ZxvdZ+T4wYHTxHKfzm9rtWvoi86s5CmVHRRx+loiZRblM7t/h9rb7WzM44SIdRnyvtQcPlJGnsl18VeRjN5RpiJYlIcc7juNgm0xdM3YVCbqrmo55wm6OhmCwezWUvWtruyjVj5T7WwOh4pAsUYVC/HLZ07kGLX2HRBe0zTphqehR7sNQz/3rhctAfpu2anAp6wRlqh+sM+V8iCIwOIjgZ/WSAryftbIZHmn5lUFeqLPlFGToxks5jXZS33kU60Voxf4NldCbbdrp24jwX2KQ/qJA1R139CNvpeGJ57ko4yt7BeP9WteDyvUeW6Q0IUXchglELF68HfSqYtHLvxsQZ+NXtBP+c3e2R/x1OLKshR15wfrRq/Kge9EveyX0wnWGI/bs9kxgo5BcieSXqveaqZY6eP4qe9WtDL81bjKfe1O36XZMAdOCHBsF83GcijZem7GuR5JBJlmDI8W1h/EhvmlaogR4AVJ/ZfjDsySXN3gE2hcGKnHNWQ1TV3FLIeVeQYhlwWVzE+3zXQieuhrsDyZTNoljG2cu5TM9fhCYS+6NeiX6pg3i5dOojXCfssm95/7RPwuub7n68kNfiSqZmgALsBPu1xa/YMYCdIa/5/4r9Drl2VLRco2M4iHfT6+7TmQoYOtysT2eO0oCghRk1poAxUApU7oMvuim8oStyYhzqbTFLbQg73cBmf5CsziE1wxgBjIz7cjURzWGsZDPmGRDOHikOMJdrJg3o8J3n28SdVuFz5AvD6v/Zo69xoLeg4/3ogmco57LrELO5vPwCmjalh0inu314zszBvk6Is14NUy8BQMW6KHCGswJT8ub65zuJxXPJNl7UaCRRhQ6cCU8ASDyBsSdCNRcKIOQoYVTXTzeLMXClKXUP77tXOp+8PzOs37M9QrnSbKb3xf1BOJAXAEfPzGPMq+iHbYUxobnZbjeGfYDYJyCISLi81Z3MbsuZ/NjdcCZHeCl2Ed1imKyn17ayRhxGXWW3TYY/I1TJh1Ml4Vt+RPTK6O93HmUGRa4h65tp5WxPXSSx+QQ4yBbytebwBZ1wfmzNfOmWCGC8snCHcHtYAQtOMUJaA7RJDTKKTk3XxGRBehKhcuGRbczf84SdSegTo9BSSN4ZdHQW+d3n2EK1ygrPb+og3VRXhk4BIaCJec2RAz4m31S3OsJgCyi6+0UK/a2cZxgM5EirFNNg1HbwLchdf/ZYJaSw5EPm8BpUDApzmAJk2E7xN8Ht3eLlp6kElCp73eDmSBtU0aymz1gDKZi60qyUblHbd1Q25x0zn8sXdeNZvwPd+M9wYH682wG5IUbroSY1j1sCC2MnwQALzhSfIVB27zCXHqPBDiADkHrfEWi+gJoEs5tiwxTL5N7GGhE0XYHNcH7z120adciUrOqLBQb2lcSXqUYUvYEVVryRi7gzC2hwkM0yz1MdJpeaD7Eko3OXEIHleyPa0O+EXY8XVZOlQHuoVY3ZSUWkJ5P3rL0lcuDxXl5MZi9g/7R6LMSJe/pmUWI8EVkd4vVtYlbACdcYjZFfsTU1zMt+3/o5arP0WJ50FXaZBLkC7VLrtXkxv/9ci/rEI97RMVhcx9lGcfH0nTuAWUo1kKZ1z3MOI6uyCscGHfCNYD7twJQPVvgTDnoKL3ELWB7q7hQm+hldDa3jbnhPhFlcrAGsjdhIry2ogweSc78c4ZPwuSVQXpnsiX2963PBClEBzUnwzFlGRPiiygkQ7/IsJrOAIIlONmzqgnSSI1s/FGO91pw+qtz3x2mfzR2M48SxFQNURLx6JCrp9fnQeCvqFRApfKoIYmvaOms8HUcIKo+kjy+AME3oBUwfL8DYOEnFe1fOyANmw/YCWo2/czk67qraFJ604jsd+YbPiSKLNn8oYpJ7fPYN+WWv4Co7EUQ6uLJH5Xrsl+UR38gC3VoehPJxlL9cciaUstr3ns3VT57CaSBFYt2op74uPF+lXpesMkyz9AaYNPA2B5SnTuFBdBARDltE6/NQ8rbEA1vRmDfuHnUHRwkTxQAa8dIvKMJOrfzObchjHxPz1wJUgmuWXnZ/M9gs9Kek/c/cewX1HF5SNrxEXkUlKiynS9OuM8VK2CVxcykcNa4RJYF77VOfeXAo+UcUSiSnj/sD2qX5WycxnbhWyOvqWR6nwJ4Cn3nrENWLnSDM1TClyzI5JISJ+ZFZGa8JTQd1TnT9/nWXaF5ATtbp0MG/Q8djVUHGhYSBmspRjIMqoPGyNfwrT7ktU2kgpvTBLMxDe5ClguUaPgHIyzzLLmyXh/XbW9jDTpbC4Ed0axuDre4FeUk8/YPdsJmtYk/RZBisDZkT3z7qieeyAgkhfRQOLBMa2U73d5KlSBveIF7gBqB/XFdf3i8SgnAa1l9sTSPZj/SrSfuKR4Xocfz3TonxpldRi2aX3lueKZC5OA+hqkbpHId/4D46xsLXb2EwEQ4k0CO5jj/SXd4vh/Egk8SZKVtos6utkdhywQ88v3OWJH6oK2WBYy261NKo8hXwiwppIvB17WOi6HKQKt2/6VOAqBKZZxH1Cy4gZJBiU6f6DoDEUcU2Z3KPF/uKEkOexobB6N75Y21ZJ3lxxfhATvsP82tfNogkin47N+mQWNSuL2yLqZ6v3C+PYmuqnMFlmRPScROzcITAKKwikpStLyLdYIAHnAgFqVQ9FoXaIE1w4T64W/NmRgB4g/qY12vz5BI1WQEt0vHgVH6JKEsvixBIoNRau3eVRHZBMgAa+tux+3FUglzUJSURbSoSjUlQmr3xXyaEm8uKKx8Y7XJJX3OlLEknEJMwthuk8iV45XQ43o49+cuziR9wmHhSgPK9kAF0ld+KK1wTTerVYcf2v5DoWy0pKNScsa+oSxP7r4/JxFJOwroygbinR8U5sDLsLZtmxP50IvHd/rhnBxEnP0h7Lse5AI1X22WkDsZfE7RctsXX+3nS6gUqCeyyTWqb/kmy8mUYr2upqAc7L7oIheCwFOCf13ZzqsXxLehfobyKLOMyw2ZwtvVIOwCEq7LO9sFISU/m7bldlYLbdppy/WX3qz33S5PowcZb10KCmWzFxmNt94PowpFSmew14dKXcmsMYdzOCRNdYt6e246NuUhRgwiS/YAkx7pEt7xMM49EwchERZl/Fdk8Sv3qYnlWrxlcd8A/DHD4MHEHLdJpLCtXyK9JsgDa8jNZ8cZ+o1b3QzjoPeq8XF/8cgZshxeQ3ZaAj6aS2PHpYZ3ThTJXBcM6zrwpGdQpn+wvbVi9hHPxnq6p5pn8ZuufLcNljd+xuIF18ZNlurpbCCc9+40X4ssU8v/m2/GcZdKG1C5HHWYM6NdyTsjTWSobHzYwKcYGEobYsBzMmjDbT4qGq/i+I+Vcu1Ow7d+bWoRV9ugze9TxbxitqT4bSWkeCB3H8k8U+9JPWv75AEW9X5PztbAzLKluXUvlVk1mSdW1fqlSSgaroxrpSCQMhMeQZt1Tz8H/WN5HCAuoePAQUI+7uKeJLfvegdzBtksnfYCihj5ZhmIEeW1CUnbcmY9n3ypZqJSXQlqhPsZVzKV7WACk33pKYZ+rbVUd+T48ZJD9Y0bw2jIA1ZKkZUmRWgFCxLb+V1uTzvRGc01+6NdW6VuvgAFO/hsH1O9UwAKFKihBZMD2ZlEE9IgDVtZG8RTrieifqxQQf5X5tokd4WbCa2so4W0fgW69viNlLFZcjSwMsmYbP843oPGnJWZ43+IiIMVu0Fsk7boQFjBV5T2Hzo8K7qbJ3A6aMUycy+utW/Isnu07U1JohXwvg5Ck0ZeIqoyn/qeroJXsBj2A6xVXD2C5jSSvVgsz3hXmd7+uN6x/0aXhWyJ04w4nT5taMhQzrv8f6ARHMRwNG3uYGyiQAYJCQ5LgkpcF4aFE3dGgLdvmE1Vedr0FbsHnqDK+VNimCsceycywbqAtt77kC5pR33WHI3iCSZ+FhAtNSRWm6BSoZSXctSRD2r1V7MTwr7a4unEF8v83xqlyQS1yrkC2q517MiLrfIQvlaakkhMcx4nctly2Pp2US2wahG7S06SgBw7Pxpgi7y5tqChZZbCcWQSBIMpd1ROjGZk/7g9gY2SdU+UwU8BRDfrcEZJEjkpc1QBwVHS9YEUGfGlaP0nWC2GadsOze/IlD0RGqnoNe6XoGvS/WjJp2bB1gDwNI5Q/I4FusH5y64w9Esoa1jXptim/1V/xHGRXGWqFqEL3IKg54br8W1UltKyXAOiWdIsTz8I4v6kScLerd6t6T0haCFTTGkXzsUFM0mranFfjl3JdusmVdfGyDp5vVO/Th2asvwZZgmGxqY0fEQIsY3MHasz9UzaLisetVbXw8TEZWiGdkTMeM2OXuT+4AeOo8bpA+WjHy+hPoqEgUf1JxAxB+OPIbtX0kdsAoyHH5cCGpnd/gzGrxRm7ug6GpHYrbD51Lawu8ujKmEi8ZHTKR/YyxeprdSb9nbM4opjs74uWYampk0gzC2nyaVEOGZh/J61lbL8NAJ50RYnPQIYF28GRXVQ95zGVtfCNFupSsiuU1l79Z5A8YzgVohjwNuswbnI4gHs5jnCJTQMlY8QnE8O+SHVUrkhUV9O2MeH/wNVxsLnloa/Qv50rkvP7r9MX/7MqSiZeoydqc2eJCbzJHBwNpWcdWzSrwSiPOipx1HNqDflQojo8t6/8vGnnkU7fEbu3SJL8tJ+0VIy7rrO7PotFIi6eCq4ZX0qx+WXI+D2k+cgxJ5jxjJeRoIdOkYi/g7beOskQGSDNjB+ypnw7am6wTyUgmVWYc6Cr73FNcDvp+LWc47BpOzy9zJhcPVhlcYpybi3ihrF4jQuiHB7q6JXDrt4otD9Rzx/21vrSpLMA8Jg+PY5xJgdO/2tlQBQf+4SAZnn8wIqse/FufTpa7rXqhVdYnxR7R/3EP2taAGPpfTxF5Hb7cj56oagkWlW4Z/pPJRtig9xhvw6SkLiHR5PbINfENGeXVUiIQWI7mySSH7csJvy1Fvk0nG8Mk5KgpgWyjY0PWnxv+CWw0ZbSsNL0ZTir4fCGuhnVjFLjIEhvKqhYE/NTT0XiLbOnYYSAc9VoovwKmxsgYb8o+beHdsLlM6qW4YDtysYAuvu/d89iWDnPGY5SsiFx1XiJAAv5AvY/6Yq3upecio8mVWkT5I/dL6U2u/wu88G2zxAXrJ38RDAnpx6SJFzulg+PJoCXjn6Wl1kK7tME5ZWW9yWFxFvSP2+PEyw32zrmupAh1p7HcIdq8PxLt3kH/Z+rJGeBry01hWwQep/RkvIf0QqwxU/ZotYi9CKVxv5z4kynM+hH/2BYZRKkHefrCzvGpgrotkPFQYJtnwtvNeCskX4vNtRb1sT7rrPp8kPE0qs+/ZAPlcc+bmyEQgkOKEVIReydDhjVJDpW2BRXFCxfngsIgZu0B9ysgH8rZEYY8UrliZI4qcQiXWXhx8xgPO5w+pCGz72WuSwRwd0FhHX4JIQEuDBPvsSqfIUPOYtNaj3NP61EE5ePn74gTMD4zLCXU7jdy2FRmC72YJ30FtXrpyWiVMUYnegcdKyo0kQUrJZ53LTbueGZALuart2qjpjnskNseIAGthmpA9aYuc7lNHgvkaHplDo03Tmm5bLZlZOGJlVI1tVfVulanr3cjpjkNF+m8rJIjhrq5R9X28omMAJXn7tCyFjPeeDUOuPBm+pqD4FqCNte6Hj+lLOBhjS/ZUsX9K+uC0K3cwfdmRGpsd98xuYWejsor+XKtIPhs4cYQl/AkR79uvpfcBgmz5mF819GUvs4XYUUOEaRpiP3/dvoC55llplg8MMW/tfbgAriOya2oTvDpaxzFgUPs9RVHLBMrvjs//aZFAH+5AaKnXjbPHY5VNLuHKF7cHfqVn8WqDByhmaJ6sQrrAkRqZtJtAlLlkZHDFtcbSnuvShtHlZDbE/0rrkVT8ru7D6CMWJOfnEXZDPTJCLMlIkuBSzO+b+8kL6i5Np8aBkOklFFISjFm/RVBJOq5tIsXzU1tKNqUgazRNXHGmhk63xJnu8PhjeyKy4pofKi5ruwyC3BAL+an5FjJWfv1TZLSZ41nlVd2SYDf9cwt119aMY84XDIFUvk8nWfCNEw5TX+2YcFDpx5kPrgmic5iqMAZXN2j7RpJTFqF4rweYrz90kfU66Zr5hqCVVWFTmXXjrhseHjvTsChbnpj5JFwSVVnGBAYyvtCrUJdnbbTLgODMxvAmsTXq7bi0srrPCq4B20idh9E2yfi5se66hG0BBrOvYeA3tzQMoBsTpz7qSHuCY7MfDadOkaEBmB/vISLB4lwfzvSQzxU3LCM+Y7+2P0QMnUHOyf8/05FmQHAutb5crpjvx25OCHdfCmshNXTm1cn24zia3QnOzzw+Hvn5qUy4QcYCbYXLMsm5LRIKB2Jl8yi0bUOYYVvDqenUyY5Bvg2zy9qLDMBYA5k29+04uLMyoCzR7z6qlfQkzvsy+pYhmOMwo6Uzv8FZDD//CfziiNFXeVm2OQ/Xk7S14YAR48sOf+HgurH7LZDUTmKSvjgEg9LQ2Sow01BoN5lGti3g3/j+xGKmz4D7LU3kzCRKv7ArFTK3KN2IkEg1X2tSxYsogT+K/y9zPAZYPt2+bJeQ7k7FN1tNfT7aBm/CGDrRR4sbE+NJHMxslocIQcHzqAN92mNML1xRc48R712Ub4Q9t69IA2y3cMH2WHIXunulX0DRQrLZCEvvZsPVTpK4snHbxPLWkqXS9d4r9yBiq5NByMNyaekUhRorCWY0d/6OqxQokLTrW9QyAim2UUyXTT+peEM/byi8BEQLYwYbM/jWZhB/VOQfNK6vK5OnyHLIavDHkfH/xVVaUJquIN485vIe/R3qWliJkzG8Gp4WkVYGeaU6iDboIsngRY9R61yOslPYLUtGIbva547hJRnYYzd/L0NTB3jtQUWlro4HOf+bFQ/9G4MB3it7WIN4ZQvSFACDxQ7xdxy0JRGmOZfzuaf6k0ARH5lLsBjOLC8g9HorO4E31TGhkz3mQVS6P4IrrXb23UlpCXDWFb3DCL5roadSIE4gvVi0OvFEdTYKKdTLBPtA4ePBeeQXHw+4eoe2qeOVFjt44C6QVSd//bnX/HX0z2MTe60gwMSBuOwF2Ks+3/k3FcANd/VUMPaJzrIS8ksnJft+0vM4grRNQvympQhuKpKE8l5VTF3PvDGoy5ZNPJV6lYKeUTjJOdetSOoKiwLr/DBvWe4I5n/EDocNfRN+OUldMmHUSuMKQxrFBPE+RwldtSYAmM7ZaOmq/sMgj4lnLWwClBatQt+EIi/7fGLonoMA1I5w+qeuQqdpatvKRGiFf5l0zPECopjR5ZHAgfFdBIsuygv2w8SLIyzuaFC8MblGYAXuOa9XZhnCXLLnO1Z4X0Q+a0q4cM+kYhdr7V9aKd7EQx+q/CxrF3qe3IDlL7365AatXO47d2Wjx9Sy3XnTvzPnPXpTQppcmTlK+NiUGMk3xUeQGLBVHPfxrHOICipK+3WbVziWHNyAS6trU1c35LaVUj/oNZ6GG/ecjS9QqHaFXqoB7Vr2btGLSP2xDg3FsM7kt6lLZ4wOzj+mbrc9l6aYGM71fnEHRxPz3uJiJMi+2MbS3TxeaSqJzHDeeSVVfHr5sOT4QWnltBmmz1Gcksqn3q35vLFygg9SFx9d7oRy9KSnUb3dQ2qUjpepHnfaXskUv0EnVjyDvlNse/L/Ok9sXJboSz21Xcz9CCFWQN1CO1bdoIQpjM8cftNHghZqLQ9x+vN381/KBRmL+JFdk8xOMUc8/gT07Ii9wReHoGkPsUm7UwBi9NwnJwvHV35yssb7uwAAAdxQQHjgACAAexP/9fJFjklqCOvfhbfFVf4+VkPcuvAok2vKCXKAZBQWYDloRapjFIs+ScExVn1infO+Cl4JqLSpfESt00CGUcw6jeD+AtsY5Vb7YJki+wygRtwGQOKmLoy6c7uPYKi/cH0ljzPByfbcqYQdrOqykVlw6g/I6bPF0vq0NkMIsLg6r6sB7Eb5Gk4yLdSYg9zxn9jE9iL8FsgtzOsrKF6W7mtSwOlLzmGxhTgZOsvpb6uRl4zdcFOG5R7gX8a4ZKUpzRTNPY7hsOrylJeMrmtYmxehBZzHQpABx6TDSERalaf0oWGSYZEaFlwHPFZgMCYT9Aj9hkx0j7mo/DlLyPzhUCODdWumrJ7WH8l+FqNhhjKM6v5Xp2GUytfFF7b36thD7XuCUrmBm1W+8QW+t3IbUPoh0lxGKd67XPEsaSFtk9Lz99fNNQL4lh9D0TWTcQzc7szcoNHbI8Wi4dOqBxGSVSBr0BsFRSIjKbxVwj7A5MR6J1I56vVhRbA6D+MlcgsUkQNDdzdqZgMQy94YIMxJJ9XZCTQxHwireICZBMbU9TtJHP9oUVxcN+4BFs2nrlWto7QRWOHpw80El3ME0LP01ZalUev5j91s2bEsgNepDzsqE8w3h4Nq1BLKp1n95dwA1H/9/2DVKrc+2dezrxa5x/lq+GvJqsqUZYp8opgDjwBqvNVpCmQS5Vy1ZODC5aKddKSez3rjkbenXhPX7BosBgCGsoxM0/WTDmesPEtnTcGd544jhnW05Wv2RhRc2rAEhxr4uYP14u4GG0OuRxlk2f0LIrIYRwmfiQ70X6y3iPDE00gdqTuQPtrlXLanv166sDe+b/TPUnD1kasLl0ieMh43QJyzHgaq0rAmwErlhDXqWA3ppBMdfHMQ/zVwIXMccfbwKZuslKOFfnkxyJ8SO1gjsra0EQZQQgXhb7vF7pT7qaPGik5fMpp46Z8csRycAMg7E6zpH6N4MokuZK1q8mgZ1+7HK8K5GTa92kO5ORiO2Y/ZjQgiYeUPAFdLYXIdFpHcq0Z1EabPf6Wco0xQeNd7100mP4lyd6p4GG3DEAoQSUpBsrpMKMfETicV6HkukSUlXEZZuXMbV0P3XMSeJA5FRiaGC9N9uG4aEOdbGRcl07b4vlOLj/KwXOnAbrKH3Quz8E1MDDjq4FT2gr3nsUQFCyeskhbXpKBs+JU0gmz/5wtrZKp1ZOHqgoruwtOuuDXB8A7a16ZQRn/TDa0saQVFyY8EHPywiGFoUxpcxydKy0zRsOF+tOgU2dOmqXwU7iSJSzWoT6TYmtoAtgM7+20mHRoVKhS89rHf2dMi/O6iU1ahf+HVy70Gpwt4eZimXCxb3/Zbi1w5Jvkd50gljf1OybLIViPR4J0g5GeUSfBuAb5Knz47eDg5FPX9auoPLbOREx4GEm4bVVtzo2jMcW/NR9n663FhilE7KgBlO12MI91oJT+M8q53vlqUJSVIqHQ0J7aN+Fif+tKaFjtsYEqQHrz2qPfWk53ba7cvO4WteA8XGsg8qrkzmGykXFU9nY3mRUD8Scn/57foAfD5uJRmaudAwZ6WnWMUcAQIEFUnii2oUnFdQ9/bhEXTBnDDbMRo/xZ5zFzuJBGVQaBEuWHR9EmhkUlmK735ILf4MXhpVY7m5CS3rkxwA8ZzP3CVzgiVR48xBUIWVUojCGCQ+bQgXuLAPn8ePjxoO2a6u9cnDjdix6YFDgWC8pdpDCme7O9+mGRT+lmwTRv4iQXAumKD+S8ggVj+/QRGfSZ9g10jbts0v+9nCYs6AoKNwM8FeBH7knwmUpphDWFZNwUcKKeWm8WDAsrO8gn53xfe3y+3hYzdXv25IGPFiWmOZWVhHV1kOuBiP+wYGpa2AHB8eSp38aICWhITOM8A+YGcFzPyQW8DE7vNTA/vE4AvK5P/8xJy9agWAIMmYMHaGq0AHcCIL19eePfRkE5zHkz2b6xsMR21clygazgKfb0m5wm68Ihv9DDMTe+x0uzg/Xgi7/57/YqBzZ9xKcGWJauulY4M/lecH5yIe1twQw1TH/R5B+peDOhAmR2/EQoLX6+jl4Ogl0/N92Xg5k1nrYcyp6GCFdqaS3YdwOSryX26G0Z9wLX51+7eYKqoC1LqWA/GlqsbH/bWwvwd685Gd67i6AsjZa3j5LTSzCzesiU8Szux5GXDFJszPmodusx7c8gm5+wiQjC75ZpOtGDfJXb9d1j+jOWxTJscMveM0XPNIjSvgEGtiQgFVPA7mxzq0EaUSgBLgQIXTek7pmLEzOe+1WsT5I3vSQyrgRM/qOph5MNM3OGLk27xT8HW/+6+l/yMpXJf1ZnFlLI41yyNQhCd54oZ80/L23zgXb3WqX4WbwA3u1TFrf64IydVahWNxtGG+xzPWXumiC/HEDypTEvMkqT0j2Cly810jL2xJVs/4MnPPQDCssJQvCOHG7KEEuJ1KNQM4FkH/qgPcdvWNNT4uwQCYTT63YvKhevUKkU1QNiFnbACfpiGLROA6A8aihDTtG26r0rkzG4FWOsAAAAfkEA8OAAIAB7E/8AKbLaAMQjFx446jP2s9Nvi3MzuHAhPFh/7Qi5g48f9CPIvJBXtKB8S2S23i3k8fSaDuF6rApn/EE95LfiVOMGFRT47UACXanG/aeiJ+tGT990H0J6WYOvM41WKnbLRRbyPjqYUO1cVzJQUPRf1O/1CwjEZgAAAGRBAFo4AAgAHsT/ACtSJQKnv3Atkn3iQgGY5LX8412D+7KyCzSGVU9rhZT7iZ4AbljUTaZg2ICSc9YGVO/srOzUOAHP0yiE0wSA3VrSPF1b+y7S0NGas2JNpX3XXm8ZTqXNN2oYAAAADQHgAEAAlcmE/wAAD/gAAAAPAQGTgAEAAlcmE/8AAAXeAAABrgEA3OAAQACVyYT/AAAaP9CP+n0b1wEHoRsSrjSKAceWIAAlwS5JnzTAXPQbi1UUV0nuvZGliRMm5unzb84N2SFVaUiEUoebX+NOWriZk27AH2CGpo2Pj5Qz+V1mIElOi03Kur9bHsgdpooYLuzHBeONtLU+re9y8kiirjzbK5GRgrtRLfc1ofVWV9xnnbWrnjfFjL77GxeVPPcpN5XOnVtaA2dxHeRvbkCf7x5V6xqQ/fcJHLSXQ5EsDxfs9htNHJ6DUrcBdJU2MfFaXlJeiyoZ4VDXJi00LkF3fbWnSYWHkfPG15veWlGD48Q8oB3zp7WTIDtDieuNw6yoESShVsYlm5CWoE4E8Rl1hle4TjKM1eGmeX+LO4mMj1mj5CJ81EMogPhH3Duo+x0nYQT9zNo6z0RQ0u6oyUMFS38qT6zjvC2XbUQqhzN4DQ8A/jXUdfEZK0h3AAooTJ3SvWfy+9QX4Nv44umLUvbtCPdM7VLlDQEQDGiqk0ymtJjYkTyIEb7/Rjd3XIt1r9KHxrDuzsJgnzuCmTwixKASQEKdDpHH92GVj69XHQAZ4+bY04AAAAU7AQBVOAAQACVyYT8AOUv4oME2jdFQkqkmNB/J8k1Da8LwNt6lDiTBeialv9YGWtVursf382y2+5fBe6MLO9k4wdX4J5GrIAIAgB3m883+OrsS+UbroGcWviIavGgjAPBGmckCjHPrwwxGaB4+BCWTN4LJvy3nGsC85UmDxbh5YiufrDxyE//cKkHzi91fCDqOn+7TsHosmNNmApozIMCbkdT9xH6WLKotfnzagPePCqqD6J4Dsnv8bmgOd08BxjMhSJAZw8/cgLIlDktkuwHyUHAHt3CbmnKKFtz119QrqduKkIl2n3XwPO39F3T8Eh2QDspyoolQtLvigaCJkX7NeWY2Ibtrtr56TuEGq9xyA+K+QQ0QDfCy1Eg8rZxjZbGAIx55jBx1A/5jlgiKXJmEq2+yMbWxNeJvxT5dATt65EBVQc+UGpYmOoGwu/jekeMU+WG8GJdGeoN4X6yPl5ujJZK8P67no/09R5veRN49nBdG+MksijhkdvShPYTOLbYtXuUxgbwQcAuyu22e0L3TG/J/biyVSfvpquA/CN0u5NPW45IxeLWYEPExCOlosBZktuPB6Gt8Zfwc/6Z2tLILpDd6w2xzAmLNCHzBbLl8fA0osexj72+2CF7uHNeAT600PgHLcNbbKYom4L9IpjkzshLk9HgUzRTERB9VUkDDe5PUstIKsCkLM4Gy//xxr3F79LCcxuv/vYBLSJbeO18tSrJ0cW5uV8cnBk+Td+cJfcCrwjlPh8Yfmxkm3VzifbnrZLDvns/twdiFcS6WJ9D01RBPmkghualfUnpLVQj2U60BX0vxnnfQTLIGs32382fTYSTsuKBeDTer/S7GVjZfeIEU0paKOf6iDwGROdWrAWDz6XoyZy57etZd0iQ+pdrdzmvN99N/o3fA/zNiaF4lo1heZ7f3YRMOJt8R8PRJnRtfjB/pGdamx/untXZcFBzIwfGvB5r21NarBqSnD4jVmMZQVSL32dr0Lla6fxTGzrKHivSz9m8FQB3EqwLqT43h6man8YN0TSrNwjIRlfR8UKk/EFLU+3+Fe5x8ml6m8n0uXbKIw+Ehw8BH5cOUefNsupzmBMKh56o0tIM+DFM3PJ64nfH/nbyq/qrXOJ1q5oC4IMhADuOXrruSUrqsX8V0V2GQioxUiaD7g+Ua0NB56x0dnN1gEPQZyX1kBCq0TF7c3MKlGywBD6tWoHdWRlgpdErJJyT4/pz1vJwzOWelg/4PcIqn3eyynDVMEEoA4yA0Pl/Pw0Iab4Bx3EyjD5cPAdGwbK6qk27l7CTCUQ0NIRXpcqqHkEOpSUuuwFCyRKC72kIX/YoLdxwTc6Fd5/KnvjF/WWLzvkSMk8IlhQ+wngWWX/nrc2Bk4j7kmh2K1esKPad3ZuUzmtWXitGspNKE5hd/Cj3FElVgs07IkhbZMtxOsIkmPNdyNIaIwl83mHlt+dcZ6KvidsLVjakuhALxhqqNLR1rN2NzENUDpfBfMqBa6gauoUlfJ4e7m/ZOarTRpdgZtf9Mncxv54XDpBZOaMmsd8h6aTO/BhlXYVe6wUDiQRacvo/ZswNx4aBGGGGBzfgKtc/GOaliuHCFhYF4rJCsawRFSw1JU0el2ZMcaj+SswxPXthjAu8D0mm/93e3A2q4HDHAhwpwEYZDs5EDI058ToUz/P9JfAIY7NF/fzllFMoi0Gb501+1p2cazY/0SCh2r5iegCFw4m4QXUiq0P03AoU17DmE/0vC2Qdesg5x8rs2fH/j2qc1AW1OZN+3dEdVlGlA3T2JLAAAAA1B4ABAALXJgn8AAA/4AAANOUEBk4ABAALXJgn/AB2GyAvrKTIhud2kpEvOPq+O9aZh/5Ja/8nRFARe07ZcCmvArNONHZAKyNL4gROKbMBnr3ZPUMZK3fdbbj7FDAAT2LlCngfWVAUNNVy35ZMsafNW5u/+yyLFsuT1+SE8CzhO0lZd5Ra7a56YBlAPxNmNdmQMdv0Fz/kFU+N5rjqloIVch5zehIjukGWxL6UA/0Y8nR50D+JjqrM/n7X39cAmKaftewK8v3omHXNl1Hl23MA1WoJjoRUu6saDSC2P7Fevd2xqnBhj6VK0O5r+3lH6lnomb9zeg3vUdXceWdJkErtfJ2uJmsnPK/ybhfUmMe4MsX/H++ewJE6J4qs1PajVFRAA4UwSIonqa2f2TFBcrBROfqHnSsFGxcQ3QB3PMkqSyKfaMtmnwWft1o3PfHLc1zsqRBgtNqH/zrU6tlX1oyvQealrZ68DwApZKxMeZ9wiH9QzB4WYs2C4luKAYA6S9/157T0dMDzcvlDEtCua+J9Wk6h7s4HgvXx0hq4Yhm83gBtYCcJvw1T6vFKqrUleCbCwkBBAJVB/jbdwTjj2vYoeV8fhehSKhqJq/W4fw3dqFdrd7fc2ZqF3djusjnC3mCQKUzKAYqzDAQ6xmMkXVhORphC+EbTw0Dsf8Lf0sk21oDiYYJBSSiT1aHLD7djeQxjjaphmL2szyqgj7BSOklWhtzdMBfw6gtafvnEqCHwsHYymxJU7Mk1qj6azstzggxCgL3zhCutPyNiKKSBaEbrO2hTOanCqQuP48bvBQ30DDDt05IvFpVSrHJCIflWJPic/V+lfn1c1rBQWNvDNqlZ7M6yutWftLXVr/8HcVidPQ7Du3attYbJd1HfW2TqiWKSPn/XTYRk2diVxc3Syy2aEhAg6pqfG7oIGBNVZ1FQEnkSPMtMo8KBc4BWY+f+hLNfYg9rl5DMd+QIOhbnLvlG0zOn0UfWp0obWG93fSF4nm20E48bIFCAY784yen7K6XO+EJCOc3r4ej2zxIAP1XujVc8kztK9k8UrmFs+JMP5hjovL8F7Umdsc/pJvAbdpgb0owhEODpD1SvLYRC/W1up/n+4XZNT5w/61yasOETqGMhH2/Hh+rMCWcrd/PLSotEK0shDf57pDoLDORXpKokfn3T+nI2hZh1Oki/G5SjIMR1JjaY57sqjHQdb+LM8LCJQetrKTyQdZkxvsTNwIdchl7EZUS/MbSZ/dP9MYpvGw9q2cAXSg9NRCdip3nlFHKxZblVf+F1MaKXGNHdroODutpWusMUhNG6YvTMI2t9/MNSxlUasKdoYMSlYzTfevergGDttv7Vuwm6thppa6kbthC4W3blNcwlETA0hLeOxpLqm/3yN4fGJWkyEG9N5YErsM3GdtGCdrGD7MPRteryNROkWR1/fBhljeWlDco1z0MP+BqrjCOzkVe8G5pZdvvQ5+bIY71XjnOIjuY/aMcNCchln358JHM38SXFzJYkDe2u9gYEi7S6lIChGCCS/dQTgBIPzKaSAy6lIQNbufNB4+TdNm+2msdI3ZRCkk+UBimF8rk1JV2FOiU16f8xA8ko4nTyN7ks2ByvZjV9f7Hx56vWYObB4II7tZvxXOe8wQ4ChcgCGuL1omtBtDXE+I/Wi4U6QujkWgD7pkSAM+ylHtwykG7xeYSDC83HhKelXVp3OAql7iCXLIFozzEoCZ88o36ZlfOkphNUjUnxHW+swo03M2qaVGJw5JeLCUZ9gQoKTz4leg3kYidfuvG0G2rZzXX6QOjC/rjiiWURd7L7x8J7RMMs3XOzHT7+u3oMMLPaPNzFG+QdIlhMExRPx+3Sx3PhrXdkhIJjF/PSwxYYI5vCDDLqcbMXQNnqjboZDP45NV7smQlO252syr00CzCs+eNMvGLDVx/v+gnPTDG63rWg0OI5fE/kqK8TnPDFQb3CQi3k30rFTzhJWg3woc4lHnf1JUZnQAa5DGLvxSRFVOjAZ7f+XOT47W0WGzyTAXf7ZZsYbXrIIAuVnTpZnus6h4i6xqb5nweKUP2sGWJBjebeozYa/S+JT1jmRnDeab+WzexClTJ8xk1Qsu73HCTEMib6yQQQfKpVRUbPB6hQvBJ150iOAoFLFDxyRcWl87YJxCje57sekJWTZnQX4JSDagrWHbiwutxKe8kOF6J2lhI7zsg85gXatb3wkWt2SPUKSFQu3aj1Rh6O5G3gcndPm23T5f17axAgF64dYrbtH95XtJb9woJsAFUXm72PVPJrI09yVXswN2kMUsqXnAY2eNknH+Kif2YpYgNC7PfsWw31o5U+1FzUiM7Zu7WGphfUvG+lT/1ilngwu4Z94TjWW/y6v+pH2L5HnvmbWcOQYgf/4P0eDbW6CweNDbP5ScVBLdLTiUQoeRZmjvh+O6T8BSKpt0FUCQe1jaz4epKZH9131rS/QqzrIuEmXK3jSe1c0uPQmzkJuvcMyXKwmqHvlDacflw4sC0RRYpWnrdkOTSg2s5c1S9z+3xQigvT8rbdiE5v37Y7mvs+zFP5XkWWP1/n6I+VcnG+IFXXWCj7Ze/15z0L4L2Cj/HJ+KSyed+rGfbGLvPCd2c8SEM4Li/k+NdH2JwRA8VF2ocOIrvqNq7jz3Q/CXT4dWlQJeIFaeXx6wmvJvyECRWVkGwmWzQKuAkPiHo4idzYQYRSFdeuc8lF+XoFKPmeEVcUx8sMUmwiyXVQrnOYU9vhrAOS9jrN/xHcs+dWVokAAawTCkn2S5EwSwoLiVeKlZopeyRatFBF6/G6QKG5dHRu/WYMHMx/Fwo4+Fgoi/C6ZWvWHA4GrMgHvvRGnMjQQyMY49ON2yxq5vd4UL7Po4XaAaWewaXTp52Eb4aqW5vZDQaZrBxFQgT1PtMhWa1O957uBpi+W78kMz+BdaPkFRxJsJNGcYMaCTnUdJq0Tj+qcjTRWxF5MVik0nRUZb8EER4G3+YXFXfzkAUUuWzwcL+99rdC0eQz6MSKu77lcc6Pf1OJfwqHXZ0DU8XSezhTBwqwUnzrtOqBYKywqtVgJJ9J6/TRgUNnj/gZlUQn5hlwJYszoT52MR34wRBQsD1wJUyBa9O/3Bn3Hqf4cUCGOKkdBgPlymA1rGPri882CRKHQRRVtJlscgGG1GIdYS9VrdnxlsoB92uYvUq3IRDfLYha38NqCNji11UdbBdtWCWLCGaLHQXTfsuJDZaew5HLp2SjIv6Xm0Ht66t27nfKHpwrUvTt4iPGwmaBlp8fGHPTLeS/Pdk0zKUlFaDq1USCA6kvnh8T98YZ6PH/TcSl2jivgcbM0qFTdJ4seXeM1pp4kM5KdUltXn00XkwJrhNSeQ4hwv7bsvD7VAsd6Ny27cubyI10plU28ScwWdLuhPV3Oc/sCYArtnNwQrZB3V/tDVJWgvt9Y+0IntRq4MHzqAFyyRy7HQ8ubx+iLuHQB0XSDa4xgfy3fWv0kmshWXvGtX3D0KfcbwY8M6nKtzPbtex1g3q9MoF3ElItnJqnd4ZJMlGHsWoDWV/n2vRkFGFzjJVN4X6nh02Bv4h4Zs+71OeL3H8P7u8RDcys45Z9N5Jd/2bnmXV9bkSsdpH00IUSI0Ef261SQhujCcAZScRk0p55C4guu8Pi1tlVtA0jqf85zucoJVVmm5mCeuXqY5NrdMMa5ui7490ZPdHwaaWl2spxFbFcGKYo4X5IMvvesOlI3JRPaXP9aIycxnTgt+a0F4Imk5qstNzG1AXbuji5rvqIVEYzD5yYmIcg5HSbsGthVt3s9pcTwYJs8Lj8nMwNxultjQaWPZQYANthzDzDIqeAUr+5xPa6HV/WB3YrxsHmD/BowxTG5QpnixKULKoswHaZVF912Agiu3MP8jcnRq94z4xpJqgFP5Ta97gE+dvpKAZAv2D/evuJ4EINCqOM6ESo+tfX6viMB36ewR4ievDm7CR55clrS+ovaYM6ftWWfcZOs/IN6My7PT/fV4WBctShcUEgAC9dAB3n2/jkfKUaO9SrlXSkVKUL0LlmZqwEyMKl/SKZi2GSMAKsWG6HBAOBO5PitVzPqKQOg0XeF0abvv45GsZYtxChpalKv6yCT1mgMBkVq9xvjw7q/Zj3tKMSGNFs0v1Q3C8of2X6kQ+KUyILKIbiY/jiMHHo+jI+/U1dy5JNQkWkgl0eFxQ7PuXnJ++9I5QNsU29mPCl3OHQMnGS8yZf/IHFOed8nTxABQO/kHthg7yH1Qx9V4PCWTof2HipxdVasuPWQ/4VU5pi0pgt9fVedarzJgkGfqmE3k20mQgH8p33Js56KaqIB7oJe5XcnN34OBNJDgz53/yOrKhJJbiN0UputiulHZF7AIma1ct/SHPrEvbxwapmjnS0cVO6c5blFJamLlGz5QRBrXoB+6luSJfh8k+VwfFf3zzi7fGCbouxUk+aftn6u/m6S8EGFMcNpzxlGzgoisib5YyWRH9OuMjCCAlkBem5/vsdOuGy78gE+bFd5EfPsqojtWU0zm7X6AdiorLQa35gAAABaQQDc4ABAALXJgn8AKI9aAuKm8vQmU57YyLOphUsaAYl+GMyNxcSQRv6dXktY2PtgH3e/9WUQUb6EDyk9soqehsu9m2ctL+knGByZ5pOrGvcpT0KxTDBJFP9gAAAAs0EAVTgAEAAtcmCf/wAvo+mgR4AO83AQCJUI3+VgHi3hrNKwbydvmHv7nYI0x5vBJlsMEFRjU/KNpuK/MP+v2u/eKEwJK6BVXSZ0Z+FD7xAhExsEg4wrWAXboReAtbVQS8nJ+TlGWVFDNADIlbNP1l288M5/Wki4eYLQhTBH+n2AU3yDJCu6lr3AjNLJXvkYO3vRGmQErsy7uIOD+y5jV8H4uXG9Rn48Mef5gLqeTTYSBCWwAAABjEHgAGAA16JgJ/8AAAjjpVym6ykyIbndpKRLzj6vjvWmYf+SWv/J0RQEXtO2XAprwKzTjR2QClQ4XiBE4pswGevdk9Qxkrd91tuPsUMABPYtSo/l+sqAoaarlvyyZY0+atzd/9leWFsuT1+SE8CzgvEpnuByLSYh1A/+g+f14/aVc1wLirjCAZUe8OD5KtXnDHABq0+vQAYdWwXTjLg+1StVmbtWbe8unY1teeBfhbxhwFTLRrPM8jbUkbH5W4BxWx898vwfcLwj+MIvM0ZjYHfLUM/s5Dy3MWs8GsLWegEQ51Lq7jyzpMfZGjCILxeM2JTgWbXAeURFNwsyH9wo0/t2usOgi6ELX8ocVAFLd5nvpJEG7IfkINNeCcN5lXAQkVY2M8aHLueZJUmSdXRFuSowQYZrN8MskpoxC0Ou/02TR0eG8U0FkmJhtZD3laC1Y9ggLQOjYmPM974h/D2wWFj3MpOpLif9dJXpjy89qFOmB5uXyhVdtce1VHrlL0VukDwXr7GPxnX09Nr52AAAD/ZBAeOAAYADXomAn/8XLIjOvSJhnU9T+fAVG/WBGumcLyTcaRb0USh3oR3w4Q0MVlyuCTohaTcTHWRfqKHDJSuqHEm41c0YuPYgfmqHHE40+cQR5RGGUnmi2iJs6q2JJzdpUNB614uCTzYftQhkxE65vWgCzAGgqICUriBEpOV6TLQHwhb/jMgHZOGCVXGQBBfwRg72WQPtxffdutXf3AfjE5IbvOcCOfEBamXwiiihP+sBSy+j57Csvs8Wvx4D1lGXQ1P3VqytHcRkGhlVgfNi/AtmqgxnJOSyVrGjg7DLWZlptJgNzqsbBy3+mqd5Hoi3COS4aTZfXzSBe7/XfsnufY12RcmrRUU4hnc/nKbcMynp++FQpgfmQKP7w/5msnCZtdQ3i9p8xy1gIN91Uxel+oolovAOwBUq3v09YxsapgFHhyResntneCY0PcWU2L6lvABqMEARUfHTLmy1F/iWQawjzBds2e8CgV3nvMq/ETe5K/9ehAwIrsXW+mk5MBEgLRO2KMCeSVGcL1+Jja3V8SKYI4WPavcFnGgepBKhfmTBhWwiOuSF1mKCtSs+CkdEu9HhGmHUIHtZNk8VMhFX2Py9l/HpxEBgsb+Z1HGEiXGJyrLvh1K5K0D7Iv0J2IGlPyqDnhumoPupWGk0CdWAtNVE6EzpGRkhwS2lDlJoToOd6lH5T2J2HE8cwaU+xkjfVqQEhGN2vfqjFu2jn/M8X/+cptX4xK1QQgKGIAMbSxOy/ksEi6xOcMRfCrUkODWPNBGeVgLH3ldszxns4FQQKGAGONs5iHam7oMg7q7L61MJcz343q2YBd7LuPZwWE2tr6a7SFiRKRYVo94bgnn4kuAXxkaLq4yEecZJi7bRBBbfoJeG8sCV2GbjO4QOu1kgxQja7iWl+m6ztbzUZ2LyqxAnBuTXanCXUA1TSxaYSlZHZij1vlzbi/qe7vSQQm6CVZWy4mt0WxVkvaNnI+Ya8mygmF76K9td7AoCN0Y3TsCF52oaQ4yFwAShmRQcgMWpSBK6fP1TGjjGTZyL9nNg1LEZUjVzKAx3D8VaAum7CnRKa9dMeZQMUq3kWtQ0NnxzwuwwbwAmZCfXrsHNg8EGN1s34eFpdYI2IqIBHpU56wi1BtDsVe2JLRcJM8XRRboBt1hmF1NkX5e2TV93i8wm7h7ALl69KpWRM4CqXrBZHQwmZuiVAJnzyi7K5Q50j/5pEak+I631mFGm5mYnvXUl3eIUWAK22ULCf4+JXoN5FmNwbaNT1y6bnnmk5MUb39ccUSwiddNRrQAqZ1hgm8d2Y6ff13KBrfvP8AxfCL337JiEwTFE/H7dOMdfDLo2PkimSwGVZ8HZg+d4QYZdTjZi6Bs9UbdDIZ/HJ6nqSZCU7bnazKvTQLMKz540y8YsNXH+/24UzxYaQqIEDQzbkKf9gQ2YPx97UcbW1vpmEuh8pvOElaDe5dvdScRoUlQedABrjL4x/OkhO2WUYGorxucnx2toiNnklwu/IPtiwSyS1D/YjOBTam6zqHiLrGpvmfB4pQ/AKxfAKDYwmyE3Fqy+43p2qEuFR9eDQWNcllcnzGTVCy7vX4JMQyKAA23LtFOiqio2eD1CheCTrzpEcBQKWYmggz4tL52wTiFG9z3Y9ISsmw8EvwSkG1BWsO3FhdbiU95IcL0ScdlaOzZB5zAuvS2/7JytPQPUKSFQu3aj0dh+VifVB1O688W3T5f17axAgF64bdgZs0SAvYuKnXDSrDtN0OS46vHkt5XSeiu/vcX1puKacmyvszuSKVdefsnwm0iBg/HsumQqr9zHxbrlKBx8J+294IIvqXjfnxqTRSzwYXcM+8KNnPm3ZTfFM/E+R575m/JZj9GWBhur/S3/BtpZqbPfbBOECrjLaeJEKHkWZo74WrtpcAUiqbdBVAkHtZ/MxLu5LVndSxFL/mTnzgLJIFyt40o7yOreWZ4eE3XuGZLlZbVD3yhtOOfyxBCGYoj0kzjSeyGX1Svbmr7R60M7F1IE1CX94tjXnf4AW647JyE4TwRtrMn9tl8HTEhlyxFz33ThqrdVE/KSHVLLGsqL1YgKEFlZf3pOLFUWeX8c7KHwNesk8Oc8zfOi+y4/u8gIxFUXY//7w0+6tu52X1NXC/OEN4S3LxlwUcQVLAPOJ1isG5v+LBzrPYjXPQwTGtvog750mmofnw9gBz5oBfe8l8aZPi7ayLgYOfV7cVVVQRJjqwXp+g296jQ+xMfeZr9MWtreRvN8dUAZ5ZGO/OGwUn1DK1WmkaGf87/sEdJyPBHxsw12GQlKGB3W7JmI7t8ubCzqjhd0uFAKiwGmIuJDlTs5wMP02QIZF6gL79zipijheIA3um8nfK52R9GdvU4WC3WTU7c38jWj/EKwzMNFc0y3dTY+c7jamZpa7w1WFkLtX7LdZlo+MkSzy7qg+w9u+DQU9THId6LNJnFAOIzuKMg9WDfaYGljvTyHG0632MJ1TU/A47pzH56OJE/d+GujremQXEv3tRtpqLMTBkvZN+d/WMOpuH9k5o1MFhayqASd6Ob7iShQ2eP+BqVQamunvYcm6ZCfu2eePNe+bjOvW/WHwfEmnltTXcfbxG7JKvO/RlE9eXj0A9Ssu6wV8yEpsOgn57PYr8JcofMjT4RZnTLYHxGna+vNO08hZfO4Y/nzku90NqOQzi11UdbBdunAD6AJavX8hR6si+jkt8kuCYktlMm/IPM3fl2gE1EtjY+NDqWpFJUhRdhM0DLVw8tagfPpS/Pdk0zKUk2dBF3isDw6kvlz3UO9I3W1WEYuHo7OlXwONmaXf/vK8tijiv/Se0PCuPHz7mr4/4H5U3/YTUn0nE8L7uhfmCi99e9Ey7duXN4147UyqZluAxHRgc3CarAHP7Al+WO95GuuXmB6JPHKPk3edeayEvIDl3nbkqCCrHrfWLX8pGeoKCy7mjFl1Dw0Ozlm2Dm9kgBuhjeDIx3yzsDRnd+qnHy5Igd6rirPKZHBn7zcJII46PkbIvIYKXhb5R6YmKj2+cg3fp3la0VBhuyVyGhDSHhlEYsnqnVCT5+rRJ1aP5ExHK3M3f6Lxh0NOOkdXvO5KU9fBRVzMHDQqkm9vEoNzTxAJVU2BpPE885iaO2aTEcxdHZ6dAxvjX0o9MMwEiM8bnL1Lf5XigDwazzHmgkEgqI1v3NAfpQi3/jC22qoEQoTSg7tiVgI1qyO1jw2efe0ePCM1LUJMcTYCZhvQmeeSozSVo++l0YVqfk88DaU22AcUKKmbfwPbFGUU9w3K0d2y3BfWHFGAwE6bPAvT8E8JoTheDf+KS2PMcs++0pXJoK6fG8+xIPvKQBVGd37XKLI3xKRCeWjMNVReHDvw9Qv7JsCD9Rm3wB3DSeRiFJS4Td9f62GfIh1+m2d47JmPvUKi2mXOpFk0laWUvf4AIrcWrnCUo82lmIX3ytLkGgG/5EVF7YEhjSlRUMgX6NaDiP1mGLDQx47UBwy6F9Q+Iv7jr9PxuOTz83qp5wDOflFkuovZ/bNE1WTo5BP3snNm/FUCfjG9BMMOK4cc5UD2BS3hjvPt/HI6E/bwCCBwzLikVL+zLnLNDd9LWB6fI8zZ9YoJQAcKwKUVEBwNqi0PpQLzBf150XbAUfcAGWDRtu2tY6bonY1X9gBJ61M/ertrQAUCtVt4mQDQKMUu/BYn3mE1gkJuUHZf7VD4pTJaspLAia2kJ37ahqmOvpbfcJ7aYOOcmtDlYYCh2eJoIY++9JPacMFq4KJd/3H9P5I9dJL/FQtr4/XBPEEQ7KRidbi91l91vIYtGemPr/0Hvelep/ALR7NSM9/DS2dBHRtT6tjv6I7L55V2hM78eZ/eC65T+mIS6hc4PuzcZMMv7iDzZVlRtBOcQeh/OpJNm0dN8oc4Iu9pUfp5Q77Fhvi2rxIjZP8P/40VZ+3Ek+XnQnyDR4I9nKb6gw5JTT5WjLPH+MCwe9M80dd3iurCiIKTSdDjA4lNew0Z2OBNfW8+WdT9Wbnzu5jpKbDTkAtcOrEk/rTpuaoxQp0BbBm4/UB9nVmgexmkrPbo0lfd8BoYJF+4EiLG0WgrMkROGAjV6ZeI38XD25IUNPMCupYWyC3GmAIHl+RYaIki4KhuhUf8c2MInajcOG4oqz8lu3F/ZxBy8QsfX7+9ZqdIAoY6SHF3EFhe1npuebPS9dh7QgpO1JQgBwfjo+bLviljKEkQeHP427nQ90wfoTMPsQfoliA0E3H3NGDm84ODhIi8rUWz4OJ7PXbR6JASB2tQh1JVhyY2TS/iusnQUcXQ8FSp6t4uF2Yj25bp0AVPqIZOAxEVrNnVJTEo5A7RZwr0WiepRa2vTazQmHTJJ8m2USykN21po751VKzN3ehR9tTBtn8Fw80wkTUK4+d0O8pvGS0gfprpMjGrgvls90WousPOUgrJBCwCIhfkPCRUWPrZNxHq0mL8vLwUSbHpkKmqUDOcbRstooKcgTWbHCS8GYPg6Y0qSKwN4PyCpsbQ3jMDfEM+lmIn7I8J6n3zyAzn15hQ9szLXEp7mFKyGjkHyHeysQc7IfcwZKxp8aYxi4jzutxJ0VO/uLsqOjOUWV0KnvbhGtfBkAtDw6PU92GOVklxRRRv8tYNAX1hRi5dDYFv8M+iqU/1xK1owMIl3ojpzEnYc64f6tITsq91l2GDBWwejxK8Znw18FvU45l8k8Bba2jGrXznFjvLeD68ZwG6U8vyegmPSLNiFpziBao/8TidTE5weyf+qc4HXNQEHaZ6fwXdCl2I80fvHA3AkjzVwqmEoTsQpAGIcR5Z4AgG3nsZF/knjg78tGLeFIUiNCsCmK779lBWVHB0frnby2lxv/iscqaiJTBofI9uTn2gIl9NCOCY1JuXAT8+Ue8ucMMfb/ijzk80qava5GXTP9O7J2oxE7CwgtoZneomAymbEoK/Z5qKOW0F9v3UmXwOZOp3nIfBunWyGWSIVAm+Jy9g+gRPlk8JUYJvc82zLXp38K3PKShO9Kc8FFSzp/rjulGTDeakuOBpvClYvznuLK6ERYGcZU3qx4G32xsxByN7Fkxc/JMFEU264Bex5+N7VprxY2fvVyFIwyHl1TqJxMhMKcuiZPmsE6+6sYZPZd5Qj42S38r8yxgRtEwdRuxDgSHRwIWBf+vbwfcb8B7anQq31bUAG+y4tzqbwAPhX9n22eG61/jshiCks3AwCdLoWEhRteDepCcXdawmfve0fPS6x+n55qALIwnY9n54OkG4md0iqJpl+uRs5RoXxrLLWt0MEZQcYj8C5J4tSNU/6k14S6R+gj66XaNeBskY2QA41YUKcxLS0FisG5i5vajUd1i9Iub0u1DKyp6qaqTX1spW+/++CJ81GOdZZDXbbIxek/PhgNJY3Xbqyu0uCuB0mppcIdXLTDez3xTUhg/vSpxpj4Kj4NikvW147IkAcKWhbI/14AAAABaQQDw4ABgANeiYCf/ACiaAAe8pzh8rNEhJniPFljf8z/rSKT61i+bjpDWfVxhO0/T+IGJsnssAZvcKN9qIDIQLNIrp86QqTro4dZ8TMrjwLMZkVVd7kZEtkzmAAABoEEAWjgAGAA16JgJ/wA9+7AB1jI1I/HzNcAhfGoIoCBauQiiWiMhPiH64Pn5qi+hn2EJhXWBFpU4kpM/80qmiK8kmUie399jXHNbWrWtMIyRHTBg980X9//gJiGRCwbRUVIPIoM5oGiaD4mJV+HKULP4r3g3tvtdQOATcfC2zkJt7Lax1KSlFW7hLigMDKRvZAj6Q6c3vUxqEfbcKLaZBOLHIkrrfMfM8b4aZ3tAR8eBge6swRMJacSsG9bpQkKpNYtCkhGRjMoHLLU6WjF4bVv1X5SX+2qAaY02Xyxpf4d9qPvsv2cEaGtWi4RGZQuArqWUMmgXjxvxVUmgplddHCGPAMizmNRDTNMA/ZOa9S8732yG6Bl3b/CPKx/W7XBvBulDTNcrJJudwUrWjmVS9a73uysjmmnRVLztwAN2H5ni8Tnu8r4vvOz4YyDRtEIS/ogqBMHDCW4Tht9vbGcP4x1coeb25Oatzjdk1ymG0YE776Hkqy/MtXOrpvngV1nwWOeL3Hr2hbigwxNVXlSgHxKh8jrC29oAB4h4WAOcIYWAAAAADkHgAIAA8nJgCf8AAA/4AAAAI0EBk4ACAAPJyYAn/wAC5/OolXLJUoHNtVIW0s80ID5h+WluAAAK1kEA3OAAgADycmAJ/wIvTgDxVlNmhGi5R33QOenjI/gLDAKlBDY/uFNMoDc3iGb+4jIcoSls5vihYiXH53D6BZYq0KHE+8KRzOZjXZ4EV00PhOwteAHT5bI1YmeuPbHpx8G5L1DfT5rlAgC3pVTsZi58dPtEFmsPL7IiBCXO+aaosRsotnH/ppdPy4bguQSRNWRmVpHuNJ8BDOyERaaacKMpOe6LOLiwvTIpSYav2VY6YhCeMbxWUNb9RS6ze43olxhRcrRJmhUoQJXTXdwun9XxD00yJstNHO8jhzuF0dXclXWGmmGYMMsDB7oyhXOgpRqNWpwoMq+9a4QcvgQZnxJ6nR74bwaWwiniG3Pr8Jfh0++6McWs3dlYvjZZ6Ft0HQjCT36FBEOtiWAajE0kNxy1L31ZAdjJdmTtN2SXbONj1Qv9JEeAhfXVE4zw/WB/aRjsbEWLArES1uNyU/59zmcQOsLMCVYAWF0yqj6E5uiwzFCF+YVeFxoRYpOZqyWCOefHE2L3+i0FvK6r7QppEDJSFLjAnDS8Sh4zH7ljOs3jE3zQjdGa8WJXi6aN4YPoJTFSUQEWYYWRBgT5Ncn88p7r8pmygpCVN3fh9dplAidLvVgP26OOgth+3ehkItA+cPV3mDUnabLHuu0od6I9fTyruXnoGk7DLxkv9/evvSuOvdIO2MRMEQYLIWkqL+gJR2N/Z4d8W5DMqE9yEO/I107aVzX41QWd6d7OmTTehsxt/YuI6+A/ZLrc+8CfNiU3XclJbbGoS6zop9d+C2zC9J/fjcwjEzoiIj0xY6YZIcCohHVhTGCex0IIiJrpAkDpMhaUtkEpmKIh1IdKiHVCc2h3qMckMt+UOC15aEaoWegMd2pEYE8wNUk56nSDe3YXeZz9Caz2RCP2Xk3yAwk/tEPxQHLYeLIQAKPKTmaPhCZ9o6WuugNMKHRgWP/Xqs3CZdbIJffqELf3Sp+2NHrPsw05mM5xMI5V8EXLQYpseDZfVbQeFNeeCvTnIUtLWZtwe4c9la8IDs36H4lqA1mcNufco3/xmakQiXakLPwbn35YMH3TfUdidSoBsj2R3STbvHjgbDnYTBVRuCrgt6SvcOTohtyebMQT1gG4IKLohxFPrbOyHsjlDyDm6kePbFT9BcaBgMmulg0J0AGrhMDKSdaA4IjdXPLqQHZ7FwneIUDQ1s/XvvyKpG8N5b0n//xpYYWQpu+dYbo4xq7Edo7mpWJgjz6D6GasBZDkigKAGCf71Twab8fLRhQAQZtWtSDU/6n++JAxB8hUsRS3Avhs9go/dc5vraY2hklYOxGfeyU6RzaCD9dILNWZXHxaQMdPVZwDtftyt9eaA3Zo28/xIbin4yJKlYvS2baAhs0xm+bGAfFnPL9gCUrtQHN6fvp8EngalnstlurAw89Ws3rDz384qBctEToHSYvIMDhUGO3D1YqAcNUJ7h7lIdKo8x+x1WJAb8+f9la0vRa0keFvmo1e2uvoNGTq2LGW8vsY7BNheU6OCW4YRSPH9e+rWnQcYCBf0WVjvzOVnnBCNNMFs9YneLDl2zAFUX/8/XAdk78O1xYR683PIu8aCYDiaRY0AUPE9IIxCyZtJrPWZWvNFlTV7loDwz2LkALebboN/1pSoyMhMEeLevMfh6xKsmQ4tnLm4FfSR1/8vYd2UPuQ2eaDZwSkDsg5Z/uJTIwwmnfc0ToZ2be9NE3sQel8aVic4Qa9o0DoPQHma/ogNk7bY8EOzkF9adT+Nwszio6IXwZUHoU/24PcD07ox6IJQOCoePwKtmWxa914x05rqQzmrN6z4/HYPj6+9YHkAgGFzVEZaaIizWoYzjuxgwU1MjP0zffb2xq3n+E5syi1x11P+Bj4IRZREYFnRH/UyHY64rnwWwopUbdtiJfkhGlbYzZ2CcLErrcnp1GRvIp/90yXXcZUc8j1WKK3XGDGrB43loZOR+EjI4E0nzecsnm8StMzdL/TaQGGakQVpnXrrhqTjg3VV1yMzsbXQjbIDlIKcRG3Z2XdillMjJB9HUcUU/Zxmqq77BtLaKL/N9n96xXUqW6ijIWGibbFJIYEcebCUG93Cg64P508vjdmV9waHO4UXfC5XRRUcssa/kQ4TZOcz+2YGZxjpeU1P49O3scbdnCpKhhEMFIKRv/7vI2Q+hQoyeGNmeKp/qN20/0PKppoLWLdKtbmCASt/2Z+AQo2zT7y+LKANEmSdAciYEhI5Ps+7EG2p+hu2C/X3EJwnNzOSjlpFJ7zO9AC3M62c5dFC9+rekaSP9DuyIpknkA0QOkLKtwiUPV9xXodgnmAaacfzwSYTAP1TWBBlkKeDma2lDbLzUZRMvCzGzd0f956tE3j/518IJUy6Cpv3HLvbhBmMb7gofPEzTqfDvkFsFUFIRSfbsrIAl/uhD86S26oktRJ/MVssnaTCHORtA8dPhbx59BFpRovzFjsybHAmMXkKV9qhkSAgACrIl9hqK9fxdSFdedqTX8V8xZjn3pSPtbD5WASwCprHPqgXPrTryi+pzzpMwZOIQnQ0yypzg0iFYB+oNQHVYgTsBN7hJYoVeNL0dnMu9Qj+yTLx7eCH3bqf7ds8UXJwYtxPk97Bnt65eF0q7xegbi+DpgxxSBGWvzwEyiFyyR/a1LopwXX6rn5Fl82eJsZ1bk5LM6JmBlwKlRQT5XIJc8IV8R2q4h1aoK05iavhjAAjMLPNoXJUpEwwhwA7NmD2rZheXzCjKd+sirnO9UTp3kdRqjzOWuWsTHl2zBTfm+3IMhjFdczbKHl/NneQXEvia/do30uaDOBCXq4Txx5hqoTh02FIxecNTNf4zzVSqewKX0aKf6wjfubljo5lsl4LzH45v/xDky+P98f/2gKjMXCk5ALub2CgE++QLLjZSNnOK+GZ7iXhtX9bwWnqeIwexLFECjtbad+ROWpnJUbvvsToF30WvByIzENqtKuDSX9uGi2zd+rXyTm2o/qZYtwZF99+F0gb09pRKxfrNIVIZHgHH7R6yziazrpzVhG5ddLvsBC5Gff7wBUf0tgn/cdyLKdt6oN5jKw3TMmGmVLQhzSGsgjkIhUXR5lSOa6zmOmB91oV+Y+rElt8J96shnSMNNYFO+YRynwkrbglCg0yyRYmOWh+XXIZZbmZ3WwBr4ldZOf3QoIGO8MhL57wzqE9C85zdrcRp/s3WHW5QWjKNNb2pLw2GiG9zp32+etYvuXA9HDDhZB31X3t3wCVd6F/Q5JosqJwPjSKRHgjzghIzQB27e7wq6COM1Br263gGoh1OFsc0o41bj9kaKxPe7WoDR3CdApQYrBGH2cXeYaux7yQmbIYrlN7MVB7uUkqalFzixxafM/s7gWPl92+QnLLv8tIL6dfwqwdLvACHzKHrdfsLV6lf3befxdM/svs4YQWycpitsGkyS6sdP5bD0nzm8Zcl9MKbGIoOSo9vckckgG4J9BavH6/aIyDev5z5Q3+OsVZX609dzK+ySkIW42Yp8qLVpwHammjw9tfLXb1JfDRj5arsMP/65NHrPLdqMVn6J8NChub5GFe/QH4JXAUWZxnKGbf3oCUATNtnd2LC0v77DLeF5RkuCMA4VybuY5zNX/bDTqvqalHCZkHh530gqBjMygrBj3lk/tQsRJ3loyRN5RsIuQHx+BfHzzTXROrviLroR+YQ5nYefKcqzICn+AAAABLkEAVTgAIAA8nJgCfwA5R/3VHeOAPrTwAOmTm3eO/xDTTyKOv14YIhTkDgh37UPsiR80PFy+4lf9TVKRWocmcbqr6hU6jgo0aIPIJdg3xKpdfugV1Ij6ZwoyVd+h0e6nzPXDS07sPsQ/lC7NLp20YyyjdOV6ip8DurC8dXxQff7KYeAY01JbgdYfdz/CMaBpsOQkxMxnTwjECzANdJkri6IhGczHsUQqrHaPQ2I1bhHac6cyx4AkvH4EJc/ZNCoxVBwMRm/pqFpJLrMpRXKFvNQ04eH8go8VAvR/r0Ful2dKz4iWcmQFJrx+wG/mBL52go7d1cdkhLTSw2B654DAlXK/i8EWJLziBTP7fQYFoVNVRenpk8DzhHLFduvPUNjh1lePEQ0ZbHPIh641RczAAAAADgHgAKABEvJgBP8AAAXeAAAAEAEB44ACgARLyYAT/wAABd4AAAIJAQDw4ACgARLyYAT/AABNCUHzbJfzl0BNvbYy39EDG1rw3W/nd+twkqUo26Sf2V4AxdXNk70HVqfUN7AuqnDVeqeSMCcZ0+WhEgDOrWm46cI5/+3QemBEb12ZimrHIjbIsEkEk3jdD5JiAzzoJxVqe3hMGbdNAFsZNU7xr+kkknxKxZXLMNH1Ke3MTYNQEzOj5/btkE4pp/xnHh635DbJ/qy33ccWGD1Fmu+kVXBvmDSPkiHzSuST5M7GYihieD/i2989IsLOjxy95wsbIykUMOHjRg45QZFsiuLt5uOeyF8hR5HClxcrmqrynGIiIKxBSZUbGsJyEPFUBOjzp0mfvLSInWxhgfwhSFCVe3gKjNHx2Z9CTa656l4qROudjqrWGTPqzBHTjzefCsByKCIR+tun6nsQ3bR7xorBZfd+y75gjmHZCFnMt4rRjt+b5lsak8ZziPmm3lJCQTV5eq8xR2vMkIT5Q8zf4Yl5LSXohSgraGSnxFFeDmXzvyHcZU65gEm8C9luYovymakrBrK3Nw8ncg0VyJzwl/GEkZhV9mW4hGwXfP0QZKntTRg9NIKGOkGxhTaHyeYo4pQsjcnY0kEuhTJzVIHTZrk87qtyAxqMg37DuSVTKqrJX7NNfNiizf4yeDadRPt8OmjFlLNbqbCNKhTP8kk3dF/rG55kuvdtgVUeSoU06fAAAAXhAQBaOAAoAES8mAE/ADlhNxz5zMf0LMNlkh/kk4beO1cVe33QrLPqpZk4PWgzj1yRXD6jb3NGhE/tEIKYXj8ckRhMwKixpLjv6ink6vsbR9NTIf8Mrno7GqGlX0fMh0EQ88s+jbrOCte1yuBtvi81dfk0XWi4Gy8eQbg0Dn3qKO4er54qTlS8/HTwq7pBs0CmaujkKBBhF2Tr01xGsJSVARw/RX5Of8ApJPVyBLsVt7DJOuL9tGirwWHAbLR3sxMEd1/w5LOLwq3C759l6PyHTM8zX0zsbjxvHqhKurHKpLr8K4Kw8mux0q9dIkscr+U07I5zmNfyj0ejeXAQXo6MwEw1Tf46RffaTuFlSwegEfx04opgIL/jdQArS9QL8P4MhYisEI4EoMg/1HagzOZTEcEi3PCDyrBXfLyv4RXtzFspWPykLOMDN3UQgwnXsSGhXBEDOnlxCj/k0KqmXIWDeh9YTQ31P6kIkORVVurri6iuPj3wshh2ok7hBVyXjdEKM86cXuffxE+Y+IPUh7qmeBoRbINrwyWYV9Chym8//TT9Sf6uj5jysfdABm/l4OvKYVhR9y+Mbb6yhItAva7fOIc5UeE0zTOaDRBJsysfUiaibuhgvZr/YaYM7S2uamdHepstLKinFvUFHS9GMo2v0TK/I9b+jxstfdDl6EmmlKOqfgdQWalXu5CXJhh4xYGsedbVWaoHiOLBqANz2H5+R/PnvK31oqGTfniW1fcbpyVV7D9/YfkeoKDEHFCcds12Jo0dPGFWIeGQphliCPKgr1MXOAvIaULA3noT0y4gerhxky+tj/uBO3lefr6l5ZovVtWm3XO+FA1cLTrcLJYc8Eh6hfwRqAhQyb+TGzBSx5aHchdtnG6a/a7BeB1OOZe4Vt5cE6kA5owKyVhlLRTZBLG54Cr09IlM968hV7lrRUYyW94/vleXifi1xUqN6tCzF7zgQFyssitmWmU/x60DXcxZNJxNRTeJAgHKhe94ENE+EKv3fftGxjGZR5344+Ciz5kx5YjoqZiHJd5f1xOv67xqjXgRKrlcjJ/o9/LiRTg6Mf2jWOJlyfgZCzD6b1Mc6xYbUFAaj0rOyCu5+l5nVMvL2JKwEpVVVvNz1yENlEtRRob01MBHrQu9Bz/c6d9SEAQ6HxacdsdHJbdGPk7iDTNXnUiK/iIOF9axfxP9rSN+OGzKI4nkTmDahENAgcWqrp9DEQ5kpvBB56m4RZw00OprrCD2PEm+Wmhr6b2VTt//j9FJ5trUA1ChDH8/tOD+N/5Qvv+W+nyC0rtrUgYchgbKWXq9SlArVWcVvWqkPRk+FIbUg5J97KhcQ3HXkQgCFlrd9EkJPKAer1ZvXL91v9YzcaGWFC5Uevcc4Ypm54JiK841pIjpNU7pIqCTX1D38BAN26Uc0wd5O5nnr1WN8+Q4nYkXVDfBDOhtv55VSi8CX1/6Ht3k2+qsxYJYVsN6DCe/ahhPlg+9YlKWGcIwGQZBJPv3O4n4Wnum7IFmcQqX0+bN5tIpO3U36bp9f3WV5XsEZB3E1d4XHseufOemRkTrautJXCk9a30CzcdQxy6SS0lB9VSMuCz8tdzR0VYAMymOjzWkJVuVX6aEpjkkG93L6pzR2aKYKapYDqNZDyKFm00Tv4BIHH/dJeH7VA1zzTf8FfOqCrSigOMAO7ddnNZMDah0eVoGYArLcEJJ5fi5lF8LO700reTovgar/Jux5bkY4kJVonnB2Jeo3COto067mZFSt++ltSMhAaM0hjLoQ4d3dfqKLhDCHoiUtqlc77palIsxLotTz42urZDPzq+TfWGxqScul6PLfHKZFhtcR4rUwAaJ6E5tJnx0cdnRQsVgA0y3kuC8sQrC+H2TyEXTqfVpqVtrU+nbIODfTTEE57RGUFnR8emcpBQoFPyDXFSRUeUDWKr0XbHyPhUW631U+0/Go4qpF6ipBywuWWYC0JIxrH0RARXkqpBV6MB0UQbxCUx0mWq43ZRTc9iPIHgAAASuQeAAoAEy8mACJ/8Kn2JLttxshNwfTqhDXOsPFt04nyo9b7KdXHGUk21SJFxo8jjnW7tVB/C5Q0YliRfy9ZHSg4ftxq3+v7x1YGSAE5YHJ15cOzeIltkRJ31PbXEroajB7AsiMus0Wy3mAJJHrYSBgmITh2w2ueR213CTeDbtHcDVybgwyP8p0irlHY+Y1UERaZ9tK+iwWPFRVX5gygv+ohSxww1puRbwO57BjI0Q9mlEBRhtFrpjNGE4lGEjxNzwxmP5jRtXlQjpvMz5SiUY7aJMcbYYvm1qHKIbG1xyY6aUDxJBwKxQDZL5STm8TkZxhPbHDJ/zDSu/tJgb2WScpNgonwybuTk9yOI2bLGSDCXYbVFlLA4ZRXlxHySDJaGrNZMz9AvLWu+CHBY7i39uvpkwqUksx0hptrs4kUheyFs+63uHkieRQMsDF8IVAiGjjrZNpUtplW/J4e7ABYh4pNda7m0v/Gn/Y7kyyE0c+xWYBlpgw+zX4JWaI7yKrwLBR2M7TUIPOqzI5aZfQQ/Q2r3MLskSyQSvaNdode5SvFqHZoNLpy7Y9d4tq96222oe66BvLVV0uXxw3bEEae5K4phdz/uoqKVU5FXdq00xeYxV6mVmsp5EIX0cSFU9+jeb+bikrqlqZkvdmrgURHaCIH2RbnAqvlsVbTDbipYRHvWbFQ0KayrgtrHonI9nuF3UKcvY46Npl6sj567NEs79/1hLuLJX+GIELIESiK+wWhpHkaJvO/f7/qR0sitpd5nTYp2cQLgKvfmjG19jmM3CUrWWDdz7gzVmN8SSx+wL6y8FmdxPY311SPVMdrVOkoGlFjEwwl31c4zSxmFXwIDwJHOV+L1QaKL3CgovTib/4DB4GExQ9MB9S2DSUT9MmyqKIx7fqaJT4RKyzISrDkILFeCecBk6Qoc5ceya7UZbETHec+5yNR0myAqgNq1O4MKRgDeqAzne5WFkcj2b/IR02n9RnM5h2OFs1Nbh3o9RzR6VcYoC/xw0Ep8uRhgc8GcF7gyG0MLnCk2f3AwrrtK2hvAfijguaS9g4tbWSRT2M3Ry6gIRRS/BRvSzWAir7vwhqHgi1gHZA/9gMdCWKEqY3lc4FNk3zXYKdaLgbjYmdntjAHKfyGMRme29Xxvw7bH5RbG+zPcOmEYps39lYpT3wZJmsJdvd0RxL6ve+ep0s7ruZ3oeSMcoxFhCjjbTKnylJw4dsX83rl6fqArt/yFYuNtqhF/1CzHd5gYsad3X0DjQEiki/717nTdSk1q3QHBEl3C36+cNqgsi+XFyN2NAvKX5gnzeM9y8je1sdnrexztPrlLAK8rJMU1eSXmWZmGmJBxKr6ZufgOqi+weFyEgv9TrTbBtNb0sR8cVR5tWX5A98xsb1uBEZDMn2HamuRTAD50kr40rxQ9535+9XjizRYHi1OwDm7Zrr+NOKkf2SZsW6aMu6QQhJ9+LSbS6HAc760kuVOWCA3FlEvZnGLNJkNdFCAp5hMYU3fuBlvSfHmoltQ2m+/ae39gCgbcxyQWvz3qNAj7zeFeq9ywGzpwJDNJTIDDH7EdCIqkWiV8dQU7R30lFYimkmFK0zDndgAAACJtBAeOAAoAEy8mACJ/Ig89E9ZfYCc7a1dqSyqEDvwnSo3qR8nX/n9qnhhhegngfrBAPB6RxcsusgV0vWNNCyPaJCz3okCF81J9Scaz6E2ctp0QqiK2pa+aj3YSs13WN8UpJjp3fmrKVxOeXkH58ERPi5gVtf5OMX67umcFr5jjCCcx5ELF2gocNJcy3rzNmzwPTW39kf6T7iIXETnFPKz30L698UGmRpUXWg+wQfaf59Rh0Eme1agbkEAia9sInSh2d4+R1R6ansntVdF7f3Hx8FYIHIKDK1Ai8WtDlGEs8XvmPUqCWHexZEQk4s81sSlfaiV8p50e2pw2CUZ1hg/9HTNY+s/KJAKTSXiBGUG031DQFfVtM1N30mOt/uwnuRy8WI3iqPgymB0r82uE9KJM3KXtQHLFQgAnnBAnEhbe8iXjgs9jTEKfQ1u480UyKlFZpfq965yOlvHPtvfnauvEdfwCFIjdX2XGb+KAATt25DKHllIEMTilbFQ2h+rmCK6vMN+zxjEZYxW+iyqeR9dMUUULtSr4pTLgmkIhMQz+YwEYt8EVhOPVUCufbqkgTq/mhCzgXFNvuTiDluqfQAvp0lxgPFdieU3DD6VSK6+zLWk7Pn1X8wqf4f0+j3ibiK2hoWXdQ12ZEiuFaXlOb4z87s/tBG7qwNaKM1TLVLAToVF+So7UDwFzmlAAAQQpC88z0B8ljdSeVdheDY83ZmTIIhktqXVKN7p//5UfTuxoZwW25AOGT2E5Geh5km6V3KOwBrh4MsLttnGsQKyfIT7BmacKHysDwaEt6QqdiwGepIhOPh1FEpfiA7nOkAw8yZ6yEfT5ax4+yzTVveWBW76co+bnSMbakN/06Nnk1MW2XJOiYjfpVHYsMyGaVyaLqEvPiSAZ23a7brG1FX7kj3Hlz3sRx3ZyLNpr7lJAv2KvCRdKgwVPNqis4hKXwWKRAMq3cvIwn4JDV6UJAvhE6pbdzJszRLzuFZa6QxTAN/NEbSbtxMqXQheFq6KEgA5T3lWwYRdHS8FfUayNeA8gkEekp/RX91il73YUH2d2KnVBYkJkEAGyk5wse5De7qtNZgy2E3ATWb/ZQt5FqDIsPguIKSPYk9HOCea5iG+RHEQpma3wwkDaTvC+mTo4GgoByrjLYO6+kyA4Sm2PqVAdeToBYt8UvkCN+ttwbGORp0TzRqnOOcPUkQSVWMiFy+2RZak6esP5VUGBt9ZRqamMGNWmbg1bcymEiK8ojeVyqP4NRw01FkOIfldqIlG8lNTQ3oVPDa7HWbpnXUmzMT3EzrYTt28sbxobHitmg+Sf4+sQN/mfjx+B1aldpp7yx8AGO/97G5EFlYLwshtZsjKwBqXLZ/gYH+64z1F9EQxJsdIQPuWZf2ze9Zze8bzrzR/nh+VXfbc3vokgItlq8gA4s/Od5VkHn28MZirsCnXIs+a7QHKrBxMak1meXC/XqSI5soIWtd+6PWpi69oj1BKNlYQ3crMHzTqvRyznxVR+WEHUanB4nQ2FT9lz/cRCm/1ixJAlB0IXB3spjSo1xzelXwPnBdBjlEvaXSIk6HJo7YBa4Q4wzMbpdhRDyzDh2BaefTod59sNCRpLr+H8lYirpfuYw892B+tKRTVHlnZF1gYZw6GmHH1Gyf2zuX9VxvOVwXOxAf7oDFj+dFt4/dLVykBFoTHm6GrVayqMa7vz5GKq5qJZZokSnqP2OVFuAiIj1rsSF4s+PJ/PkmcPFsChXYYGpPPjtXSL+9jqjtiyEt/lbGCzuAWnYbA7W+gybYaN2iIW4P2sRrFR3j2S9SXTwbRKXhXQNTdM/y8v/XaCEgcPNGZJn0P1od3d3lGxtLqPNGfZvkwtZkvWdHyyQ4xIga0YfKFjKuxyF3KSbBiy2+Uw4wXNz+5xT3kdNRzoKS/ryKLfgGYBaa7bFqFL7aNZPVq1saqi1R5CR4XhPHO05/WicTIhkXQHbGWeuvIOo4+WNVU1DSv40EWMj/1+jSeIq4gb8EHZMQhRhifqD163k2a9mO8BU6yVfSD9oOAeqgaQiBDXT3L2ZSK18JYoj8CHhhQoN+fDFgg+ZrBSEtHF+77JPpdUCjvKWBp1ngQuX97cfLGcfQ14/9leotf3FckF49h6HEGaUkrfinAPUmE6jeZpscWeragSomQH93RYmLoWukJSu3ewg8wcRcW8YH/Pd3GHLFloJaM9hL9CDOc42xaGOYTFH+bNv2qdKb9DzR+HX97v+wNDMmnBFhiC91aDIM4C+9BdsSytou097f4k9QSiM8B5M0N/YykwsuKnBtRRjTByzk5JBcWGPtuacm/jSw7DQuEQM8IrSbOY6ER+PiVukQgUQWA+HhJHUsbvBc/E/7d0S/WOiODe/su7g45SvLlMluUVmvlpp0+9ksnAz4/3C+KBQR8FEWwbZCqK8rTIjhaadjraR5NfYFiIYvpcPKnjNMv1i8aZ7bz/0owqJIIlozXXtFfCkSAZZEql00NHu8G9vu3gFH8zgCbTxEchBnz6U1XOZM4bPsWCXo4oDl+VC5Ywaj5q/YHW5hFopEgVG6VIvsg65mgqj+Ne/4e7gIk9CBhBjBi4OoClkItGiCDWrgmVdrG0D0mNk96CYWOtzXgLZzr4fij5WtjQYNwgSQmifD0RVRt4qKoqjAK0TqtN91LXVy7UZVHplGGK1GfHtz9Aymesouy6wcdHS4+nWVhkTINE7Wmw5CF8qy+g8FScDunwlLBWQhIj0DQoTe6AnTo+hF2I3IHVcDLs+WwR8oAJsCIVK4sS7+teHpGWxfpCIKpMQaC/7sORBcwEGj/MjnblKOQRBkFiJ5+7RMPJbMeyKULayK9Sti2q18xur1Cdo4DfAQ2IoW8CgJyv9XrbtdocsPRX063g5U4zvg52Mps3+fxZDw/1tLLdHUk8qY9g8cQzSUW5RfKYd8n2MAAAGa0EA8OAAoAEy8mACJ//IcF6FgIB0bhABrKiKFT9UshDDe3A9bmSxjM4CqbjgtTgShNbVPSrtYSLRXJdNOlv6tWX/TDSIjSta5XM7eFjV1GhtJt5Q+pY3psbzMOCH+Vq4SN1ikPH+iQWUath1OWbaFQA1gE8IVdratVY4M6Q7RJsaeRdvwe9f9Q4m678kvz43R/mh4itow14Ytq7pCoDU5qXeAeIjBn9ripA09ocy2QsTcitrsaqok+JfV7cjn6kUJyFFYjTMD/Y8oB4srj7Er5ucB0x+8yFaPv51pNpfa0iRJ/vv7licf2W8ANql7zKzueG/Rq44T5rZRU+IhL2rwoJkXzmGP+mtRFGy6WcbpEfhbMYOjk9fDpPUTSMxBmAytn253fC8TV3fFSv7EFJXteo5IxNmUm2Oa5BbQQZBPVu2Chxc/MO5jrGx8WOmg4dh+t/nRyEuuZ8MGGnSKVgmiWnQ4qxdEr8YOHca1iOWmH9iJJUgB6GbmvqlRvMmxaM1cpJRXvBXP7I/cutIxiCR05H63W3kkzNPw1hdrJxdFPvQpjHrVYp/Caya5LzBAHiaMHNxgYucUXy7xHEJKxRe+MgTb2au/2277FivLoGNw40eRvysMJoYnPtAH2FNfdMLiM/cG05d9nMwL7yo5SntRcwVd4kGUnNvb9SiIriuQZUEPVd82NuvhLaBXcJd29UeYAbY66pRkpInPVBEZSSNhrOrLTF+tx+BaUemBF0IR8HvEnj7sYztk0q+UuzmyALNrZU1guRxZ5lKpK6KSmmHOcPIPKO6La6Vd9MLi3t67VUEz5pYLSBVEQ3UGqnobOQocpkHreQueGREtZEbSAQmiFuMPk+Pug5rIPww7X2b5ZBLxPTNAbUI2l5lvCqLnJjCE0WzlCa6JsL45kxvKuVqWNDyDw8HRJk2fGJ8ZNfl+R05l3V1g21WJZSu5na/9GKS37SkMZn912ahwey+APeZB94+L//1Jl+Sj21hnCQJDZhmS0y6SVzDGxqmgbDno1vo93HbqOH8uXn7Y236fRCKnwurwXoeUYTIpDUXdiZTMoTJBuBNFDlraKi0FLBOLI4nxv1OIUuvcWUW5Nw4F3TL92hNFv3x6C6dj9cA3cKtdq93HBpGmIr1WSWKs+6oECxZjWFKG/wGLps7Xc8H4DPMOVkMmJispIPtbpPbFeubHpWaUNvnjGIh1d6hb4B/DZxb0/N2JkDNhWeD7BmjtvXIrYSNnk7mGeEjeQ8qYZXgNXRFuY/c06/kD9IFHiYK7N/EQ81B+Pliz5MP6ZC+rP7VoGPE68kS9trm0mvuT4AP3oR4fQ3VQr/PJ//IOhqsNPBDKIBtFO0EBvHsclRRuzgyrLDwxor0uJAAdgix4qC+UX2zAax1z3hVZEt/2+ar2BC9XIfy0OKiJydYC+BHO13KlaehmPzJ0PT1nKGa2cHnz+EWDtWN5hxETAZPNcQu549IQ2DpveGmJCKyuqtxsoXCPov88UBGlQ8p8WK/PZn2uZKtjk1SG6IFmhZSttpxgVirYjh4R63jWspXJ06jkQhn6SWVoaBlz8HXUqPkiRVFpcP285VJYCQ1milfE6dNpod28xMLd22jowQhFGpQtY9t0Z0m+u3YIJptPrx0O0loejq3za7ntYM6miFGc3zJ9Qe0a5A4igIbwlEj63yQfX3qmtGjQQR/xtkT/cGZwXt7Ps3PYtXoY8LmPrPWE7NpQu1oxiHium533daHjPwdlWUNa0djN6+68/9KD9Ng/1sL7ewnNRwPv4stT6umSxtx/Na2gr+voWEsSVTEkGPjujpzLblwJOb1ITdGRPu0Gj7QTdqly1DtK4cRsy1AgLgiMjGY4AxKSCn0/Eoa6fG3V/tSGdAws9Ti6A8DSjqRo6Vwp5fibuo6Fl23m66cyJFNIqq4HiJELjo8NL6YNt/MFR2BOK3eM50ZFjw25FNDO2gihA83uSaE4b892300LmrzeK51HBcyzwwt4QAje+u+DtRo7iANOu2Rv7rDs7X+BkMdWFRPw+tkXUX+mEybDLTnPvr2KMS3vj5BE7H9ZHQ5TocjGbKZ51n18F/vafCM1u/oI3j/SN5p0dNgdaTwN+nj5kfKnrLTDu0j60BhQ5CfYY406RlHygexLXl+hUyQZ+fe1dUl/AqgpdNz5lrjzhwOqp0S+5CYwEkeZ34aGCnwAAACCEEAWjgAKABMvJgAif8KvcgE9UnNco4WlLWIKGjbeAws8/U2M6v4YWUUXldxbxthdwRuPXG0f7uWJPaylmjcUaD+55ApDMzbW/U+daSVrUEjrFlLjbdMU7+/Sw0xMNScWyhfJ9QbQkGrPHiau+cBibcfY4fPD5g6zmH027mAdJmcQ4eJZlk1swPvuMFNGBqi/kON6u5z78DlSZjCvb+HTalgKpuVvzxcYeAT2oY5Y8L2g17IwUVo77I9HkQ7MnSmtUfgDcY0lZCAnUPY55DszNUKeORumvoe1ZRn5FOowaNwCtyuxmEyww+J1pzQGmgaZ/V0rbIp4SEgBkQYDmQEm5x4KFNce563HK/GJgqqfuAuo2lVtM/IxjxxpEXYxknN4JX9qcRzZfkTErwY/yTIArxOCtOday4Y5mw5OLOSL4YrgA3taOmfFqaMQalSMlAglDbBm/shcXrnvwERIevMLsvhM2kXFbudR73ppqpxcFSzfzYUuTJyYytRPsOMhRHuKd9V89fx81SEBdqDV1D3Owv0cPCceiZ5BYkjT++sDB9Gwij6lOOF5ubSTjd9sJYzrlHpeW+G406BDPI9sCb45AXnW6fWNQDg2S2Zrf+bcZWgeVpAIADm+B4Z546u7JPwEgBoSddhAyZM0029H/d56kxXPOxMls8NXh6135e4IWE5HCwiUiTfDP4AAAAPAeAAwAFTcmABE/8AAAQ+AAAAEgEBk4ADAAVNyYAETwAAAwGLgAAAAr8BANzgAMABU3JgARP/AAAHNlMPtucI65UEw0DdypypJQvU43Pmj7vouVRziaEZ3nOvVbcDG5aKg87EVtyMX8edRCZ74YpRWzgQ996L/1/a9SEj80ROxcInpe9m4On/u8UUvALim7IHarMGdLbswzRPwN7tp+Veya8QKZjfH9Gv4u4oKtz/le759XoTkUyC/6Zr1OqJgzDLp0KZIHyUujLhzRXSXL1jB08hhe+rRM0N2RTmYDY1AJ6BuR+urZruuWYODYhgWBXrZk68X3wl82ULHrNjb2vFehBPDecBGE7pfjQRGGoZVb4XV3vKkcAsInhYTJ4J+6qIg3agNuFo3OUbOpBe8QjjYIcn0XnpgCR5kHR1I/cEe1lyceTqPD9QlkgeF2FtH9xqcdgN9Td8mUjHB80kd0DexePUkMWStbuP1vs6IqZh4gi2rcv5Q9tdMlalYqEqaEhLXfgsmIA/WDKJoAOlTFya44IyppVJjad68C/6hRunZEFsCtp4tDf6xA2OCd+GRe4ZF6iUYmUhMBBFowsnNAaj5hptE1chRoSYaCXgUvww2bZH/1S4Uun4aKN0e7auEtXziVoIM1m6Rsz8xxKV9g50tBp6UgHEPU+MjAU8ZgeKB/PIh4c4m+DZnmEMXXZvTSY5cr5ayYNZKRWsJBfBtlxAqLaY/9AV44ugr8Uc4EyxBpLPisrACQ8czPbcJ1G6a7/CTNUn+cSgGy0sBKJeJJ9d2BQVQoZipKeJYlMn8lGCESBC6yirDUEgY5mhhL3nMT4KmKc0MFLYz5qlKgJnSj2XMPbCMxsMiK8gVqcFyNNA8CgwU9Veok3qj7TT2y3zi3SEgLoiooDZ7SB+Ii46tbJSXj0G2gKm/eHUI2wARTWLpvDf8T8KLXoLPHyybjgPaCL0+EvNh1lCOANKQ9RH/OwZzCQUHj5xv2SwAAAHMwEAVTgAMABU3JgARP8AFy2e/N8eU2C7/4Mm38oxjoxGR9l8iUdKyCXEGQWXuZHnF8ccW5GVs3729mYX+dC1aypQ8cvvNdFxuUDqNxcvY4XuIpeNAJOpXIXIqcTDbQWgXWzEhJEuM9ekw8I9ey6nw67EsqVvKOfCA1rxOS485Bne7QStw2S15KKcr13cwg96D/XiDl4OEG0iT80a6WdyFm0CdQ4ayV+IWuAJBtiPDDMmrYR5N28DNZNVuVGk1lluFeHo2SaszWRAGwdlmsBGVhG/qg0TAR9XUNqxe8oD4bjQ2xKgyTy2RywxuD1IlByZM1vbaO7lgju74IoeTHOEzkv1tGacrl5pCuJCxrMs5vSkwDxxQhO+Vfwf2DwJlD3AqQjpcLtSy/Mhq0ZP8g07COAAd037Wpki944tgKxF7t47qcMq2unbI5kB6zJlDBypRZ8Sg9tNTqWfmX9puh9M6FwkXCi1xOcncGq7igzo23a8sitXtYbrvBfXSrnmvRAJID5/8gq7rvV8Z5A613JaT5fGlwiUxD02ZTYVcKP1Q61Sa/TgdVXqgb3gdc6hwnia0IgK/IrAWY2rt2a6YZM2/erJwkVHbGvtoE1+U7f70Z58O/MNazFeW8YoVF60pPz/JuipV/kPjGeLgQfStuPXMTFjTh6VzWD6xc5hiys8ZDqGbrmiBlZTQ2co6xMx8Rkf/vLAWSlln5jQxjJG13dmb92y7GyLI+8DWkA4UbL3n4VRjcDcu99nAeHhrzrnhQTLxZsGxGf0+Fq8j/uhJwpAYFARuoNYq/J05hhltGeQpb/eUIDmLEPtVd9cNZH3qdeFI/iYISKry9AVUy3QB9AMfd8JaOc+TAa3iLrMbtpjNv51KHPXKrdKXjGdaM06j+08khtIxCwpEjtPOh5OgVypvHpUOnPpSfxmbsJT0VUsBm7i8OoTdSaPsNyLVkJtBR+Y1U5n/382TFWDKKKhWEYu924aXPOaFs+jirabrMPNyrGb92YkcTOZPxhIESeYDzXqUQWdwTRKEI3oGqxXEBIja/6F5mKTOcVnuwks3bE+N2CcytGKtCxOmEaKfxZsogrhNbocEdDSvOdnmTvUU3EL0Wy3kqyZnPlvfamOJfKO+sVYyxA3T0OmAf552cDh4Pq3aBL3HRs/KZFzyk1E/uRH0pgoQdTyNEhD+3f+K+nFER+N5A0Y6sMIoV1xQXuokOa8TZsmIA+mo310iiEUKn/bOUooqSI/lYxdsGZbN+bEdXTSVq4TUekKyIgLJAz/l5lUvbtwjtlrb8ZrQQOseo2Epv/ge7uB4EJOX/LkxJkW2Nus/Vnc/3/6zZdvHHJ+126eguV8X2kYXMluwXjpUZorIQPWWLJtXePDSt9mfzwTvvqeofOIQBwonbaZXrZYBUwokePgXVyBIIR+Qqja5V95CrpS+eEWKCMo5fw4QNSxzuq1KbtdD7SrE+zoenNOhKOjsom9vfB/YF9omVb48qlBtHbR+E7kz9gKvxDpwI6SWoXb7tMVIl+jgAVv80rpcA9LRafpRzODSAvLjLsjnkoK3KiWnJgrQiqJPHcThi8qg8pspSiIMUbh8VunAOrlvj7w3tHrwjqCoHgHst33iv5a8Pw0lJCz5sz0h25wiDRJhtihgJH58MdpWxJUXfZbDpZjv5AUnZ1AwRSgA6xoV+K3/yfWGUiq6jJoBJejradAGxxs8Wx6KBo49NkAnu/uVM/tDXwN5pUwTtSQO4nNHXYnHKS2SBW3F1aDUs5drsyb/vNNwiqWpUIHmwOIb+v1PG9dpUq3treZ1Hkptd24GTWMahuGuUg6XZDqLQ3P3cA5Iy4s/MYOYaEO+uFNhAv2kJgHlxpwc/NHGjkf2lJ5c2t3yVwohLdqGHLGoAiJQ7Dm/JAnW19JUpMKSU6PCPMgp8FbLsUkHeXCXPsNAjAcpDtuFicnmnLWkN50iUvK+fVZljoeohPPe+vzXwFRkmmXI5V5/pHUWBiEX7cJoBLrP7DgBaBvRHySd3jgox1DH7A4NusuaBGkBqCE2GCNpTUMdgvDooD0/lRQDxY21PqO6gKWnHntIGOEKqFkQkymXzdEqWPr1xwQnGHe4j6Kmd2Dz4i4BuBYwRS1T0kwvcE1ar0mfmcerCbcdI6U6jEXwsYuMudWtURWUlnQdqvfqZzuwv5kAhbLnWQdqp3yqAPyJAhsJLLzqDvgms0TGjylGzV8v/qOCCdM2nEG9bFEhKVHVbwO00teJMUUovrYPFih/5ui7402c9aezakdyfI1KVgZLCFJAACxQa4VlOgSBXI1LNOtNoc8+tWBZphDMrINJMaJaLYlu3indtF4lRZJPE3dBqVzdTt5HbYhA81xy4YLbuyTbE4TXGuURL+HRYxSME91zgHxJ+/ZOWirWW+r4a3iaVN0BXBTJrzK7ZpmOe7ZbKxvS3sMuH0oIFfyoXhafaQLPei5NcAAAAA9QeAAwAFzcmAAl/8AGqSds27rljMKwY5SsXpPtnfvyjFBmSfoDBrzN5uKEnv1PAmB1f98QCJgVvtP0Box4AAAAhFBAZOAAwAFzcmAAl8BYjUAuNtr+hLhghMtpA4wMdwSK2Kg60a9Vl1ic3yQWO32XcYBoR+MBYGE6gYQ52hu5awCXDbzjgOOHMThe36kaCVPZoZAUxCAqqgLrWBLrBvaAPZJiAybwNX6HQ3j1GI2jnfn+2UwG6O3yz7NPx7UKa/cYBwffUJHmmtzB1UL4n3aqMwKdHxOpJVBaUzZb3bFit1tFIIGbSXDAmlFiY/H6yePa5vbcy3SC3OB89VUdZucjPZkF9Luit6oa1tpBbjHIVoM0ZkEpBPymEBFr6xe3HU59hmPES2Gw2HdHlg850wF7tg3tIKS3eoY5bpUfDGaRo1ZG0x31C1iO19+ESyVVM7hNgY/pFg6AGTQJ3BgoFeq4z5o7Cz0qZRO5vGgNta7SNUXQcclEUZKvsBnaDzZOyIFcfM+VDPtu79E3lgCn+/jEX3enrcQg8w+NO+3ixWVNNSY2RxX/2PEHunRi8n+waaaJmFipQ5dqQqWkORMCbyRt3lIpKOl85mYW1NSuWPwDUMCP3J0ISqopMLjMpH0+VNU7IfJJRFz0Zhn6pGBqI4rizr2Opn7Knk52fxxWhL2TEDXYyfAsbY5LpMMOL2CIKA6qc82UAjJBq7Ic3QvKb8/Ranedgwk5Inxi7NgeMBXp8zbATxMB+ZyS6knsGAAuVkOMOmUrgSYdI77YyCEXgPm6q3zAAAEvEEA3OAAwAFzcmAAl/+t5eCIvsA+ArzWssSkLpeO5TXXwBN+wATyEKCOWB7Rl4iJbWHGQ7m//Hz1l0eZcoj32Od/oepUMfAOBsnZaT0alLaM8DkDYL3E7caFvh8u5/TrSR8JdzW4wYMjFxpmDxrxFhvvzARA+PJoByxf6B1SrK9zO4LwDMGMo3bp4R1wgjZLeA17d11eY5t9B81xCbqts4I060jbtjF73U4OgyfHXaTAXc0+2LfovcQzAjoCQW0yw+ZCXYFXALFCA8xt9vTa/FYuUh2RIf9Pp7P1vPwr9BI9dtyDHJcj0DRPKbkEANfjgT+Al/QSd2sarV9ntocME/dz0NhS8hOBwIr65Y6GFafnsIFUZlO+30jyxRQR8aos+91B77dtXE5Go57Ol9Jwa6vf+/fHA+k6aZm/g7FNkRQqVYPhih/elOho3yWzhj7hV3fH1td+9dA1oXDFSwi03GDJbL567t7oJbP7uXcEOX4qb/iOavlIcC3n8CR9zmb2WyoNXSxHYuNgEHeeKSZQypn3CJHQUyRskjgF8TTTIwPeAwwByIfzpqha2VwphrPwD9KBF7JbwaZxgogaxI79bhWEIDg79rl0+rBG38JuYyl9Nlip47jQUdZNTZ40ksPYTdiXTDA7ilEWWtQvF/wiFLnBo9o21vMbwdFKLcCZCUo2n4bM2VN1dGgTVDlblgap1iDI41HOT6MQEd8x4rR2tzyUd1VGoVoJr+BqxWtMTFMlC6xYalRgJltay+rE2/xElrJLDNZqP1pC9/Sxt0CdSXqEd+Namh7s9neITk4HxdHQy9cZivisHX+P4YSilJ4OX+i+m5aq6Gcl30pK3G+o7K/ev3R/QibMG9u5ERljFsFIZGrPANHvxjPi+1iD8o21NkllmfvPxHiuSJ5EKGPOcWGRJLsvOfoFmBIsIWE+nNv2+ym46bfO+WN2tyYNgVA+M3H2dtHnmQBXRpuRSAwLsAjd8BcwTCHAuE/V7tHc7j16+i2z17o7gemIb7g9OpwAkS0U+j13KBlmrsR6cbtVVOHIEhSjc6H3iFevF2eCdTxRhTJy4piI4MLhVqDnkvWuQN5huatuT6oc3PCan0aKGG7UUsv7Mwa1vNXPXmjm0sCwb9VUIkOC+kHwrzkuzlRGCqMFo/GmNkJkGi0QUtBONYnKbwDa57LlYMGNkYChzVcFFswxfZ0uFVPPVBIwGg6dXjfLCERvKTxPtr0E8078SQSdwP4dDCOTEIMg1bOOiKf8NDjg+8JNcDObm+LP4TCm+/zAl+N72dBavrzz52d4larSrLX2tRlk2FePq8x9oCk2boGN42hIJCsawDEPfTqbDe6Ts5oZh9mHAtQ7CAYfmyKrcjdFgcaHJzTSxcY5FsuYuvsXEVn1XXPbQrE1vLEx+yn2ENte0N3z35erherXAOp90QkfDZbZRo4FfikQvdK9MpggxbAZxEA0cIwiSJvy255Z7uH9xw72m6LgqrYbiXkCXQEazHTSwGA4R4aymArutcq2aw6JGxFi2Do/fQM5XSvszyiPocE5UrMI5iPTKv+x1xHiSB2tdeJIf2whIxY8FJz6+GgkrEeCvv0VkvYWD9W/X5AejVsnBXxB4AAADF9BAFU4ADAAXNyYACX/qn51PSGgV0uXLZDgJGVAZH7mo7AnRphevY5fnCWr8t12R2I3Zsb7q1bx3hsL2ab63L91ViMcPbK6dl/yWAxmMn3mnPKjR8kUooSZRgxD0hHGVmsCirKegD9ks7ql4shUJUIdtDvIbCj9/SbSrQ4SzPZhpsUKeAZvU0Epqgjkijm/Qzpvh7MesSAyuOCyfqiGV11+3OiZKG+5rQ23IbMq/kMDlqvSSpD6nwbc6B6okdeG6CHTlbRO23NkX4acHIEr+grc3JTjEbmrfkAGfDOHXxfORLnaBEzkv6c/yFjuuMfF730xAE3QdsnnmFeIhD2+R8lJ/k+RudiQAxGjefJKx65Pdr++3hxw3pG5eaBAPVdK7gq5DwPr+VbwKuHX41QnUnmMjtDfhpwe7C2aKhH9EV0uSYUJmBrmWmXZgYLoGNo7hIwsRSuVHRrFUcV7nB5BlWt1G2hKmkyMMfITL684Vh3AoRy5ui6habcrm3TY2oEBfyi0JSAb9TB3pwhfpSEhaARsSio+8FQxbmO6NDnk7tO6wUMR68LcaXtCBFIBsOx6FiTG/vGSgL55sSnVX2j2KnnkyuFQDS0Q/ZmCh7mYSgtilcgRIOaZPzp8KRbSxTu/qS4H3bwQ5SCTHI6S6jmod48//AgNJ2LGuE1wrfLPRI7mTwBIGTQeWuVZyUwyE0HW7WadlFEgTfrRBC/HETEVXNa3WXn6WyegwNtSlCCSVcs3WXMTLueS5KIMxN+Ndee05gafDx6CtF6D/5t/AolwQOmbPkWV3ze2BHGtJSlVAi9468b1OalN9KcDewEypvYg2nlUcjNOT8AL0MJHsDYUf1YNyBzvjgcOrHloQ+vTqB08y3MCNMzzAuKjSmTNV4UcGZq7H4YNJwUFiFoMMjSkxN1npteCzN6Gn50lAqk/XY6g6QM2z8dOwu/hyoKBVs24ukJ43BhRE41G0qLTuTvaYFVBwyGkBPsxZTNWKFbEdHFnRTRmUTONnuF4IMJDhVduZUv1b0/3ohf9E8llFWvYA/xzuSuGf0W/3GH9bOF6saTbhiTxRl5xDynJ2q76EZOSh5EXqhjCMIGE2vEaY+i7lVZJcj54YvlLKUlpuADxPyL6zTvo1E04moNg1VX+3io9DmQAsf7aom/POmhGht72bLTn7xmK8Dk6xcmE3ez7oXjBeo9YEV6IZb6b2OfBSNP7Y3T47AIeRSX1CVxK74JjeHoaN8d4OwLkpNU4yFVG9EHsn72BvvbEBWB3D9nFenMA764mJeQtzsXCHkbeZOFPYEk8+9O3mOrx/mkAl9LiguviqTx7x/2tk5dgCbh3X0pxQ8OybXe/srfDh9UzQN1VLtNxTUBqgAdfl06imluXuXzXgZcm8vw8mwlb6caSWPtZCxFYOyqufeOUyMXU+l6QxepGqgddLPwEwaYz97HNhcuwH9zjh8+zCKGJ776A3dSIW5LZksIA2xDHrEzQI0iXCWNpMQjDIQeOPEhs0kVFNjuXlMr78dF5T3WMZFO2bTW9d22Jz53RZFOC6x7nM+YQjO6MqWV4IGQO7WxxOEHk+OnMj7xJbIt+64nAsiUedkLDdP7J6vK45YTVxMJp2IkmTreX7Ka+FXuf52op85hBiDhD+ki1aD8+0mfCaMil5g181qB5GVvpTqd3Uy7L/UbKrXwYKTe9eRU3MP+v+HE1WDt4F5NqTRAmhOUKk9N3j3/HL1oz7oTrSKSub+6L+eMehr24QQxTtFHs8X16DyAFfq1DsHO8qYu2JCryw0L012mHFwi2ikbR8v37HqeoVlIfNZWnlq7Qax/nLCfWUKyNPh+TJkZZ975fcDhoh3UYNVicsrpj68LXZv90DFduFw6lWZ73uehiGgfBU279g3OVzd95zDRi8txHyJZbV/FNKdysyt/MsN+iqqj70HHawDfqZYKa1Bznwd1NY1zmqCtQM8lMTCozjrAyVNfXtNUGV+z1IceB6B8+CX7h7wHZSvLaxLw6xL1W+o8vYINFC8sme7HFbdIiLunuPjnrR0zv6mt7YqGfITMFDcEZDcSETgZME+WCJM9zzPjRpd0AcFTMeyljmr7ov4/h4dw3gnAfxVBhiMuiFX9wHv/jLbap11xqAAVAUWVDbrZ6UGK7EVwz95zpRxorFzfYU3S2tXzG9rqLn+DQVz0OinoIplc+hfDVAI8ThriGrGBtzgDwmvRgNxV3QvAHVQE6R79LW+acpzQxNGcMzfTGlN1MZUa7u/ojhX1rIYVwu82IZ+HIRBBZe7v8J3mizGWIH3jwo3I36ke6H021erdIBgc5ExY2X98vCbVI55B9/0Hc+UQVcJGp6Svoab1RJuZnXZmdi9QZBqHX7gGJNtqLyB2hl9MJDPcJi4UHqm9eg/mnqHba9fiy82jvlVQuEDybFwHCM9YxfQSUh45XrLVlaHo0F6q3iWokau16Hg8Yliip+Ypw1s3H+fatGOlV01+0ags7awm6CglxxLhUqc5zldSYh6vq/f69mYHz6sqwNKczTXSTt30X4SKzEYvTFIuB77DdEM8ivC8aAiyZwimmpVICDAZLqfZwcnFbwrJwO4e9RN23Hkv7FbfQjPgWWsMnKF0H99m6ed+nbhevn7oWv5d2yAEYkXdjcALxqySh+c6yS+wMUxiciT8heFP5hZ7sbouxNHEVKrvLJWiwbcztlUepnwHUyKSfcU8bcMK/7lW9Sp8ESqTTdEcJ4qzCfsuR6D3Iw6cHwpPVhX55x8muJ7vxQZTUHwvhDrhYCVA+RamPIeRS7YXkTip1MR4QrbiheEROsyKdoYDG1qhupnEzzSKdzHU4m/k63K+Dd7Cf6tBYjPECiGK0QHD7pG/y4Z7+scCrEmrHauNQnsVhQjD2UtD5BfKAn5+CJmseZXIZ8mGGKCy6YfN6NonF0aIQqMbao3py+MV8MfFtPuo1OsdrH0lYR4TzAC0+go0HhwFUapmYSd5WUhAKJ1tEu/mJnL/MAZxG8EkDG1YcqxVx9j7vyGsrTMFzbZh8dbNYMWX2SBFmP2Kx2XCsOz9kd9SKzBdcCCYaG4SZvP4vadeO+SXRw1xCd7qIqBxmHZAxUltJPnOCEr7V8ElaVTAG0/q3fztsY7nVnzuCpNBr/+3VBGfQtw0brqaOlkU0pv6cfztFhGZaxlhBQ//PCB2VV+bM4cba2xO7dr2xNvUZ5nfXa9D17wo8sSgMSwXw/yl+hgwG1+6we9RzpQg/Okhr8UZnNn6k7r9+IRgUkTjLwMwfYVKknSJia/5bx+2f+cRZPrLgOd05VhOmMFqWbB/+aMn+1MaVZayZBvS5cS5EQE0eyhVhWYRNMYx33lPD9KOwdl2Zkd/tjvfDuBYTkvZbgWPmmHc2mPLntJ/Dg4VevUUq4Fur8MWZsIQWM3I9M7lpTz8RIrQgm5MH0kV60MRV07feOs0+RuQwVU7jqh3WOhVmOhKvui/YQu3XvvwF/aukTO3wWx4unfyGgfO++K7qnsfIEAi1OkHycIOAtSow8CEBebqwOqG7D6MJciLtxI+yHbZxHNVIM5FoomCsSmDZTI15AKbwnwzU6rO7tQHhqtI60N7Dx5tzlcQ/Pl2mLGXEM5fRT/yN/uUGEcmdlC4BA7qu2b6KuQ5yBGZUYf++7okzlw2tc3lIspzI4NUDlp03ZPKBIrC8QufTYEG0vg1Nfv8KdzBC9iAvQUpVVkRtKMZwUbMqcmjQ82s0E2fUr3zk+BG6k+WMHBIEE2NtG8tNhoHGXbYSElvD0MCDiouTilqNcqnJza2IUlNnPh9jqNFGVPkxnzJatyrP2YU1WCN69jP/wS/jM6zuhlHng79YbkTxVNE1fy+ozQWK1AMusjLHL+gDfIPqYSZFgKS6MaOkmTmOcFlANmGjvOmM7QiipnujhN1DDGVe7KyZFPBj1N2FzjEwu92jzQp0AeQga4ANoiOtb4QQ76FlVBljS3uQ0uCG3KdTyx7wpYEyngMxDrG9bXDhR7K0ZAVZBhQdyyZnL4PG7UQFVa7wPA7nX4j3IKNIFrjU+BQ5rI+kN9zR3DzIX1RqAEIZ8H6aJADdxhYMZ7t608avn4UzW61K/6yAkHSrDU1y6pUjI9ex492kaIKkwahVdRyuSpwThXdlTorkx74QLP9Hmh3gmVxXxliYaQa2urZAqryA/Zm3HBQ+LzS+d1OT1e9ZNQ8n9IukKtNVHH63zl9J74NJtbtuv3UwdwAAAA8B4ADgAZPyYABL/wAADAwAAAAQAQHjgAOABk/JgAEvAAAMDAAAAswBAPDgAOABk/JgAEv/AACdT7cE5vd0s/YmD+rbirqNMx6/RYvivxskY0XhkZdxQWjo7KtXxmtHhcsHzio3FjdaenVCoAR65JaTfdqQ8E5qOeIGO96tZ+nT/AjmskMc/5B1zjva9hCRetyfnqdIJHvTzivZ61RNP1EDU9Dakcsd6RKU/+BEjugj0IW8yZPMQNnI6HMhuJdXJ9eFtLjgouvh9XzacIL/RVRaKzv+lfiPy3XziL5SAocDnnhQaxFW9SzlAB8t5x/zjDPCD6DWqj7QB8HGphlIpsIjyjHFjkNRiXqHSJVJDhEY4i+ZnMqeHPco0oegjEVEPjO1m2PEwzpz8oZjxOAcVuGY6jB9sNn0NEVXVsM50SYA7TP0Lc9Du2mlJALExCtYrMjV0MXb+11/1LzDZbTTQe9cX9+6QLsjuvnM4+I7roLm/3v29/+yQDNB3BZ4Z2tt/dMkOjjQJM7NxjefyIcYC6SLd5PMTsAFBiI+ODMWTlGwV2MMZAVadtHiyl4q4ZHcoQx8KWRVm2zNvrgFufQPD5/M7garMJBwsOhbnRUqbq+z3QeD+MvZaLz6TUjYFKg1mhk+3oiuYy2qukCtQFs8kg1lWSmA+Hr5vczrP8O+ZfXfqzXtXMWdD6UmoDNfdy6oqTcDBAHwg6fXCHvDY9gXEM4dEDMjEI2ibJ7JFZdGyvG7newRpOEe0+EkVIbh81g9xGfaEetiKMDZuNyxRrYOJgc6E6aBEVVV3ZgcBopclH/mmJn1nuyq6ZJW2i/+sWEE88eVvRqH4xS9yedVfCrxhU8ak4LtBM8JgXyMehnOE6pbKOFtZrHwkj85SpOfg+Q5ORvUffYSMs4Ee7cs4MqH8ts5bi0o0YgdHfXr/KohE37bpxZsvVRSDImLUUibCwL1uIrkCquoP71C5Nc45BGd2Ohc5gOnh9f6m1+yFSqVkGbPhr49gAAAAlYBAFo4ADgAZPyYABL/AGJWNMWdK8X+qy1AB0qA+hftxt045i8TSRYz0xw6dCPMmu6DVwDffr0dwv9gXVnLlWP9fH24ICcsy1TurKYSLsqFqpn170yOT3y9eCeQP2cfLTXIdzsxtWA4UQPUnsz0DXPm24xmBQKIr4tBTwWYun/Dd2OqP+LVwjUzTx/CXxmzcYa1Y0To/xI70hHDHHUzuibiNXZ/5oQyF0YHPG/y8msoxGu3tkfQb0J5hE9VSfJAruB9amxsXPxJLd6TuDYCvXHR+ECwX5E2WJg8/oZV6uEoKKEdtT6EVicBg6muiL5DRabDfSEd255f19DvS1FORpf16Xg6spKhrZWcqVA+TN7qhW/HlahAEpwLCDyPik/uzkUm6EszGPggkKUGVXWK7RHLmgREobMCN6lzXrKbbuITOjnKTypqvRRhmogV04yOlYBlj3w2Meicl6XaLU/q199gG9QRes4mmEZZfj9J4OMWa7iuvubwjgydVuef95TB87JyqrpG6cfB/feRdnCxl6CQNwh0D2WPHKWWCSsJ/HukKjqtAluqtaWkqBd2lIcZjIw1BNAI9m8CiP0qFosQir1EZDb4jOpx0qAMwNYd2izva/snEGsGe4RIZ5UN1EE0Fe/cC243tAMoUfxvWaVmKF6cTL63kEqZISJ0ChZ4WvdBOzrgiBX+cFZcyM2h84TNzQURZfrRE5j8va1n1s18knSTZFkX5zDCz4t0H/8P4zUidl6l5cc3QzTBAymJydGoph3CQkkb7bdXANwZSUYL1cEp6KXvFyCzAAAASiHgAOABs/JgAEpTkxP/AAB7SWORkbeMQPMCJVe4e3FECCrDIyniK/vQ8y58y7d0Tkny8ecLpekafR21dEe1sYIHJNYM/0bNJfLAAAABJCEB44ADgAbPyYABKU5MTwAEWBGUhCTKBkUz0kTn57ZVNBNpE5buOdciGfKe6fA/OednEwc0lIadNMSRA6jtES6ZskeWMINnwlZGzSfbRPvHiLwqMPMdPykfaHSf7wM1YUUo/hBsPP/r9zdBboqgdtZESxQpzjIgaGXV6vA2FlIfj0zTFaSRe4XzXfQW8jyGmp9IbO+6G6kLQwQZtd558QgPSPQ4plM3i9jVPlMG1orP7nFVZICkhu1poId9i2eQijyKQDCWbvwtBBWOqyrkfgI+Sxb5ciVoI/L0vFs6Zff/hRq08PT9GWQkvIgCLUl6gC1ZN7e2fi47vFiIMX4R/y7aeamGBfApxaRgYXDlR4m6oXWHFVkBTkFxdOpyMOV2S5s0UnAAAASUIQDw4ADgAbPyYABKU5MT/wAOY9QLXp2uiFcXMa9+f69pYugwP8AfUuAhc9wW9DEB8D1cfhb0yF5245KKw7EZaLIMO3XqBalGSMB7o4CkOonGIedEaupP4Zw/n7zZgSElSy2+y9+2pFXAbwvIPmy8Ruf8il4MPryKudLi1Oq9RcoA/DOchcKF/Yxa7iEegZwQt/HKV2r7pzT6XSU9jcWhU6cxOmsJ4Uvxx3iw7zub38f+1CJOB296U4dBEHCVcoSDkhlH4aLZ/V/+DoT2/PY6ILZQ/rGR9NNsAplK3qlzCDQy9ehKT4xBRdynH1sEIH0Z8s8gBXtxdU4bxZnMlp2vGe0LO25O5/62HuFsl2FVpKSWb0ClZT3+QzXVy2+Rybdv1ZpcnUTX8wqE3XXPB39do0/R0AzKl12WbQ3LeUzR5SYmqcXzzf1FBI4/sgEkyh0ZLJIQZ70UABWUTUMnE5TFCNkqAlVUQWptU0RZurpbI5ZwOd362nGiIq89CC8IsOnt68/qXlj6K4IlUgw6k54PChki/0NL7izSISh+5X4F19Ew2GoluCsyMmgHh2TjihVFtxNF9LwJfIOX19+RIq+qAGzDtP29AlvKaqF71Unm+/C6vEsxasOr2kEJx97Y7lnU9cM3vRD531c4JusURH69KVVm0W84GWA3WSKnfEVkXSoHl6Q/zl9Pyy+60UFkWinG0G/NFrbjNnde5C+lfjCqnZpBCBU/CzgmvTyBnHLgsD783orHIP2W4OqWtZY1I249Z++WEGpg1qAlmqKlnMRsRIJSOHwMc0Ayd5pGg4GrguhutbLCqEaawL80aYmjriGOU+PJ2JrEN7hiFAEfsBNrBR3z4WZBJtrunqkPOU6e7H7l2RHBT4baMebLzVSsHMHIB24R6z2aFwA7M1J6k/upBU0F1lqHqHDSgXf2YnMkZ96ZZj1ZINY+zUdz+dNpUhf4dWOgRF1XoHow7C2kJQWadLbllLtETnDKfARLw0vKfkNqlUlxBs8sgTaHnfn9TsMwoUdKlZKy/gfOXZjdLhxPb6fwq3qvFuVdXtDt+TkOvCMOo5BpfIG4cjbnPp8QtvSiDp8HFpjzRWA0ZsGtiaOwl1GFblztaygx4dN6HgBVFfxYRmo/pzfBfiVKO94jKIEzle/dxmt60EGB3b1s+rSPIicR3m1ab26Qbt9XENCWvn4kEQ06+myvKwxjc0JQCDTdSD0rL4Dn65aBGOtKizTBvNLzyjGdGKSWr3AUSH4g+KAgM/+TMAa2PL3hsh8f0zz9xCYf0jwGbWe1hC+AnrNPDGQoOjZ2NNu9GBYw5q1JVFLW7Qay2ycNIUeXTpqca1AUNGERBpdx6fK/vEcrcmeTAnnQtq6j+ztUUPpiBmcn8tvVXxOTGx0otiFuDTuwxJdWxubgHEVuNkahmoUhe5md9OP7+cat6EPXNtvVOpzW1L30H4rnAbBfohEq7aVTWp0FPonH/WeHgxbSXt8da+4+o+1jds+SBztOvdOMSoFyVpufadBjaIHzOzidE9gN12M6HqytRsVptw6AUNrFhT0sRes2CzcAAAM1IQBaOAA4AGz8mAASlOTE/8s7K0+I0/zPxa9mw/8wcuRqLiJnZSuzXp8r1iwWb3GMXOgNbBNz/czoNaRL/OKTxKgt+8CepGCX3L4CVPXG5KOJvg+ut089cCFJNbAZha7xd9ft9+ODcskWWSIsq8HO2Ztiz9kryUyqSh74Wj80osQn8fQaLDB4mhteIq4HzfxivPnKCcFEziMdqxA5XQnfF/ikacgYeEAyy/BGCqjPGn/I4sz48NP+qCIPJlxql7xlUi4R6MEH+lnhNB29pjOecoWsP8jF5BEVIrGPHbbUakDV2kIP6cLIb7Xwc/PlPLSj2k2Eh7w1JP3902VRJFyGmxYHCGGghQ/F5eSJgAVhOrpURuo0GcII6tRj5zhlx+YWsZICa3FKAlfk5vDvVdTMvI0Pthk8ettsSQK2N2SSLJ/pPz8GTNZVWS6Td/N+xeOntPjh7FeO24Lasqny3vRCczNEFyV2BZT0lKIbVypepKy2k3PU9S4JSMiG4VDKZ32zr9IBJeIZeq3BfHju4lBsaXpKcOBEPqDtz47Ym13B7Jd8bAuFe9aHMsQ9SE0/vvZgiiAFXA/ciCRdNesd7TsNuqtUcyxr7wRd63jK94kqegnnxuspoTCCdgeeopcwCFN/2DgoA8V+c8xeUxTt42Tp8eSkV1Mp6nk4GF4wyVTlxRiWfVdPe0KaMDg6lTCbI1AzG1lNVL4k15P/E97WqRvHS7fAEhl+T79a7hoSAlzPXhA8tmBq0lnCk7XbsJrp9LvsM1JAYiArnXhuKkXYuMXiNCghPT09Pz/1iDPVairNsjk0xSu9+7e0Dx3pOW96Xc2zzSMKWWfzLEJH6qjVYaASTR6fJ/jeodD7q8UpDtS4LtNUMiXNVrkffiNmuQTGMDpQ4YPq3QhWF7RU2mEFIJbGMzeVbT0Ex216KIUr9ohaDwlrl89J+0H7sn3qG/TQMCYcwNiTEgm3euzBjAMySbI0JPZiahWsC2rmuMSfJdRqLZWRM6NHb+gtmXNL6H5UiWGen9Sds8TBwaE0yalSliJfcxTHUZO7oERqtnR5Ws8ZqArI34cDAL/tupS0G3JZkAYp7FxmHcAAABGiQeABAAHRGiYAAI//XHp57+QpS8sCq7hW0p8cuboVWbUtbpry6/V9VGzIKCmVNePHxBmgkL9jePPnRDXZTieenWvE5USKqjArShy0Amgwu0W+T3We7rLyU8HTf+P7cU2Us3LGGi2hU4vtc4S/+yaxI04NY06OcjnsB+W39nOmqAk2ACI91tjfspQni3FW73+iATZQnCebyYvtx9UbXmE589QMMIYbEAxWbY0pOAD21Spc7YSa32PP6bBOMvEsuq1MxUOu/94bAbjgYnWNh42in64Nn/jb0gB0TjhGHOebh9VImqVmHYN7z6RG9RY8evIplaESyGeGD2JEp9rw5Akn2kjg2ZEbTiJR2LdgxFpLK0x5YL8Wrzmq0gjAGRqPsMkwyPEt3jul8U6SKgqYeQQYrPWKV3ynR0FfhT0iV8Y0kbvqMVLweUYGr4rhWyQbaixRUS/X0VLvihyWaBeIIcfBjPBZoyr+FnYBk8PjZwP4uSYRQX20Vjw7KaWQe4dUFL3+7MRgZuGKErwQNOTtEBWQ3u0RMoY/9RqIJbBt7o7dQA1GFR7/oAVYz9Dx+GW9VXU6WX4V6rH/Oe7qIdv8MnGkDyNGXxD6jxWYmBmgyf7vYd66dUvNeZW43C1T5WJbdrBKgRly9sIaINmHjkd/jZDyM+K2ZTo/xZMjHQAZDpj58iiryxaj/BZMHrBbIRoVJGEqxq007aJRhu10kYP82kMEkNqDEuDFWMgKbIcV/3ZKQKOvHFu4m1cGFw9/sgXczMVfnsd+jG4KWmNWqqEGIdQ6GWqn5MsKdnpb/O1zMWrJ0FTpOAlVgYD7JdwVHHGRTwJv1VfmVf4vH+cXsOSa1PPjIrLf+SBcfkYCSSKQwYYEVY/K8Ixpbm7reHjXpSN7Gfzavr5maQED8EElFweVIwz7Glp5BgHmIQzzYE6ZQeqw7BangPot0/y/A/8Hwv6gy6VDRYspXDPchRYN84F3zMTcRw61/hutR/aDT/89WQTQXlLcsQSTMIcDI4AVHCdORH77635SBWXY7PLVk2MIJsenecEcDGwHk6Yn/nUxIJ829POmGF8odcZ+E7GHygykG5KVEKnQJvOz49gEN1fdC0U4vbhuMHMnntoongoWb3txxKJD644qdZxGEGUdw/S6DxUEdl2T+8udYO4RiO5+thXraml1SfNq8qpCSF6lBDfNOi39u4/W4lUb6H88x0JVyVcg9Hg/X0tgXAgtD43DtdxuUycxS1gnR+1jgGh+s5CwCML9vO5M6IaXBWhYbmcd1FErJjT8PoN6c9CwpDGywgoksAkSx8nnql7ynBDudx8j2Cdm42LLNR/Pc2p8CLd8ucfVisUyd+W+yxTU5yKwxMhZPwD2rFe6CZs4l9SZNsfBZceyDfVlzJ8btDbQ4ZxCn1vnb5y9rVKcDzCyXRsX6Tplkc/lW9PjFQFXaS4sOG0oq5chmq8fuDIygbvKoxPYqlDmL/HN7erItKLVJGmkMVCNj0iU0B2pvkmNFJq9JQXYqgrk0MXwwcru8qWUx8mUa868YxD5ztKaT1Yctwt7F/LrGoVqEQXs+HLgVFJah/BGbS4YaaES1ASUBkP1UJ4sxAVOAdO4dfryGuZcKp+HppyT2BtvSuzRKOgZCycyRXTUYWbEkYG43A6jqeLd2zV4eGq73VhCI4jF9dmCA33ttrnBkhPJ3fx/ILcqcvBGvdhisjiUl47E3bCP3kwsdUEZFHbQgEi1rFjI8WzZ/RX3pzFVErEiF6rq+BhU3RjyaBwRVtin0Ywz8/yEeGTiJ8jZDjzZvLeUUgVEAC9kAsKKZqPat7fcOo1qUlno/epWy+ilg4znAxJebkM5GQHnmhnwjXnUQ3sC5/DZqDmet3ur2K4isZ5vmM0Gt36mOpSOsjiGuExSIBmhNPlMpeQft9VBnL1E9husa+spQnc1zBpR/l+/ZBGvlbz2GEV6QXDiDpNh5YCgr1xz0g08RDg7mSQSBhoA+1a3e2W7eYcql+OOkt37+LqYQp+YcXUbBYvn3xqoUbCjwZnse06X/SVGtvLONKh4PIsoorNClxPvAVsU1LShuXYYgzwXz7Yi8+pGaMUCif0Pgbf0IftlI0JL/DEInXo1PdCdTCWbFQWtiT0ViVl32jDc34dk85Mp1N4bhNpFM6zEsOA/fYjE4Xn4gfmG6SfdrUrGoE+2trVq8m0TpSh5rjhtp+eFCZm+piCF8yDcb8JGohXOJuzRJHH2mBWUeicSCfj9UWO8IValwxxYamDw+1zRajuN43HHuraC6BwTgAEmzP33lDqZw/S8QJ7XIRwQhO9pU7G3Rcqzo6NsVIuB6nImX/DvYZuAvr7Lwl9gnS+XLp4qy5suO9jotp213IUdWc5fUoSf+97mfYOPzLqTzRHxqwiBt5Vq9ZSJks7vMQBDG1v3eXwKmlv43kmVDRGlGJzTgL1nKwsOMseC3bL1LUTWjYJ+3chRwhy0lynFId/LhAhUyC+NOWEf3e8Vl5NG/D0tMBKhorA+lwVbFYr8plJKAhYC9otWKdiOjqshUF5ipIaXY6IECe1XRWNHCtsEugvNe4TG8n2DqyUi5TePMdMa1AQPjlPoqySH3+d6WHkYMiX5hMZEWVayxlj4b50l0RHb3nAVUJGNXx7QfFC6EGVZ24vxB/HoznA8/N6lTxwkaQj64/kH1L4Pu+XK6gP6OAAxNmwKwsSKEq0kxYt4dasjjm41slUP4c7HX+Hdc1Hw2N7Pi0FOa3aCW5Hj7c1DTJLa1ogzFH0+M8mXGqU1JDiL4KB9QuVJQzMkAMOgVyXRddxE6f32yDB0481VDP9NoRxJL9P+KtNeREpWkhydkUVUOYJRiNFibhhBztGnr7UfMknppwLVeNg7yAsqFK1cB5nKCw/GGx0JFZGBZrgmTD9fstuuAVp5Ps1hW5JAuOpSgglu6uQ33YHjuDuCt6/xm5TMSY/0Nj4xl7UsbBVeSTanmf5j1aGQrxUawhc73LU194ctj4AY892nVMICYYdKqV6anC23L8AzFLqoq77l9+D0mzlYXa7OjePfNMWh7vkpgQNi8lCy/O94B7IzcQvcIHZk4REBT03qWtqMexBnSqSelfb0ixFe1uLfaGYwXDydI2z37Mn0I+qk9/DdItHaraTKryLe0eJ3CHR3JN6/3b0TDw99TpB4r8kOj1N5WqREVPrYtQOzvQ6b3pVcUHMJvlF6KLnkajiBzQZKKBzgoQbFLC/KFV/P7SqjjTi2wsFVORbTYe40hD3CJJTE4GJlXYbm0bMm7TI5PKNosqKf+cLSqk9QaSkgLBSSZywYY3mOrhdtbLT39dkFMBu108QCVBn+8kGDG4ps/1FJfkj4h45QLTmHc6Ac/qwgs3u1afJDcv7CDXXC9LTRIhkupKZPXda8IqrnbnPoDssXJWq8gEPkPqmXERyvZQA9bxUOyUILj1gJCrK+iut0mpdAxJ0bYj8cllJ3Fcj2fE8zPchorDm1Uw7TOUMakXBFioXCG/D7aZFLjCscXe+jp4mBGHvkXDvu/lk17/Fmub9fRswxHPoY4to8YZzoaCUQ+uDkAvUuYLaRHaFVx0pcMEy7A9YGsdMhE9hpYL3odfvur5c3fZxXPgm5Cwl1g9jF+HR9n/fGbcsybx43CApEgZDcVx8ajJ17k0TimpSikjSJYCY1+4L79oSgslaImVKjhlFqsnzhrQUWYzONL4FA2ezG6nzrsaFaf+02k0Nr8RzDahPjWioyltF4+uiAJa7LJZ+efN4cvR/o83DDjy8g8ZSYx8olwLRTsQe4G5fowTVZG94TF0YtKajNnOvEu001prgT9j1GI2BihcBLIt6SdlRiK3fpLp5OS/pkHmlakN3T1MwzflUXO71UMWO3T1Ghii672AHf9ILk1iYZ9xbVGlapyVkHLsV3hy5+zrpFeLS3mUruG4fvmiTyWYYpxwe4yVvKciWljH2yYd6hlvjOhXymQu5RbzoNlbi/Bi+JmNmh3qD5c4+rk96x6IgEbxGlC16s97kRPGzliTzBaI+1W28HoEv/r2TNU2gmJr0zLmBvmCnHjGuNAG4Qc6VE/6ctYwu/HiYR9KTNL9mbnaEno4dAvE4m69HJd5sesgndMYSyoV9rMBCl0wczmtA3iC0SDes50QUGOEpp+2jsN7oXnJq3fE9MuCsJeniSaO+z9fH5K8tzXIIUkepWEX0aIy9n9egNxXv2AgVts1y3tv7in1TpFCKRz0pLxFAZKgtSyOn4zZYLYt6L7QkN8WtezBASyoU/Np/ep+WF6wAW6pyqWbGLw/kvS/U/jZ3008XlrZIVQN/mOe6jAiZSOHR2uySCDQbQenIQ4Xg7rcIEs+fkOhUAIBxYkSgzSVOaabN2VSkTtQHI4hSYhPS2JAgWIMsLC2BbbrJHcZZmnw4U+iOACbsiBR1A3SSMQ+98++dGHlpYHTiCOjmhsLgvT/KWEi9zA6g/SNNtbqlpLrTml/oNaXb0Lh9xh+bBlBWyFH1nWcOtIlsfU9B0z53CWiEKKtSX9BqgTdSiYCWGCRxyDdBJDMBPfSt4ncHAlSqok6rel72C2G8IzXJTqfn0w31eUKUCr8P7V8iSSMBDbAzig8R0jb7qnd48vzujD1otx5Jd9MdcT6BffLkw7Fd/huO5HiaLyFPbSJynC1MTomxRgONEq2s8HfBFPbF+taZy5xUXdBfmMkHmDxVTAsT/d0V7spcC0SgQwRcb9m7gg46EZlF5ZFsTbjJggXPkUngYoPzwls/zazvbwPhwpggTgpDMvbhcFId3ePV9qOTQ4qGeDxmt56cO7of3FjRYSUMNG4T3sXCroP28XVZ+EnKEPoFUvN0sBkjsEasPE6mmker0tY7vX1+tmTloE/dodZYQfaQck1NPyylS1lJ8lOaxKx7jqZRScqkEhwBtJAgFlzNa3qG2n74VulQnosuR6zOzVid5eUNL/Zrtj5jWXcfTC/uu+mmFQflI5+Q4riMzp9EsCjQvy0FLiV9AbplBD8FXc2+B/jgJiqev3xMfR4jv0jk4ZRjiP6+Ry18/nbq/yzyn1QiZZo543K2DA5RVUEI6fAI95GFvbTFhhhdvOkfB9/b7Do3ontoCaZKY5KN+jrtb5ulEtz1r4pzj3sd5OC+tX+omAidF9PRwAUYlM56ARRSkwE82dZYZSFpGx6AWDgDe4LT0o3X+Fi0Ix9J22K74JIrq47gQnrS/99ymtk/QBZPuuSc1GHV4XZWDQtPw+6ThibwhQymwvJhwgZQ1HHxrK8qai90iAgIcJ4dFn1thJTf88gzdoq/qXJHuZjY3NV4A0DuvmdpAErnsmyPf/BSGA3tOtctb1dxV1UOdCdDi3Tad9Kx9xnfdm51s1NcajhOHGQ43JKNlY4/a4XX2Wn/mJfdbdtH/1HBVmtae6Xyreys+xjP9F053jsCcqqv5RgZaiUKANDfWIu2B3h1xMd1mu4qV0bZIgHtV6+FwIxZIui/bZqmCryph1XXoP0RX/zthDuaLRGa9f3Cja/SX7qyRg5/t4x/GrXdUc0m4CgZaEJjmYru708rGdmwy0EhBifyKvJf1N9w6UyQ8gv654Niaa0/xWYiJzGEmc/s8BnOI1l7bSZOuuNBr5d0H30C307L2YCpFDvRhze0Ffqgr/pUIkqqpygWby3r7nLSD4fWGS7+BIitOHAyn9w5dOcDhKcrgILbvB89qaNPiHd0a+Q4XsMkuOHGyxtBgvDwLdBzqm+L4egI6VZTFc4MiJKZkKcQ5y6lNSa3s79/q5idIYKe+UZUuqu4OmrDxCKQ8TzLKpA4jS2HEf3PzYUjgakVOI4R1xnTmIXY12u8TdHcg4ZxxqfXDOzRmJon3ayGcI/P7ghHqRlCmdPnd79MY9sam/ig9Y4bT3C/fQaJZurQIZAEnKhpaDMRzZu4FcDPXsP/HX1e3wDrVaHw/KvuKoH4cuXyq2dhwfwAjUEFmfidvXkVvD+wMNSnzLLVHZnncPwKmZX5nAO/32KKzEP6yqaacdCnRwRH0PYWSsqFwXOAAAAApQQGTgAQAB0RomAACP//zIABNNQFgJJ8bwljZyWtxP55X47FefwEygjwAAAGdQQDc4AEAAdEaJgAAj//zIXDp0FWV3oXLlDYcqkDoSxOZ6wdyYcILsT/dHKEYgfFMLkK0lpRQjGMGtnwVQP5f1/cRQtIwrE+VM2KRaKct+iQRdzwbOWT3tbUYAjxBSi7u/hN85M3ua3Wy2TqVk7l3lK1Fi5QUg64mWULnDtchQT7SdfPoCvMZ/ZAXcvAQvAIItTwbJBYOGmH4dsfaahfctLCXO8MvpmoIuQw3c9rWBPW2zpROP0712W62dbH14OcAbFqaLPjMGDl2z9Ft0cXgeNrRJwHqRqCwsRB37pzvpEDpKbjzhaWzApoSaYnE7aFjUn0ce/PJobfJilJ3uEz2reiVyFXdRWOyVS5iX1qRvpSevmNhVjqpyfv4KVnRYOCBMgktDqSxSBLnuh26SBKzuYckgBwXzaEaVdUo0y4EsyJGc/GyAgkoHTxBd2re0ICvD+Kv2d5RGeuEg3krBO45pGaJrEvFi4oNFvmsu1zEDOL3E73pQxuNtQqCSUAb5hnOE8MORip6cK3KKbxxytWXmZD+k053lvyJ9/CqA3YAAAK5QQBVOABAAHRGiYAAI//zIn4Ejl+MydBGTdTvG+Vr20EEwvbKuw3sHCH3Smf8L+NyYP69yPLb4h4kaU1oGdgbe/HXV7QIB6SW/GJngRGdD5fsdxh8nHdGDymX/wvrgMWRsJyJmItjR1NWUbpoxl7r9Yzpm09sKG+Hybcee6ec8zm4Ef5Iuact9o9MufWczcXKTNcNNe3dg9CmUTldnSzGD8ZN2RWo6eoWl6y+yZ3tuiV4Fg5Z0wGdsucBwE7UW0hJ0fQHaSsnUPNaNW7MerH7mx9nj6mtAgbWn2XeYUJuUjVQ4AcGRQ2dvZG+ACK78SUJ2RT4MkovOOlcRedpDFsqLl5xrEF9wLWgKze/wGHcCh4u74UT3D2cW2vQQu79iMccrxUHpXAB3s0Ln1ar2uuzvqULW2QyxzauUrlYcNYVR2g9E40zauMZMK4GCh8z6kWCGKMwlLfU0moh7Q2UzJg7YnkiOK4LOliVaW3N3M0mdOoQwdtIOGHIA6j2WXxvvPE1KxR8GLxtHvgVqM35A/mfH+J7C5ydSWfD4G727hfUfV4Tln4nZNlIvZhXgBgoTXPNGCnOhwZeiWI/4ltze2GJeQ8nQYLhykqAq81ef02UaeZ/oDtINp5R5RwzPSzStSvu5I+MRlJLqEFHmwNSMRUJ7SIjwtzGoNX6+iX6gzxak1K6nkhuSbgIfFCRggSV+qwRVh+Kbc+j4mZJPZjhFFn2Or/q1S6X8DPd1rLcMGO2w4fUPISEnKAnyc0aUghKgnG6/iLRhCGzRXySDfA6QOZ8moe0wig/q/OGpYQJg95HyHSWsuABo0IlEy9Qp2ut9uTdaocPCWtwz9pRmrnGxiYJ/u3UDNUZVfSd2t/FIh673G3hoDKCm5Fx2UdfrzCpMubkLpOEln7viWBJ8HPeLbOCtmhjVKYWRkBnwAAAABEB4AEgAfE8mAABH//zIAAReAAAABIBAeOABIAHxPJgAAR/8yAAEXgAAAJdAQDw4AEgAfE8mAABH//zIADnJiSgYXFguuMu3Jv8ep3A3kRrl7CteJ5FvG2uFXidh0ue4SdyxGS+iQMQFd3kpaq4xRDr7ok5JjZJsDVGmfIASRvJmCjB+Mi4xP1i/BGVAeZVo9S/PkO9F1ARIAHTt+JceFWJ0WYMjfz+iIsYw14ZDdpwCh68jtXfJFLmNOVBz0TKrkLOrw2+nWUkqwut5P14Dcdg+1jdk6bPy6DxS5aGn+dcWmTpMWsKdl9Rn/vOryEZeJbgxbm3psff0QftRC2mniPuplm1Bpju6D2ipQcFJz7roIwM741bItEeJ7LcSmfJDRYiC2tqVVuf6LuiDPx8x6blPdpwQZmP/vAxKs+0nUrFSvmifhu5a/rp+DSlOt0G1msUdMex25eI9ct7/iKWbFjU3dERr0BWirjnOzIws9xtgQZxSYGe0oDU8MqsEeJxiFfLsgNb4sAzpcSzMEhLvFoOq9awy9lFQBbbly53O0W5BEnr80QpT+BzYoj7dglxyoCMnbawJe/OZ4wZWiiC6/ra7rWp+kuaJHdaRrZ+Qw3nc0KLD+FXWAVEfwXSYL5toFU+dRlurQLDquv2VF2SNe3UuhPP5Iekqpg0Z1j0W0hjpgCrnqBLYBw2Jv5WiYex/Tfkt0tzU+pRTWCKa1kQgN/foI/ncBgO0pRrB0U3syNMsWNSCU9ikgD3ABDyzUYCYpULeZw2GwdN8pcCXt6NdLcHfroHPJcKDutqTrjyaNlHZ7HM9R8OqR+6M3azUjaGKAF8T4etlHUqM0Xnzjeks5WQqrD5RV7RV24AAAO/AQBaOABIAHxPJgAAR//zIn29TLVCuVUGS9hjbP7AJbrldbsnf/U6LiVZtlbsGiCyCgVTYkHuA8EdE11XlU0oM4YuUwdlhYc3MWL/P3Vc3MdAGrX5xUA0O6a9hQ317z8ZBq6+E6OkSAWtc/bJH7lKraHT0CCgDAbPPu26QnKEQGNzwmjG4yRU86FTjvoFbkSWWLNEjvu+VUXa50A1dpKx6Jss/5zztaf2p2tf+bOL80x+goKWKItsnaszfYaneb9vbba/1JBPGXomixtabHHYmIJCpaj3nSz5FAYt/vBKlGCBycjF9UgIDT+EsUh9ovhAY+WkiH3zMukzgRq6X858LWClN0Q76t8p9Xjli0FU9rcGrLCaVF7cHIW4++M3Vrqc/XLkN35ThtybGlSfFO2L6iSyCt2CLLfsg+NzyLzHzV0m+I+ryDjo1m5jD2grmCxObGrGwkT88qkIkEprpnc23t4Wk+ipOwmRKcCsGhDrW9mteCqoBqgprJFg7VHdzQ9lOZ0pi96c+AsKArnWWxR0B5Q0w5Qt3NkQkr99ubtUq2Kc+udbyKKgylimDJUNQlcl7sMC+bwmkQuk1xiOW1Ii605vkGmVNndEXbEGKPPoxf5MZUUFCGynNh4Hy+tP5/Nc3ZPwb7HMxPHGs+XNXP3Lzsl5JmJIXUU/qoMCjUNCAVx4fxScrBuqZ2nhukaf4wqSTVhfJY0YHlZkMFy6Y+ijd0UdFTOuwe6mvnrm1/PVuWyVJAAofNa9VgDtiaaQG/2p3wrcLg36ScJT/Mm9N7qPNVq/1Z6aCGdiXUlPyNfKad7DFAuGdCAa0GiGG1/d6f5OAeHmwKXMVw1QcfB8HPK30uGRHsG9MpdFJ2RTbH00Gp8X2spNQeh0XeOigvs9QlbRXIp6kO5RJ2oSjBYMK2ALNikiYHZiM1/MkS3wZ6sllOqR5KZYBXvKY0jDzrSDu7FYAqzDyiG7Kt+qGGmzB9+CSfShkefcmu0UASZ+3rqmvhtaICVqPoT74kt4bteOxbjK+RfEu1fYF45rBSECleCuHBxRfZqBwwg2ls4WAJufG886D8MLmNzoj9cnNlaZvMM3Q3x7myuY0OuqNqEBWAzmokT8/1WIzBwxvYZVX2ovUShHQkD9iEkwVdvAjzn7LVIfaD7oGJz9o5yvU5obwMC2EApp4C3XfO3YAGY/UyjWLN81le4TBFaELfc//xMhsEDZBwchwe4HDk8kbna/3LodT/huY509PqCgfn0wt1NnSwkcA7ODv1dw0Ju+XAt7VeAAAAM7QeABIAIRPJgAAI//8yAASzC0KWB/ycHzQJFNX4sVy7oDxAyancqw1aVIvtd2/mlwH1LspYig8Z4xoaKHXXFoJTnWnwIaOK6nIVpX78VoKjMLBKxxr67slVZzoBxn2+zauyQdg9TLpy8sozTE1vSNJNU6i9eBFPim7LDzQqnBoizoJOMcXjmqgDlUGFkSrJGh1Mw1DLCuNuqkre9ouH+a3cWzeAh8+tRc4DU8xdGnca+bZSCu1tsAxwSdnBsUe73FJdDEOBGaT0/e+Fuy1NaBGrtETYDxUzZDiSgy7a43h1gcINfLPAvjigZNgihsCnJLomTtaumBbuRBKOQcpRz1Ufy5bn79o86CMOYZat7yMEf8HQgJr/tg6IX9vEjvmnvA7FDtXrkrvezoY6tN27n3vtLhI2zFfQffF3VU5/9HorsTym3aMH4qv/NL+JLDGABz2RqoFFIudDafv3UOS79CJ0eMwz/AOlklR/xJ5poS8z1dbkTMBeI63UiY9wyk3TcMs/rj9lBtJ3lCC1qBS3pRK1MsAxylFULD0OtPxucN/YIIN7RdU2hd1xa0C14KYNtNc7oXkoH8EXFrFN33fVsrPWPeKLzytCAqlKXGrT4O9PeR2xGqXa1ZPr0V5y8Qga6i64VIn2mkrJNAbfmtE+ldtbBMT4lPQ5cG3pJN/obxviNPuCjl/K06yG8cHUAfbECZ374dxexHD1HdmXV+BvOxMb7CBknHztZjFAXSruTE4ZGoNwK3duDK9169E+mqVBMDngIPBYGX4ZLFWvuopCDMNRU7+BSnqcGdAnPT2+QwEJ7yVaf11XTz9W9wwziAb7MdGI6AsfFWLnr8s87DKO3D+BYSDDV8hwd1Gv04DPbJ0YzjWBntQb19+E3FP+DMKjEu8rvQhwuuy1KL+NDFuRbHZeQHf6TlXeA9mBJWMgEhXZmXPRb8hd05cUgmfHGcsO8KLggb4aAGt8D8IjxX4unxKBlhOfoOjKtiqArlJho8FBf4U7u3RSQw0A/0OHQgpgz54nwcUTuXKwDgKqq6NsWP7EWSm7/uF/sXHV/gwihtQftk1nRamybqhEU7uOzRP8zLcwvnkkeaJkkvIuAAAAQPQQHjgASACETyYAACP//zMtefj12aRc+gD/Bms2pKs2NbfJy4dAi5UZ1l3qz610+wSeQCgdMJh0TZfnqTpQojU6lkpvKqdM5ZimvQNmAQQX+WSaGdERWN3Uicr1QqQ+hpgK9NjzYKybhG3iHSiv953GiKYDOuV7BgX9jIaoF1YF5w+KfxF5sQWw0uoQh1q9vaOU4IFASonjZ8gl84lGZ24gXGrGlhHGvVPW7lhuH9X9yqb5A3XsQNHkFTOty084U6iLy0oYyRZY8Bb3ZzPdqQocDKVlKpwZASw6I4SQQfuNV8XnPutHKCu8ZLER/6bHB6SHlakBXaPYgXHDAQ6k3NmmMm/4S9EFmQ+u1UKnnQaEPJEawsfaF0gapQjOb06cOVJeFh4988z8lYlzGGyvEUN2GooJ66QEhpjzAD39Z5Ru6SX1Kum3je8yOfpxJHU0iopBnIeTK0jHSIj6IEmvWK12K3DrMIHqXHzg0QEgy81W5i6wNeK12CiVCjpuHJUuKxnN/Ovo12V7V9A0zBVJsgOP3pQqHk0mSpmngbcpqHfvIz6KVSDRrniyQChuTck2SOxvriqG11hnopJ8SdWzdgaVgt7OQalS60H3krTwD1FNXtnlfLYrRJwF9OgSPBvN9Ooop7mZqEdZTfPTrcCQ3ZfyUEM6RwAVvpQYPadyQZWovfhPGvySLp9L1HS2/k5KW5WYHOBFQsALnKQ1HRn2K1BROzeeagO0Clmme7/bckPiEdCDyeF6FsPzt3ghw1UzuSkAuyPMnSku/eIpnbgOsL2Tw6MOL+EXxXPQpnlq/mw6PD3Hg+XdCE2HQkhGfVbliv8o9L7TAmt6IF24BSRfdh9+ozLpEFLxVeETp90vk3tRcD1DJ3KvqUup6/+yrZNUEuxoRZABIfunpTp9mKJFiilOjeJYAEk7orFvxMCvmm4JA1Cb/hXS+nSInnk3/xnol9XXq1Xoy57w10GO0mpOWuAhJmLS4+8+0AxgRTInB9c7plFYZqnzO0/XUDMdfEuiL1Y3JmpqSkqKtcKGwBTVa+wmMaS8l71YyL+rH/G4uPW0EAqOWjeVmcjwm0RTt40syGex1misyUsDxe+S3KRBlFPzaJVblnhYei+MoGS7RUcKxPL23eXaN1QPiL+hSqQqIKEJQMUAJMbmDMoxIciDUjjtW92fDst28MFMcmTEB7HZL3Ro0o3NSd0lJ+hI9RBj76/+RL+kEhtC/exUrD0+7s5MBEv62Q0k4crs5HqpjGHAExqe2g9qtqmytagX0of2JLnu3VHcPpHJNMyoZKhcSrtbpMXv934znOqoVZTvz+lqNhOZs7r3O7UFUKJDtVAdVLwdgzVQNUk4GgE7CbldERhMcI6RJIy8eNnZRNUsS2wAAAANxBAPDgASACETyYAACP//MhcYVwGN955JQKk79P+31Tw2QnCxoXXOSJmBzN3sO6m8yr6JiONlhRDaTkkk0XqlKylG6S2/3k0AamK0hKhckTYRMJDpX9xmozIn3RaT5/1h++GGTTzCRxTKMpyiLoIbE41PrkwzvGwTU7GyB08zTOwVudmdYsEDu9GAH2i5YZlmVEnfsrGCiVdzkwBXbr8bmQ/f50QsIP+ts/Xa3fsHn7yHgYJrEAVM2BSeDAuJcOJccbXzcSrNSQ0rR/uoWZWj+J2WsC7pYPgLnlbdrgAAABGUEAWjgASACETyYAACP/8yJ9vUy1Am10Q+nkvQAGbdHdBXgy5c5Ek0ryuN+yn32I5648KvSTAKoGiSx5evDot0MYmZgWog2mpoFHOxXmF2DNLI0wAWVMU7SKQHef1Je9CpdVrpbRpNEHMrs73WMrlVgVuLYLdjS4uP1vYcUeN1/KU0xv/GONE6iX+/V9fXPYqUQ2D8ZWoacttSxScaakE/NOS04ltIIlR8frPPw0wuMCTSVQXU8cnySRhHygxu47KKYDod2VO+rVsTYMgBkFsuC19uSK8+azb607/HPy9seAMGq9kIac7faZ6M1Nca2kZXzQoGN2kq/zF9avIvMfm75gQ0UyzO7DGcx0fLvvtVVn3zSsZIIteggYAAAAFCHgAUACMVyYAABKU5Mf//MgADFwAAADxCEBk4AFAAjFcmAAASlOTH/zIADRJ9oyr0KAzUI4M0V3Vs6tzyGSWl/SpOBSZ1lzq3nHOWdbfdibyRudFwdo22wSVX+GPwUvirKKLuM6kBq/NAtiWGBmCTsCaUPIzw2GWivDwVFQoKola0ZG3ROsEDQlmYGVzTkmibw6B9MRWLWYxNYEyKq3zU25xBRSibHRm+vbEeF47W1M928ph4+ysZrUDi1MPEwQrcxEBMninji1ELvqTEDOur1wzbESL3wH4KUcLI6K+iLSJQlsh/zbUobu3C8aRUtQfgSSAhCSvzfh+8kunfuz9qUEre7RBtcpmMKTJXAfIcFQR2AVLNr9Sumx11dhf/MX5JYbYgvSiYRaUbbwi59u5O2cytfrywdnVwrYd1xazBagVKzo7Ew5hQ7jgIVYdI3YQa+Gn8a5WQ5h/ap697Ij0FQ3nuBsPMCkb0nN6p9bn73eQICcRNsPWGlvOkh+jEAz6ZPOdVujKg3ZQoxGbOoyxNtJOvVkRBr5joy6E1E/qBzm7OvgfZ/NXG+deQNE7D8ib4anOzWt2mcrXjzWYJFz5HwleWluFogDhQK18sexkr2Pi6NCL10a6EJzezUuJMm0ud3ZvldmFH/FGcOJ+57ikOr3CAlin869gnvQxIzVlN9UXZWvdwlOWTBnUJ9IvdKGm8VlV1GiZlKO0UROeNFbC+IJ8JgAoluU+ucPI/SvRQvOe5YNiamLoO7aRxOfwtaKoVx2u3c05mPgHl+mDQXpRvJYHcsJ24S2dZnRhM2LEELKC26UQKceanup9muaGTZ7FpIAsBQnVuiaVlMQSpg45HWOvQwKzvtFY6HJnNXnOz+CTdYCJBDwFoKN8rCojVfM5tW2CRCYIbqjDCt9tpkU+HfMoyJ3V7A/r34C+2ApQnpYBCa+xXi3Tn9ijwTN5dUBWd3JU9sOTBMklVPYY7OTYD95hg5GOgfqynFGtgBqcaAFyc4cgH0H3awWG/9nCq+2CL0YaAZJDQ1a1h9Z0q0OH/SDRq4hRUb4w3GALkGKrHJYbD6EsdoeyaK6naWf3MYso8GC0M0/kvBJow2mBFP7dQ6/cAU0/26LV8l9ILAX+oNgMmZd9fNmUvU3OaMkpQ1xKDj1EuLAkXwxf4SdRhq+OMHc7uvE9qxIPMVw7aALpmISnkdSTIHN0CZu5OCaqHnj4SL0Kr5JPmlovXJ5uuefD3Dz4FGIRN4mAcwYAW2JkzAf3+iapfs+x2gDUSj2lyS8lXwnuinm+qqLiNcgroCsU1YjCjzmtJZ3l2+rNsAAAADLIQDc4AFAAjFcmAAASlOTH//zIXAhQAuqboQn79m+7VPCrlixtbPiDoHTt+945rJE1kYQQg/b/oTF8qYEP6vi/cu0bQ2zPqsrYA5Tw/mELgww4q1V6pq0cpIzm3ePo97uGgpY7bpZlK8d6jgTDvs0/RlnDHZ1R/KZvCe93gf2DcGEnBCBH+z7FhZJ5uvwBnynlSkO/6xa0nbhTgw0liUHlQCj0d4+fzj6tI/TW7dKxtF7yUroCM7e9UkxYWeIRMR6KnxGuyeCQ8gIZZgAAAGJIQBVOABQAIxXJgAAEpTkx//zInMtYbacaFfgR2KBQaMV3oGmqeWZMZTsCnuB2At+qQufeMWuDZUDfUQl7bm6Qd5Th8AZM7qVTThIG+iQ3SBXsu01g7rJyndUuv1hdobbDAwAhDi76Xwe+UPFlWdRlG4PhkyQi9qm3qfXCVWOPXpbll+Vql/uaQcAyvHwRQRsxoOtr2CBEuSh9a8u3Xj6R6x/KfNtdcWz/4XjnEcFp+lIT5cCOrb3dqPNZsnxF3TzKrnTmYTFjXpzS8MzbMEANhi0L7cfsVb7EdKAPGZsdqFteuRJGB/fObDAE7yzSPDldOLaplpjDaGZfIxH2GbAG4SXxFExJ/V3rqVCs+Rcb8Myo1LaJmH6oo40vF6FegdXl/QwBE8MuGpA+5EEWtk9sMEP+yuR8COyoiuEipZ+TXxcqYz7kRMGPILVypIh5IPeK+cd+AU4nmElfxZTWq5ap+EXA1swmJZ18WUXFjvA7dLJS7hGVCVnPLuBbLg0WHaIhTFF83mj3jswAAACcCHgAWACUVZCYAABKU5MX+Omy6zVfYhEp8jvF6SE80XkEqga73AqIK4KWIPaB1myth6WQ4m9ICJxF8NTCMrsCIiCV7H06YsTNG4RSnRt5ESe6Ot7hxtic1OWYo2qsC2+KdPbNCUO2CuLGfXHWvujR9zvP17q9IKDhJMFAFVWK9IqUXBRpEdqYJSYPEb72dGcIW+wQSASuUnLJF5gB9zEf4NyFqlQoPZURV/R/SQ0BcQ0c6S4hFbTBWz+q7m1rITD52/+hBVuuSAMnJ6AyJTFVU5SPDOoOs0DNgT4bSHTqaI5uZ23i15GUT9kYYhIhZPWGcBbCBZHyVCcwn3V22TmS47m6iXcWZ7ZAf1d3XOx/j8ZWeJAtG3p2Vf8Xw4sjeB2ps7otBCf2gi8LE8PF+8Fqwp4ZaFMayUVRUm0bWohadmavqHD709SoW7Kc0xpLQgvd74JIcKxfLgDioP8UiosOE70CUEKPRBQ6+LXHrScHgtHmS7B1AkcsmB0/f6Iir04qJ02bAoAvfAnxFSjlhJ32JhpT1CtDamcXF/suOmAdR6P04OvxG+EHxGbznHTo/ePADJUt5YxsaUaVNo+o0GRreM90AeDPnYfKqcTxCAHUSRemX0EgIIp504OTk3xYivhFpVEiuxQXM1v6CNfnIa7YF2MOKQ3c/t8P+QqbR44u9cm/wbGGxBqLiSEsK56Xi/dQ6DNZJT+qwfgyetf0MXLkT7v6WelqyomYPLzX1UtmnW5IvNNRmmfz6z/QxFlyUtqy9dUAd2SSgrYGAqfX7NrG8fbTm/sgjHcByGK29c9PA3KcnfN10PRFJPQbUZDtVJgywAABVchAeOABYAJRVkJgAAEpTkxf0rPdkQfrfGvsqEUqolyANKMeqP2kVzqTG4JPFGWHGCThGusXL6lYcQQAh7iICLoLLVjLvOTS8SXpn6H/Lxx5HNWBYxhLSDNiv7Vie16/+0Tme4LgHnuN3BA/s7f7njZ0ZHQYkUeDTDBm25Ypa8kGpmqs6buTK7HK2JfBdtve8r+0SW+k0mFAfVTSZtR4S5YTf1/lRBoks/JeDU0Fj/wTpZlaflIbYVT4uG6EYPNtQaBY/vzEQuYcxrVMs7kJju+0f63+dZBbMGLDX3iT1Hooo6oty6/q3IP07inaE88aY0YnEUGr7AR7GUJJ/l5DmTlJwgxUm3hRTaEaI2iPRrxqYu1I8Fn845m9UeBzL2QEqkIQkCBrjdS66nM9cyVPFd9Qu+FDZ6WnciePxEzMbf1yMEJE3YBGKlnASyXLK/BbaXCi+OnLuPq1xWs12eF0lJGEi19O6CG0b6WiDQR8HDnQKXeM3dBHdVUbpTXqXab5CZQrP0M8RVw8NzV3/Kvx43/cVDb3lLNgcDWNCpkQjBpsAvMv0G5WJaaE4tv6izQzpAgkC/TeiNKmNQ1GG2HMA7aw95/5/CYqGbkrL7lzVcOYOw27EIvDrYKehdqjEPe4yWiETz/1QCr+Sjjnh7pFtW7wgcFkYjB1qsDEbIp9hzqwUv8ogSYa1bg5ITvZV/cMmCEHoQj1qzvMlo3jNOXexrgYGmVbyQrvzyHinG4dlkPXciLolrwFEFh+23fYQtTzyMEnnlo2LDJOE9QEWeuzJ39SjFcgoa3T3HjyqchuNpQawJBm2Nhj0WgfuU1CsT4OAweAmLv/+mQzd5z4EORXVPaASMkNYyqe2hpNymuXzRcXVaRYXpAzS79d0mvYEaoPp4W7Wi3GELzTr1fYbdhPW8wfcfrZhGWHC1YZY1VJrYc4XiK7Da2YZB5WklkvWbfmPSQ+ajmWhypQXzh4MIlqZeB/UTLRHWqLsfE1fkt8bnsfWkWJoLwvO52Uy96GXrpPYZ6kTbqcuhp4dhpdNFixFJae8OvuVfWFjWELImKhTiveZGk9PHpeg9naidsP5rkFzhUO+tWpRKdt54mHSnXtJzZv4bdtwQOSf4HhzRHzXCOn+IHHuToqwMFIMEm9tmuavOC45BO0QXmZr4g55DY+qPjYp3VukS6VZs/GSyxKzxkIuzEa998SomQBRQyOnGNPtsZj9Vdxg6LwwvWjwGK2xDJ+DUXGrBKogMICQN2yRk9YBS7OG1WRyjJw4GbasxeaQMQi3Z7MMmE/XXvoSu+fqDb+C4igyQDb3QmnknOPdrEvVOwTITC9LeWiUeCzi0uuoACQbp3+ZwyKG1sYV9603CW4uvZNIYL0l7EXBFadF2oRWTdqO3xZQZ+bVmWpTPMmbdOwH/CK1OGcsQhqBmR6yVKeafSNN1NOi0Q7uIlBYUW/4iA/v8Kyok98m51AcErITZ+Ac91GYOYcz6x7g48cx6zlWFY9G9AKe56LvnetTtZzRE/56a6mGiMHVwMhb7yvu7DA0T58ky0On3X8ma1FdcSJGA0SrZNmPn3LeCm13pZQnEN5/wEh+n6qlJ1B8lsq8YiT1X7r7oJCEl99nr//ZEV/DRieGVt3s16cs5Cn5O80IkIkBhJ0lBDYnFNPOfIX4nejdxyNVSteDV4XvoL+QwSi5unabXr4CwzX89A5gChxbjukMke1a4rtY5EzAPPc8FeICzqVTS63E0W6+Zz7ezRt7lKhO6/asNVyHkSdEnSaMwbaAYarTR55G3MEuerhul5NWBen7PWOw5hbXLukWlCD3IDXSPlgAAAAJchAPDgAWACUVZCYAABKU5MX4cJVybAEN8m7Rp00+I5YoS0lQCnh2T8NGRK6qV7cPCqvcKd8tagtM34bZ39LxwT2YStAkjur+Wp84sEvooJCoNBoGuVJstmzZmzVG+I1tlqkSltnQZ6Fx+5IYeLG2ep0NkoKm+y4IKBoYCI6muXCGip8jXmO9KgldgS+LjovDLuu0gZPJXgAAAApiEAWjgAWACUVZCYAABKU5MX/4cXTFARi6k5hB+isPwo17MywtTgFwiE3OZbOtQvj3L+XpuRwKteRAtNyPWXZhcZLLO5ZNB+NmGvCO1SZUOl4kjD44kSZ0oaGCEicip6NenxR/PljgsJR7/MjrZccKG2yD7SBzGPIRsJAswxDnibD/iu2Kr7x1BJA2RPs+giGX+3G8ONRrS+BXLWCvn+ZzxJgSlmV9gAAABYQeABgAJxVkJgAACL/4eU+bHg89hJQ54r58xRwy3j88Ca1xDNQ6SJteQ5GDlU/jVlL3VQJ4X9im6SKvrDWkg7h8grINLHflzzjmr/PR512akazfXHurCMJgAAAbVBAZOABgAJxVkJgAACL/+OzRinH7FGo+DXHgoudw6o42xpHpNzT67yXktO8tlC+OuF3xhp90+DDZ+iJhZsIE26HTTDUO54sQj/i30ZmppJEk+LJm4Z7+SxVUipefD40ZVcXmqTPtaazCZfXL/uEL8qtXUIEu1pgQ4Z/RECkrN56nPnpzo88u7cow8YifcJUBMGamE0rRAVRaS1wKHr15+JOGFFVWHy/b1SDNvkjxpi8SeUS3WvopwmJ01cWK6tb4ooRebnZI5wICJnzsaMILHTPu7TyzLC8uGzLhMfYIzdFHVYPglNqi4zXv6HF0s/9Gl3tzpapGqlrpJ/YcPoRntX7S/6n4IGjKFwKQ0XjhJznZEak82Msxp6MdkgmU/cZ2Oh2Y5r6XaITDSAzgazQ//Lwa7EuPiy4oD8vrz/Vc5h8hVJhWiiWjyM0wkIT3srxmH7D8lsCRO9JfllPGlgx9VgrE2b5oODfjCJOifhLgPBXE7uH9oTXXMpdY0QZICwM1pmWp02vJNko3sm6tj5GDp0/q4DyKbE1YAPwfNs1tew+K9Gf87TAA+07ipnBcVyLrM6ZQ/zvAAABLdBANzgAYACcVZCYAAAi/9JOTQwR0TqZRFPXyyAl2FP9WUwN+Nl5YVVsjGV4JCh7mcl6SinONN2Bk5qr7BXbs69wuWsyXv+FwgYL8Xt1Y9mRWiFFlRav27uTO6FSbZkB1q7ATA+rr0pAZeuIq61zJDFpjUGp10ysc8aonMvm/Tg78iUDvYpRym0i/PBxAOMEW5X1kMi4ZLCPrIUevvs39t7Ua19rwXR2tRYpkIjimcJxOffvyDh6VwEsEJjw+cALwmkbTuUVXJBIRVIfjUoZDOO90wHdFZsPrjBf008xkMKx7t8U7kwJJutXw6XU1EM+TCivUHFhgZAxBjTLvSq43quRz8/DDK3hT0ct9UML0Wnaj3GYgV85F1FVWplg9G0bowCAuUWUo4m83AlaHnw4as6sQNS28Z29ag1xkNOQI/Fwh7A7jFQp8lPhP+6JCvEiQ5df76JSSR3PRg4Gs11duIACN/NCFTaNJW7OqBYBzqXDe4hNpCNbdw7hCSrqiYpg+iP7JZn5Gg/ka5KGj+uZflC2zA/+vP0x9emROTHTbiKvoIFtEe0LI6Qce/GJdJZeRY7yRNLm3appVW1kMSlRF0D7/45NTyfAP8QVkoOwZK02/Fi07hbyoT+m55tFVtDyY6AgHYehs4K9x0s26db8jrmgII1SJzH+1ESpzE10aO/ekvJjXRit+eQYlBOAuRgHuiUpS2vcmYGUrVo/XOTsUxcd/igyZk5j8sHkDv/OvSqVNkRqkXe7UPPdKz1LINX55mHAq3eeErrMqtC7+FH5M72h4GRGdtY5ANHowF07XTU4yRy6iZYY1tzq0jmKbDyZ+hf1gmlEaWkqOQdWyKMQ3BRMsE5MdaUcUwiX4P23UKawQpS4TdQ5Q9n+pWmLMBTHO/Mc6NYLwgjK7qbTN+2qDpEtU1nKjxWl5P2o7GIhQhoTUSDlJg3B5mvwz5+fyx8xs8Iws0MMYyldAxDmb4I3hrXyqsQTsOnhHhjiorDzDewFP0WbFVgtLzHqGkB0ZXFQcH5mXov1KTu55Ofzs1Ych9RbVzFHUTf1QmHmxStLYZfRQZf/yjOEe9h59i2lGCzX2EgfgjwJlc1PQiAt1whas1fDMapO49O0a8zZZvfZSsKqBy7jblzK1XSLlsauK5BvVf5u/yUMQ8PRLSpLQoBA7bPc1dTIzQ0EtoYV7SIaBPn0PgIAyeXxDrnnXrIqQz4l8qfOv/GrZ6Ryb5mUJg/lIEmc5qV8/6S1w5eCJ8LmHvNhdvHWlOXq0klMS/2kbBzHh+sZLU/UEBOp7K0K0tuqssRpZtaAfpkBRYiPFDtwFPwUZpjOhos3nASiFUnhyLdxgTXHzS/48nxBYSZw2ruiEirMokLDTsxqvnM2XhpKagCXUW+99BPuCJ61qtVKjdfiCttAm9duKKcWwX+ucdVAZ+fHoWARkobBzTSSeeS7E9N0S+H+E9ptKyBsQmQdfwmgM3RAs/GaP7UMdzWVLVloiH+/NYnhbQ2DPFivGDa0UKCdcMrr05o4NHCzrJc2DN9+egjde7w22fz6/uIbYltgOHkzC3QyYm9PiJQgSPLqiboo3eX8Tf36FN9/l5/EFDS5iFqjMA4cZzAAAAAJEEAVTgAYACcVZCYAAAi/4cAHyMThAE9Zz0NKTzxqxOckyWrgAAAABQh4AGgApF8mAAAEpTkxf+HAADQwAAAAE8hAeOABoAKRfJgAABKU5MX/4cAG7sdIDk6Onv/8QHk0jutpLlSwbtswg0UxqCPrR1raS98ZZqmHsECmYS9zskzEbdXRml5pNKaSMerLfd/AAAEwCEA8OABoAKRfJgAABKU5MX/hwlMt22kTUv/KEhiArrosp8lcAW8DTANBw0rzb9vrwHIlqF+tQ46XtzWEO78qa+dhUmncJZGDgfTXdwQB3+1j5TmAZO8/wDzaIeQYFZPI/tz/8QeL6cGHd87tCNVhz+P3EjvfVutTyY9JETkQu4QED5T4fqHkdVhMx4pEkw5UexoCoosMtMzCqjIWkJQ4sH4Qm+XUfDgv+3FUCrAelss9eAtleUpqxyej9pULoQR46WMffNJKXxXyKpdriCnw78OLgLNweC7o90imRxAzS2BpaSqYc3GWnmH2zMyyTWkmoIal1Tr88kNlccDDazkzI25tgWAL5+VfsL42IIzI1daD6OQ4PFHZqyYQX7p1GyAD2kFtIt6E2JPWfi1tJkLDOKGZr5VH4f65OTbnPvloCVCtpt1kX8hGMpLLku2BefktyMEwUgJvEMkfyf9VyN6aDt+DT585EeG+E+xOiBcE7iw4vKoP+99AGrzbY/pxs2cLufR9tSjXZVnAim63nuz2cebanIejq6HiHOHw9T/Q+yTnPvauxO4nXeS4em4s+3Y9ID+F7F/z/luAdWTHWy9KJfuRfLD0ObcjnE7iLDr22bsMAxYg5spsjXUkUyDi02xcOpCxVQepZrpUBW1tZ354cRsAFrjyimOucFmcFBxBCKBIq3pAm6R52G/mdX+vqF9kqPTp6Nq36xDA6WFP84ukn10Y9ipmCAs58NlhfQiLpADivVS6Yj0zELl34r20qUT3ZWpgiUhg3y2/Qhwthk9aPn5fEj11sYJ68M+WPLMd491FKWBPdJjgtxw1ynUUVXhH7I1ibRxaBtRuAvmDEoJwiWy9fnRzkXtrVu4VvRnIy3hApjmTW9I1+qQYn7p9kZShXcjovVEIs7sw7bW1GSu3DemRVLTE5m1ZHFhfKHrF0l0+UGsT5Fl3z4/3+vn9KpPmb3ReuGbIY+qvHE28C8uaVkyHEIspOb97hzWGvzeXcMNLlrm90Q9WL2w1V+b8y7KMV7Y/b4tBenhtN6JJk6zVE6sCsJFewY66GfieFn0a+8q5yLvPJDB9gRbmwCu211pLgJG+nZX+aP1L2aMY38P/1Ntwr11T2q4c5YgjxXKyTAyZQUdlAO/YfjRE8SsyOYiLKW9S5oW5fq8iE/dfm++yTTYhAiajcKC/h1Exp3u/RUEQeWaVVO/j5klQyst4gPHU8wceAkMaxlD1aJ5XOelemVYA7lL9oSq+9Eocm3xB5b8/6S8Q+kFBAp1Zeb4+eB3cNnxwqLkPxh+zXLsLR9Y4zFQNzE7I9yDEOetLJKAnA8Qpi8T3VrrzyqPHPtf4unRL7W+MGAPBCexBhb0EtrS5JPQQp29iCJYwtJVJHVJl2Ve/ExRKXRxCnJKmndfoZO5etI2LMPT5MmgO1kNQH1p+rmV8kDl5RmYLIPh1FtBb2dp8w0cxcMpEbv1AghQX3VbHBokDTSpTWDLm1LyP3BO3ggVtjag3hg+Ybq15TDpscvxvX9JPt11zA+GC7l3ediquu6tyE1drfz0x+b24PHpoKGtvmblVNS+EJ6B1ZgIMj/ssAYYgpvw7zKauEfAqHI6/d/lQXfiQ4rvVLXVmM5gTeAAAAS6IQBaOABoAKRfJgAABKU5MX+HDlsMJM9+7c12r8Z6I15G3+aaa4jkkllvrEmaWZbXBdeIhtTzG6iWsbyYq7xwFdVXB4Uq3v7FJ+4gA/d+9MvrpeeBj5QRMMCnA//7kmFJjkedvenjVKs3vBdy9ajjKxy83En2Q6brYiAreywALC7Bh+3DFeqQzTTJwDpSSutINWrf/Nwuy9XsHJvwKQFihQS1tisFJ33x+0Ok+KLCdPJqpJLovaWpfqGeMRjxbDWiz9cv8nmVeSoAH+BzOoHIA1s3G0ffjMK0fGI+iaca5RbECUEpnlcXMOr5rMesJoW4AxCeQhJ5VzaR6/f/rK51CU+bzorhztlHVbpxCjMscsVjrObUCjgbUtIkTw9r5fM6hwnlGSZ9h17GMoGos2xGQR07nmDHbP4RLbGNYu/y5uVBZBEK4XRyQszyy9sCfFsqh4NwuRBDuB/M4QL1c0Mgz962xKkiizJRxnIHVMCXdyyPcAh36PPosjdUFXRIUaFUzy9FmemCBnzjv8yBgs2RLYy8/oL1X4r/TdWsMW+8rUzwBwes8/Kt/InYdNkXrbj/OA00xrcnYvpHpmq90R3cEJDQxZXbmdmckm3gV3Ahb3PtwPtKS6783xiwo8x7IRMI83qOiC14H+dS8ePK+vFk0csXv6Lx4eTDXcgpyECCyKoehNFqJIHxuJcxwNz4XcGbSPFykmktDKNFySSamZprvv+xvWXOLtXSKCnBE5mL+Di7UpxRrjSFcEVeJwTBaMU4e8GVpj1fbaRNOME3CEEPOOhbDhJeFIue3/pt7AAZl+Y4c94wPlL7ypbwpX6pZUjbtoGPOlIeyzT1JerHKlOc+hnXi2eSPWpkrTRDaYGky2+kGXYFA3l9FJVrMtXVzl86sg32pVctcgwtgMbiH1mxrjyzm92+WBdtLhEWuCmLzb8bMDR4m3GaSV/Z/reRjMzL9Fsqk0TKY0rG5nOQg22m60RtfWYGl6ThdGF0vZPe87pNvgEDWlzaRdNiW/wBVsDQXpX8Dhixagyi3TnD2OiG4/502SbMRK1nVRWGJETBWxLW/yOc0qi+aHW8Oc5NggONU5suxOW9d30vCfDve9Bz767ocOUcsVVg3nZfj7UrnaWfgN4YqhqTUZxm8gdp6bREKE/cCJFj6OhgujIuWP4qWWynR98BR4MWEY+isehzjrQuJF/EulAAyBuz0vov6S0oW4ev6SakJbOPbSUnWaBkUCUKwQUx1+/vr6Qh/H1Tre8XWV8PZeff7AQvz9xk4ptDIWnkEFHY08hlUOTK4SJwC97mZmuse6ZCDWLgedQmHAn3dlLwq+Cf5uxyr0QkGu9xgAEdEVMyTgp02B1m0noA1vevc8Q0Ky2ueHu69iZfXUQu3R244cokLRp2oSQUfFkTuRV1OomihSnL/kwHSUg1vvIV7gFDVQNSUx61fLGz4KRuO2AInyu2KhIAX0JQSbBIcBqgt0Qh6gwm9e3siHH8YZFQasOiDONzD/nwrPIgV9+dU4hgrgaUNC62JUqGJVoS9oSQxUDDla1c3/o0uPh7hzgeMXU6D9ZH+U6ttAqCBWvomhy96gChJg5IafEbjI4JMd/Rg6Ou86Wn8AAAABEB4AHAArF2QmAAAEX/hwACRwAAABQBAZOABwAKxdkJgAABF/+HAADQwAAAAa0BANzgAcACsXZCYAAARf+HAAPPF+MxlNJy3eSZGEBonIVhhLHaqT5UM5Js6qWE5xUjAB9MWxTprCocrsh20MHqz0kl1lzS1sXoHuvWzxYdVB2ki8s2aPPCZk7am7sg4G4mTvLc2uFdWa9rEtfFb2z+gfi1l1attI4UAvHCLWuxG7Rg38t0SwnFVhKstF3GK+5N132Mq4Sq4wrWaQfvzSBcHUrS4lDozoV6v6Jjd7XoRnmUCyEXYIRRnnDg7p5UG5cg3VF4jHFJMxCZj9U6WSFmUJZc49YDVmWxo2Ulbe6oq5OoEtkmtsiP/sz7NZjaGq7wkIa91pRs2RHA2J1rLgf+I1PXpKY1P+U8dPiH0MTzHT/Bu+bihRApmgd0QVIoTctbDi7FPbutFAiuH/+NBbQAwg2Yt4ATLXSpGRuNNDv16IdPgbMKsrmApCxc3roRLcNK++kjcqxHhyIwX3BJg/fdxxcjkZU2WoOx5m8v20BU7nmfjwjrN9uGUT+z+Z2dyJ5vc1sHzQWWIEnFeYacp1s5Is4dj6K+P+bbP8+Zg1IL48PcC9c1DbLVxS2bzsAAAAL7AQBVOABwAKxdkJgAABF/hw5ih0Bpt+G3LS6ZQU+45qHwYzOknWHT+VDM2ifoOGOoLGsmm9oGCldDYYZ72pp8otUC1fZmTyeORKZnKk8Ea+L80+vs49nednu3k6W4IrP3tCaa+3OHzTf5Xt+bLBJZeU/mWAAEoRXGTXk1Nc67nsKNuEtZDSyMzJuhR289A14X4IG8azLNqkoFT95LJ2BFGE26p3Ejb9QhhHWRGI1LscufmRKapfOQ8lJRlJkmbsUu6zL11nr0IequLLCgvoPpTYH/ylQGFxrTsSm6uZF65bjOxiJROvEukUy9egts8dcHUoIBElEZ0EyQSOWdPJID4zTmtxTrKr1RYv7ac3oeMWLDiiVwlQs3BAnaFhdNkY/js5A/8vMRRqYFk5JleZC5cnVx6CKWe8oml4u7oHjbSBElrShNZy7BUm1BqKpwXskTxoEnKVqwDCuPaHnIeUraaGck1vzHvDrIGLm8MldzEPpLt4J6WObiMWY4t5a7awjXOe9sYl4AmveImUtnWKV3QTGvi1gSi+eDfSITWgTP6dNCBrYymQSVhkACQI1RgSepnvhflunHSAhgJKti5jBOryJdA/c5AH3SaoyfyMie6uPS8Bqr6musFZokDmkNTWsWHt7p2XwYaYsoCt17o0EhiCqbowTyibTgcAUEqA4/qj4yJ0qENVb4kTsE9B5QyY31Ow0fcszSPVOI3vYool0+mIjMF3IY06Nf2ArI626oljyK8TimQfreZtuQv3hy5D+AyVwIM6MEXaa8O9CVtHkn8/Kw7/Jzb1/SL+61DYajsMcW744hxxas2vX/jFIzOT47LN7XZihptaOeprwkQInlnooTl0asH4bHS7Zjz7qC4vLDU6ityIW/Ky5IEHEPR6IMNOgG9j9OMSp1vQt77Z/quUk+viQGfWR40L0RJD5C/nnUWF3pNjJUmtuS1mCJ+bL0q1Q8v/FCYlvujYbRT3XHZviasSEp2rYYdFWD5KgEfiIVdchNGKATkx/KwAAAABQh4AHAAtF2QmAAAEpTkxf/hwACRwAAAGUhAZOABwALRdkJgAABKU5MX4cACgCKp9v8TXr/Cu1Ia7iGXjKhRO36ZRtUlZbMLuXAT/IfxFxo14D3V2yNQjdiBHoTZBv5KU/IYrgb8vIN2pTXAi7Q3dgalKNKXsnjRvoXtckMJwAAAg0hANzgAcAC0XZCYAAASlOTF/+HCSd6Qo7XUettIp8P/d400cWadtE/cDfODNHRjWs6ITXTM5TX/t008kkERStGvFKnRkfhJo7HnkOBawYgsMzJw+iBbXIyd6/weii7Sdr/jyPgFKPQodnNwZneQU7kmf874VLTgPMCadRPHhu2vDDJCGvCqpQiOYnRXQbwximrsscEIqiYR+SsEuBFhXQAUnBZEEvYmeOv4TQYIsUsBbju8MMt1z3hPaOoYITdv83YVbSu8G9q217S3X28MGknoBCazzArExXg0rAQTVIflIxr+ZzEd6NwDk5Qkf+G+47JEtnW7mbGkTcFOHtzorlkKEvdQZTlWjtCkR1dwcGbWPEi3lMbbdf0JmE5qNd5AIgod5LdLWemPAdys78liJ8VgWofiEIK87MMVPLnorxEyd7pzioZWMAAP8ZNaYTI6aVbsgmTus9BwS2nB6qQgxAqTD93x2FCGU1EOlppprRtuSSoBrGunSsxUcxlsRrNMcMsArZ/sTr61rvXuZkMz4cqS61ujp+Qr+le8kQMcR2wghvQoJGkjoOlqSgBfaK+8z9rjE6PJEnEy6zeHWXhdYl6lcSQVU1DOHlrL30RhqfZ9Q0PkiQClAEv1qjBQG323m1yXCwTKF9DjvFdb+uqYI0V43j0fOi+Yx2V4I2FtAMgoWVAHqcXCZUEHkUMBpwAAAQmIQBVOABwALRdkJgAABKU5MX/SvspZDYZHzRAL2VJ1DToUUKIZ61oxFjZ9RiUuyTb3z9hJDeN+phw/f4f/UbTi+Whx2Qyr/hDPYKF2e37wOHw9JhPvFrZHcqbFCpdLqoV8JhOKtK3usGHkD+FVQTUH7x6cBnP3YBidv03jftwgbUPa4pdZAamupolKLSRQRg8BNdY2MKYp5WyTusi56i1Jj+jUlMJLeEz6oUC8lY0DmuDuLU/drb+Xs7fZxXIYR784uBiQeupmq3jF2AoNJU9a2ndCGLDaI9/fG99RAZtGgoRqkyjgVBko+WT2t9cXplt4x+cEliouCgjZrJO4RYP310F5nPNa6b1uEZx4Tx00N+ingntVG3LUjKwWbhAH03Onji9y2AI2/kNA8EpxbJ6XUCFaSuomlINPd9pyw3d4mZeuAcZ97j4sJGKOxhJ2lxR8DvEWc1Op6THHSlAgCIVJayHESaUt7LR52ah+07sAUwecoT1ZFR/nB2Q5iRf0sFotP6A5arL5o7LKxh/TgooxQcgtw10Le4GIK2Drn7lDd53l/G3Lc8ms8Dx8c3x7XsamF1M7p6rj3sTHpX3eaT/cs0PnxT2oefzNQ4s+90FusZW0jRNOa9CrgCmh4uGiOqB4FL4TR8BrtoE0PrFfqHjXeyuZlR0TeVFsXAhVicFpuE7csVsJ8Su/6O5SDg/o1LhqlHGlLFj+WdI1Y4X+uKY8qkWWwYEDYqgGPI2WdD591pbfARr9F3gNE4Qn5DzwzCjjC8zqe5ve9pubjMPNXHeT8DWhzjD6N4SpHf3jBN4xTcOweBr2G2ULdSKM1ty0mngu6F0fyM36XjzMmsMRhS6FbM0KpodjxDWhs6lBh3VSLjKOps1TikJ8Y/4i4Wd+fONSIr4fN5LhGDlYZB4kloCL7aKtxh8Q9OBBn7S1/p1zlFuqMvg1BGzcmmM/OXzKy4dNTjVhTqXEIs/YZ4q3gF8Ic/rVx7CWxuKcA/HEV1UyrU5NtjQv72P7/znr/aJiScrqc0iZBtqIQVnNIu+w1l/N7PB4TjkeMyX2DSItg9ncmtC2dGFl3asTrswtqtInGXVZ/yOnjLKJtEuq5/P4c+Cc9TBhABFzFd5Au+2xHqcMpLITvP0dvaJf+rOjNei+T2CDiMjnxhueafNzUKBOR1/Lcvpcr4w1U9inbnV5x+fMWYST39hQ9cXxyHES+pC0ckhntmYKVOjGszKaOzdce5uOiNex/h5PNfw5O3DdhUPgBIPdm9ed37NEvGmIoJPBmRDfvBC3MiGPRQMX3F97BNF1CmssCY20Q1OlFR5nYmnDXrIMIdMBsh6CMxvxXN8qVqMQLtCw/1A53+HbJCix0Q658Xp2xLX7P7DROgFTtCC3FldW07h73NlfQvOpygs4jbthpog6ZdMAAAAEgHgAeAC8XZCYAAARf+HAADQwAAAABQBAeOAB4ALxdkJgAABF/+HAADQwAAAAjEBAPDgAeAC8XZCYAAARf+HAAra9U0mU0nLd5SV9let3T4K/PteuULtQweRGyu3P/ews6To7HimwBgAguOXjhZ/VZvOZAxUwogMdNmDZ2HeeGRSHzTUl5gPQ1VVkcjX8iaG9LrH+J3f2QFusDYpnVFXpuFyDU9QDxKwNRY10NK9Y+GWSMDivJ2BEVoOR/TYCftf+9lLQyXwa96/teIKPoMSlI69LdTLXMhShEgImLf687nD3unc6UP5QlzNaXulTwd5ZCOyVPvVG106msLb3YHqnv+4FAE9gseqkykWRXb3pLsZZQ+O5j/Ey/9nTBJI6ci79dt1RIVroZyLflsJPnQDxLqnSEHs3BfyISiQwQMCjLQIvZqwKt7aV0xwbyCDtAOrvqGahl0bLfh7iIJl8ZfohHRz6N3lWUuBYQGmms+9n0/HL6eBQ3iSsrcujOA+yTEL5KKYXBm8NeX8s53hV3xEFO6X6VcRVux/EGhldPbl2ReVnSxDCCGJPP+sgVJzVfUiJMKo5H6VRLZTMI9018+d8C5dnfYWS+anxqnmQNOEqtAhh7LqR4OZ9ipcoq2odXU07kaTTLNKBIdfNSzGkQdpE8sv9lEGF3kG1V4TMAx662bcRjZsO2Lfgtjh3GPDNbLwT1F/Ivo74zUp5Lhy7x2fmKVA/RDR5GovXzMYCNHeHRdJIPc+wqBafSZt3LeVd/5c4O4Ijc2BtoYgL7EA9Gh+0D4tGguhc+vquyruprJdUDAAAAJ2AQBaOAB4ALxdkJgAABF/hw4Yn8AV3CC/zAgCHf3KZltImehUGU1JFfFhX+nIMjVpuSCupJMK7E2ggSyvmX3iR5429wspl3rm1z2hof1kkcPP0lhsDLmt5KsDxW2SnhUiBoWE0B+TLzwseST5gR4MpDPCOHJ4ZKU3wbVMZ3ymkvfBk+kU5vl3D11QxTJhdPMGIcgYd84oua1HY2PHb6uUXscXH1LXibdXADHjQas5P0aH5tKOuqt1bwuiyqUZQwTgA2MK+w6N+ryBCKrDO3i/eo9jdVknXxRxpk6liCJwBviEetuSfzoGMtCGmrt5BArfPwi0+37xxKEUYrIzZfbiRsZF/IpxtHnktiiH8okSNCxiSP6L0RCPDFrXdiqNPBDQ3DCMDJwC26E/uLWCkRckwSFXl8p3WANCnUvqESyJJnCUrjbnPE6VDC5jazwRGVO6pxGbhyfwY1wcXTOQhNXei3esEhh7TA+KZxZ3oE7/j5j2qVm85RmbwZkX8wZcblVEaumCk1isNZb1emuTDed1zFwWf28OSNyfE83skBilv94UHM28U0Agw6xqZ06X7EMlDadLr4YPJ2VQMWblUU/vq+CoD/wft29HrfTOVk9kxrYIo3x3moog+03RrJfvLOfNGvx2CkCsWDIyDJKAV8xR0/BO6Ywl+vaoYA6MNk3eSL+Rsb6rQBHG/HHm6MW4cI9mL8f/S/0HJedUD5q0gBHi7LEuuMwaKM6nYp+3lMAFY0CPosIV8waFaEz7+ESPnc38bNuY8HNDYbHhQFE5PlhscIt5xenktype+JtoHGAr9OAIrIDc+ivuBZNDRtdNuCw3KN55B5fYAAACDkHgAeADEXZCYAAAIR/GtrNWlmh2I/TlVXCphpL/XXLzmrwCP8dELwnXFzCwWiRy+C26lARzxFpUT1BHMK6qzMZu/tabjneQOBjD5VnumepKca8IXUMcsJUlB8Tl4ICUbvUJYbPXPuWLDd1nBLplGO6q7EAUCPgKhqglDLdvLuWuyqdlPFw9WTNcg9ZuvQFij6vK3zSgpMCqUXrrTOC2k0Bi7M/xRSafa0IS44N3SfrggHhWiPKznMBlSv1A1rQV7p8BU3dOCQRyWMT/ZDew4pDbHpWZ/NsC5g/ntZOWnRh9IRG465z68g7tr6Gk+qW/AS9IIJobX3DRo0TCkWH8bdpphM4lrvWWhL1pqQS/RaYX6rM80sHUkz2Bspl/bZUp6YNMo13j0k/m86f4fdUti4uFThm24EMp1vPXmA3T6yWptHmk4y7hvGVWs4EvYHcJnsQ/us9MFdykyV6W0dtd8ck2Zkk7v2WJRi/CEsuJKXkqbZicBfRQPg+rHTGZMqWf8jd0qeCe4mrzsyPDwFpescGAVs61vBBVZqd0plKLkbgTQjVVCiZAK3cHZk+uTWRosUN4wdFG/D+oqgtVN8WY7Rgn+RIeKwhu+kwMHhxoywKtM5FO872mjELREw8brhHbMeCWv4y4WNRYHmbCmG/y0tXoh39xHyhoqd6LsHh1a8u4Rnp2VTushc55ubFSpMAAAAKpQQHjgAeADEXZCYAAAIR/+nCbn7RQO3xrqahkrYTw5Ayl7mkZlyA0uac1iFpY8UNHaJtDtv98AUVQGc84nkMCOkPJuP0LDHkh4gPS8ahPjC1k1YqPxTrvvzlF+sgs0tltpokdg+6o4RRV5PkCBIfsbuEHdXHONi9o6mc86e5NqAqtwiLxNBzPYH0oQ7CEebjdBnH0VOH1CanuxHXq6nXp2JBzBq+OKHn01Z+VFaPUJrv28P7AduXxYVy/9iUnzzwdfkWLL4Vm689IhhqHjPKnp+MB9Y2X7c7jfLkEuefdLaUQE6aA/RdY7khrewBzmS2ydFVV3dKpNvmKRodqCrTU0jdOw0DK6+Gs8UJUcvi/b+YBgikOv7i3gPF71Y3tYXeXNDBNrNzrJL4WGkWyWXdsunkvDxNWggFhF7bRRuUxIvBjcq04ZhURpOXNsKQAG2WEnkmijZWoZmxw5FyVp82dJ5V/3Z3yL1sKm/TR/B8EaIkq5ckO5qr4mljL0T0ZIWN99Y3jYWHcSF1fR6ZoOdroG0o2GPKiG3bt3hXLKgJRAAlpJnANGCKMIMiH83L+iP7NQLna+dpC9Of9y1p7A6y0EzwCMrQVhOi+Xpel2kXC9pLySO7k76drPRXsY73UmWLqEMn87RLdMk5zSat7BHfdNTGxtqcC3yae1uWItB31TPcXJ8PkLSqHOfAm9CMv6Vso1TbNkEL9BaXzegXEHo0ubugTIorZRWQKjXuNzGjnrHH/4DKBEUZ7M+DQYcejDsKi/UR8fSgaM7kJ4b/E4UpCQKyeOIUn8z8F0cdrwB3cU5ixoE7NOhcY0N7qb1UoHtitSfiHt8E4LvMHlGj/3QjDcI24lrYP9gE9quHIURNYAKtAhImaDDXbokUGeQSwdwpAByX41yIfWdfgAAAAR0EA8OAB4AMRdkJgAAAhH/pYvCsQDAOvcEWpg/Qs8lXx4zQbDW3iiPyGL1t6s3u/ZVPdZn/ubkuH7WqRMSd04kLaKso3s+6cAAAAMEEAWjgAeADEXZCYAAAIR//6WADz0KgDHf78XIuurYZ0iPsfPS6idWnUwIbGdtepgAEiOa0Uez0Ow0Oy0ZA0JRiRgnvfGYvq+JK9VnHG61rdTi5EZKiUrd2qLGZd02VpDUPKyJ46Y9Z8GwqAfCa98R7qLpHoPyuvGleU4/BVnMMImFN8lDWZgMb2UDIV3F7FMUGWXUrqHW34ninDvr22uEU8GcY4PIn4tOfr27tZ4xT3K2tWyqC29Vt//LxkK1N090Yjz7FjsWl832PZdWK3DdN8uGG6pXPwOHNklwZHxw6Vc7tHhvKDo+j672f9FqOkjX8muhjLeCZZ4G3N9UeqGmhkpSIu2ZCHyvzTeE7/IRtOAgt8G9tQOYUdtN4O0PmKOj1o0vbcLfsddwZn0tqv7h/PmK5XF53Meeed+b1iD5E647gmM9q21gaFrxyz3MPM1epJs0P525Fm/xz0trTuBa584oqzh9lt6L7zg32/7PraQuvSHcmXJhuTCyUdXLzux1egHxds6oYbOG9P6h+82zpH/xYLrTZRh9fh5PteLyekVq2a8FtFcY0EZtCicId53te14vFqxFChhIYiwLHYYBhhOWTnrNISpF2rwNz4W9X8CQ/HGhSQAgVxzv4ruNJWdofSiiAAiPMAhjATcnweBz7b+r4uv5nk9Dkx1S8UQYgje9hQAMSVeK9s92e3/b/z4fD7uhnU0EgAGn5/KIEiRMAQJIrm9M26ua/gARw5rZSbDQrFRLLRFFA3HAgCwW/mda99ezqJRuuN1c3cuURKkZd1SVYJ60lPO8/yTiRl562dJWvPPLwaXDp2wXaEMftsuEGVWMeEZNKZ9OJrnJ2KHBhKhpNXkLDYJc4TAf8PpIyj+o/gt6WZLxttV8eh80vFY2XvtN0dFzuq+n8S3773hNm5FjLIvhKtWb+eN9xuP1FWuMa8rpbPD6nMNJT8HRatTlKdpIJhhOr+6asqnPs5C5ltj12JXtw/KNj21dneVab0NQ44P+2wOy1b26esnGtC/Y/mZLyrKterGedavda7X2vgYT1rGQBF4m9dzDwZWFU7lzRiWiLI8bb+O5vzFMCHgQllt/UrngvkGlpJLZ2iDkHP+VidJ6YSatnHJ2i43jVfCrZzTv/Mf5FphnzHWT90X0LrLnejJt6bwAT87r+4aRduRsw3Nt3GdRwSRfC8MiFH/rbZ13cipGu9N7sL7PaQr9F113hpbvOp2ST5TYlmUud1NyNczhTXJw671OxZKHBnbLKkcLcWrGyUWajgrsVRIpcoBx1iHZQVmfnN9+BIFRm0jUCfPx1/yy2rfuq2eZdtlWFJLTd9svS4tT93Y+DR4O1xamptVSmiySXJFLJCApy3AEY5Tra/A6/2Hn0/A8P0PKvK7jHIgzu01CSbgMidNWkxMO3t0WUqpnFuJz8Izuc5xxnUA1BrFzsjKethsDgBGjmtdJsVPYMBQSjgRBYQBYLx3qPV/F9XUq8ret1Nc8TSkqrkQvKjLQWFbegdo9aOCcNzmlRFkP7X5AqqUidAV4rzD4deEZ1e6spTDVs4SEWBUjVjpCMNWR9N2eS4wThOUdZ8r7Vznjny4Cdml/D08fVdDew3lh8DFo/sqQH6w/gG7JFK+6zPMUoXsGPD+MN2jIx/gOMpPVeF2rKfTvmvrch7T712O5t/v3nsGKr2YpGdTwpVg9MvHdONtOSvvHZKG8dk3qq8U/ZF3BFzjXN1DAyXtSLxex9a9DvFEszfbUKLD33QX2NJ4p+xwuaiQ8Iv/Q2VLQb9jtO/YXKU+2qalwzfba7iaCvlFMtiuPQeMr3m/zaoa1lg9/oMDSyzdi3ZUl9thc6tdAuY/0cpr2lVoQmBrrlc9FwiXqq3HMK7mesVdSpv+B8ampDYwyJJzskYoI0EKZarLNlTNSCdEgqKrkNDAEBTcZvDQ1BFixbnf2+vLThnpnb4+ACw4wAO5ix3t1qi11/LsjF0xjvw7s5XjCsgAAGq23/pr5EV/gaxioJy8ctVBggFOnl1dh3G42hCY3AAZOr4d93zdAAAE59c1sj0+HXi0YYSsgggADu4GzUP5P5f7/5swwt3cAEUOa/hobhQVhoJjcNCEhBfbevO/m/bXnjJV8+Oqreo1WuJKzVJUmQpuQWwtRA5BA7cXDVvvj76sKqp2hnqcdo7p7YmjJv+H4x2tPReIQz8DSGe+wNWU9q8/DkuWNKTDXm1tS5emNtaVmz8xzZOBuXi/MfPXCjxxtm6HuOG+7YlawLYaIgn0B2aw7W4q1TsX/jwCJr/AvtWmemfGd0/aof2DBIt29oOfalC5vEuLu8oXIsePruXOXt2asSslNp1zwTPMDwjwueZD3TJgNVYh09pPlX+N9OhzaXNKyeHBbm5O+Vw6xI8RURYighOkYoxUflFhhXRvedLbQavC5Hgt6+e8UTDAdABoTNxxSXju9432/1dyDgkAsGDZGtieXK6/EOIaWxDcED1u2tNVZz/d4X16/IXxG3PeQ3jvqG+fAfI+H6VYE9yzQOTqg6GUSEPWL/Aa9+n2LVrqP63sfQMxu67G88qnLnH9te8H6j4Vd6K9/E9LXC9BnraMZwgRyHdZEg3GqG0vmulUYL+qgrEiZppJplyec9TbL95Fc/OuBOPcurU5nB7bAQ9/QSVvnM+nVX3/9D5eGAJy08EQAWgMNscjwvF7q/zmNakjCyijBRCWSLb3CdJfqtm2lei8LsNxWipSTPh/hvhGkAaXb8+2cAAGng/5eKHeAEYOa90KyUNBMJCMJAsRv88VrvXme3t3ea758yeteTevNObvRJVCKhQ1pbwers1/to0VRJMBmlibr36uqnoX5L+Amjz43l9sZqfPFutGb9gPqPJGDAduwZUBzE/dybCtIWkdIK/fucNY5a+O6q8R2DDbIS1dNLZ3BztcvJO3dkbp7i2N5NImFeGxHkPVORY5uC7R351V5LoeV9ITCsaGv0ZU8txVGe2Pq7PbjzN9e9aYeI8NkFi6eTWDsWvYJlL4fhQX1SmfeY84XLlvI9CB4nkubWNi4svRomClWh1UDRlQ3TIHW7rePc/xOY8x2FfmuLx2R4GGVeffuus4QZ2zf4lVPWkJjDaT3fvAf56ekrWUJSuBpj+v9LZr2dwXCsVsvZleTuH4DxjP2/7oGtutxfSnNwaeMsftv1uIuBgilI1Tpyg7AfT21l23mmPlwbGg9RFjgtn7P9r8hTutNH1XskHIQ3E8HrbRX0R/qp0mKgdE5ORQCHCp8UpEc6Y9FpZehSBz56jQgFde7Crrx0bmbR3YONvdgQXqIDMEj9KP1UUfG1sOhkyyMW9teo5KipF227GRyfl2NVijDCLkA4N2StbRt8klev4IMh30pUZC6aoDnEYClxMJGNpEx1m0wI1bOOKFlkPLcaCiFUq/OamoXECKgqCIgMZTPgBGjmv5UIwUKw6CwVfp1Ou+s4+Otky4r3661vnjhO71cVKvBBeD0bDpI5R+4qkwJfy2q8pZg6R6G6rvdyeU+W3pTR3SlO6/79gHO+r9871yhn3tVw81cwyP1BJM9dywy5VD17fn8/mDd2XrLG7c5l2JxUlyX1drD9doaQ9AedG+61Tq7bzStH8o3jctH4MLtHMH1XfNdAyVGTsjNNYeqdIsccbX0U39AlkEZ5kynBt4bgdc21fIy3rKOo8S8qzOL7Fe9gd5V9MWtu+TnysldNyIpatlwDf2NTWNhLEDXEkbgfzYQ9cuKHVXuaa9bXnbGcJDyxGh9rxTWM99mMPaLnwjUFW9fw3Z+bUmR8o7gw+edn1SrUriTbdDqkDxq0w2Rl+r9INVAj1P7DYX4r+S54PYHN2jVmCYKKRN8Zk/3e33VnBAbt/VqZc205GdbqiO79fckGzF79Rm2aOCCuxnqTyJ2VZkvG3xVVG88WE5vzfWYvD+Nk6omMKPDAMBgdcKM7/RmSfp9RHrJ6VO5R/aBpQm4B0VM7+ILVU7zcOl3u5bbbNPftkHCQpKnF5u1pYrtd5yzNZmy7gB0WL4JbBb6UhL1RjZddYCNQpQtBZmoIAzFlfeyLdKIvN2ZlNacCDDXUYMaQYXphhhLOgmTLwdRZJ7/c/Ae5IkvLgmoBVr3Ozd9t6V8ABEjmtFKsNGsNKQTBoLDILGgLnx1OOetb+Nd8ZF1KqabmorFxSXiZJUpBi3h3WOrP11X6x1r2diHaOEbO8S8Wy9bbb8D3XaK7kcdlfocJ2n5hMEmuP0GIzzqnMfucu97scHJbJf8i9B2VZKW5zxinXz4ZIT+adI/KxFgG5z1TFPdp1Ls+tavb7V3zy77X7m0bJ8tgPbtI67RfpsNt3GS3OivLEvvk63pYa2+96rqqS/wCwNtbcCroHV7iQwrDs29a5t9FO+zcatFRg6HmPqUD2CtFck/6rnaesUX+yrXLOX14I4LpHofRKnXeMEep9Zq2hpNVWve27viffNsxRNq2utzfgsV0+q9x9dyilygN4r+Ba0H7JZO5KoP+/aD4n5A6t/1r9vVPMnfcf+HoPqPGf477lrKRgYeD5fHax0uS4Fv8NZoBWaeqks975HlG1K7TX4D8q58Y13kG1+HbguHsVkpFbGIGKIM8NFA/MpCcuH41psBMOyRS0aL3hFfKwEWkOentda6oxVt764V+HdMIyEjFqOTO7KkUlSN1KzsquNhxOBsp1ztm+Ryw0tuPDZK85415gdyEnnA3ehZYuuKGMEFlleIy79v/JctiPPECDqhk0UBJT+7VekTs8f6lCpRYgc2NEKaV1auZd9qiMuuWwmZZJgF0cBEvPn3yynG4BFDmqNhqECQNjo0CYUBL1WVqtaZMvNZUWmWgqVaTehQpGsDQ+mJ7dS4+V5p5Sq63Hei8PZ+5w/ovHuuN/YJthu/b+L5HPpm3VfYvS9pr3f+TtVZr+q7x7H8byJ61un3P2FGjPPcvRWY4VJZbo8GKPq8g5KgnLYGSLMQNZe5t7x5vF7HxN1gtuwtlg8TyVASYhbxfMp7BVaj13GVpnhYLz5CwVybZQl3UtidOwpJwthaSM5kqUQElcp1mQtpn6TgWaWZHvyZ8KFJw0EytS7LGjxXEiU2qCkC28cn9CS1r7Gs0N3DOTCiNZtymuBUmZofN8HQ6PFbEljFA+dv2Iqj9XobHW7nhoeevnEfp5ztEyVKttjemWvT1BxD4+ZY/0Srhne1+CYhhxrLgaEl+UtvD5uX39ltMbBWItqQCsBhqXNXj1mBKAgMoZcedLicE9x5oerM50gx19R/1CNugMlcqb2vGGVVYOSqZ0livgFNfpagHWZKED6/PGnbulkmS6SxDW+tMXQa4E88R/jyj9v6h0uuPWU9y5zbAdb5DvVLd2GSJq3C2apR+eaHkOh9s0qF0vefauJiA0PkGVXEWCQsCRiyfVUC9V3dtt2Kdkq7WmJqy71jbVQ4aiisJl0Q4XR5suMs+wShSDEGY27FbnudhXT9A6MlEwqAItawmO6BKWRjHe3WdNZJphWDBevQ4gxUs9jyGRS2/f0Cgh3uvhcS1Gh4OaxjRyxB4BFjmt1GsNDsUJcTBgjCoaBgVhVt57nz7XfG+M4q0IVoSqhWqom5RbQmPdvj+wtuW+Ds7aFTgxxUYNtjS3g/VNoel/gOpeXrMC+e0NSf57K/h7jyuH0r0zSPiX9jwXrboBv7SeDxGxg7bMfdbs2JZY3ShtQuFJG4rK5LHN6FQydvo/A7MDqlQ2AvYHzKV1LoRFwxjWr8k/u2EezzTOKwxrWZ8Nhu4vwEB2e6oP4RyJ32kbEWdSLampTqsMeqLa2JvyNVUXKtXDJiA7OwkRYaOoktU0+8DvR05WOjYj2rshO9lPa1PDcJZ3vVC4Nze5G9teJlG3qt+XXMJkVVHg5ftxxYmwZxK/qeST4ofq3HbxNhiJQ/N2dvrdmqLIK8FJmttNV+tVzs7ZWIKVvr9XL776G+dFm9pM8nsal1l9941cm8dIQTAAWAAtMxSPZjjjBkiR3SSTSqFXngmdFNeme+2lpP42mW3bax1cogbT6iHDKRGMTkZeG07j5INvw+3G+o6SkzOgEa14LTjjX29uEkhg7vAExRCHmh1FvEIkrFfq7NWwaAq5DlHnmD9H19WOgoaNBGDQw4RRZx5YcRZ455A54pRDMIYP6hLMR6QhQDVsQGYW9vZtlDQqCCDgIWXbuoWkob4sJeJzd3BTM35XFQQCAw+COty/c22fc/ABFjmttOhBhATBgYhsdFVXcqe/V9X3xrS6Zd1l6iphKJVX6vpW4Ku3BSW3NLLUY/6ZnBXtW7N1HH0dfD+l4V+mueMnu4N17ncrxbEYct3wu+7/g9zgJCMLmV3TdcrVnwuRr7NPZ2TtbDwt0+o8nCcAE6lKnNUnc5sHAjZjj6ZrPboLY2ckbriEnD39ToYKQYD1L821zpj/kuHCGxlqsSyK7EmfZeK1EkAyC/cNXWI72Pj3cHe1RBQY5kJVBJzReFydMaLFkW+jUWU+glMIxKqeqESZFZKjvaZEykLQDZekj1VWzBT3EmOn6TVRZ6XGtLridstZ8lXv73/+K/hiII5GjvoloD5VbxYwty3k2SxUDUTBMdYkKpFO/OhSGMg/n96AAAQihGERx6b5qj/Od9i55BGC5t4E5BIzuA44ExPNyGa/L53+Hu0cXrlGsqWVjFOc5znCsPLo2qacdgQuSJqcAHaFGEttJufWGNieePpc8aQ3XjwH4f8/KAvm+2JA8blEJMoKDBtnlXYGEbHz+2ohIMT3HlONv/D/k/icD9Xdz3WJPjc0Z0ZKaROlIxc1kB1TfOa2zJ7L7F+79Y/df1f9n8vWee1/bc2tXJeecotmMMwZjTRj4COlgsNCuHtxTYOkp5HYlIuXc0g9L7JtemtHR+ABGjmt9FsVGYVDYRjoLCEUBsTBoZhbvPCp44+rrx7Xq6Zd5mrtQqUl7dsqVduRFaWbG1Ppj8hvGnA20pT4H8ODf9hlsCuednjk1GsKhw6LhWoonmdz5klsYseIKIExGP7Axi5CGgX2ycng3MfSO44ZOOjou/s4B4Vp31hPJ0gzdmvjgvuFsPnL8Kgzx95lbUmhKjI5EWGd2bLZBJv3K+b8N+xSt1DRYwTPogLtwNk9ICrAK6Fbw+a4jGbYW86vTKGEKvcI1Et7bhgDskmHkxurOhuU0KUJvbbLRvu2rj6aemdKCc2yKDEaAhNzdkVBG3mNeJ0VZPm1yqkSzka/pdr4LteLBx8zN3nKJysUJyhgOruw9z5ev3/+1H6UnaGchYbgaWXOe8fu7ZxgAAZPvf1dhGGeDfrRLskZJ1+tfmJxRy1/Vl1aZPrnL0RKKJ0XNc5SyuyXI+/D3dUKSAAOMAMIFjLGLEY9ip9N+63jKrX3sx000sclwjXuFTDZPm0VpmN7nrxfFG4nU2bVE9FIXDT3c9Pra4ybMZQcj4gIj5suUrlUgTBKm1HL6qthnbCCsAhmGAbxYr4OuanpGIfVEBveT4/0u3RlkJT/6fjx4w4BHDmutDsNBsMBYdCYRigNjMVioohbrXzr54zXV9eOf1u1eL4qrlwqkRVz35vIu3Ym5s8qdicRdieY+gmS1HfOZ4dj5YVFYb//dacXug1Gjyw+W0z/7rW3aW48sQcUaOeanBo+HuTmtWyPDceCpi2MX+b2OumLSYrFjjOgap4shtoCWK+0xQpD8C9i2/UZbC24tXmW4L8rw8Z+41yDud3WBFvA9Huiunu6d/8q8qMMGizkwiMao3ZD7v8Dd3cpYbmHIvoafC7/VLdrxXLkK90vVUZN8osyYT92gw5XDkM3SzEwQ59s49ahNa0dwxM/kxk9mK9smxMef9JFOy0tTKYVoFz5VSPzXqcZXcx2WPD3yM1yz9/s4Zm6XCbvBKufo4f9oxm5VcSd7ZouOEVxR5ho+q/I6pFaqfbfi+s05jGm2NwzwphIqy9QhOY30PcOsNk+QTHfdXQiKZci2HuVNGt6w+swfu73ozsDoGv9JqH1zbiDmvY+WsudcZ9pvFd9R38ni11h5Kvj2D+46drVAEpmoG2qFIzjEJI9wOsbhnB+KZpuvpyrqSkDnmMaZbmZraxJ5cuafQyPVpbqQwhpiTsOszNeYeOSpjtpgl4ChccaMqYmCeqAAQwTiV31xV7Pan5RgO5/uTew/ssvpM2sesxtshLbAzZzjX5VaZzsbhfgbjbv8XxUjz/P8Do/5fJMcAEaOazUqyUdiwOxURRUNg0NAvFzfrNbvWus9ca1e6uXzqTUVkXre8vMJWqbDvbY2sLnTSFW4cpIUPmv4gjD7j+qKHB/rH48TkUIcfqSk2b47ehsl8961rxf8XYGz3Gfj8fxI9446Vnn3CpCHch6LtnpSn6cgjZjZpaPKODCAYctEGDzheChzKmGSautBFrLdiR3DzIZG57aFddl68M5fqyCGzaDioQK+JglOXK9BNpNWx4K9vGHAl9DhPOQhMArpB3NRKCcYzzzcXdhG+3njcsyAQlbc7kmYu1CFW7vXHl9G4ncFPmkTo0eX/UoQV4zRsMQhAUgD0BS1tyeOPxa8brAIxlEKAEQDKgCAzHTpz5ZQBGeeIZzDLQdUzHs/j/7P+/+/59oMfG9hzduNvVzaMszjiKp+445jI3nVYY7/9n33e/6fvOCyUIxyrfPAeAvDxXs4vCl5Y6M8ZWFDQ7p2lTr1b2ze24jSkyiHY0GxcBgDZr0dVconccpvJYG973vc/LWhssNhPmy0/OLg0byftHskhi9rt5dxqMfl/Gm9y2qwdE5LIyPj6Fjue0pY+MKndVCgj7Hi/n1XImZQxMxkwEsVbzGstPI1DpbC7e4HrWcbRUv1tdbRp2jrcNWAnZuCnKBJX1qwTQKYuhtVhjZil65pHp86H5rfgEcOa6wZhoGCUSBKKDkFvJm/Wo+NRN5nt21q6LspUrGLyMSRi2Ep54IGTHkWcau4rTqde8uOkV8e4tB/g3WbnEDpmGnS/iVlRZQXCG2rRs7mbXxdyRD5F8RaTRZFzhoamtfYCJ6mPlv4+1wSTEHhvxds+zU3DF+g558JE9TJBS+N4JstlQ9rhup8is4yI+2boa/fQ1zKSVtKrdLpdJvUQtYPYnVeHtm8i1mImtfu8LjHjTggVUkLdPnX6qsGpAQpthoiWX1DIJRn34Y12W2EctfMbkseIramCcpS0yyFgIoCTG6AuZGwNvbZhGblz51NCaVIZC0fCmHEYvKvLk1GjBNtIJTwPl62wIDH5ipad/WvatXcLsNolSpIPS8iYl21XlGErNu9diGHBQtmZLYiL3e1rzDQtpwlHoM7RfxYKOC5Tx70bc+VAZi9SUeZFBxURk2Z2aa2TgDHUU7z/bkXEaMlqtD2hU9nRzLxvUTsQMkCrxy+fbt3/20yxWRk29Rd3Vh2Wrze12+VXm+na21bJt8FLlaKtrLT8J9d2HMR9/dyQgUBzIO9pmmqhKbE1RUlSxrUcIUQQPrRmhKg4WNUs6Aoq73KsaqTeVOgZHZXVUKALqRU8lkK5QodB3vx8GUOAEeOa00iw0ewwSlmGBUJgoFgoEQt8+fXLir+mso+eOK6lt6uVeZKmy6zW6mNVgSXK4cyajP2RiWoSkH1r4Gl7LpviSYBN+23KSoOtTFqWw3E3CWzYR4Hfe2v7vnw61karZ1+8rSF1Qblv2zy/waYpA558AMvA6jymvfu8Y5ft15Ve1S2s2KCeq549MStWsADcFr1XTqDALitKGNaJgQVlSrhbnjl8mJbk62jmvm+nqOyY121aQxQDuqx9nDWTY5Eood+tCOcQLLKs1ci5VHRy5AairF16dvHL9YkxOfIMlidM4aUEvqTtvQHPPD65BC9725TO3ZqfArEk1IXKSzJ6cLaeYTJ+qwMpjgqs+vurUbJdhrMmb2JzC0cYYBUs3Z4Qp6NzlxtVueU7jZm+8VnOr96q1FcHLmPbPdlrjAs+vSXndPt2xQu5vdNjLDzTK7JeBGVg6I17HyHphGqzuoKud1mq8cZyTBMmNOnRwByBQIqAoAU9WhWqbOk8LnVaocBcrbeePSec3lUbMrQTutl+doJHJGadDN2VfU3qVnavXVWRMjYbWFppzJVsC53hpO86Ztmrx+VNI7F60kM7ft3Yf/Hcdr12oWPK6zhofSugZfBWPx8u3f7pJqzAsBAhcZSJsgz8V//5PJ24DTEjFgrAwVb+qwjJpsAY4OAR45qvYaJZKOgmHQhCAxCd6yr7489QVXidEtVdE3llKS5yZa2EI3I55L7pP/R+XvHSOk+eyrd/ut35Qf3Xhw3n1NvNYfjdf9gocuqq+zqNtplCqnt12+OA+Oo8Y9AvVqY/1H0nUfqfRvh161/Rb6o2VbV0qQjsn7CbxncIRzu/R+ZVmydr6nlZ2POtCp72JjjMfoc1yg3F+M0SjA8fdGpmQjY0tTQyad69M8lmd3leA8B8Asfy5Z8SQJFhGZRv/J1sqDb+hu5z3roPPa0Ud1/a5u1p9I7M6TVyASe4en87psiMPRthd2+xQDMG23phOTwa+1plPUWVAXjhf6PZHAcrgyuLH5I/yhI/cfp+z/+/O+e9j+qb/0g/pBaWpBCjFxYY4zZJaMB9+y6l1fWNj294IpPBZjlH5eJ9KznzYjz3nWNrX7iY+zH2o4uBjrxZtc5+lZ9o4/bK6w6iyyOcQazkn7QKLM7HIVHSp2g6qr8LlzxWfVsxY12hnuXZle6naaQyq6t1d7yiMfq4arXPYBC+Xt59/JunaILdWGfIpEElp9U0ROZmOcfPBZUKEQak2csX5rv8t2U39ePYo05zq8wsaySmDTKjjGBJeFfJPrMBBscpUVeRvGVUxych+t3Glag8lM5QQfPVaS7BjmDgEcOarQOh2Og2ig2KhMJBsFjqpl71qqrXep4vKi1a51klapErVbwqSLYQ08ADnnzae+i9Kc+5bTjTLP7zt1i7b1c9/0PReVVq3KTdGaoy3b/gj0xCqvcIYnyzw3A8vJSRGVLq//WtLXjkQbkWFsVliMOQgVRctymNBpmVThPXhHDlSPAa3oUadleI75ZJ30zqlpQKU05RMDrgPQcYovNeNYLAXmBjh2QQLk4gQRrC0jzd975ed7v7h6I/4ekKRdG+O2u152Lk4MZfnbjyR4Ks5v9O5Pjm/82+vT3EvAZmBP4NEffrXP3DvzsLzBh1TbXi8E6wzunXXQXN9HTDs2mY7bT1z069WXaTEHmRcPBNWxl6aKysxMu1XB37QwG3zDuubP31zct6AwTWQeiTSRSdKZx1l2P1n6c7v4mPAa1lEXZGeuCZQ1ItOvbPR5vSwSk4GvnijcSGiW/7+e2nxFu+9j7bdhVwHv2bsKm3irOd9wfYEa/79m3s/rk5LyhVX2jKHMPx+XpQBiP5ninJdMdibW+m60+812LJ4u4qiLze1xpxnke2E+yt55WBQAORZWJ0bvbRsbpfTN2t4sXB7d0XewqO2UGiYOFN0mT6LNazzd9t52tqrc58qVXyVunm+evT/W8+aTdcc9k+heGZL+vSPiek8k0s0aMVTjS6Vx5L/IPdvDYVn0GujVJZuMgASOjSQIphjX12Xk92jpizzRfdBSbFkfw5STGNZwBgB+uQMO7u7vBGcLGwNwypMjx/AOGyWeUeqpLPHpkscBHDmgiEgLIsLHotho1hoMHYSCYLdvHE58+vYjOeOdYqXu85urVLqYkQSkFt2TCkYpNqrzNQw5vskNHKUxNuvIRWfRXhJ37oqciAwE6jic40hykVTwQT5yO5IYmRiIhD4Y+c/d1exIw7nqAeHVptG2S3LRZszlV0gUEmOGqln1KHqHRpVa09VTKDwg4J5LBT11bVLBcL3DX0JiT3b1ByFkv5JJz34lR4LRhtBy94zt+rzAxOY28+iVktLHdhHh44q/Rvhbj7ZtuymKeK9xzJ+fBgw02WAPQdCbtDIBR4TpsXCnCTe0qHedPdTbutNvUs3Am3nnWYUDS22onpm2Kc3Y1xwve9PcTZuv19Y6T7KxjHx86q9Wznn2BvGI3DweZwwvKE+34utmK6vyvDZIqyNiMtHuGF9+Y6xxyL7BUwvYPl5iyy/dP4OQzLD4rH5XioQutsL5Js3Lo6fuHre6wbZgF+VXwncZaNBlKdEmbweOSK7iS7jYRf1gkLKhn2kG23WZV38WVs6OyzrKmis1GZm1omoCBTE0+KfSqrCcVK8q6KnBZvWzLWAVTA3IHTicehaUGVTi30qFScsMWPXXgaAAlIh0C1Y8vtNXJBiP+Ph7083tBXo8LbQsrsjTUGF5zM7/SWngAR45mjQUHBKCwaHYaawlEwUEb0plyJknfx6um7mTMm9MmqpLqQJQcptMqkBuwuVwGLZFMsJfOK084wYFEJwry9q6wGHhuU+j++7CSDJK/5vfzwdpC+kyQgikylBqSTYTJ8dygwsboUrd0eMopNuEEameZmFL1c2q1+w55MpejbPQABE/ycrUc4yqjbZU9q9Hm4EdZHnX8Fs3RdH3ie43j6rYH27gqztOIs+MpyrD97K66ds3EPluuo2bINJGcow6KbcFLwybh6rnEjUa3Qau6JyJqHBWkqxIgAEBkjwkqquAutF5Cn/Z2dc91fxn78tt7qYj6+oZ1h5Xzqq1r2gTccuHqq8wBAjSOUw1Lp9UhJGC1YnPaJZH2OPp65mPfI6zD1lXyxg0gDEt24moA46vb7o/gewrgqrQ6pu7xmFNCWXGdwfp18BKWqXb1zLWrlCmtOuSBFxTqKmEeElxTQMA8vMBz8hHVF6msk1rhbC5MK0a2xqcBx2RaWM3KU1OvhO3pbLfiFihqW7aymhzS90Ck8YWRjbKOXZlh8t9iQVq2raRlbLJRrfIy0PT7O7n85jAC5K0NQnGLUzU6O7CPJSVYd1kwhooEatxd3c0kTaSK3MHARo5oEz6DB7LQrDRLFRVERVZ1uCrFQRVSd67Msl0Jcm7kApt94AHn76gponKO/plSk/OJ7aDbOhtFGV4JtIO5qo2Np3gd2vvJNF1gTDSMwwyQS21FAMg5b8oEa8/04O1rdLze2xCksOl2E78Oba8nWVu4HyVY+wqUsopEoOBIngLfmHdfUlsHIPf1uL3i7ZomPsCrN71C1PMdgeeR7nKYdwl5tzmhct/7JgvyXTMg6SvKHpLb1bVrCgo6PuWYGtJcZGkldlYvTvFuaP80Ns3pWOfan+9wX9kfcI3OtJtzLSQqJ0teXID3paQ1iDRSiuPMzWBa2pYPknKuLaqdB3TVp/CzK9a01Te5ke+WR83Ezetv8r2QIOoliQ2ANwg6AYKBTtCjE8bdPAt12jy3Gru15p4jXq/rj/zDc8n1jqvWa3zSq4TEwfPrjwpSxz0Q6mzuLkqnr3hkx4XR1h5k1F05csizH8y7UsfKKFgjGsuPFbF+/b7Bi75hQJVxhgSboNJJeYNguRdGX04MNKpKzO31LmSh45+HgjOIqlSp71rkMzAT0xun5/gIYIA5CBfEux8tqAEGdDJDI0pycxIEiWc/XlBYZgCcffQ0Wilw7uWszYhEB1m+JSdIZ3A+2FrALgBEjmiNItlHA7LWmVLJkySMy3d87TUrUyrq4C0xO1eBDaOiTmpKBmeLcI2I7pqNFb2unRqE61QaEWq6EEWCutI47zVz2KrWPz3bn1ZZ1ANIuoRq7op1XHLBJT7HoYaPSsK5kehzuc0U/jtt47Bce8EQ018XWjNfrum41gpK5Iys4fp2uJVRedjNiU4ZudH+FZyVIKyMwW3za2s/xrGPwzE5eDY6Yj/Nj9bEe/VNrRg3HLms5VnO2basSwjeccdifpeV9W/wuPfQfqO3xd221GXYXMWxorbM38S1K+uNNVKm2yT61/Sc09IHw03ImpGMo2xYfm6lpG6ZzqDo514qleHEkOrlQqnrK17vz0qn9ayD6hz9A4zir4YKpkmGZ9kDI3mVU+XU+4ss9m2XcNlSPtinNmotqdHTCWvT0i+3vEfhnPop0QjFd2Q6MlCwbhMuLFuyYwm3Z/MnMKrHbqyONVfy3ctTy3feM5VAXGwUmlf5flOb1cztfrvcvzFa8P4W0Ue3TotSga/1Tofrj/eCfRz/WND5+uoVvPU0FvVenVVdnWTN46FT8dvJaDgFO81gX5+ED+c/W7Dia8YXajw1XfHS706z1Bls/YObvFfEfjTiOsUt2JiqJVAyiiUYt4UIUtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLwAEMOaoWGiWGh2GA2mhQRhANCERrtLJl7lpzJv1db1q751FRLjRFsFWQOzJ+8jtEbg3zBztawEHistzbR6XgXNroIYXedHGvd6hriiwreZ18SO52hQmGGmxsDc7u5H7LI22gkXDx2JdYV0G8Vfo74/jNq/aVt5AbTWxYWhdX8mFVfM8L8Tkt24O7yq+79+qhx3nrM0ipjVh6o21fy/pz423sx+N7siThUSX4jnZsotrFCUjFgy7XYyMtuviFuJQv9h+rfKQdq37rXW+6oHMMCpdLIj6UU1IU9+SqQPR/SO/pvzJHNhRo/3F1pA571Rsy9K/5DGOWc+cY3Aqa5/mdVKv0rZ/ZDR7/Hbewyncdx45nZOwYPccdRCNZiYYFIcgxdTj3uPS3rfizfr6eYNHD3rtvOxNylzTzNCN65EbEXiK3+Np179o8VYdxDkqqIIrReyNZ01oEEpeSM2ZfP3JpbE4JrfvvphxRi8cXxxPvHh2PiNvwwUySkp+2+M/wQ+0Y/22kq7HXmWJTUxJOhvQ06GS1SkwPkvNzSYqN1tvK9oTWC2XJZokjXMvlpINDgKEE4gokOWJVXiwZe9lpFbKqff+P4ifhfNXYz20zkt0VDJukFoAQQK4A9JHUR2EVj5qim83UWYbbqPjDo39/0+j9/EaBClpaWlpaWl4BDjmsNVsNCsNBsdBsdEgSBYQiQrBONVCVYVVyr3nG/t0q9LyalpkqkCCaep9tzmFwl6sWbE8FzPvdiw+0Z08erZtk6L9VWtgrPAzvGfJr+KnuO1Dteec13TnP29VfLTnPVu87J/09kMQfRslmVDHp9uV5LKtj4EibnJpZCvcmLfXvvvIdpxHDaKTUY7uPaZh2N4WyMoEGd+BtugzvPzSYLtSu4ey2L75Cqg9vlPWwfrtHWUYZimq6TMsh5VR23hSbmmrriqyoU7q3jXMHcS141+CycR9aOUHfbMUd+KvjNTep36tnPozyWD05rbMtOi8bX1I25facid1d26hw8H0LkNPhKb1a1cVRsOrOHt0CHbCr5yyVIUZXUPuqPnPTjdfqlcMjuw9CaZm2SPwSLKWjqei1lUdyHi3futfq3L3GMVpTtXcOmX7iNtv6jhSFu1UqrXNemwg0v12Xw+07DNY6LjXBd+X23+b1nadh9x4VrLgNq6E5JLWvU8UiySmrLQR3Vlw+ckXzflO2zqzdbavZUyF4o8E4SYVQDRqXnUm3mttVVVUsPEju5JBJJ3MECCHDyYbu1GOcUOYwOEUr2pQPll4ochjRtl9UGUNtdyhQfek0ZgnNj7t26PEVu68tJIDF2szt+ubgGR4dSlBkoildF64hcb6GLCIcARA5rJTbDRLcwkMxYE821VXdVe7Ss4Kmt/PUpwlSXSoAgH92PTkxzZuP2e4+rZ/t/sfbrV1je91yXVvp8h5T3LHVvb+ybtj13ydngEnPfAeVb/5w//h9WslZhMR0D4rkUuJsMT2XsfzXrt3jrfhPDqveFrmyaXwWp/zue9Wo7zg7737OLPwKaVV1U/qYnp1P2kmHQDmzWm4tJZhcDPZF9cx23nqBdAuZupmZcOjifg/Tnerni45UVKJ32pQdLG00b1PaJhO8rmvaSrKd8Yp/wNN235hqp0xjnp0cWzSFTxX2ZL7u0OzZB29+2msExkw6O2fjnFKZmnxUW0NfOG6Y7D+lasYnK2dJbWueMu8Z6zHltw91Re+OK+ab5bd+w6SEuK79q7GdO7p0nMLHTNJdmhySexaYeQdAua+dGPqn5rmeNOmMk6Z0Rxh2FpqOOtaogkE3dxj1wqyNs6+cs9eyniglfazwqSTqg/jyA1IKYhSm6/Dwu8LRrvDtd5xzpSuSCudyGR66o54GIebauC0ol+KJLL0n2vIBa+DhB2kd3P7zNpX0tzhGm05UZrLYew5A3GOyk6PcpnbGITKoY3ne5NokBL5mkqbG5loqOwBSQIrSHeL7zdRM16VLdTFzuK3WlX075bD8yTvJJeO8XCFTGCJwiG59sd7CaUC/vDDVEMgo4KzgAPw5qrb0MyXPG+qy7y73plTrd7aeOFXQsBFSoBr3c/Nu9h4j4jY9Vy/G+net23U9J8yMdSqsN372fbdv4PzGT9U7jkGHfND88qXtm3d94TyO3df7BlfaI3yPR/ie+1P5pnvGYex8f1XO89+vxELR/y0dn/I+hIenP9C4YZjuCQKRfo3a3rnxipG7annE6Ysn7ZvOnOJw3Z21cib/pCQ1mlqWy/xotjZEptUT1wKYad68cE050SH+H1zRmy42RR2fOP+Kd1bJ3ZB8XYHj+e9PVqZywrfG1f4TPTesCJbfaHHtK5lji7aWcJsiLnpSQlnuOn5zqbPtO/Gw8fVvc20atmzN706F/V3NOXsxuHeuxsbimHandswWT7G+clan0fjrg/GWm+/cs5ZwvS09Y6yR4dMFs2z+bHvOUb6spKOIRSWOeacwuXI1V5RXR8z6sdEY8bYn99kPuHbJDzK6J5pjR+eoDNHt2NCoaKaIeMNOiQ2dQj1hWBjcnXDfnoZrESvkBzycp9Zn/6y0LjUX3jTBvt20+lcfH0nh9sy4cgpFq4m4tQEzVZJXw1Oq9JZOuk7b0turEHZVe8WCgIhSqFHF5VvLdWxDTQIhAtpBEEyhXGtTKqLeDuj3oGHVXOLe3PCSxYnunNI4yYLLOBN+1Lj1nxdr/Hlu9urfe2i+TLgBBjmudGsNIsMBY0BY0CS603pWpV7lOKUjnhBUkAASh4nWoMsW11W87FjrNCV92TsqY4XGsXlwHJTg5g2Q8n3xTmheqNRx5eHX45TU/ifpkRVN0OzVXPuZtzqeI5EjvW/KmNmG5s490cN7jXe7b7Vaok0n1PS/ovbnX0t44VTlHD9Y6/Ha7+o2LLlcPoHHHWk6plWWZvBaD6DG7+p/VccnmFJgst3W3cgfjgkBQbnInKqgsqb8+3Xeo7pp+affRkfZIKv874/ZNIIq2n2rWdYs8+B3qmk/VrJd6BvEeoy7JGBP0GK4zIbXeyLPmPbiM429jbsnyG7fOVVDCaGaxEfpVm41xvQtc93zx9SbWxt3T0SOviclvfbK1l9prZM+mZ+fdH7q53+vdkTb7p+LxHm3lE3G1Cs2O8erc6zFtsHHE1tQZVWYxpvNl7RhefZ0EdFJvzS+1aV3SmMiG8SU5TIpJkzCMDsgZBVZRd3V1W1a6J2Mrod9gIbparXIV7ZgcC70lMpGkGeahSDVUXmA4TzWqqitCGQslpnAWZFZRminK0ttIk7lSe4ZkKEQ8hNDtzdbr7YqxaIIrJwOdbUtlJp2ogaLBoxeK0hwjqAjOS6+evqkriN8iKKVyqVKObNKpoht+ZMRTyOhw8eG3dMGjFkcaV5TSjGKU9wBDjmpt2gSCYUBYhBYUCebl5db1KaqVjTFypC8qLqkq6pMuoAfzvuXdMZ3ie9Z79rP7JQ3758Xk9W+VzL2AP+3B1Iam8f9x0LSfF3m8+vU9+E7j69PDTzHmXXbYufRuceJ+NR/xrwWG7UU69zxOfUNked0fjdmU437lufE9kZta9k8Yc5QB23Pu6qfh84po1uEx/OeB+S3hm+9nZfMYwx4pNqkKLfj+DVc/V1JOvUTlSSI3dxSoB+ZnvLkMNcNh+jdJKhUfTnbclPbB9KaNTZKjvQ+XdQbIz06Y95rhZ6R183rWbrm0XG3W1lu35FTxjewntFLYLr5A49re2ObtiN4PZURyJmzkE8cyQjXMZ6Jz/uCGv7L3Mdt3nZGsMZZT72O628oZHmJ9+kbhqniNsc/PM8adqpwOOjuk9U3q28+2FDd64a15u2W2fx+6m/s1a8j1/pvmCvfBMin6XqmM8pqbrcevIrCNXpLvz6dSqrj45WRhL+f39haNmXTLMYJlrOgZzAPPd2tIOLm+ds0zqA5OkS2wdyzjM+mhYiAWcDBTSczIMFvFnXLM5u938SPmW1TxrHPuMXg4MyKWelUIMwEgYBRgCyQTeiEdKhHKZlwupAqYpqneJEzvbIGo0nRCbGlg37XviRQBacyOYjViFARcoKn1KSf7Jo4xwKAXcNIsQpQ718EIVcBClmulFsNKYSEgSDgi9MvUzetVMmU0XKzSVKmXMUSVSQDjGyPjoyjvHfc/h5g+4Kqto9emjNBjLjcOP3U5Lgxd02TvV+sfot+aHXrtLmy2di5juWyHcnsmNpt6f4JRnbmlKOuT2C27hiXhsB7WbHWtJa6yiNrGfeV1MXS732vcCcfwPX65e6lh8z26QxsbKT5zc9D7R6PXOJqWXdaottKS7GDq0IpOnmafD+Z/HHA7VmHT15xvU8hJZnyH0lxHS7HjqbpnN6PNu6OMpjPQ4tNWkvlcbr2vZCiwPV7riK/sGyYi885h6vofGsP8JtfazTDezFz2jYuN8Z9dP4/YrnIb9WlQZrJoZRGcy+wvHBUi1rgdZq1rz9mwq+/PnL8ur0LVPUr095Hzmnsev279I89n2bgZPpjGXH3xt9W2WNYaPjtt4lhy0rpPKOXpe0ZnjurbDWWthFcHGIiigktTEbMgqayylEZft5dkQYAaoCyvFZzZ4KtRcVJb+21d6tmJq2Wso0jNlQKQCNAMMTFPDhOsSNLV5mNwUMaiskRoDKc5xzgxZknzLuvsDqYrSIYlrbAXRvYbmwGOSAkFRADuMTSZ013WzqMpO5QGw0TAMMJ4BrAchZeBny2EAyCq4ma+1xR3kMJaAJA8fgBBJ2auYLF5fkO/qNcWaykXVoVPVWqpXXFSc+suVuq1rL09Timb31WebiKGzg8emV9f0G1EhpPN+O2dLMEqFYsALOMNZEgdlAuX/FPjNA+x6g3M7CWFBmTgIqsow7nMDVyEcO4hFKk9/nxMJ/YAYnDFkWDwBb/rypoyqFQrKAdb0CZyJ6hiGpJng0vAqZb9/h8NAqGWCdTj9eouGOeYCSyGREqAgGGN6mguF9+5V5Z52e5PrmvfvexPE52B8LRZO4KXfLcyR/znQHVnE3Bwd5fCk7li6x/kqonvOOLyU3rkxWB751uAFW+N+l6Mypqy2nAcpgcrQxX0XqEIp+QPNejqqgWx+VTyzpXdbRFGrzWbm/hsKyhtwbkL9bTi+pV6/FOpQWC7ZF0PCksLdeaE8tk0DNbp2QcbEcd+Qf/ptymuq77jJ+9lbfcM15l7r2VVruSbFkwPUOWY1ryY3jsPyN2xlMer3fbaZoinKTujmMb259+r/9cUk8MkU5rykKbguUNJWiGqOOCyuCRJhsiN5bDivZGqIzx3H6m5rIcu3azFo7l3Vv0vPjPo/850bnDwCrbza478JFXDmRyrDndFw/Y+3ddYRBD/TX2Z0OjsmqMpa4OdSeVpt14OnWh9L5VK6HuBDa6uXJZroty+IX+6e0lBx3cc5kqt4CDobKPocz2Dvlhb0EqV156ZyjUar2bc7fVdQhfmYX0HRoALxoweG7897r17HYTIsGsFXlMONXZw+qeFwEU+avihbGAKt8N0zMvXsrnO9W74vL3vUZqolRIqKhbAlltPptyGTDwnRlW1auw9G1OH4TsXVLXM5n9X0e3eB9bj3QNPrar+jnVw2PauR/FMbBkHynZo7e/gD1+z+1/m5P82pXIAM292erDh3twxSLon8RIBUMSyOyPq1Tj/Gh08HfupIYuZBkGS32sw98e5mAZSgqavLBkEp0362uZVZr638cXAKmrocmzQ6JuGbVLWMrBvH5Dz6CbhFvSMnbtKX5zSwEOJQPLIeGM6HltBZQHUbCDqtTNaJbcK/vlKdYnjqyh9BUST6sdvV43mmRv1bBjSKXghcBCnGmdO5eguPdRTnKaojsQU7DHKIaziYuJ80uNHqanOKEvKsKdza1U5QnQNtT9TWnqr3XJBGl9paPoMRYjfxYJvZ6u4SS2pW8Vf4YC8yCS1bbrk28/jYqDxUV9pweifRVE2XIpYLXd1tZckSierlVklIySBVcZzKB6rWpX+MlotlO6fum4WVNyJKJhkWllwGX0XzKmMIJSNFTmhKZoRCtpMs5V6SRBdIuNFFwy540+agCW8tMaZMG0U32xLMxIYIlC5TXZXTJLr2ykIgAOIIiBVYwIUxSM8Pr5LTWbqguQEBqS8AEYOa7UyFIGBUNAl8xtvcnXFTO5qPHWrqZCRMJErLqKwaS1J4/mLLPx39jizHD96Y/IMO4zPqij6X3f4vhfEKBBQQXx8c4nuwHAoYZNtM0fGrdgSlyYjynD+Nmx3zPfSmWaX1HpL8Jdg809I5yjg6l0NTTG+4+TQNT3P72NEajxjbFUey5c2QQIDBez+y/FzU9Pnev4phyUzpGcYyEOeVLgVPMu8vfzZDGVppjzYLFmCS92U5zyet2anTgyjLtBIfXgWvfajcZ2Qqbmx27MnHYn/duVWZNd3E5k2ZWKKa71Xrtckn63a0K2V1hTIjaFjbPeGXjWfdoAGPjllaKy0mw/Rc5hVRuTxnGlWOjiSsVMdV5y3kNumbcxINUVM6Sqq9WlIltkHbJzyqOsQ3dfNbMgXcoMuDFUtbSlAVReC4aCYaKBT4Vyiw3UublfMXwv5R635ultPy4tV6Ow1dlBj11GEqnpPm/y6YpSrrOtVMhSEkmQ3uSDudZY0fFikrSnZT77kUn4tU06mPEZh3YqEnjrN6WmYgm5msshoV2yp4qjbaTk5rnqVtCzg3Tfk+zNJEillFpFPhULMELahKEkVsYnF21ElmkEIYVgIMcSCSVRQqd1qvsVLdXkZWO7XQKB46wxXjShQsAkIybtdrrz7P2M0YBLLuhpylu1KRTtcPMjErfTA/xev2CsTucBFDmvNKULCMSDYIigghO15PHMz24tfPc6c511JqpUuUYXDe5Kra2CLI6JWxEaepbe1y6heM/JtdZ/ykGxT//X5iD/iNhtU9TE3nWuozdWXxHjYsTjyB4j0LBJDxWMJvRZxV9m66fcI8Gzl9Sn0PmENpUfT7tDivxP35/qrTV1U/FJ2LdTWxaSd/TVdg5Ndl0hpzKOaNNTTuqrtKZOBo/57ffoOw/kcZ+bPM4vv8TyVrlQ2XiH4Sv57P32O3Smt1vU1/KSmPuOVBpAHR4Rwa1I9xSsEwf5vJmIUupQsK/ov9Dg+gPshbzbcqCqu5gPy3FpYedLMzeH4/OeNPS+lq/5/6q8WGx47YJO14y/kABKjc0quDk10yHSUa6ZAPdHW1YjBZFb4MaCnZzEJ5Zg06dzjpqUbTuXt/qa8y3DuBJbwkCEg1Z4nb8q895kLAgVm7ussdnTZLfNAYzR5PtR/FWN8MySf8L97DNo85QTwuyXfd7BRbXWmQb5TzrXJpprDIf/CwN6G/8jJnNrVZgwkv8I93rhYdwjJJy1CO5ZgrJSRD5N7JsuNk50wNAKA4sCzmc5laMOtBSqsaccYLrtig4r1XmnxRomcFjrurQ4AAAAFCHgAgADMXyYAAASlOTCP/pYABQ4AAACNCEBk4AIAAzF8mAAAEpTkwj/+lgALeWKzF8spvL0gatPvi1nQYXWK6z2cydrNRkEYLtwzKEF0PANX6vYS620yLZ19a37v5VlAXUoUtSF0vVx9ADDkdyd+kNKuT+CyQmsXur2RdrotYF9TFrAt9yE91i1QVtViAAL14a1udnjIOVnm2dT65nFg4ry26TjKa7bg9+NfZrjRMHudqnGa0u/KDAw3VaQcQo7JawzBDekOk0QQQJUo5i3/wZnPMiFl2L0vAzXoK/2psqsb+x9++uH/m8L1F4YiwJvTrqIjjda18zu+VyLjrUbduTfViKM3InFaRq8cJ1DK6/gVvP2kccPVEZ8VZlRoBf4SgsMl6/T028bjc/rIaTeUsb+VMOWCj/kGDt/WY7xaulVTp1vpwdrj6jGVLvBbCnfyo6XD0JPTLZlQm5K3eqJtKuUQbA3g1HnNuGm4I7NwUjsdZNlTeBLUU1X3JBxC50p72iwR/f0uCpnsUzrayGW6uZDBX/HdZguE1P+exJ3g3mOEUlGcsu2466uUgWat2lpqnKKkWYQFyC8NbtqgYCelNKRRkpSdq97mQZBUkxjvK1CAEMs151d67Lq+iAbejLOH/RQrQoc2G51M42n0ei0SfIYmmUBrRXV2SNcAwsEmrjFFagFLPXO/3QxR6rSphCad8G55fGYJLxUg6zXNCBBHhjcX0K3zjBI9i2pgu8hhYYrnRfpg2Ao2ym7SBrdHX5lNT4nuu1KiHAkXiwVjAAAAMwhANzgAgADMXyYAAASlOTCP2gz+XZl1E+295Z3LIyzT2wkzPwjsje5n1rmZqXYONMfdCYu4P40uxR60ixuUlwzGVWO5kYupDBIGpph82plWz+plLMJCuKbQI18EUQJwNxsi6/Ip25tLkBobDagHXjtSLzT74a4WjzNQW7LRFTSwDrMgm7nlhXAIITVO0Gf/4Xk38nkRrRKN6MwtAPhm2RXgcQ8rRnjpUPiCuVJaSALgDD/eU0xpTwMPpFIJiTocXy0F/nIWJGxABmx2iwAAAD5IQBVOACAAMxfJgAABKU5MI/6WUi8W3wDYjgMwy3vr2pzxmgwgs65n0kV5kJ73jzuVasoiTaly7Jmn9OxpPF2AFpiDZ4DgwKQH5ZGWEMGW11eKqHmvztiFQYibzrb2ehUkuKcPiiIw++JW36+HxHxW+NwrlHmJm+J5te71LC2cutKu8ihvl657aF9B/jKb3WzY0rCuqN2wd8rZFUJdlcO0tyVYjsEBLG1fD+TZ3ruR+g8pQr8J0UUE8YmQINqiF8b8ON1ki9IgGiL4LqqU/MGKki6fef/FI0alF7odJtGDECMreSCL5TxobVWp81jslLkHQMLY5kJquHmAAAAfUHgAiADUXZCYAAAIR/GjXG0Rmnq4VYQF5oeeIP6BzkhVelzQNhjZyK/lydj0ci78e2rDluOpx7LQO7aCStkhh9SnGeRTN9FPqnNTa7fJQIORBqs+9pYjmKuM64NF2qWmyT39mD7wZP5ttFnlscUKJi0y5wIqjBKR61KCon8AAABNkEB44AIgA1F2QmAAACEf2hP528X1DeXHYIMPuqZPfPI8togU6P7YVLLOLM+FllXJ474Mkf073gMYR8z9fI0w999T5XcRtRJrwdz7KjNb/i8mCkaqi0USn+rtQS8eTLKl7BLAVavbIiyy2d0IoBY8l2vfMv4wjdjpPK/fyONA6vbhhPanrVh/DrwU14P1uIZfSW2C1fcP0poYH+A7K2iYKTu1IpYouDCCjJR1X7/ujGjZMO9vA6X4+J5/8K8TVoB09aBuAtqqJaUn4NBwAnps5sKt1d1U+t1kUUDw807MyG7HzXq/49vNlO6OCC5Yrg8QWYLm4GYP95+WEIWxmPFM3vfECNZA5k0Guh1QpsK/9icl8br/nffa2wHQDzx4c02d0cE5dfjXPp1PUzt+EFQhO3C3llw24AAAACBQQDw4AIgA1F2QmAAACEf+li78kA914FiSbzA0CKxI7uKW6z1loYMeMrNR2q3YnNcmjYPcPN+OVEP59eYEaHkjmJq4PPp/RxwzPAbGX2HL58dnOLC2hK6N2k/6WXpCHwcgQnTD7OewYyhFobaXVHX/qkoW13ZJMCAyIgcyosUyqocAAAANUEAWjgAiADUXZCYAAAIR//6WAH/x8uA/aApx3juW9X6r5GFs5Z+qXiet5W/li8JvMW8buMXAAAAFCHgAkADcXyYAAASlOTCP/pYABQ4AAAAhyEBk4AJAA3F8mAAAEpTkwj/+lgAWRhu3MA1jhJ/VtEBi0U55CxkevX/mNl2I4FTuLrNkHxgJ+iXvzwOzZ5MGyt+so5UhbsHuVbiTUymf1Nhgqgu6ClPTZ67zRM3eOTy12JKi8YAcFUXZuXyyfvAlqnrTs6P8Vjwqb3JuK+a3P4/9JiivxtXgAAAAykhANzgAkADcXyYAAASlOTCP2iHsfYmcgWeehWf9G/fWFoD62IjizN9YV1yoCOAjI7OKjXZPZ9tEJDDtI4WN6ce/TvsfiI8ixRC3BJdTvB6UKmPgEkidP+eiAaCEzHu/h93T7hJMMiMnHKou9woCtiLfI7zY8JsBy9S7wD8UI08BGEy3vho861Atz7upg8ckM4SA3GswDlvwUwLeZQo21X6KX8nO6p4BIcm7z/at0dAry+Yc4hIf3FcA1hr+wQl04+IS+HWpvdZ1hgBz31QYx7NTeZv9mhX1V5g85mjxAKKekHXTXPD0VmUlwNJ9YWsSeDLiNUlUjC8Stc/cTSGOB49h43l0doJXkCyE7eSCTFPAOcX9sf7cgM6qWPkNxd0CZpLCDlZ1f004xUFHQtxCNh1zHWjBnKwQGl1tfdukVfpwwjJmt7Y7Codsub5fl/voraapf42I/gpTnaMG5IhdC7Xvx9bxTSTly5Br6Zx6h3Cz9dG7TxA3rsw/RyNLDFtAJ/5LQYU132kckdpzrx8yILQt0QkR+wS6H4M551kovzF0glT0TMjIJpht2wOV7bt5VdXdk6X/wJwSl3I/d3y+5srMWMhJ+qKcl3RIC9Wbo72I49ByW/clt2DUIvhIMD/8RvBB9g3+4uBdz914e2BFI/1Su/1h2ueRSm/lxuN6a+0cIa7A2Cgq88jzMh6oQDpHc0i8KjW55ZBqSsIeeKIYxK4X7TTCyJKqn8JTkDz5+3EJeUQWYT2dbgOLCmrgpQgvXnuqX2pDoNW3zFE9WD/TYV1ZvcFYcLa7CEoyR7g0VCs3BjGieOFDhSKXwkod/2IikDuQAxMgm99mK3XioD0rYk2d/9AQv6ylMyaqh/nFexJwT4jJeDP5NoAmEZx6cZrvSsd5txukwgxBgctJ/2X55pR1d4rAitJpjCT0C3uBKA1JMpdh1bwN3fEsYzhudY+F6hMPLKG4WRNv2qIq7n7wLVkaXbavpOiAb2yHgez0fxO82iMXpHs6KWy0mPmqVE2+lPAwm/RicSZ8TAJCewEJb/S2v1kwKhm9XAdHuWumY/oIADr0loK8/vGYAAAAPchAFU4AJAA3F8mAAAEpTkwj/pZSLxbfANiOApyzxMUBvVX9NBDdwJOUClCZRsZ//ZG1URh1QnvTae+yxBHzcdOQO0dDN0grW+5hLGs6GIUCNywAy1ev9rkSWwKY7UqDwkckW2EzxjMEmaIwnmBO7Ec1KbRz6aAspeSSm88uUEIPeZKM4odd6fI2MWUqxRpfUkUM/qzQx+mqdCt9bJI5+dWoZo02VYg3za96s++8OqYGfYJNp0rJxJ5WFnNZEIB3opBVgkN8JN/yUlf4nmeYuGsqdi6oFAkQ5jXsJWmogdFuB0CMBgk0edp5Ef16R4mY2M41XtlrpfAAAAAGyHgAmADkXZCYAAASlOTCP/6WAB567L6BuAMngAAAO8hAeOACYAORdkJgAABKU5MI/9oT+Ba/6wmWq2hztMc5xCFFkTnK7jYvM6wxsr5wPpWYemPY/kT3bm4eDymVD4ieW7EnsWNi/DBPBV2Qc93X53vEsBSEpH5kU81fHp94NUTQz2uVVXvcunU7MW8KzeriPWG5SmFanMB6T3KP4j8ES0ioFd+Zmu9yw5c+hUrJhE4CepaglX71zaQSWS0c80+s1xQmTtvbsjWIPP355ARV72Nf6IDj3Q8HXn1XmU5pA01BbdCbBzgYm1N+FM5BNO1W8978yG/wf67JBehOIPrdcEQL4N2aekMybj2K/+fNgAABswhAPDgAmADkXZCYAAASlOTCP/6WPkLZdWioj2Qri6iJK0VarFIJg5iilB3giMkUscHb/NJV3hwCb7OyalumFmLUJDn1BSaqeETKSlz+kSKRwg8S+rwL9pERX5CD+BNQti3BqIkRxCxzpJtDwfl7qZVLflRWLXT2+z6QH97mplYIpOdxN4Q52Eogo5cccDpyYGauHtdz7gj4q4U0ILOOU3fMuVLj5A9sTuhtccACKoTwkozuMSRH8Mx+qLbdCHj0nbBwgMsB7hOF/Dcnr3QnMkVr8aesr1fAAgQ+CaWIgnL6XKc2Jd0tsqIZVigfBpsTorrEENeXXqpCZKPF9I2xoohxY0s6QUc0tolwnWMfHNTKdTOslTXuwvF773ZhaSoeU1EaxXdAz06MUyYDUtlJv/wn0VVobCxmmXVGxSaJRCoBsanLs/l5WYmjLH6liL/4iweCjYhrtR0+2nh5b8D40hkKsJtlwoYHcb6uLtlc4PR4YAE6IQI8YEr79kSsxFDI8EK/9rxxuJKYYn7PaRRkTaMVRsCLD0DtB87wyJAApA5TNKLehyd2Xc1Qohx3FrVO2imR/Ip8uOdxnq7dBctpJ+b03U4YRvJPEABgr12RP53zdqb4hx2rGPTm4AJCw4qZ36UCMltmKveyWs7Us86IUDALYyuCuEVGj+YDzqGktvu5E69c75tAaQKzTm0Sx8KpSJwjU0zCoLcRBm5hf9VnVFzTaiYKkyLKT/YtHN8WNNz0T+OqnmAgDFPfwn+H5rJ1Vwyd8LpR8pYt38xfShGdlVQCOiTVDgK/AXzxhFJ46sy8Je0+wpwx1NerW7QflZ+g48ogcukETUg6tKu+Bw0ZFFXsRZ2c6ntHU7X2V7etoHoHHrQzr9WnAnb+lxGV08mEB93cmOB5HVYcsvgb8OWP9I4ZLClAODDAy4/rFSa0eWK2RRL5j6CG1U7haqJK6c8IgxUUu9c1jVtSv6VnPgKsSEz3848ngl1WK2U18slHZjrAb2nn6NOV+C1xHLg7/WGfLeRZqy3aYK4qNHSzsfPw4JwzooFZDKtcJNs+XjCti7bKCsCMD3+c95jk22qDYUtfzOrXlu/N2yMN+Sc2bTcQe+l23lfMCiKLp4Qxj63n9wukkeJiiBjlXL6znjkLrmZCbSI2ewk28e51nCQon+4bdhJkJYxs3pcroXydxfrIn6yEnQFcM/2kuagiI6sn84vLvIEGqaU2cMU9U23SDL2ZtE6Irel9ANM4aQtQYVDojA4XVOYFxFhFbY47pw0HhaqJ7QAenZGqv3YVjlK3/6dweBeui9faW/YqGa1nz4BUVXwlJR7tApQ6PSYdQzyLgx2sba3DHLA4zQM4QPjIMweY9WV/PTbtz9sql70VEpSn52yix9SoKxe45Ui5ag/t3N3XPVOGmTeWzju5LyqMei7VEyDda97rMOK/Ha2BRL1eh40ht+zDGKjUtVT2c1md3nCAqLlqopgOt+74p2mHhKX2SYMgQg5u31LAcpYoU2izaZyti1pVORfr69gzn4nupzsXkzDdwzg37evWcNqzdnUGpfLPemSTh7s7+iOyr9PFbCfgPUpNeelgEdM2jToEtTwoRE28ZA/rcMdSXTkaZtStRcqiZXMiugeB7U5sSmJWn9sskVOALSW9JaoA5SSOTOHbEjacxS0I4yXCBCzU75KMjmcxUjTTGOKwclPx4b3CuSWy29YBNuoFnzAh47C+NIm+c/4sjA6pCTxMUJG9yEkcsvNh7LBCAG1VI9ntZSn8plhrYWGh3yLoq4+sUbVXcBTAKGD5jawYO+feCBAIBBgij+xf1ozGs7g9svVBixR3WnlHROVEmU85wGnjSrXEi5JiyE74s8moH6BUAQrS7n7pV6+LowonQEyezqwL73zzsw/LvnxyJylcqSFh/lGTqcWmVYIqyPY4HR61yRgivm1hxICqScyZYdxrDUkrcfnIpBQ+iPcnIzaeWM2kQ3vrdGO+Xab21XlS70+jBDBuE3xU7iLCVWspgQTgAf/PCXW+PHuFUd4EEjV51bCHKTaa77FcnBEv9lBqdJLe/hJmZPgsynfXr148PPfebmVvYYvmnfidX+WA6Kht/gaN3QYQNXd46utGlQAfrZeD3QGfBRdUao+7PKaTFqnf2DLksJ5RFLKfkI+MFewYnxPlK36x/48GDiziEoN5CExJyOCwIp8B1iEXF0af2PiiI6ehX7c/rUXh+FIugKmWEJeOdZZHWjyac/EVTFtVTwSnoL9haUeznRcwHvR6+ZzXzAdnYBnTH/jGHIV1kAwzxD44YbCggIBfLOQDnQjB3eeeLiLx2wAAAAZIQBaOACYAORdkJgAABKU5MI/+lgAJelFVgAAABIB4AKAA7F2QmAAAEI/+lgAFDgAAAAUAQGTgAoADsXZCYAAAQj/+lgABy4AAAFEAQDc4AKAA7F2QmAAAEI/+lgAIgA4g5GWii3DqK9Ng/R9+48v3Wn5jjnahDpRc+kOdb1xZMwESI00ECYOJEWMrWz2ZcDthHpmeLKMzf4twZvIQs9PF1ij2/sTtB2NNN62bBcNbPGMu1qIqeMzaY95EDTQn3PmHCL4ciwsuYTtNhYNo0h+cNt7Vm3U1PXnrBI6R9MZnf2BNsNxk4BOirlTVaQNTRFwJZJxEoYnrhxcamShHfwrwj147PbMfIejbu7/jvhGsnhca+E9b8dzYfIKQKqpeOPbJKd7CkgzZ7V3YBt7KffU911yHRAnAbehAVDK3F7joUfaEqC3VZMK1htbDm2XRVLlZLzsBOhUnR1sv2D0MXzEwGahQGByfnNLOe1sqGsO7GGAld2hNbJ3MvSFNDV7pRk5yrcpdFZYfW6KDzJt7H8+AAADDwEAVTgAoADsXZCYAAAQj/pZREHIHRrMpVbbJy7tt2iMgSU2DFeqM3PH3Z6elT+yWiLY0KEnlZ5uVjOfbMFhxPj4HEEWnIfS7OHlmEooCJdx38jsSKWgviL4VmHCg0HBJGJccw/UC/pLYoOJ23R3anHVHx3i01AtgAXE0+nvoEJXSTppiJQR9tK8aWIwrbiLBXyr2vvEdAv0wDWz4jpYpUSftZs90uF2ne7EBiNzC4v4nkTxqcdd9u6d5LPTFVJQXKu2f0Ckzr47u4Y3iCOEryds8C0DHEnoc0GsIJURnY6YaOyh82LIckjd+obaPJ3aWuMPM6OC8luGXbBf1ugMx4K302m5mN7pVBcdHgy3VhHVubRubKbQMbkXsNQUDZIRUaFR+V7wHB4pjh3Cfm8asxtbyR5oTchirNWZAjMnwjCmYqtxOAwEOMvqvR9kcdyjEHnhNuS/tfcZG7//jpjC75Xv4aR9I28+s8G4eHiDKCpmisuFd2yBmSuRq5yhLRxneCDIxJs6+cg/2UrC0XzAKOKWxiAfQx6OAXNLA8ebMG3Gc2D/NpKKWXCZv1OWNooQ/B4/lwRo+pMPnSOXVJM88rwVboxpsifxflGdR1sLof6cN7/VrXTmP8e/KUe8OA768IHrWfXjqxRx1SPkrri8Lcl7q1B82iHNONOAD9M34Q2sHgUdCNtO36WkmAAnoeFbv0RCpcyQn9okpqucbdma9Ps+312BhzDLxloj9t12OXb0VlAVAhQtSQjodqCJBLhuCRWRsAlDi7wTkj9zNvg950QDVdgPxcOZVfHCtdF3S/n1j9QnFMoj21W2Ok6U1c7QxjYahGKVOp5l3AaoWJ6zm1UBWg/avSuWCK9eb3e6VRa2IqXWtYN8oom1cAzjsSTHMiJVB0bhBHBVNCpunsofz79krxGTHJCC9wK6dUUFJtF3lCALBAmjeSM9oUZ2CWknMafUVm/GVFKc3rLUwxWN83or+/06eH1I2ONkyPTAsVMDB5bXWYOeH/mQVr9taiTuiB97B/dF6l6ZWobvzputbgAAABIB4AKAA9F2QmAAAEI/+lgAFDgAAAAUAQGTgAoAD0XZCYAAAQj/+lgABy4AAAFEAQDc4AKAA9F2QmAAAEI/+lgAIgA4g5GWii3DqK9Ng/R9+48v3Wn5jjnahDpRc+kOdb1xZMwESI00ECYOJEWMrWz2ZcDthHpmeLKMzf4twZvIQs9PF1ij2/sTtB2NNN62bBcNbPGMu1qIqeMzaY95EDTQn3PmHCL4ciwsuYTtNhYNo0h+cNt7Vm3U1PXnrBI6R9MZnf2BNsNxk4BOirlTVaQNTRFwJZJxEoYnrhxcamShHfwrwj147PbMfIejbu7/jvhGsnhca+E9b8dzYfIKQKqpeOPbJKd7CkgzZ7V3YBt7KffU911yHRAnAbehAVDK3F7joUfaEqC3VZMK1htbDm2XRVLlZLzsBOhUnR1sv2D0MXzEwGahQGByfnNLOe1sqGsO7GGAld2hNbJ3MvSFNDV7pRk5yrcpdFZYfW6KDzJt7H8+AAADDwEAVTgAoAD0XZCYAAAQj/pZREHIHRrMpVbbJy7tt2iMgSU2DFeqM3PH3Z6elT+yWiLY0KEnlZ5uVjOfbMFhxPj4HEEWnIfS7OHlmEooCJdx38jsSKWgviL4VmHCg0HBJGJccw/UC/pLYoOJ23R3anHVHx3i01AtgAXE0+nvoEJXSTppiJQR9tK8aWIwrbiLBXyr2vvEdAv0wDWz4jpYpUSftZs90uF2ne7EBiNzC4v4nkTxqcdd9u6d5LPTFVJQXKu2f0Ckzr47u4Y3iCOEryds8C0DHEnoc0GsIJURnY6YaOyh82LIckjd+obaPJ3aWuMPM6OC8luGXbBf1ugMx4K302m5mN7pVBcdHgy3VhHVubRubKbQMbkXsNQUDZIRUaFR+V7wHB4pjh3Cfm8asxtbyR5oTchirNWZAjMnwjCmYqtxOAwEOMvqvR9kcdyjEHnhNuS/tfcZG7//jpjC75Xv4aR9I28+s8G4eHiDKCpmisuFd2yBmSuRq5yhLRxneCDIxJs6+cg/2UrC0XzAKOKWxiAfQx6OAXNLA8ebMG3Gc2D/NpKKWXCZv1OWNooQ/B4/lwRo+pMPnSOXVJM88rwVboxpsifxflGdR1sLof6cN7/VrXTmP8e/KUe8OA768IHrWfXjqxRx1SPkrri8Lcl7q1B82iHNONOAD9M34Q2sHgUdCNtO36WkmAAnoeFbv0RCpcyQn9okpqucbdma9Ps+312BhzDLxloj9t12OXb0VlAVAhQtSQjodqCJBLhuCRWRsAlDi7wTkj9zNvg950QDVdgPxcOZVfHCtdF3S/n1j9QnFMoj21W2Ok6U1c7QxjYahGKVOp5l3AaoWJ6zm1UBWg/avSuWCK9eb3e6VRa2IqXWtYN8oom1cAzjsSTHMiJVB0bhBHBVNCpunsofz79krxGTHJCC9wK6dUUFJtF3lCALBAmjeSM9oUZ2CWknMafUVm/GVFKc3rLUwxWN83or+/06eH1I2ONkyPTAsVMDB5bXWYOeH/mQVr9taiTuiB97B/dF6l6ZWobvzputbgAAABNB4AKAA/F7JgAAAwIR//pYABQ4AAAAeUEBk4AKAA/F7JgAAAhH//pYAFkYbokspQHHaEdmxyd3q8XkLL/HvXgini99kwXsPnHEvo5TPiCk7f3pruUalmO66dRhAU4cr/ziP5b4Lhdf+h6cct9Va+uMLUh1H78iy0DmsZoUGmWD9lQnL3/unomjhk9ZoaLriM8AAAewQQDc4AKAA/F7JgAAAwIR/8U5DNrayhva7Mti2Un5WsuLF3qOiep1gmcozmGpM+wF1F9iUTNsvdSmwvNmIMS2m5bNTnFMB/dbN05B7XQtkajwDRmpwSdFHBthUoUYWsRspdOvOdP69bW9J1yw6cbI8nral+ZmQ2Os6Qod/ItMYrOcYYz19KSg59r8Pv0HZJYpah67nLVq2nhMNnRg8e9b3JYPk+dh5NW4khjsP8Ss3DBzf5qkrfNPp4lmJpx0OdGM9kIcyEAdVWeAnwPXnWTsKOngH3/a9Z4gXywzal2vyIGRSP2AwLNeMS0c/Ft97E0EEFbdnah5Zg9BOK9IT98RbIBB/8hrF5Q7HAqSiNTVmSRcKQiihLYUpxyV/71485abNTOrXKxBxppIGd5gIOv1SpwmLsYF035U+hepRGVs6W1Gv27cDdLhaQDJYdH/g1QHv4NAYd7DmCErqjeTZhzP+YsGIJtx50BLhBYeau/nTJRfv8zNsM2aG3OmP/KwueUNHBoEMD/4ZeGaVLe19693USqXs+7oXu6WfSubpQAt76pCHGaFqjog746KP0UoBT66wjnBMaEgviOCfX1Gt6VkUdTgjmysFSjJaMyUmrpF8ESkF+UV3qtwOE5MxZemGPvfPTOEff270EgR2bEztX6oqNi5Yzmq/2JxQcKMDqEEqNM3uyZSztbDp8hmW+I/UmvG/wa4AHhvQORlOkCHGsggnWLkYPkJsp8oOSg6xVx0VmB+GhiqSWUugQ9IpIDHuL1PwIiZ8iYLYUp7zMUK0yPOK7V+mxUfVR6ebuYiCpiH8AaxJBqshMch4d8rEhvLZzvUogE4ljau8RMIHR+42A1i64puh2XFJp76LnIi/c8J5HJPqa9BNsUPYDC11p/djmPU2DvTAXVELTBCGYfq8Pwzp7jbZLp3Iix3ia6ic+xn5QnqOUXUqHi02j/O+eotgh2bP6IvAeMKv+8Ah2spYikmI1jb29tVH/iSl5rk7N82vQ6qsGfswSNgbr5J6yCZI//koRNHFwM7TkJ6jgA5c5Vp3dw6B8tjxkb4+79RbIAhrIigD2KLIT0GHT1jP9hMKKcK9ySTvXurUqBXRYMiZ8HQfbLmH75+P/WaKYK4Ia4ljDZV4DrIB6rhphiZk0JOhtNKGmnRaGpwt0vGlKON1xwLtIiJhYq6DSJtcCANEQi3F5NId6AbY2jqjkFFuU0JlMjdrUR0CLBPznhy4DvzpsTKpFl1tPzmlJMI9PehWMZsK9Up47v0OvWyMDgTfVE6rymsXHqiw7pSwzTWyGxuDc+WR/Y3FSY7a+Cup6utP9M2ZuqHNegMEkaaIqAq3KT72sI56l32nsUp0Ol15VBk4KiarFvcEdVS7hD4S0r+1CcVimRFnfZIzSevNtuWqOUGcbLhTP2eovi6JEOpphOrNM7IHy/WW9GbYDS8bEdNcLbJWn71S2sfklrGbR7QAeXruzZR2HAFL8a75a8H6b4UsV9GR/usVNuKRKSgroMiXF4HzZQ2tFgLcU88ia7wG1nRhbOGjcT5Ic+l8IVDZ0mb5QBny3fx3A7SLwUB1Smpba+HpADRo+z5ulqkmG9Uanz9iASpxrkXh2wJJsXxPRgnXekfF113lkcw822dZvrFUzEJq/efwEub4rkmLC1zJrn71Qepra1G2cQf+4mFlNeyUcqpGV5zac3pZmdTh2z/qw3p9nrOVpqyy0YiTYtJi+mvxn1IjHkeoWv7yv7jiDIFhfo869qmmxMGnCjoJCflhCVZx7+uqlHdBnGg4eeA0rD6LbC7+DjH8/xXW1hQuYBIADw+zAwDWQvPvBkse96DVGB+9B9itW4XvY5EKX+R3SUfFCrCAb4tQaVHawVvl7hd+gPqHvVgubwu/YjQpiSrsw/Ukkt2n/iZTh+/J5MnpzpluPaBlUdHy4jblPygrg3Q2HTE9V1RHIh6YOdihPkD5BeRljExtG+gvHqpEPyTlM6EL2u7/qEIvYAmLr2GxKeH70qMvhS4hd830h59hbU94gMMPqkAbZHzNM1HzNGq+t5AY+fvy/APsTsI0A/rRxhZdPJuhTqIaEAOeSFZZZU2p9p8d3LncPVQSMnSxuA4XZFP9Q6xtsL5lS85LIjYw+sO0oyiFG8Yz1LISqWgJZhiHiQacRlbSYfUzS++uvgkbI4d3RgeORPMYYMgvTrf9p7ANjfR5M5Tcqp/Cew/xSlSR/hVwvnPzzmwnsFAAMP4K4tRoN0WjtykpfnuJW9LDHfustNhraTZvAusyfcffls3dDIDx0FChGsjgEkuiKs2j05ZcUFifzDANqU8OoV2oiGWqVzCCox649W8PBgQ2VsQ4ofsdrYgiuLuJRENmvpVgPPWuw6RbUKus3be/YLCpiMkaF/64FTkf/VUfPGwN36wvkl5KCxjafpaJcu9slAUSVjasoOdWE/6VP6zoE9tL9lLJ3g5bylknUlS49JdsuRrlLuZhIne5HLN44vldI8Pb55f0RCIwxuxrKgrDCg9//WrjX3+QJXYofpL2B9lDXL9/yrue3CAXv1K7j/IvbqocmcKSJG4JvbyryqtAMH91522xnv+N61XVR6yFmSy1HF3OkhpO+xNDgTANYphj9TlfNvlVOOAAAAA60EAVTgAoAD8XsmAAACEf/pZr4eb9+tb+ud4OzKa2A3Rz09wwBpPBZFynblkF8kKmdtXrDV0B2w1Is/pyRuqsJHWduuuwXmrf8ixWlgMKgawCedYjUfZhbrlVu57VjfMo6qIPAqz0wCvttVaiShA0laW89yVoCWMmyJMoZVwkTL9uFuSt7xehSpWAB2B0Ke3TC/rf5AHBZsIj/uLCW9ldnsCsxNQ/3Yw0ppUzFZw5lEOpf/3H/DzFmhta3S1bjc3I+oe2RqMKjfDtQ5sV0tmjZeIUQHouA6CuwjQwZLNRbKiuQLntpb4yTks3WwAAAAUIeACoAQRfJgAABKU5MI/+lgABy4AAAAsIQHjgAqAEEXyYAAASlOTCP/6WAB9PGQ8bM3VLjqVQu+inMNu2GhxqJBZL4AAAAPgIQDw4AKgBBF8mAAAEpTkwj/6WLvyTQd52JRvUbtzTZsI4ZLTxX0FAAoMYHoGVC8gKbl3XiyzEQt5jL4UXCSBxBzyVZZafbEk2VNlMq4FV6d6I5ddLVZiMdRhTrTth1gEP6bTyItF5qfUR+g4AIOZsTR76SrOFfRenWK9z5OsenPYi6/AhPoDDnM2zIlP2j+RIU/fg5EimP4amW9GMUgJjRKw8IOxExLhk5G+Q0WNyDgsrCC2qmQtW5Rve9SFW+8EIOsMhzeQXXbVDdMYZzukmO7ACtmHmUxhdQg6TV07ePe8cg59vja39r3V7P4FOxwSIGhtzGJEkN60aikR01ZzeTtu3W448dcuqbU2JqGNdnEvKBgYdYBik3H6FGb40iUT7iZQxibtWYf9KHmEx4Zbf+fPy/mleVQ73UthBkncWkr5tBU3YbwOxMQGq+yLmNrifXyleGAgJwidz0c+Bd6jWZ1jMNvtOu/Fv16tOvlEHNovYhYvaAkHR1sdyHNjgmsZ9bLUfOvDzijLrbX58Yq9vT7z1UKoAb879h72vPErridndYUuxwJveC8GKITBiJy0fMQ8IbPsVvhSpNgNfhO/NXLI1rdAsl0Q9VutuYM4I0oABF2EU2YpzNSpJsyXQLuzp/r0cfcm9uW9QsCu8VKyccYz2IAj5/IsHG1iRCUizVFUpmAnE4zR4IJtBp4tbmBvXis13Z5W1J+0AnNetS4BoirgLprteB8jmVgbaVFAh6RewIs3p9gL4tv/kvkBK0ZbhyM57iFBFoT3fl/XzOtobAR0REmG/9iCz9gKCeaN0J3AYB26/mK3o1v8Vesj0nxDevvz/+rgdq2Fiv26MlPFEP99OB/AxI3FKNXlLPshF9QV/oPhX2OLukvnPsJwhyPG6jJ47SKIZSe+2N3FJ+7JW7VFbLUIO96t9UM1QX98xCWiyDkgbYg7WTleWItmbXRSI1bg5Eo39Mzh0OkzeF7aVKTCsRlGUMl3Mzdw6ECkXelhHWI7dOwkeABYPBUbvG0R94WDIIVXzeYKcEjDfqpgFduEfL1NKzuW3f0nPc0ACtvOCpEOtXUGNgeWN47j9gbVDZYZ+XinpoyIG/aGFJiY44mxvLsNakFAjzM/jOSW5tkwfui7jry6sJwPCWs8vLozBZYUSNl7RBYWhpLnJ4CvnIo1yRxRXySlAM6ZorRMzucZKYXFp/TY/PZm4iW8Ie5m/vr7a9wPsX6tVy+omxQFboJ3+XVnuQALUT2yKnbDkfaWJCgpt3T6OygsECTELCMnSjEJL4B1gzbgQYcJs90Jkk+sFTam88UijUk8rtAezLAAAAFmIQBaOACoAQRfJgAABKU5MI/6WnWHmLa1iijrjl/BSEVCt1OM7lVAavQ7b/UUo8SNvMUoc3whT3mGZ83Er0fuoItqbKk2UOoYK04v49lN4RmaptkSv6EFspAKvULFcf/U/f5pk5Fn5M0WDllrWpvP0OvOkdUNkaZjRbTHzwIBHJ5tQew95BViPQXAfC1Ymn6cK/xA/C1bHXOtoTktaoq4WGNY9G/XNazQ/fd3OkYtHFYT0qpiU3YwbfW4phMZNjIBJBPd4xdeW6dkU4UcXrRkt/wCCNFtDNEi1MInBvq94ZUMRa1HWaKLuCiLHE+p+PtogQg8o/8iAi+Tw5Yy40snFIxrFxIuj66zgcCriVrZh8L+Vhvx/RSnRctX/PWP5CCoMRKDSpn7OCi7DFNYjturu980AWOKeb6i+Nh+aw2xTWOHJEfmXa2d2+kD3hoOVqx0yYzyC1paniQCfAQjGe+ZrcX4BNNl5wAAABUh4ALABDF2QmAAAEpTkwj/+lgAFDgAAABbIQGTgAsAEMXZCYAAASlOTCP/+lgAWRg+lVLfID93ocINT38SajJHeaCs9q0P7N13WTnYuSs2fW0TEYTCugf9l+8/QgrorSxu5/7dtMhrm/vea87pkaV+1ZbHVgAAAU8hANzgAsAEMXZCYAAASlOTCP/6WLh2Eoh+GP3GRzoI36rF/GmAiD2qYm87PyFsO5/Bf+hlr8IJpJtXrUbL83qVF/wSndXbjEy5G4XJmDlrY0ZrGHbu+Dbq6xtGMB5W708y0brLHKjuWsVaIAej4wL+WOTT5DI7iAdQeZpgRmwkuRb9ow1EuNxHU8l1yU9+mVmZn2csuBUixUw9tgm8CleL+FZq8jVUq0JamGmS8/Cwy8jVPZB5MCVHKOrtkGv409kKYrYl465imKHLiSiPq56koMHYwludPl1jsGqFpXJ3r12S5S8gKDdsTnX7Lc98gkmIi7RwarDyS9Z5f3m54jxHv6+cQ8lNajP20zKvLM+SaGusobt4LI04VTW/xGd5OfHDCBUVQXsui1AMy8o70JZnQomOwBR1SUWz5vGyqVOQbVwuSdDvetdIUZ18NtFxeAAABDIhAFU4ALABDF2QmAAAEpTkwj9ohzhL3E7iLW/uAz2GikfyJaiy8ggX6kE6ilb4MdYR05Sxv4A+8RpcX1MrokNFUPg6svDz1YfZibkmvvTvJ1hxrf0zvp18bl18wZT6oaECZBmt93U10gtHk1YGMwr7042FXJt4l9voF/ii/J8OqCJM4ZP4A1G3uxF/WMoBtg1R5koYwY1XzEJCzbhpVLtYu4K4vxiCQCP1eVUAVPLriENGkMlRwqSsYSt9vlNLO4X2vNqJzPUlalp6dtuPOZB8sNrBpAuFMinGUxGHqc0VuCHRJ4PT992aL5XmEJEsHkfrOm5odAeuGEiiwOk4OcDQEjyARL3CujF++Cq1jWQwihPbB9yc3eltyTbN+NKIAFdnWep9B9UZVQZIr5QV1omusQp3vVAWMBOcWfwD5Umy4nURP5lk2QbydKJQDhD/WKRdwBckQpfbWb2jUwfXVRzMIqBHyQMdYCvXgQ7Q5KO+ZBzhkAGI1PNnwukDL02fBHUaTTPcOrUmITTsfjl33GY3P23VOFi3F7QvTmUbxJkhugQZ/0UIuWjauvXIW7/CFataL8MPy1/pBbfyinLxkdM28RH9rPBA2X52BvByYJ/aw600fm1if9BRizU1BdM/vbIRxfW3vrrOnUXlrayKgkod18B1IxbY8HD9znmkL+r1ARcJfXLTYzyj21t4bHDv0dvVZGyHt/xoGeVAKl/2sCpsEODNVZbXnMq2f4MDz+XkUsFA1vuh/tCleiKCP2fr6NEEWxIemMr7Le1h6fpN92Luuss1LuMbin4mTnaYzTMER0We3dzzwIcW5ZPMtvcueV1AHxlfOE+dDZzOrQnLkSdN8vmT6Zj5P0V9QpDY2j69q9QKeLRTwDCPhIhGAUsEzMKoXB/+f2IM2poT7uQJJfyETrrK7O2f8subQbFdSB3tbdfZhvqgqcNYFvwdw+ru159HDY3p9Yinmkzn7g/H1Wdxv1Q8+yuYQDDNGDSs3ZgobY0JtOcigneUQviKiuZertGYgBU0jGAielqOmmuz3ADust+XtQNihs129OgU099xryDPlDl+qdhwzhj5BpKvdLP1MOioLHexlL0ySVl/j/Kw6ROU3naxfvlXmLXM/i2NWYqnKlRb8DKntafBaYryxD8KsJJggbCrH4kuUKtM0GPDFWn1gpGX9hbkLPTJbl2dTJq5+9eVVwUyChQ/i9LLN3y1WcU/7RiDx7Q3eg5KUYHeHYo6zYkbb2EV4Q3YYpyXG9dBID4RgZjw0KM+zhOTEipognYXriRQyvMVXbm/w+xXec8MJXpDaWirEcPp5bURFImXOeXG4JKF7EVF9usfAK8+PbD6+FCZUBwDrmVUiAjh9HXKwN8udE6ulgqyX+Yk8dqioqgCE2lsjbm6gnYU2yHexqyVvh4BS1d6ECf0I91oM/AAAAATQeAC4ARReyYAAAMCEf/6WAAHLgAAALJBAeOAC4ARReyYAAAIR//6WADzy6IpJdVaXy/Y0LQtyOCiXMTPFXzkgA4a9/1a8AXXTfo6zR/SyS80+aey0p5mpKhBTj/cQ9hDjwEWfnHQg6oZWBh6oOs0MqgzRi0iALiJ8tLuY+VNAhAdQLnARWoe6tzaGSVj//95pRGR6FVzDZ91lOWsZjYphWWUYuGvjJFSbhcKo8Lwpw+AiZNN7Cmw9nWGMm0LyMaRvez9MXqp/PS4AAADZ0EA8OAC4ARReyYAAAMCEf/6WLL2Ojw1LhGJwnnB3avcjP07V0sX+L88+aixUlcrtl7uBwBg8bX8xzT8tjkkQAp4MSj0ZgB/2F5Q8l24EAGcnfO5UOXtGbt5iyqIvKuLdVZj3BiSewLOBoDY26mLSnskV/iR6KbwpB0xamg0qtHPlCKfzGrqSSr12Fp5xxoGB+6Ojn/lOZA7LCECEangu7oIDKX3Bhn0YXtMWGKbFUkDUvu/U5TN7RmOHKa5TwzDN/pky2K33kZhG7P8ulVIF89k28YLJMNbNl+hDGGw3XbZfieQbNAnkrZ8HSzElVQFd6AaLJwnN3ID02Glj11J27yFfV/q0MfRSerYGzqPpl5Q7g5UJutIX7CCCwfGVZ+mW27gF+PhC1EyoayLVxtKVpSXJgmGme0GBMwZUodxtEFiJaDTzIdKluQDqVwPdt/tDMBOEKbZMZ+ztccOZXqwmlIjVl9Z/Jj+RQ4rMp9qzlePEtoWKkItdJNlyWWO+VL8qHvOCcnze6fztzDXp2MozU0wYV0bCCSML2lO1uy/YH0PoU+ulbyMZad/+InA+7wCSlpLd3lvDSkDGHpFEyk4opzPsEte/smvcNTadBy3czkcjqOpjVRUVvWHj/uy2he6CAkhIWYvDAjwXUgJF4uUKEyXu4bkieHs6F5ilLhPhmEfERHu8iBEbZPwAKG4ASzj7uVGM7QfwTlxSbXDmUGpDZiaanVh0p2Iyvy/pBN2TtldhQOVtsnivtMbB0YUBwiWj5rVmVUIJapCRQcUJD5Z+zrEUaHD8MmMWQbUdoF3E5L5PuflPAmq2Si4koy1/hGhpY7/bU/BxUYfvT6USQImoHozpaT3aunfvL3/ae4Zs2Fobqt5U7jbwZJg8nMttJWLLauZbYsrIVlQ3Vwdz22mg5UkTql0q/YepN5j15kq83p1FX5uYqcjKm2ZcNEAi55e6q4akXkRtgukf76jl6SV/+crmZDZ9OEKV+0YGJEV+rNhjq7cY3yL1gR6+MUpjtyFKIf7k/DdfAxq5kcEJuGwxYfaE4dWfwq+K22TyxPdNSAWaA6QNdM8gGUyOkbWLw2zSs1zDb5/bHfhXVVPzZHmxzGeVZoWWG0kaZvMmXLHP1YBjDCAw4y99jgmyFCha7igUeUfqfxZpYAAAAmaQQBaOAC4ARReyYAAAIR/+lqLBFEAT3+Hz/37oipVMToeDYu0joPRT+5NkcvQ6Yfmn8UDnXaHXsx9YRVO8MZSS0QqSP+vdGOCFYHcX0E7jdmmd8+pp0xKpvcpETnHbAov0ForoLZgRaDkb//ASNtPIBcVEkK07YimNIrXbHoK96LgSXJLLbquIB09ZMxDt20yF4R9AO93aEMZQtmOazlXnoKMXoUHOLQ7PhqMUaxjhvlsy5Jcody5zRaDiOIa4nbWhYXrlhWp2pZsMI7msYls6EiH7fNMBzrOjqNuTM41vzF+FMH17jzzvFAsHcSB2Dxkc8Pl3mKw9KBLjaVCvzx1OOf2ejTj9fz5/HfYwIFKsGnoKqehF7AINX5gSlazo5QF5OHjmjY2atCHn/rxElJxOORiLs/pML6W6Mue+2Fnqar+RwsjB4V1oPLCfjqzFKLjzwxJfcCUwD/K6BfiPvoOusa/Z2ni+Jb2xHx7Qm5syTtKQSJQ65+dx2ZYMHzjPnCo7yKEPV81LVfGsG3hxLSqqW1ljfVyQPyfsEjSZKBRHWXAkNGD/ukDfARefENiY6u6jFbXmJtnIxoPr2D28XYNpsLJ4UjUXu3d/bzTftOEXq9fhCgTEwMnCxSiCfFhgDAQSKdgF04K4McdRdBcRH/0jmXw/4XUJjJS/lWQKHBAqi/WY5HRcR9Dqw7WCl2dpmKWI4/XftvkkOyafvcyh4C11jNf7ly5B14ihartGVsH1TSgOugcTMcl0/wtZo0HtO24ePsit9pEU6lVvJxns/ZyyBuHCYX+7zBrmooA6Z/npLOCk52CvdnmBqIJq8YvIMslt/4/cndHldjoLy5huEp/aDHU1IlQoEctxwyoo7mf/SDPY1w9l9YVzTbu625cV+g5U/P2S6RCLQntdbvGnXCuIPZytwEYZhkUlp2lZA7HFdeC5nE6QnS5tL0oS66wYttpSi852N63BZncnm+VYpmS445vX0YqcTvPFCK0yD+Q6RlCZIsgjPdUq3JCHzVQ7UVETk2b5rjDp+ndK7FEHcpcIG0thLXfA9+iorZ8M9C+hRCmSPEPdxKSasHeKvwHXV1sYuGGhQKqHgsGnJfzFIS70eFqY9WeXelBzO0xh/NjaOiZDkb9hnZWfenk5Qwffa2PJ3PWeeUO4hMDSLTqWAXJVBucCmSr1qanEawEPvSt/OAtcDLIBNJI9QGpcWPKd9K04jV0u/BSL57ZdwJ7oFeUOLeBrOIiRZ0AFJCUhSqBCLoQPxoPs2cJjUQlVgg64vUk4Ps5hi+tP4fRfT9Rl85oZAPb0+jarzWt9PmBPE3FInaFt3OmgBzBO4o/muXkeotsdGdVWpNlZQR1vqLm6m47mrIJQTvQDGVt7JYQQBa8LkGZvIlBc0lBY2ntRIPCQgHVd7FqwrBj89eojkCpeQIauIziTyjBNeRzdsjpwgj6EltaNZJRy/U0FgYXGTm4TlsoBwwJceH0J/LJjDuyzRCISuA8XJ2QQAoDZuyyo0AMK5KCygwBNQ28ZfEsB4/4kbHWFMaLfXogN0C9A0PeESyox1dx2+1Sf4hliv3bprAlQOoNr6+yBCpd4W5W0fNzgAz9DqTulzoECpPfYqE1lRX1M1WuRYY5A8rE4Pculjmbn8kO+pO2C41D6yYIZuzCtPZH+PQqXnmL9C+JpNTku12nHiJzBBWxJ+Ix/5gFOVdyxfuLLo/+j4sQi+ZxMl+gKHdYnhWdtaoXdxLXCpiAe24o8kJIi6GZ7221m/uf92lHhlbOdakosLzucaxJ+AYqBNJmFTGOahKfdOV6bVqtAIH65z86gl6LlY3MxUytiIahvKvEPouWB3RDvJmzfZlKOr5q3LZBEaWGanolhb1F+7lq42Pol4x83sdj5HL/lHnXPv9Lb2TQ+mFATP/zFf/uommglfsGGG5u5y8+o32rgq+27oiX/GAhdpVKyivIAHv9J+wc7WwVn/DmCL16oszrzql+xDYVLrUYBgD+B9sz/Ri2R1eeBKacWy/Jcdfei1xlnO4O4AsrsQ2jikGd/WIbNoF2n22mRaN45M2nh+SWYk/F7daFK0l1G4xHsTYspjE8RqOikPg/7g+WtpipGN6WtCx9DbOAIzTr4/riKI22xOgoAdikFcf/5mu9uA04bp1oADao5pnAS08N3UAxJeSyqnTAUnWFvvmDboJudoXxm2DuJCqeeKw8F3VkXUwxVT9Se26UrQG2b7XQBozZwcXb0RVk+B2PTMe5Tt7WjgiBdpiFpPM+HfbEYfH+1MhMGrvda6aWGOKp9U36viiUytVVXhp0Ih/nhmYuTRUs9crEABMkmTJdHmefpX/+apAoL/ZomXy6/XlqPD3x86XxqF3QkAcmwaEoEt5IWxZaUG2XiGd4TItGOBEURnNtz2nGIV63d2qfA/FAlfTKUZOPBCnUNhj2sjOXeOL0K6SxAoXc2XkX1WS8k47t/KRJ4uy51v7FAzInRWnrD1tPyYhDgKONOHkgwwzNElY0ZEBDiMkyb8xJjfrfodGQCdZ8l8KaFP+UvZs/saXjX4d2b8YIAhyZyKSCmK4pgZyMRCAyhdsex6YPVdsG/1UVZaeUEvQd1jWC26IsMvIcVPpK02IqZ6pKIMHbsS0znheexW/b8hGf+j1J8QWq6hx1H+AmtiyKgE2kyslGY3D1ySmUgyBWvs5RevyK7jiuI8EzrZUMOrSUg5VuYiWJbcuumekBtOep2L7kO7dFW46py9JKzZf4eeZ7WE/F3m4JQonFS2pkfjlZv8RqGfYtETJDrigFt7SUCvHFVYCuSaoCwPv7KxHvzXZ8YUHV/Gtzx9w/dhQ7F3cSDbJrPLL7eZ1LSoPr/NKmlOl8NAvKxt1sfGmHPhySTE4ybl7OKKgr202DrHZMAzvvtESIRbkIN7fK2KuXiNcm53HPWL0KcqHQUQsi/yxedG5EJXdlYf9ewq2jey+hFcQD8gmsaBrvIg9P/E4C6TR6XHXro5FOIqFrSkh4MjDfoPfHkbH2nxCnkskcm3/SbpH4i6hUHN7ImoXDzZ3DFA6/G3B5c/pFNK4EeQ6JrNGb75gfaKeNpj7nMvKd9zokA4yYUT3Q/hmciIfpx9N//kJeRjeF/gy8Pe0k5mfNiUYz5gRMr0AhyB4u1fw8HT841RarfGRKNsMWJI/7mF5n6xP62FuIjoixZOwgSALvLDmjBP4mSaJDqjiq1icVO5JppBw8ntbSgZdYRDfPhw6+ECuR9m1Y2IaByb9ITDjIDSOXwDOG2K1IIN0moKpfeEZlgAAAABQh4AMABHF8mAAAEpTkwj/6WAAUOAAAAGghAZOADAARxfJgAABKU5MI//pYAFbXFCX1Dl62DFn8DrTmFC3qMX95TwnJ5WJzAq5qBQJcgDCI81o7S4eSiSxmX9xz5fo2yxXmY8AZbXux0HosgpYmgcxr99LHUr2Q/iZXRRuNyKTreAAAAlchANzgAwAEcXyYAAASlOTCP/pYswILuWVOBvsgrSaPR4fYPqWeBjT66FCaukbePOmLKUhVwJ+4voug9OKvASbi3peFhXDMJlub04goxJyogdcywtHE5Q6S2bPxhQoSiH/VUxVzlaK0UWgAz+Pzh71irFf2jLOmu2wFbHZImjkxlwlYzixkjq8eBb7NpfhXSLdwtkjH4Gjl0lXlmOKRpcfjpaa4wUYSQ4sh99CvGzlmf3VyjCmeYUV+wzRh1F+vol+MeeNhlFquWIQqbUM20A4KsRoNUJk279EjB6fZ+oGgBKyIGalaB6Jc/Wb1+uA1Ut05cJ42EOl+c22HJ/ORXeppV2qTSJRGWkovzFuKJTC8l6xgfZZ1bWZryW/qC8O7WxdheNjMvA5acPqe2ux2a29IJht+tx9Rb9JixodSaBktiJv0vbg4syJpOPZYXZb3m2xRmtRT7/r/Im3Qjs0uSZIpmvaFboSNyJ57vj7BapBCQtriekPQpF6soI2pK/HYKuo81eIz8+HQ21QNYbabVeug0LwLDDaiWH1LfOQxG8MPCuk6vvCjejqHEMNIqLUEN80+b0sw+QmfBH6nV3x5KP+K+1x0SQVyKG1r6qcbKeOHlHueo3VPVeWn8gMTp1xek8pbUlEmnSCfbhkSy9mgwo4QMHeKNOdGSFda9zcPuieEtnOxpJLGbPvCcguESOt2nvVHRusekT0c1fTyPsD9pn11+UYXFH+vqwmrofWDwz0ViswVGvb+wvI0b2LZe1hoGpSjcjuwwuCtyTuvwlEPlzAqSKYnW5lRewAABAshAFU4AMABHF8mAAAEpTkwj/pZSKH2lnaRXsLZcfRW343/DFt98+WZJioTsApVc7zVod5CgbTXTv/izyoR4OBBaVmjNgTqgMoOMRy3ynEGMUJeUBNkKjgKeD7KiWgUh/CS5WtAnF0uuBH3I5wS3gbN5Rn4/5PGqzEZMNQxAk+VkG3eIdFXPQWXLVynxDwJRx4FtJ9Y+mMLXZCaBxS2PJnXuFMFaj1wR9Q2dkbbDZpcYwVyiGJFlZJSh1+HzvDNckfoLtkyPfaP/IAPL9b/88MQo4cGBdFlnuhIO6la5NFev+jJFfIOEbESeb2XL5aln8RANIcqWvokgDowtedv9MbQgxuepytoiOAT9Rm2ydtGaLo9vYBzWVwtpHyalHwhDjQteQCK+ffetcA3XJnUiwtEidghrHMBaQfTQlIJPTl3WpD3a7MeESIIDL+sBFlmcnlTq8Ojqh2+k1Ja09b7ZBUMDH59FlDZ+mYTPhP+VK996m9uUpUFCUJ/uIEILuZ3FJyklGH7X7WysMct3tXSnXWcEr5ERJmQATAegI4NHqbrsonPZd5yUcArN0h+8Mpl0y1Rp02uoOkKxLYh4WBrhSYyY86Az8RSx4ADtTJpW2XzKYSe+X1CiXUuNLiUpwECmURz7tEP6fk6mocPbN7PgM0X1zM3qUDDbA0P/pf9pVIVWNbvN2FPKjAu+EUbcPXxs+kIRY5R3LMUO+z43W1N7/wIdMrLnMRBsguLjrhXJ56m/9xLTnbiQJ2r7+DXHNUaY0Bn0oi8alMsJkztlifVbMlWK161uRNiaUp2ZIJltt8Xl3QEmSuN2Lz/GqFQYqiqHYqCivgyq7n7xydi+/3siwc3qDGkdJuL9YC7B9Wc9yieTjOIE7LRe+vWV6BWNDIc0DL2wuFN3d2KRkDzLAxhKwr+DndJcnDiidmhoMtxT+9pJJCBAaB2yllqzMkD7ZWMhMhkd0WSvwBZMIAOmHMUA4AtH+AUuUcutuQBuG1MJ72SuFm3sMwhi/WjXtwwzBKfr1gLC9sR1wg3X7PiTn0JrrUWdnQPm+4DthPQjwsSo70n/JYxtBtovnRTD7zkOf/wQPgkzCm991RQBSGQ4uRtdVVWpcyHyelIHn8srRAJ9wXI9kC4fJ2lCkox356j8EHECf1TvXI0ojHlApcvT0ycGxZvN96l4H5bBqXQaTeGdCG3GPik3/5rzsZeaSi3woMwLosuxT45wSYsYx5QCszeugZmdZmIqlTB9lJbpihafxW6Ga2ijRyKbWbRF9hWPOvwpsKQW/a0ZtoUMtyHHBu81FiTycyRrBixXOQ60VQgbfKd1ODGH7OnfNcHC7wZS4lwaBjNOSdXuh1bD+o+zfGUhfORFLEXMMC0AFp8M4AAAAATQeADIASReiYAAAMCEf/6WAAHLgAAANVBAeOADIASReiYAAAIR//6WADzzEIFJP9D3fUxLdKdNBCt+unFvx7OaDsax2dkGNFKDzqRlOodnlQVYOocwNbjsmtG/6LJOoZ6BRHh2hm8LiYSIAGxcpU7oXEsQd43qASfsdyqxL40xjG7c6Phw+B42tX6Nh8KDWHYm8kcl80sOT2mwNfrBAGtols+7HRVqgK5lQpjmpN38AvCgi6QMMEpLlWegVVEaS1WzCrT/jfMyrysN67ksA+2LEGTsfFzvQFVPFet6RBe0P3PD4/TKS1iybCIH+MAAALZQQDw4AMgBJF6JgAAAwIR//pYsuWwhI2EYPUqM3QmoykOMErCyQ9cwDKgvpK+AZY1GZBLHHIkE7pCTPDJPB/r5uo588c/Lhb6wgIL7ZtYmdGYjjhnWGx/3104Gya+gG08Wu85tiUPtIDncGLWaSWxXfiJoCgca5VUy+/TlgOPQyfcUnIWGSqw3lneuNVmpCqUGt+XEF4UyLvAFlS0SaDB2h+E44QTvbuso7P4vWm61G14+S+4lkiGqhPzOUpgkO4dnTf7S3x8t6xQNf8memrYZvzBOIfcf0KTv3pHqNDaANuDlMGVYzPqJkoUm6AGSoHJ5vSS6pCO2B/VulJnCC9Il3SubtV80d3nsLoYG2ZeOS7MBojBl03s7cFyDmaQM0I/N5Z/fbIbbhyfGxL09YAFkm2BEWS0WDqoouQF9bQLvenqtIZCqWooE0Sl8G4bdhe/J94PtV/lUIhTPdFk1+iousMUsEe33tMj7f3TYpI3fUzWx/xsuIPxDZrTxSTOQCkcNjlHd66SThh7QI5380VnVLqdObG3uAQ0BtEt5WVz4nDkd+1toZ5oTAitTFCC7nLMk+sLSv5SP1Bk+4Hjzk5Vw12HWpIyOoUZpWz1uh5ohouOz4AYp0ixhaSSDnrMZWEWLoh4kUlXFJYl87O7YzPfutuCE7h6ISD62v/4J9vW+rms4Gml5Cn5mLdJPSiVa+E2pEU4JzxQIiLymMJ9wJO0tR5a/FZq/16mOB6n81G3UzKzcZ0oIH0hj9oZtcwl6x01PfvIxUcuf11vx5zTh8sPwW4eYB0zm+PZVmgAj8D1JcqlE+5wFO5Abz9sCTJuWYsaDuOJLMHlOpq7XUsRsdbfD+aQDaD2wR87D2LHmPZh+6s/YdHs1Blz4fLnFbOnab/WWBUISC09pfcRAcjvVkkIgKmaQqL/MLruzGJ/Hv205PgZF7udufxfExJ7oIzvzt5wVG7iB24G9wlWAAADREEAWjgAyAEkXomAAACEf/pZucI4BO/ZLvI8A/OSazmnYP68MoKH3KNh4vftWAQ2WHzvA6J2lnH8GWf4JfsdG6dz9x7vpoliKNopZpjEcxZ1p+1DyC1ZAmD+9g9wBjTyCqVQLk1vib6mGFrETy/PO2YaCJNpNQzH4eDM1N2fzxuuICDU9dkvbfpJGlQOxHOQBFu4KJB9TehBALC8bd5kRebnSer+9nR6Co4Y0rQUrpc2zxBfCkZnhZtu+/jL8y+AX+MYgF6Nxc24JeiT+DxoBrsGWG+2B1dihMqWMNirvJW5QhiLHGLIPyPuZzS6tYftX22G9+BSei1cjPCnv33J77SlV+tIqInLi+2BoanUENhNku5oU543ZR/heY4/cqx4wvKjK68pGVGOPUAcSIOIrD6HBLSsmFW4rwI3B5qKTzu2E1Gwkx1uDpsy8JweIqcOQDPuaye9m4cXx3p3QzTZgCUbNewTNAWx6GYwyxkqfJ294BgLbnk1269aAwvJjdReNiLS7Pisva/z5tDmKmqtLFzTu9YwJsQWnadrrm6/u7V6+RHYFBBYh2PiY3AdlTPrw303CVU4lWf6zMwswsHPeXw3qP227U1ASU6fSEaSm1Fnd/S/dDcrzo3Mtye97ts/U1JfaGi724NvpxaGQao3G+zn+sqQdk5o+5KPoFP6cmLdo7fAwW0bpUtcaR/g+mRXK0NtV0rE0HY+IzuyINQqKHiZMQYznCwROowosVbGcxkD+dL16/HLLGG3uucr3D86wweKaeH2ZPBGMdIPAB6Tu9C50zLbNVY8857cZ4tkl/b3tWB8f7h850TpMLepKOi3cfPtvxseYvB2F5w8COgdmJxEqrvPJJ23tJD2svPpRTyxdpxVIJkmuz5FZwyWkQQ3tnArsia+0NqGnSqRsfHE0jyQHAWQ9xW5gjsHBa0C4f/JhCCk2bTGpNh3iINVK7Cr5CXK3zogCg/TTYlmDr+SZEMpM2tEZqQ/HwWK2u+EqBEp5ItFWi7rdOJ97GoJ55NVpmnPV/Y5rHijEV/W0FwPVFvonYf+1kFaXaWzmSt2RWHn9l38K5XP3ogjCKi+ulP0g2Lm0qjqvo5WlNmBINkBwpfVJRs4AAAAFCHgA0AEsXyYAAASlOTCP/pYABQ4AAAAbyEBk4ANABLF8mAAAEpTkwj/+lgAWRhuZVSx9FfyXobumuHxONKKLqqSMZXJnSXAmwV52dxQbqIXLamp6iMLSLfDNkwA0oMccWVpKvndYYfocPMJSW8vOX6KQ/c5x7oNOMmJFgWp38y5UJ3NcUFm8AAAAlghANzgA0AEsXyYAAASlOTCP/pYww/BCkrtOVurlTuGBoenTG36s7h1nubRZXZf9W6RLbkpXZ/gxNiCnLZTK6DXaOskQyNeqXTlcpa1cpJ1oEkP/LeHc+Nt0dnlU8oLmpvJwSpGTlWBbuRaHyXNlE/eW33z7mfgRE1798WcjdR2EmBok+NCpS0q4jXBpX+BiBdqCPu+14Jyfal1u7PoHhzB92GG8NJPwpzNQiXI+nO3EUnuVS8v6BZ9vLge+fMynNn/QGR0dMLxYS/34XFFyOQ4YLIoVLI1DVaO3o5KDjuYziId4SB7pFds60YarCGFQ6Lhwoo7+BxD5oyn16bO7XfqXXBUhpHGg85SJSyJbta9o0Qv/qDfhShnqmUbvwpsOz2SfQwXLQ7a7FmioSHhuECGYFeFN5SPhteiiHCaCSio/iFdAVFBIBLSigWDYgD70mMp5KPTPruiA6OKFYcB5d9+mJoE5HWPY12sUtlWf6FzZjJMzZRK4ZUqwoNPQD7RUhxZF3F9yL78BaSyKTucPC2ijVO3l6PFNXO/vjjuVlEX35grPiUF+p0lzqHh1Y/er7CmFb2mnAepAJwao/KIHW1WfztRdED7L292Wrk2APseHAeYJVYDvXuUlpNFL3tI4dz7joetPKGz8iRObSIQsqpE/yespQ2odS8YlW0wkIBgbutul7EYaJLnkVK6GhVcv06qZn8KRj+OzCF82pjG96Ivy3G16FxauhHVaC8p0imZhmiyTNHjMbaoP1H+22ALOu9efJZFSoPfgJYAhUmN9hJqtGN85hxvPO4AAAK3IQBVOADQASxfJgAABKU5MI/6WUig266pFF8UplGXwIea/Tvu4V1RGRIGDsogg5j7yk+8gH9AlrZS9+HdbITF9JArlw2B95P7/gQOWE6s6wLNImDvyRkhdiQO9cX3zG7CcqFxQ/QfHfQuiyZIHvxE4nfeGZsjeBS4DGwB701uUDNms4LZvD1K4WZBMAm6J94LAr8Bi3SV/sg4efgXssZ6arnczyC1yUvIsna2tJ0WHsjtrbmpYwH9jnP7yZuKU9sssmimvlhxI3mwt8NCeEn+Vptox2P4MhsvYbOgf2p3KhChV5qTKXk6LKC2k5J+aHW+6Jqh0qIyFAUFrvxfWekcmfJ98qzrdPLyz3O5WdWNWdWbYsG3j9tWHSgbCGWReO7tDPNqy67qL88ehrpubXUZyrGgEVSFZnbx9IYGuKLkewxNy5nr93QWzHyWh0eYk0wbOsPTgwzJE3Rkdh9Kjt0r0s4SVfsxNIlf7Ln/3XRQ6F6hS6RzrBvMrG2dkVcSCRD7Jyu5K1OCB8xaWidF3JwZxU9/mWzvSYhbQDoANWiFW9jTEpUkJLWukm31EZtOLfbEg0Q1pJASIWFbh/zmHFGwdJRTextr9HoDHAvDL2vHu1d+SfdRc1SmhDA2UDNhMIPnvG9Ow96MxbJpPtAx/MmDZB/XuReiro/8ozZAudas5imFqLu6x7WdTKM1zjP6TBuhLQ+XarJOiDroXnSqeiLpupq6FPmXOP5LVkGdjY0YjrJ6OxmfB04BwQVwNN0uJ577axsawvVztF7fm4k7DE7fnuAzkJXz3mdaQRx7eAj9xxJ4hrOrdLEXK/YzeekkFyGubTo2J4BmNv3T+GZd1h49Xqm3++K9P5hKjFh+0NFVPJmTuPFH/pHDCBh0/JNCOjIHjR7HJ84xQO0dOFIpDVeP9AE4EK4FGTsAAAASAeADYATRdkJgAABCP/pYAAcuAAAAFAEB44ANgBNF2QmAAAEI//pYAAcuAAABlwEA8OADYATRdkJgAABCP/pYAGAV8Qb/6KVIcYGFyymB/TiSGwxa9GMNErZEVB2MY34b9TpFbQk8GYZi0zFd/pX7Py/Z6rl7xczNp3ARW5b9c38FfKjHAEXeLzIZyNAua/QEPECVGou0TZTyGTzD9+QLASq3PxlGVS572I7HzPvADVbQ3MAXWPC7TAIoBDY/GLCBk4q8FVIdYhPP8MZrMb8He+wCoIDjy/GW4BARRDzyoYNrtRLMLtleDBs+MDZlsrWPu5ZNcXzrlNa2lpj/APvQTMDLy9v4HllWa/qd0pog2Ik4SaERLk2BGn/tt6MqI8PHSjYwSAVeA2k4Z++iRZqHE9dhcU6rBN5Z1EgFjtSC7ghnyBj7eDA9/1503Iht/6/dDQf5MJDJVe4HMPGbLH5keGQ3n4/TAg4jtSX9k3zMyokqyA0kmMMLRx3kNZffXcgLP/FX2UhSSZXFuMTWVSRcoCf02duBQzAUfF2DMtus0a3qug9rtAWt1rCNlnBiRFuELN0px7TuVUo35mlqnxb06goseXNMAAADegEAWjgA2AE0XZCYAAAQj/pZSLxbeoiV340BIe0GmQAAes0Ffqb8pzdOkfZFrLqeszoDBbjOstQr4erTxk7Y6NOPv68J9I6HsfhzD18f0YsugKXRl5VteRIGqfr8RLpD9f6ddWLxHhPofDxWkA54fDbLPP1S1AvKMU8jtMsQphDbfTJ+GdrMYOGNmUxaQc2Xv1Pabgw4KaMJyRFQXUKJ19PWe1zvE8eiIQ6sTD72V1afuoKQpNi7VnmmIudF9R4YwQ5h4Ok7faAJrIan7IC/Xxh/OucKt5zHId6inqZc0USELCElVRVsvMb9mcblnr6rZbNK+tOPjy/ykFw3znkcgl4QwoYV/y6Ji0+gd4Q3319l10sy9KrtLEnKxbmUfOOMHc7euzDWp/cKr8Usd1jFN0rHjtqeSC7dmKje6wfqXcT7c49SD+6gtCs/Wr/4JYIf94lJ5mZsBhGFxkMb12jYiKD7DvwGKwbIyAzoz4usRLgFWErOcRlKOH0J7BcotAjsuS6zH497QpGa6rtwm7KX9sa3vWfuXLB0yXArCGSBy3uorH4LtI93KeW3MFK3no6nkf+YMd/Sij82E6bkT57oTV+CLgkJuhCoPdGX34qOUsUv7RzsB8tTteX57i/MJSLIFx3ca6srsmZhLkuJcMtfsNr6qagE6qlGh7OMOSHp4ml3hMcAHrRhw8DzeVvSVJbZAqQyaJ45GruJsZPXRx94xotxIoASDIZV3ZaLJBimkCCqzfKEcuAToCb8Za9CUgUn/fS7/hXgt1c/sSR2ScQnOqnM5lKzPAp5OXiBgRhEPois5akxn4xhBSQYFYHF1jcfyPseUVLPV/LP4DguphrN73PU3eMoGGFXUBbxmbzZseuPdTjMdW15FGlGMrGPYMqOtounwX6N1mlbugDAtwbh/qgQkAlIvAwfVlJm3fjKoO7kVQiRJg72oqONw8/g9in/IGq4AAyfp5+7+4TBnPdMD587Dgk/1pq2XyHK1NuvBAQXzTXYvzDxZR/6vgpsFAcCjru08pDubz6KIgaEpqInBsKDkTZRabTO4mg6azi/C+yd2RzMQMffRJqSni7RAkxe2Nr5Sdi2gbwanfRswGNxjI5oJk6bb/gS0xTqhSla7bCV0n14Wl17flj0M47YN3s+3Rn+LkhYv01QFLBQgSQaXNmGW8t/t2fXQaowAAAAFSHgA2AE8XZCYAAASlOTCP/6WAAHLgAAASMhAeOADYATxdkJgAABKU5MI//6WADz0ecSpgVnmFXsMdeWWPIl9/bV/PBhCg4HGl6sXCZjSINE88us2P3hyOPuTMIYKA7SAPfpB3SBg/KyjnuFp6SIzr4fBQsSUYpPtpyEGQ77K2L3IWFxNB+Q7PesihLPAkJuKuWsTU+rsiTTby2SR4Zi9xfiDHX+1r0DIAyIPpIQIV2vTAgZw6+tqCZTMAjib1IsYVR1yeejygaQA0VUQhfeN0OfE8XZEqwcBPx7G2p0Lbl2pnzNFQUCsH1xOsiunaWd0DUhQR8gWezL9N0WZRH2lnMscAJ2EJhMOnlI3o69CXGCKAsjnqNORba3G9POMRZfFHVm8A8uKm4Ed5DEfABOX8CfymVnPuXCXn3QYcYAAAHRIQDw4ANgBPF2QmAAAEpTkwj/+li4kzAkF412tZgHu1916BCiTpwjcu3tkJALrNDoaP8iVjrV6e81V3Xx6kt5FW7hcpMmTMVmf0t8xs80CQ7YhAZlQcoICxUnAj7R3DVQXzKJHUK7PgwO8X7XVbYC5dgLP+fCcn/0nLXTsZiAkJWW0HuK92evjieyuUckWZkCV8ct6cXZGTzSsPZmMovIWHlIXqFBYrlAsOtuQcQzFZrzMUhZC7Kw7L26ePSuY5nvoIii7GJDYCQMe+Ena+lOffU74rdMihsG7WnTqxyNYcjo3JVZ9QgGAvZcipU0JPfs7lQtL98Yov06Hg8qY++2DcTcB+dAnCZMMymVig6uLQN7q8AoIfWV/GVuOwLgsX5DyCk4asCTw/kpS2X4zZWf/TY5Ajyb7F2vXnVjLjVzKlQEXnycFpaVCs/8ZAvC1MeyoJOShyEGiItiLqOeq0Zx2834l0snN1c/DMybAPlFgq/QFWmNugUzFBVOxnZF+hU9yWqoU7EFhuoY+HgQ5EALSBpnfHTY56XYiCMgJolDy+SMDkJak1u3AiK7juMj4W88p8JzhX14JgE3ESiZgt9EhRAQYKf8J2iuPxfU3oA13JhuAAACGSEAWjgA2AE8XZCYAAASlOTCP/paXlwieCKuYyS7bHM7nqJd3sdeiwWAhzWG8zDHwAON1Tk41Ns201vpBOpm1wTP/pejexmbQbKa2j5T5p6HQEeesuK6VAN477H3Sy5YXANEJPJ8saLMR8hyjEJRsDYBCqykCXEHo99ood8Y/Uq26vygOkrlppKCzcVA0ZqfninKLAt2RqwxBnjbd7wMlcJy+uT2hZOsECgqwC2/RQiZ1uNEOU1dkzLrS+kHy1oWfUhSwOzNXW6RF2eYQzRqPayqg8QAKcsrma6x/dOVWXxb2ijsA+gb7j2dkuLTeCrNSuqHQbO7d8C+Q9EvNrJTmPdXeUTqbBwsVSXtcXH+nCeeKWeLYQ08HCBYrLshUSfoFHc3QoB5LeNR8cVcQSlm5DzsgDR8gtMgt7SFoQK8mbiLNqy3a6i9pabZQwlW/1kOEaMQI3/iytmJkNfW+XUOaJ4BF6Lka/j4CrITfdgoESSk+0fHltPktsifZESC4t7ShdaxACXZ8SpPOHUEN2aBl2bpUUVA7/mJi5i4dg49MeUUIYme+OiQeryIkxANl3l8VXM7FPJMdkWA2+dKeFUZV8sdHOPLWTYQL8OdyGN1X7b0g8ZLl2GHTq2hDzkii18M1Y/LZwfT3P1TAplFlSi3S6MJKdSvUGZAVXjyt6GTgob5p0+5neZmPcbgow5vwPyoR7ykQIQ6ekU80wAAABJB4AOABRF2QmAAACEf+lgAFDgAAABFQQGTgA4AFEXZCYAAAIR/+lgAVt13hOzj81l17UMaWqlfyeU8YsqCIAOBu52RTVEvtuV3Mr5whVEKDL/ocelXUUAK84anAAABQ0EA3OADgAURdkJgAAAhH/pYvLahPPhdv+cbnOqROKBsoiYTgx+R2WhtH6nSJEQGtwsiNGxdAVwj/q3n5LMKLTMPj2ieSLS7V9p3vIKJJSsdVuKZz58M8lHOkHF4Wbv/11xGkWWMtN6KDE15TNs8PsqLEwe0TtB21WRgxB4e0ENr8dwxK7RKWUpCVlWg+xrxGQdQsFE/bMPDDd60bdZbbvmtI56mMyyu3AVjYeDGNpVhVVsEQbmPFW3vEyIkB1wUyx5Y1qCZyZ2xEaFMGiyp4qXDcKBobzCi2YStUvZN0HZhlAKeVZM6AVZfMjmCVMKij4/TsnB/8N8ny4mxKJJpt7k5dLVCP1dVV3ECUuvAUY4TutRalp7GaBhBiR/3PwvX2s63z+GxTsMkpCJDXWqTgXzmP8GYhYHWDjw/AhMYHgpeDDGAAAAAvkEAVTgA4AFEXZCYAAAIR//6WbVQcUnlZ/4H4K++jBAoTKt+grXc1slF2RqRAvBVyxLdAPedfIY4Yc5+6uGvrUkZwt9CLFeIjnT6iiKRzNuZVgU8Krwmg4oxSSPbR+OTcwxDZ6AaUHZMLtodFLKQXJ3YEARYMYVqnvWnoepUhMabMhRICIK+6+fDlEql/MUHTmjq+Do8x5QXTOnbWL8e0f/lgYbIZT/J5lw3R8q5UYVGTMlZL7kYh8O0dgN5lhgAAAAUIeADoAUxfJgAABKU5MI/+lgABy4AAABPIQHjgA6AFMXyYAAASlOTCP/6WAB9PGRp0BGI9fBSC22EfaCVuVM1gHk1a7J4US/NpNy1TE409YN5qbKZaKuLZ6jBkmiFTipB9cehbHRmTgAAAhghAPDgA6AFMXyYAAASlOTCP/pYwoDRsQmUiRnNDdeHq90Xd33chiVGbLBtntytFO7OhZYQAzpcaIc9bGhui2w3k+KZxamu9C1b1WLoRgdxz6SzS+q+J3eOwDHPPn8KcMdZJWks4AYPZuWFF/1F9E+ge2U3yhn8H29ZONe5RY3BZI3qUu5JejH5Epg1OiRsP6ur0wmyI92/au2Vd9MUZhNbX0fmumeQEK1heuhMoohY95/h6vPc1CtNmoT//UEtirGVEwRtS4rw+8fcVQIe0QeD4hF1p1CdLw5K+9X2DTF8G+s0dklcN2VHHV1/gLVh2oLjzxWpW96RuPHHqIsQ0ebq/UNu+G80Wn9XRxLbDYURROHhWSBon1a+RJ7L2UCR4RnDKU42l9ZC2TnBIgYVdluQwS3AU4Ktdvj9rsttMK7j45fdR/E6J4alENOeJ3DGdxzsdp9g/j7cbzfjqgYh02tLgBovA0Kjb3DdSPrCo6HHBHpB2wrIqeVRf4tX+OUckn4MtowyX/xHB+gWz955rn6ptRCVmSjq/DpbbPmHY8Lp9r5SiKM4NHiclPSqZgpBmS3ZGw/jVoJ7rA3kXgT4iOYBN6MJ9K0Kw54JVzJV2YYwH7rCQXeKnIica7k7gU3jvwcwIbKuiqCenv7uS2DleZGUj4HMORsRlfvwcTcCnyY7WgJAS/aoHU8lQLcWYebK/wLGaEB4SIA0cAAAApohAFo4AOgBTF8mAAAEpTkwj/pZSKDCHRQsSiNab3/AQTsvXQUIolDFpj5I3xnnoxG+f51QOOEmMYealY8Bs3fzcJ5pxciUwyErX2X7iyEyT3gN3M4/XguTPC08N4XjH8s79mFShj/c2fzXJdTzOt0vK5LglIwBn0HsjKiZo20rgboWQoGqLoxVx2jBxZIvUO8IPPk/1cNxrQT6anRO1uGnB302qZyBSciIXG05pxrV6cTm20RjuPxe1GTETeE7xQCtO+ZMq3qNHNoOw17H3hg5YwpfCsd88yv47KEZMr7l/2ogGmO8/ROKSBe6CKNRahOxXVRldOnghoPZlUjcHGGfIPZBQH88lvB495RGUGBIdLnOfB6UbZkkzdu4HknNHRIqIETkpSDCgMRMmRKII+dBtjoVxcAePP6jte6QFpSXPzzlvvHtxKUcLMDSeHyNcoapdV1GbXp7dCa5Q87lb5szB+JEwbQIJ03gxGqEvrJ69tCJmouPJgWY5AYyvXl6lwJm3kylyVKQno0RrcGsZnfEZK2YhLG+x0MGIZTYxy9qvufvlYa8JtEhqYlJ1zy/89cvDR4s8oYSTZ33FL8R6V/Blph+8urzjBxNsc0DJn1UF50TeC+sNGx+U4GRAnXFFVjETmCG/RXJsNoqWZdWgIQ7iZJZEVzQH0yyAhlsl5e2e2fDjI8J7RKOQIYyh0bK0OmdaNZbJTzXD8ITZxulYQQzubiPx9W0YhYRui1o1TS+5/YcSpBOdXryyKjjWwmZdFPpOgH0t5fwOgwRYiJ2YMGtUkLUXDwhKF7AucI+Em5lKirSsS5aAIrfwXTY5taHJYJNl1YJnnuwoyLww0KXZyJv99/8EG0SAnrHofIheP3qKv2cOJJKNGzZBYAAAAARQeADwAVRdkJgAAAifwAABD4AAAA7QQGTgA8AFUXZCYAAAIn/AAASx59zJR8/YmDNRgSz9C6dfxdBV8OP2cxPvyE0LiNgPZzM9nhihQcSfAMAAAECQQDc4APABVF2QmAAACJ/AA7Uv10ZmgZVW9HovrMA3qR+fARBM2fO9hWSPqDoizCX7ns3Sh1yXGuK/A9EZeiADQEjd+tc8GPmGmlNzTv36QX/Or6CDQi8WjED5UUObcd7+t8qnsCSaTPWEUV3r7uqW4mubLcgumFdGMQPWCWLwdlQSOeB+EE+3IG+jlxJd2Uv7RPfvQBFe1u/QmZ3PVtRxO1qpmziqlPsjByumca8YIVOkrz5i6GtZAcQUytCiGEcQJmBDTH44Ju8K/6ASIEzK7SvZjs0ruOWfs1gvmcEDy9MPLI/rDZsNiXYMGysrhdcUxSSxykB/xc2IEtZwFXX4cpfAAAIKEEAVTgA8AFUXZCYAAAInwAjnwvYd93jXyBGMx+KsdHCsXh87aeVVW8B1lybElVgulRyRT0Sx3iMMwr2RTw95K1TsUrgGQ0yirFeuYiRTCbvZRVx1GplYs5YzstKg2IrbnaKhsNyFvBbSTd1c2slEC8cTgLICWwSY4iN6HbcdUZmI+IgpvA1UB0i9C9MExadVa+TSfqqdlv3F0lsB3QhfMJ6RsxK8WlJZTWDDSE4y4Ymq0+y09uJ5Ahk7g5UUhA/R/TawHKRmpVXTOez+2lZGvUAGSv1WRrJgLArztUj7wHom/DkrO+vJTZ1sOb3E/Aw6gGQ7BswNO8ygH14D3Jd3VDZ4sRshMJsrRJzHTqsm5TTp2d4GsKZ7EIYt3ybOFqn3U29lFU9OTRyxcNs+pMRFA2DGisK2RDVkbpFwOAwtayg4duxziJcTfS0dwwEmWcfQQMiFMvflWG7jwEvX2wJk1m/VQ4Yo621F/eO+MVPXGirXwUG4XkLt2V1jAtdnNWX4xwYaAc++LseGJw9zMimzi8+/BA4lbSaQwuRBc/Vusk9VPdxAVyR/FesdAnLZRNfxjVVOVgj4kBp29KqfviTc4OvfvQ88HAj7qnOb4j8Ih9W4xEsl9BVtASADRR30xQpEUmTRLNhz4AfLJbSEFqjPdOApKNuVhvDBusKEzfWlZesmj83dUjJmEAIIt/HVXITpcztJbGsZPChLIYtipR0t6UatObJrOIUwkFyyer2Lk2UG5dqhTpgqL3XA08EANh1PFickHWlSRKqoFmj8PNPNhRMdoftGFUueY98wP0tpwM3KgNsDW/Yn/1JokH+1440gcJll7A9qC6GIua5MHD/wl3hScHyRSZWk0fpdK3dXJWqVTqvsx7iNdhs8vcCbAEQ28ugopBBhhVS056Wcl6tR/6cYsGVcUxPzJugv6GkRLBCoRSwgTOJq4ZPnLiJ011IZrINvETBgYPXjDM+IYNg5X+UQHQL3Oj8sUcBlCji+d5hy+6I32MruqXMZt6itDKyQUqepv7JvCdcR/x4T3TvG1kr2wZxqvvPYb+83HtieZGaiYCnM+AQ3qYVIL9hkSbxEIs7MqREh3UMzll8o/aW14nNoblt3+EgFTDShmNTQIenpv3QGSE3mJIZukqCDnTzkxhNtXydpCZ1GlF+0PPUrhHVCyKjTDdnfeH5wv3Q7OIeBx/g86TA9iwits7VMrOvwQ8bYhBv2+mS1BwB4y4NC/HovTfCoeFqGo+5pkgs/WCGYOXcKBr3TrWLNENSMpZusySAJ8bQVuQakmr4g4kPchZkVjw3CfbfeFzsAFyi6hieGFQarcYh/jQzDgJHah9mlC3RhNN9VXYJm27qyegfCavJV+80NBlyrkOjwkTl5vGGLZ8Qj7j45pUEfRWUtl9lvFAPJF0Z55a0eMc0pxc3mnPMYWEGw+zpa7D3o23R7jlcUt4PAGB0bGMIKmHXdUlUaJ4gMp8SPy1oVg5/Fr7I/bedx7N8j/DiBY79Xx49NmHXl0IiIOsnfO6W1iMmAT4aY4kDpvLeQAgubcwy/nmQskU9U1LLytbpbokqCndvA9/sFzv/3m05LTZZpNXDbzsaPik/s9Y7WAwPYOt07wqPRZPM/crLrOiojh/2ZtBxX+MJCzhk90JvE9WZjgfX3rMqGxFI/rCFRUR4V8uFPZiT2LIPZzUDoLA4g1ffPTVPt0CjM/tAV5H8tZJnTf77BZIvrXMCLmnE3rTlGc+QKDvw1gBMD6MwadQbZa6RQEUDSjB22mRaDuSYwRncz9t7L4ZZOsOJvIh65zJ+8I+fz05ZDNEhLlcRKdwZjkErXLw3sgGu98B1IkqNRwWi+LTBJJg0gDfEoirNDckpXiG99B4ztEr+9ufwWF/1EqgPeZmxkx11QfQbaFe71ibfrKqypk5WSHZR2H1hbrpO2TTVN5t2EN3wb3JtLTHIj1lql21G2xFRTK7a9J4mHzx7vnQNN0KlRfNDM+4TpuzG5pAuow+cCiQR5mLtP0fN/B9O4+WX7/shUKKW0GoeHF7XjdWiR9hwKpb41ppCpJ0B7C75drIK2ha/TvMpcnSwT5hMdZs/VJe5Cmwwdbz9sJe2lS+IHUplhYuPdxLc3wNj8yd1n/V7XS3kKdB34e/z8tTgJlgfb7DkcrVg6kCJ8DT+VcuWitVUMhCtjnk2/mQDNd164xEfv38ew0nMf1DNNkk2lp5HjKB2HT012g9BDslfSFO7NSHkHzmm+MfMwnpOl+jezDinqSqkIki9+yKYAV75rOIOI06wDrRxMyhgsTDmu2LRvNMJofIn9HUtRaQSf2MTQRtBdDfxEUVCIg4JRNNaGRUbgHIfTLt945B/5/qd3ymVdDuhFSpqL4JCEkopDuVTT1lKfgWGw9K97bftsRzoWKcXcGhEKRdewMNytARRiTug9TgSwcB/nREw06uMJy6pNDu3Z+Z0TEJ8JYwUG4O95HIuz9IeBPuBiT7w8X/rWVlrSrspmGl0tEYnGg5oW+1LDaPV/qPYUDYtVibG590gqSyCZWo3bJaWfvCLAHrn0MZu1HIfc2Z3k7oua/B88ofAYu4IGfaocTHXo7vp3hd22EiAJ/u/HvCqTJFbQJ7yzRbb33Sgp4yM1mdyscFCIYvaHsfo+aLpo315WKlbrtPWn8t7ei0taDgZwDV9oGlaMQuWXoQ3it4OvKHUBFkRW+0ozieH9otdLyWgltBXt+/KjigPJ+Kv9JNp8cSpAask5cYKr51ZUzHLBax/PAu+c8wAPHHGcLOaf4EhLzIkDgAAABQh4APgBXF8mAAAEpTkwj/6WAAHLgAAALIhAeOAD4AVxfJgAABKU5MI//pYAPPLoikOq0FhA4XMt1W40gVOHf51WBXpgaFIygdxifdjsf2a2ENcYQg1Cs2naRvBe4XqOt4G78YfsPRZgGHfooaaE1+UE/a4IMl9G6huALxDHeIf+lE+R8prEGHRg3d7HhH451MlbUwE8VyOhuQH1d3zx3YdhUW4nQGAvcoKGCJI/jmMSJwhh5wpw3IRh2P2Myf5l1QMVLwoLMk10v/gAAACbCEA8OAD4AVxfJgAABKU5MI/+liy/tlQIl5dnejgp54JpSChg+YfL94sNZ3BCXcx/2mXEkaW0JzD1kQC4yjcq3rV/0rYmCANguVPbgC7Sigh9qjFSDQbBmjo8qFGrsy1HOCDUVELN0lJsDKlQt/zXBEs1z3XP3gwsiaV3ANO3+wAENhUXU/+80vpB3A3bJkqEGNW49GdP1WYnYLxsJrmcRNHBKPOBL73ONNFGqDU2H76AzW8F0/cJPyLXLF/rbw2ooxRvg1e2oDp2CompSMfD6da95BKCmnlpjOQMitLp5Tufa8Y4Vg5OKEF/8M853+Y0jIRyR4t79aYB8UCFkdtKLVLrGXZoJSJDz7cXAptNVrm/Sp0db5t58PXgv10KJPvKPx9HChGMie82Gg14mq1CbR5Nwp6KxhLNrjPnxZVzurDx99JMtHhX31+sqkIIZZjt23bR6m8ZBo/xWuH4qkLkubYurqXJqhZTXO8pFL/XwFAhy8BUQF/v2GY9PwqkXUZTfDutASF3dT/V5ppUEogyocCw8k5Eaeo230wsYvthUY2gf0du+KpNq/gyLUAequzlle38PdoR4eHU5AwyflzvNy/MxbvdZ4AjB0wX1dTLHSWvc7mBtWgcFEuBK5SAdsaP50OoLmDpBIRF7FJB3sqhIISKcBPvl4yUdahnHomH1tG+v2c0P+XoIkIsfv+dDM8uzhmZJEi38+hHJ0fcS4aNFSNjmTY4i2xiqKkE0aLWRGFd3VfcMnUgijtPQvF3Xvuap7izg8Sz7i2vU/mM9oDWT+FelJJB7qX+d4WudrAv6OcNyk4DuA8xhxmOTgcAAABlSEAWjgA+AFcXyYAAASlOTCP+llIvFt/naaNkkSl8Aiq+7/d2ZomG+tPHZ37Cf7pd1OT1vF4nfZetelq9PMBIzAEqq/uTftS6k/9Rsp1a6W62X03YpbmyrgUqDYxniINLwGPVDY96ZRTy8uef+z+HIAxdPoVoipI+R/jzpbv9Hj/uku1uifdl2Hm88+n29D0N/nuY0o9auXPswr+IITWVCgwGOdGTeUaVnZG5lZEjRvEKvq9sSxanIYpgOwt3kdsFMPICO/0DGKP7kQuN0QuRFLLTnSsDn/16BHrpAUYkycavRrUJlgDuTibKEBLknHwTThOPooXhP73XNKtocF4WD0eAcsfE0SICOEkAVhqhQX0GNvULUZStJWtm97KF1dujGVrrY05tAg6jgdOnCpVtEUjUKpbHLmA98Bcy9NPLWLM2S003saFEvqn6g6AMeKOinRRO+xqS4f+ad3XB/rTqg39tsU6II88LFzZiqSxEIq78W/9BdNw9cIkHIA9R2jHzPSCX8OBDdn/5pAqnqTLTeDNLr2DSwAAABNB4AQABZF6JgAAAwIR//pYABQ4AAAAR0EBk4AQABZF6JgAAAhH//pYAFmM1dMFHAeJrTbvR39REs1Vgf3z4dFaDpWBuuZB8F22VpxJ4J/sQbg7KmTHTR0lrk56Pmk/AAACXEEA3OAEAAWReiYAAAMCEf/6WLlWgE5yoSoAhEQfmyRCxHevhqSc2ctsGdBN5qsdsEi0ZWw9HJFF7QzGyXws6KGxqR3ITO3Ia5rsijyiAFOCGuH+AXjixgmYMlbuwU71qZOLiGaLgUwfdHlvLE8hX5r8BzU4VGu8ppLUYmJCawU9Ry1WstdYYQQvFuZjJHkzqdxUuoz8MgAxgFOpJr0XG7105W6sLXpjYexZFrKczb8BWTGgfOrD7dTej0BR6JJYZuNW5E9SjYCLX2mrz2s8nDC6gJqjG/9O5kTspBLoiwFxtOvzI1HfLgJBreQxmBSQmQJUoIpnjqqr1BWaSH7L7sxv/iDUsyIV8Zk12eMRKUlxrBE0uonGkyRydu8HbhIypf/zVz22wSiXn/o2DPbFStnTOQeWjRenNEZvjDMNIpo8Ud2atq7zwAs5D+kiNLRELoZbtF36KS+fc3ywtRL08HQj3kRiuNQkmduk85/wa/H0DqlsX1QPwczbQpfyYJ/2QB8PXPkac4wB6u62gjb6IDYOZYf6OMJs2aFao63G1gsW8gkaDs7zp3ut1dhAEa9E144Jh3Yh3M6UN6cHDsWslqemGqFnReWmkZc94uJIcPQj5Zx2ojLNdR/z3q0WmgGeYROhLHt2BmXju5TPOIEW7+Z8dlJ6kn3lMLXl8BUEHPxcppa0G39+/EfuYCl3gCYpRocs1KOVH5F8kdmQkA5ITD8a6ZrHr4rwnx3RKGtEhYPbtSdneTr0UyzSI8zZ8a8/hiWvsTRsxv3aDLJQ0qFZfomAYFsx8W6fnZPTRngAAALaQQBVOAEAAWReiYAAAIR/+lm5QzhFd7ne8TzhDKwR13L0HNDwl0hJvMoe+qsPi9CAULH7wPY4BgrEAKUXv/F/+uOUfwdN9Ns74ndWBtl+v8cwy0Oue5HBUfROFmvKAcDKmusUIB1kviwIwRdpauFqKEOCbm7qd/jBJfypo17y6Ty8A9RGt/ukzBm5X8pdk2MZY0oEm1rpELIZn7WnHG7PDwBprBpKeEUeHwCE2+ArEiQh7j0nhxc0BFfXY+f/u9XEEcWusiqEWLD1hvTih9oV0b6h3RWBG/KEmYacaOgoZiMmyPr5XYFdRXL4b5JYJTW0YH1tE48VaoDu0395POmidKtMWvg7wqyD4w27hctqbuXWVn7SbKP/1kNhVnaKUHxud2xk4kai0eISxIlwToqsenta8L52pRUyKl/R72B6IfOQkmQDBFUWIGbiLeOJnIzioiC/YiN1xJZ0gbfZo/DH+J/HfP4aIyLtyyL333Gz0/QTCKmQlVti3nY8AWbCKsNSxvsuOSo4t9ClxF2+/KZUbj9rzO94kN7Y9OB2l0POx7dloihWUR82Sz8mrcXPtgSVfwPlV2NKwr7Fsfw0hcVi76DIKzjfCm2dq1x4zM8g0/kOOo7rNHYG7HBHoWeewSLerISlr3NlFumr6uJjiI7oTLJ4W/utl6i36qDzoSPHDCofjEcaHD3RT6KUEej73othgrYG4GqHVu8nBI1WuZ9uj0U5txUer7AXBuaulx/AAeZQ/YGh97xrBVA/9S94CwDneM9XoycDJS5tpbyRv+3hpNRsMbCQYlA3gOX4g56N+NLzYzWQAc/Q00zDJBFpNtbiR2G9y77nXp6BcSHe2E8+iVuHkO1zu44dk13d1xhmMDH0jRO/wwTs6NKhqFw3F3xKROXqdubZS4+FN1/fQS3ttoY1l4HPPTnSlaPai3Rbycq//43wCq+x0D5zN9rDuj9nTDBJzlvNqtxqVwAAABEB4AQgBbF8mAAAEI/6WAAHLgAAABMBAeOAEIAWxfJgAABCP/pYAAcuAAABoAEA8OAEIAWxfJgAABCP+lgAYBXxByN2ApJiWpa/2NvEY5zbGmrNbdi2lTEbC5itBnlUx2Sa4V6fo5pjn65BCH/IU/E1rR/4dbi0BYoBafl1HG6SszDcCupc2ABYbHNij1JZ26FMDJA44WesG4XNTcJ9lCcOUIVZHV4OH3qjSosZlIXFufHYpN2h2w0Y6Z6wAV5Mh78//gA46AN5OwM6QctC3BHU6UI6nc7v+4jKPDJSAc3QQQdi3S3Ybq2iWq1UiLIVe+61LPLVtPm19sKLKqhpo+BbAe6sqlY16zOPRxS8T/gMfs4oPw3uMCvebEFgHHpvYpGJGs6hBbNRrmTR7Lawv1cWHDCRZV33BL+BHhOqsoSz9cTucywfVfzMLQxQ4UbrnI4WPhXCzk9goyCeXBzQrW4v0EzSAJqvmB0LIpwOAgz1x2Qb/5lwdzNqRJp+aEHgxAh5jZrKOOHzZVjAZmJoQVcJVm2H0nG0XQ6soqsB8lWaetOo8q/IyXp1CLF1JWJfJ2SzaTJSc+4lTy5AmDt7ry6hvIY6xFSieLDGcqPAAAABTwEAWjgBCAFsXyYAAAQj//pZRIZtEh7CJ9IT48k7pvlANJbx5rrCa19gtsG9z37ZuZdSy7RgDt7M3LKEu+0TuBg3Ch7EflF8e+vg2mti/I1TuKGI68sTtLuJQw3xH7VYedJV8WWJb+Vegh0GDqBVuW8TVNuEIVrsMzNVJESJItKn4SU1kT2b0Qq9/iDQjP8BmgXqldyx4TAyWYqaGNjlrq1eHtL3Ne0bNW1A5sne+W7CzRuy9OV01/ntjEOC7YexO3m0Bn2IvU+5JClPTpuG1uTnCoWGbagxHWmcmaYAG2yt4OPyGpTP3SDqhrAmOTwVsRnm1FhvUS3lH/DpgskDbA02o/V9nLMAoFwafhX+RPGnp0yAWXa0gFFXcr+5py/PbnwkmcAIW05sSQCqoT2lArBkgiwSK62XyU3Yb41axQm5kaZKo/5lAUqyty3jibMYAAAAFCHgBCAF0XyYAAASlOTCP/pYAAcuAAAA6CEB44AQgBdF8mAAAEpTkwj/+lgA88nMR/uppUn4JVmQsYbvR/KaCoJ1dVmD777hUMG+q+Y62OfcQPhdxsF3t+HXOTb2RvzYD6YmAz7F4MKDZqQ2WIb04j0LVpOOdvxG/BnIUwsnRfMTURgWD8mnrlJxjX4lRcWIxGVYf23FBuplLfd6ZVB0K0yl/N1e1bJz1upYrPHDczC+0UyYhCNWse+GyqrSpeOogsnrpT5Eaev1kuY3hs1vwUCWJb0ceO/IjzbCyZlrSbHLdGEifWOzZ9rD5CZdT3lmMnkJYPhkhptPm4lIo/UwbrgAAAIOIQDw4AQgBdF8mAAAEpTkwj/6WLvyRRrge/QSN0IYabUP4JqgTJCKQRH+QDQAbBwQWsdTCttzTGsEXGOjFtoACz/sCimUdTe+G9DiM0P3xwCrUkOglkSaYZE9+7xGpIGXAkEo55/kADEgyZLJowQ984G7tpSYTikV8K4qRQGTA2nS5ERHLzYWeQh/c2CUOojtO6qFgorWSGiHFW9LKMislIH12ONt4KNDbQpSqdpozP2QvixxdXgG5yWRhacj+O2Hr93DUt+IZBf1oDNCtdzn3DwNOF1VcIIoTGuRgWxXraZT5Gfc3Gv2YSbizeTJSzlHTUHc6mR6hRLQ+ZbwEIfRTKu5Nt+JDFzLNdvpcDX1JEFsDIqZSb2X5S2F1bn0KwDk5fD1+O/aq4aLWevx5S2cgK96eQK1hwAPt2HCFqOilCsNX1PPIclYAtvMy7jiCCxJ4pK50Huv1GJtyi+rl35/jpeDXGHuu13juIslulfPDrz94nTKbcL5hRMDULjjn9FT3OXk8C+pipBSqq9yykb3zyO0SatyMgUjyhWawk+YToq8AE27K/hvmEI/QXMyL/rm57576MCLNQkApyQp/lD+XUmjFV11iSRk/bgSRvVBUZLVr/erIWnN2e9EVRhDekMrB8DOM5MDK+FNYt3+3sWiG/VAzoF0o5AUbkv70ni++3KaIccCr9vrtVcV0l8qPAAAAaEhAFo4AQgBdF8mAAAEpTkwj/pZRIZtEh7CJ9IT48k7pvlANJbx5rrCa19gtsG9z37ZuZdSy7RgDt7M3LKEu+0TuBg3Ch7EflF8e+vg2mti/I1TuKGI68sTtLuJZ1daHGPXo7P+kpB5mzGy28+3nzFk31JQ5uCoV2dsfekeLbO/ZAtAyU1kT1U5RyRF2uCtpP5e8yRZ0evUMLMZMcODMi7+YDEE20MtXzw44rgw6nep1Kl0+1q8aKOFHQog2dFbHyKpaGdR9Z+nlElLoMpbSTwMTnP1UKvS2aYMTDYPgSxbm51l1TUdW8QhRm+XXiv5D6feXDJBJ12oZ8lylwRR++JHGjgAuc15I3guPab/412Rzz6AHqEhiIk4TKx+nl9WrTIOUopIpzhdAAGiKiA7VSUqtSIeibLmOZFhyxPRevL0Xrzu/Sk//IW8QwkguqTICjnUPBGf+TU+CE236ddvKWo1AbmZViCIk+wayNC1l+YJlBCrUgIdHOfdK6GQwRbIIPDMTEzy57plzoOrxzO68RIy3NIV4UXq+5HSytu+iseTfzAAAAAVIeAEQAXxdkJgAABKU5MI//pYABQ4AAAAVyEBk4ARABfF2QmAAAEpTkwj//pYAFkYPpNutWupuiMr6PKQHW2C0uPysK+5wMGjQ4PU0GNSiYWvFuH4TibfvO4YFo2ajfCS/yt9Ybuo4azXfDnxyq14HAAAASghANzgBEAF8XZCYAAASlOTCP/6WLucCm/MlFrqnf9EpsWy7+8F6haEMFWYh27zC2LnsHgdNJg2Qq45p0RLVHCUQJHzPmtcfosMYrTL0RWdhICFtAHSTf6aYS8+ijjRCuzd0UctF7dmHta5Q2qChpKxs13X9xzzahRw/5lHxF7Sag/QYM2y3IU+aybrVL/x5mqQYsUOCYam4dTNoYyZMrwgn4uIVjJe3m7TnQnjd4kEKK502t4zPk07oI51BcUimL0Jq1cKlBr7KZRf81gGknUVk1WCNkoOg9H/tkSmEDR7nfBlkyTl35VdNYRgACgRHrlVm1WbRY3pd0/s14ZiR6xYAvJIV+Ti5b2fqzJejwE6jcDffCvYGYuzc2Z5zP/VGwAEHOe2VESX+AAAAKEhAFU4ARABfF2QmAAAEpTkwj/6WbVfQRXpuHR/FVrzHsiOfWe3Wi+uf80Yx9+2obiJKOf029foFRsNNG4FYXc/FKz8jUOlDoAIcemZQvbiEwbGwdBvJX/KoR4ubo615O/1uGJfoJDR+Umh6S2HkSkgdvV9cZmUVUBHvtJcj7pvzSWexTQYscU/FStIRZOFw8GTPeD4AyAjaRroH4omb6PhgAAAABIB4ARgBhF2QmAAAEI/+lgABy4AAAAUAQHjgBGAGEXZCYAAAQj/+lgABy4AAAHGAQDw4ARgBhF2QmAAAEI/+lgAYLtIMnWcB6TplqZ3qO6ACDyWSsmFrUoZLGI2tf5WdMqv8u9+7GIOKdT2P8uC9AYNANHixvJJHe6QL2gdz5hkuQaBFYJM8cNkpoR1NBZRXm4OS51TseFDWQBFdIlpo6jbgSw2OOWRdkDAV8IgWtfTItqc31LCgl7WZLmPadGVxjxviQk/j89KY9d18tGWknzePgaFP24fJl54AbBT3/bALT1YS5mlnq1aSqX0nowbVDdqFE1itCuIuwYPj0hCQxAQBxMUlm30xonu2/shVVKd0h9SHiVwgc0DIi8U9nKWrpGdtfipMtICdhRK2bMaf4ugzHKcO8uCqiCjSuS+YegVKNmDGj06haZ+y133bRZGImVz/wBP43QBV3q/mlQBX55cCI1EjHlFq2h8hjlHo8MYqKcvPCkcsoUWNLL7yhoGralaHE/R5n9tpK4TFz3qcW/Th3guRT8b+YGHRtnVh4kgiAk3AjKB+jp1V9xtFzdcKhNlh8iRpnm3oPmtgVcHPSoGABTa4v942GHxrfKlsbtP6b5fRn3b2usJBlLDXXUXxFxJK4UAE3p4e00ADygTPf3C+LUPwAAAAXMBAFo4ARgBhF2QmAAAEI/6WUi8TFnAieDWSqgupJH7kPGMOvYTVjZgKbWHtCFx/1rXyRgTDztmM6SqR3X8MsENdYPNsD8OXrkTX1DvGweFrI81ClsgqB0ZYFytpUc3o93BA8wDwnSHLlC1O1G8N3B8pGXpAqoBdbJNjb3/DHABtKWOa66IKWx7Ai7SN7cSlmLjXfDdDLJbOM9wDH5YNAVVvI+Z1iWocLXd07fKrK5zpbM9zVW3RG/QslNe1dzij/k/Tcf8ZsnliFHhjE6vtI1ZAwa4+FnvR13i1YOKsfcappuZH7xLYnOm5B+UEgOMqyXeYYPKG04cTl7l+q9zVEeZS0WO1PKry7IaAjiJmQ2iHiRwrufkZX/1JDyqIB1KzBgj6t2/vv6XocMaWCGufzdosjz9G1w6uw6RixBLBI8dLkA36Nkt62Gic+OXuT5YiJ/+Xq2AdB9bcpeXfI7YRPDVVOIiaimShsUTU084pBXjYIi1wAAAABIB4ARgBjF2QmAAAEI/+lgABy4AAAAUAQHjgBGAGMXZCYAAAQj/+lgABy4AAAHGAQDw4ARgBjF2QmAAAEI/+lgAYLtIMnWcB6TplqZ3qO6ACDyWSsmFrUoZLGI2tf5WdMqv8u9+7GIOKdT2P8uC9AYNANHixvJJHe6QL2gdz5hkuQaBFYJM8cNkpoR1NBZRXm4OS51TseFDWQBFdIlpo6jbgSw2OOWRdkDAV8IgWtfTItqc31LCgl7WZLmPadGVxjxviQk/j89KY9d18tGWknzePgaFP24fJl54AbBT3/bALT1YS5mlnq1aSqX0nowbVDdqFE1itCuIuwYPj0hCQxAQBxMUlm30xonu2/shVVKd0h9SHiVwgc0DIi8U9nKWrpGdtfipMtICdhRK2bMaf4ugzHKcO8uCqiCjSuS+YegVKNmDGj06haZ+y133bRZGImVz/wBP43QBV3q/mlQBX55cCI1EjHlFq2h8hjlHo8MYqKcvPCkcsoUWNLL7yhoGralaHE/R5n9tpK4TFz3qcW/Th3guRT8b+YGHRtnVh4kgiAk3AjKB+jp1V9xtFzdcKhNlh8iRpnm3oPmtgVcHPSoGABTa4v942GHxrfKlsbtP6b5fRn3b2usJBlLDXXUXxFxJK4UAE3p4e00ADygTPf3C+LUPwAAAAXMBAFo4ARgBjF2QmAAAEI/6WUi8TFnAieDWSqgupJH7kPGMOvYTVjZgKbWHtCFx/1rXyRgTDztmM6SqR3X8MsENdYPNsD8OXrkTX1DvGweFrI81ClsgqB0ZYFytpUc3o93BA8wDwnSHLlC1O1G8N3B8pGXpAqoBdbJNjb3/DHABtKWOa66IKWx7Ai7SN7cSlmLjXfDdDLJbOM9wDH5YNAVVvI+Z1iWocLXd07fKrK5zpbM9zVW3RG/QslNe1dzij/k/Tcf8ZsnliFHhjE6vtI1ZAwa4+FnvR13i1YOKsfcappuZH7xLYnOm5B+UEgOMqyXeYYPKG04cTl7l+q9zVEeZS0WO1PKry7IaAjiJmQ2iHiRwrufkZX/1JDyqIB1KzBgj6t2/vv6XocMaWCGufzdosjz9G1w6uw6RixBLBI8dLkA36Nkt62Gic+OXuT5YiJ/+Xq2AdB9bcpeXfI7YRPDVVOIiaimShsUTU084pBXjYIi1wAEQOa70KxUKx0NioMhMSBCdb5rmu/bzKvOXF+N+epOM3vhqVNZKKXW6qLYM/0gqc0xxSg1xV5uOowpHbZh3CsRbit3+w9BbO+i7OvmKth/tbg5VitW4dlHFNd792LtuvIFo3IufpEf2j6b53wtOPurrr8jGlpCy45GDdDR8LuTkjRqe5s1YlrqAdwz3mvwr53JqxfMgdhdjdyfcJEFyRSHKoWzcFm220prKp/Ncur/btq3uduIkFbSbWz6Qvjvi82dse+p6l4AJ2dT8dyBVsYRooOTG7vRZpzC573V0efb5Zbew9XjPEVzb58ziYUfGZ9261R4dLPYq4EIr9pWqbhw/P3UGLQ6yYw5D0hKIHD3dsmnX1sLZlk5YjQmANzdgYvuf+O+5ggeex7adELkBQTbDxOJajKnRpmb0yg8aBMh7ZnPMb3bEUY5rV+0V3LoR9yjH7XdvTK9a8Jkp/Np3Q90l9R7866KKXghAAAGMSOk0QSnvsjLL091k2Gqh07ZNVayvcQiBAMALuRCKp4/7TC1EB3gXEscaiYV8lCV6J1SYwQYYZuI88pVSEMUmpttCcXUMQwYGYr7pKYgXAbQdAN8lrozD3frr5nZYtgkRCaqBhGUQVtwZ9M2LbiImxPucKCChpsBUBZkzV23f0X7i0OhpMNQhlO4BFDmu9Ds1DULBoMFQcBcMDTjNVOe2caVrPedTe+upeu53q9K1qiVVCUEjdiXogUWGYeGRPeVsNNzu69cwNn2Pmq5c9PrPfs3RGJrRXgvf+hIOwQvVmqGyk6kineHre4vmdaVqG8PuCpo/rzt/c5PByVgpdUbhdr+vSihcq8KHaGH+H7xlsFwcD/a92dg4RE+SOg7FPrHlX7tE6PlQGkpI3H7NB6D1647FjGlrfMuhK/ZBNI8XpuoeQvRcv1DNoH8jYKLyPaG168Ptm2fLqxJwN3c1wr1bPODoqImRs1Xnc+6eo7MBnxjcXnfabk5ImYnrPofGtVfD5azw6/rlEGpKaJ/hdqZRd+zNl4pH1KzFr+jqabsYKKxcbexTuD0LujH4qYUuftGeIXK5Pwc9bf0P+GmdHWV7t/p/m/uR+utT30y0jIWo0Y4hclKZVxJB0nUSn1rd0/wW97XC/uhARQ1L1b31hJ6aQUvJqEMYKZWv5T8s1W70JAiM+XjUvx3UolkooBu27OT4/c3jjnomoR3/Qxvcev46DlU+PIklTAIJzxZEWehMXr64CGwmBkpkI440y0CAAIWMADtjNPlbjLSgqaFxCsGC4kHSgiZRwUG2zIHORFn+vu6MEB7up3lxkmnEY1cKSEIQuMsIBHCizte5+z73rYqUIVJytKlO8r726lkivycn2cWjJk0SSmsqM/TqcX8vgzRkMsw9P5sT39dkbb8ZrKIoZPABFDmqcGsVBsdJgjDALDU3d98c1WuIjn3ulXd1Kva7qVKiooUWwUstL2gZVA1VdBBjoVB7xRIc64Yk7adHFG/6PGLGYDznoPquw8VivL9RM+9yKnGei5FTxnzTlXXrXPaaw/tUshwfJFOxycSiSWjZ0YgK80TSzXgEskZOYQv8lSG22NtNCUy08EyAAEFGAgEuIMNt0mxr3d1xEM/3xZGu+q8//xyYQdfZNuIQQYyyppuUpK1hm9vyNgTQ/A66jG50VsxVonrKECsUHm2Edm8s6Kke0QWcChBZ1DYGXqVQbzyS9sHQ+MpOjoBl6bGe78+9+2aOQOMebcPbzzg9g+W8/fmigao3gTgXkdrrKSHpbuQuNbzLc68nvwFQ71wXIfS9IadCY1nUcf1btdW75SpnSu+aFJzRFVTQyYW/BkCZtABDpqNoDZ63hGqtni1SxmTD5XX9jhrA8LKDKL+tyeLjrpTH/eUsnh7XoG92hr1v0NQtzFYwsv42ypkjqcmvj7cpmcw9Msto3BUtPY1MZOztvydMxZ5SdnbglzMN8wSlBXu4GSpi4JYDu3plOf4sQlOXSRsa/UaEwxPNWlPLn6RkaWXKiS8asqBS6nPxt2/W7sJVuI6bPTdsKfKIum/5I1c6iF1Om5FAkCMv2x0x+2up4r1y3uxq0uTKaAZmd9QK6CgxF8qcASo5kVBhDBGJA6RYaFYaLBGEjVVKNSh4+N1lVFVfcklaqpVpUolUEPrmoXTB4PQOW6lKam1NrfbMU0i9gnpPpFskxl0X5Wy4/DqYa0B2yUyFpkDWFWEApMiA6TU40lPGmYa5ospAiMAOkmIDcsYEDriMWWbxW5KH4a20IO0EIccEzXyu4jyEh8DaSMELJy0+SWL6CwXOG+z0rY6k8u+l87ysF9LmIGzK5SeNXAVbzq/U+K/eSetdgoJQmUaDlQjGQ0+t5Y0M6lv8MEGO7HfYCcSMVoXPevhS1SoApcVJhGgYGGiMJQ9/bs+818vGWWu6XiKQ8zq0hlBg8RBeqeykgOTy9iCc/m84SRhGC655zxX1Pcm1IflN9uzf+segZtm+5Tk3sQNS3TdeH/RMNxn1HHDCjO3/k+5bDnlmrzNwyjLC7T5e1IlZWX53lcPEG7xO5clwpCozHTWWvW/OOMdjxZsi0XtIhLf6e3q9z0+RgKwaHSMqWy4ukfZhjIKopCko6HNsZX/p1nT+c8HsMkhZb/QVV/UaajqrC7IXpGXKMofmuSpK3wihZfSCnK2H0eT9hP/SMokbG7jEs1WGU8W8sDhpGxw1VEulDNZJIK11v7f87lnA1maJu4yw6ra7dneTKG7OluycR9lmCIM+c7+dek1oNJh/ojwBJDmSLDQsEobBpsFVrJhUur54rONtzIpWSpJSgiCAchyCGTp2+MzNY4XX1+BOr//bgKNhDmXf/XKppCJbZZr7qWzyGjX7cPfr9+/R3GOz5TSGw25D3PPAChBMBY7RiZVUPbjhRZVQJEDfyM+N4cTZ11znAzXXO/ilPbUF/3Pz/Xn+rYOrLmUNbuxUsgO/6KrVnS2doVbZrzzAv0NbbJ5og01usYrG2fbrjlS2tTxKxNmR1uSr5kf+5tDhETZbvQlRxMSDZotKdiXsAfnrjhmz+yf6xfzpGyy3EE/Ms0sq5fiKetOojNPnFfyICuSHhdhrsbUWk7pkvAuNif4V3bjcZDwqVFTa3nJaBbQe8m7dZ6/UVU69hcXjLnUep8Yyx7SbRU+d2bFXyjv0g322qpVmnMnPT+O7FJoWj22dBFjnBDmQIJvDP1fgKO4K5iyp1+y4DAixQzd2vvoNAAzCtoanMuA2zxDAzFsUt6e6Qwgc6kYaqSVhKsWfK4MuEXnCAvFKkBrI0krkIyXDAZpUhOcOY4xpGF0M+5qQQ1KCExrincXyoWhRxIT6IKW2yqiiyyZT2GKg0kkp1GNNIOFwhgSRKuZA1vRKLz9ZwAEiOZI0Fj0Sw1CCmcVlQsJvz2qVG45NTLViSVCrpQ53tKi6h2VFOT90HuTI6VmmZ/b9k0EInCSXHsNkrHFENXlmeZQKSlBgrWepSnh8a67/ImVlW42vmUmVLMJE59liIa42UcheMn9BcaywYVnSYVQcUxWlsxV9ONG7a5qjKFr2Eq1cd3gxZrQxUer6FpAFn3Tcc9spupbTUizdHq5r+2royXz3jb3F57YEtPR1pSXppk7gPbvkpvCWFdM22Nw9ZqWq4N8kr2WnANxBnMXEHVdyUKiWyQK7eY6+xjVNk9dsfvdnW4VVtM7B6tspdCvGeX5ythxHEDW9TBPAHm5zdOIyHMXGwvKDyYErU/hLnpus8G+rG9f6rW4GhXpx6bHbck7LCbgk+eTE+j9Kyid3Wg7APiYWnUE5zv3z2QrMp7aycNUgEzN4EklTa6xQKh6gnTRY/F26oCz7ePg3nKY6fV2WPy8y38q2n0HgtCkQL5xJ3NyIRAzoPJwUI63ydUQhzpQzu0jqokghIv7Jo2eM20Knq7oaouYXbNduL9k79w7mS0laTbA9V3GFynDVOCdQmhYPAR7YsSp2ZFfj7ui1chkRrArv/f4C7vx5s6jLVMgx60qpJXQIk3saigoy31pANAgS4ENIuE3AASQ5kjQUIw6HYaJZKYwjNUXVWqVN+eaqJXem4ky5mSRJRKoAzsMZcPAHV0TPsCOC4yoKnKexKa23K18u3nnm5XPPziatttfwnBFzxgU109N6zvgqCiwI5QM1W+eVQ3gCROXBoOJ5zHynRCpF95u0kEBHvdfk3NKcal1ebY9IVZ6XlMnFn1CIvEJ6a4vq7tKqnItVbJP+QY+qyH0tcCfbjyy8vfAXenfU4r7uGCwcJyez+Bxi2ub9tRnUdYsD/Xo5B600E/4JUWpBASvy05aHAUYYibBiMtAeoxkh2j8Y3h7vr3CtX0v1zu7qf7Zimc3sRvL3y5XBMVz5xQP2CyPmGyodRqGFMUDctgbw0L2+qyNs1QiD1isEbs4avgqPQPuA+E6u6vdbfYelzLZPnLJ8EwwlS2vR3z5ldp885plSOgzVV+zkoezGsow95g3Nvr9wPDzGzSncTpk5TpZ86PYQQjuDkw5+pHGHnCOjK7NHmln5PN+r8VNnIWC07ODfpjxRv4L1mMlkMQNB2tlINY2RgZkPQJr8YZU5m0NuzjLZyrRxZteW/ZTI0tcBsr9MMPknz77j3MgnGHewZauUGGvmvxl8bszZbk2uhmyYYeqTW0xLZGW4Fp5OZZY8I6RNqi8wXd6g729VmSKJQg0Pv10CIXyULjEKWl4BIjmR7DQ0Co9hpkFVKrWSCMvONssVtkSc3dZJKkUkqBJX1xXV8qODDKLE9aKxRJiT0hxN1OBkX9XDq9CrSGXE2HqhMDfiuhhCfE9HyG30/kIGWCJ41ktKfm0ShUSKb5fRvRBSVbvOKfzIiXxt6slzho64R9/+5kq3pOODe9AjnVe3o5t0JTcpzJ9A4aYZnon3Nah6GqW7ayBzOYfVbnxmoH16p2XEwPGNCecQVxnhuhOXHFP1Hmwa09y/EbdKmjLB3BwADp2l2ytFHS6wrwpywhjfJjaeGnfyl9Kwt8H81ynOsqfnbJyO4XWEdMOpBr0eoU2JrMnoZg28FenA2mqOybeFxbWNxL5YehZGe2XbY0fbbhLH0LM8ZiqXXf/rI2arvirDTyxt3jl37mlJGzpKZncB60+lyptZwySzvqyZLJZHWZ5XPcrtM6/jR1YyytpK5eugp4Z5z/oi+A6tk7yKY2iF6NlTJrLoVr1Vh0zrfaWOlBU8bphzCNK3azoht8N9aeiEQFIpWw4xnhaywXgwlm1XaQ3jfWeixRoOdIdPcgXUWx2djVOjvQ4YCgmOnN6KUdm53lm1eZCWB+Vd7UjW0mhM5Og5Wi1MQ4gmQryUlmo4uBMzjilQnuYu6CTMzexDSlbwYQpaWlpaWlpaWlpaWlpaWlpaWlpeAQ45qbDaRAqNBGKuN3U3dxzwVWEmVlZIc3dVcqlyJVRdZlkgEr/I8uw3I+jca0JWNgXhvMLzRLE8EJZmUCv0ZR3cPV3ufKQcu6j/nby8ruNnjK/PwLKFvxQv9wzNn25zlvSGECEzhwARlpxCW3mUyiVJ1cVt2Fzcq9acAhki4BelJ3eQKlNl28MOV6mz7unopkKnqNYe6xGvUKpxVBz1WrNhjkj7sygCkX5JhxGuYL0HFqVr/ao5817F9U3x61mp7RlAQbPJYu2Vx/w2dpbW9v695q9Wko5iuUCWK1V5OYfi5HILXSgwTA9T4CEHvJsIUsqYZPGcpzN9CvauRoPR7rLRiEa/gvLtO8VAVDUsPJ0UqcKL9uOTHo3xNzQSaW1CwxkoOKdX+S27C5CMh5J8qffumNoZuuYeChgFjPnOXGqSz7WwjGM/XtPC4CHkmGa8mFAmXN2nrdTjYIGbsNVViPJgNMtGmJoJkO6wCZOZWOeaKuB170DSEsm51lvtziyXUijRL7NJbeCpbhBilIPmRpXVzuWdtfU/NZBdHozYYkLJEZObGpR4ZtVG0pIbPwOehMozUkSQICRV1+anX14zX3KBSNDHW3mxpXtX7xfbSPcoV4SVl24YYPPISrWvWxKbBKwkY11zz009ksgff4eGEBnEKWlpaWlpeAEMWavnQUCZJes3POXpTLq/F1SNpuS5zq87uayXLkC2Bq2dr4zZPWLSl3LcL6qSHuBo39PYrv1DxGbDe3dw6js/6PldwZ4To/1f9PFh33fPTIxJhv5/scfXtS/mVnQfV8+ve1tbvXK5cBVcm+v1qlt19/dJmmiql5mTig5hBKZNdBvhOcSDwxuoXD49+kD1KeohXKON0Y7o85hICPlYouXaW3gY6zGZKr2Oz7G50NLW4aerKs0uLqVb2Z4s15e7NHyEPXqKG43SaDkrKpq8ylzMOoUWhhwy17ruS0+G2XNua59nbBIwaj3OmW51g2VqsOxZTVsxSYUJ+fGzztTVWTV9YTJcZkbUtYFV+e2HNp3YqGehc6s1lzoGzvk0F4qd7uxs1rmIx471YLOwDnX59cvsElbJ6q9zldmPRkVMuUu6k7SsBQHpURZmQYVmJhlbpM5WlIpaqOglncSmvnOir/EbCxLouqURYJmZes7pQmmbIq6xkad1Kpm8nVV8GVqtuKp3kpzxZpr9nK/dwp8vjx1MSKCpF+/GUf2208b7vjLCW3FbWUiXDskonL9v2m9GnnOuhOqabPp9fqvunyn6vjvvW9ZdeDVbrpAsFRnea3rdiuEJZ5sp6Evlk6Z21SvZKAizmV6TMw7pr/pndJtr83CvOIUtLS0tLS8BApxuo1O1mgpiJuVbNS9Vg0WLDdEPb04pOWS6Lzvio3VyXKmpvm+aktdRUJmiOCB1zosBUDderQtgckryumpRZ3usO0En8T4gCURfG72wN9+5LRafT45pGPlfx/oOgfxx5tJuGMKrZGeaQSFqeOpo2lcvRtGM3yhEGlGreYRHUD8b9IOeGzSR3F2KXq2939ylR+SHp4sIE/PLt59BvSMcP1/JHusxd+q/QNNkzjM7Rvm0sf87qNkTzd95hfaeq69XeA0aqkIIYe5SWZ1+Ve9Spe20znxnIYkNKHi2S5EhirF/tEj4TOIuzckT+PNhy7ZR6imfri+s5yy1oo8MlLMNFuKwESCXTrcPoiUR6/kKCbUc68OsyEuCSUK7AZrRFxi8XMbqOkdHJ0bzDSYA8UVYwWptBzjgWMO1NCHgAZ99dfECiUc9asMab2jeq1mKpJgTf9OgSrYH4pWFeMR4zU1icPSPlkQRhp48ejCY6n6H1RPitg59urbr+hQu6wransuxMsXwU+wBu9+sDSw1DR1+MZa0VWrbIqZCSw0CZBgNyjtCZsG22XoiuPadUjRA3w3ai6a7XDlGhyiAsutM5E8XtJdoY/jekTSi3jkTtBavNK6WiQc/SNe3GTIDMY29PZCJxaAtNIElH30arQYCCzzUkpW2d2MQpaXgARL5qjYaNZaHYaGw4CwYGxCCAWCmmWVIhnjfHE3J4vm9VqKtJFVKCrWwgQQAAD1L3KqDVTq3weZ6cbC+Vbdb9C9k6Ns2dc39HsYv5D1gJXV7FlXpderCjYcRx+wZVQvyu1wet1u//nTMGM7wXp2mBNsDI6vJWzoaydYpOWV98wjOA4uQzr9lpmPqXr4tKba3fFQ9aTrmcjq+R9M9pzKRm3FnYk1Y7r54troP5XrHDJjpoMiROOWtZcqBmMv0bS2coq+95/tYhsOenT1NIPGcH5HjKQEsIdULdl4OZA6ZDud1Ri5NA+mcgkTxjPVyNR932TSY8WPfRbezSwWzWLSdvwTrj+IyzF6RegsfpmtZ9Qa/y/+HQ7Oq7V6Le7XX+r5U4G8qxLatlww2wNruufAvyyI9y/zjhd05T6N0zhzdx2KxzstrlFbW8os8HAttYodvo7N+Z9j75mdiYyD5k9mWjAlHRIhIuAPfY3+ad1az/cZ9dPhNdXJLue2pYoMyZph+HZdI+M1vuig0FblCOm/mV05CXcT9a/18lJ9iBYqgBhccBzZUY+xKtZrJjHiLEM4QyK4mlSVPqaGiyYUwJanFlPNz4tSF6R5QmVJCv5SnBgTuNUGlUIplaUgP5r+tPNxlcqqbl33pm5vqcoQCIAEJXuJlLDK+Pdn4TaEZTono4AEKOa/hoiHYKFYSK45lNZaZfiuuFXW6ai5SyAlJRByHjfds9R1q3VPNtOaOvnsH7n3Bt5y8zRpqd+Qm+pH9Zm7vGeoJv3Vu3bbO46jDpLMxzQucOo8tZh9Nm2MZ5/0/1eQ82nI3dHvzqSvom8+wSE5NWUm1o+/coP9su7MNt9cx3mmL4d4xofC6efsOf3pWclbLW2z1hutbhT6lxPf0L7p+y2Ui3THP125fYJaDlKYsRG6GwlBbKVO9tybc03NkEHYMYv37bJeOU3JOtd/WTn3YnN+qXduLZ/Ec4O2Rm/prtajOujd3ZpuTaWLaJzhlK2fAfXEnZbR0dt3CsJVMo6Zd1NsspWXiiP9DMOwHI5d/QNs34SGXNSMZY7rzX9OyNHUMki/62+9Rn+f+D4md+NsGhU1s3PpP1vUdmqeJ/i/ueA3WwZjxjZKtyvtNlynouC0lp7lfcwerHZNezJNsHw3kLfyzhlX7Vn1VtOjgonIRHIojNMijg0FlWTJwjAnY12+mo6ZMfOqK4YqfOkuF4L01ON2oES3Pay4JFeviSeXOYRvwVjpfCkHukaiq/rSuxExbAk4XjkcpEBIaXJaKDCgZ8YKUvye4/rWVl/x+CnReLz1BCEz1NB9SWJXNAZDHwK8ggkk9HtpCllsS7O3pjEKWlwcBDjmvlDsNEYKBZrjWXtxmqmdZuZxbGnKaq1WkoEVADF6PJOF6oyhv4TPVIUpxnzY/rw15feWNLv3Z2L6+uaO9zyXom/bOzM51t2a6g2xkuss5ZxhOJbGd/DqP2ckzzSj/qrn7cevsOSSNV8eaV2O63He+yqbkeypiVTJFtiydE1ZrnNP4rJUUHHnqCuXSeZs1Kzmm/SL8y1MWRITS2MidyUdE4r8D7E1OrspSEiXLr5nk/AlOQD7i3R3475HdKl1PIN6aB0dVekufuPKqRR/V1N3FX/5b1juMahC52z5jpLCO8rxXTrftOX9v7Vbau9eH5en7Bj4fY+K/3V/2iy43xsVA/lUrtZqO3d/gvHtgZaheOtnZzkLHOg62mrVGM5W8zMZ/x6f6v/x3LHwewUxvg8deNv7RI/ry/cZ7irF9PksD4zTd8ZDx2YbHU/TDsr5oFbMb3PCf3/FbK9JMWvDXohgogOYh0matYxCQMXd5FDzN7HJD7tqUqpW2NaEjmN50PaRneuYtLWqAhilDUIQdUgO9LmAZqUA6FMYS1i7qksXgSUXUKOSS33YqETDKm+taAzuZKzxYyCS+u44YaB12ioG8bZ6JSniauujsrvvWL8CG2eWuaujKeuZisPDN1looropgypVRS6m6PnwfJZ7rOZV95aE8uO/KWTLgAQY5r+VCspOOdN9M1VccyStVValCJUpAlEAGxyv4bs65XR0wd1Pt/h2pKX6E0ZG+Y9m7l/Nxe4OaLyyI/euaV10+/fe+xTSeeW/1oq4VGOb8yUdx5sTf2HZcyj4ZonNDo2Z+qfragKxI/ZG7LjhFttvZf5lha7p2LZJjrM1yoKdsioge/mDWukuXMkSDlASwIbCkjOn+ua+8EOaqhEdbximJOHtCkp7pCkMWg7j+v+OSA5a9ker3Pl9o0JGWHNKr6BYPsXeXf+tcX8R1nrLXzuTcw1cn2LHNtWBqbQIx2Hy0hvmQeimN2Zuc+6aoqjxG+qWdLp7h0Z/65znrL782dYcCyQ2vex93/ph981zZI+cjnQ1GUxpn4N88r54fdGRXak0dmStd99ZEQZQktBEhqY1fSUhWRzrzXhk8Xi0a/7LN85PRxopnhlpA0fzJPeeOnefU2SOwHDz3G+O3PBd46I4zxTLNeWC6GSZMWaazHKKAINIToqlzxJpa12KqzrDWAZkO3xL3xfuhS9GdJR5CBdeaG6tPldm0RBW9IXMVjLskCVq3kQxKGPJryNwglamwuc6nCCwC6saleYDm1IW4xnuegHVOEwvO8tD31TGOMV0hTs68HSJGs88Xu8Tp75LVsdWipq3MAnoG/feB4cLJadr1a3GpOuoK5Ust7K6D4AEKOa20az0pCQFCMKAsNXV3uFaqa3MaEvK0BUvEAJQPzfUucIO3f2Ni2RA9QVVzDsqn6Z2R2ZyhsuPljDk3WUkcQjf32J2Hr/dFw61iknDfAWniNx5Rc/bP4Na+/sP/R/5fyvtC5xGI/Md1nEmyOiHHE4l+PqFwZ4gfX93bW418LX9Pw9x4S2rm1FN3FtkRSJ3Nv/krZ1l0rBr/Ed1WExd5bA5suPxK4YbNze0/i1Ir2DP4HSouZ1PnQegV7rlet/AY+e3b91fvv0/KPS+C3j6X9nF73Xdsx3L/1df8qzkZ/f7hzXxu+ffbW9/INX7mEl8fhcVgds9ttfF3PsWk+Z8skyZXQMN6DxvZu0wmXvXW/jOc8229h1nBcXteV91UVWt/b2XzJvyay0YOqfneF9hkB3PG/2/xXfu5Vz5K/aT25rVO9CdmtVBw3kOhGsTyek+kfGtIHks10fT7LfXvDWnksdO3FKcMYDPGALSbApbSDUpKzMnD52qLxlhR+NHthbmQKApQzg3/9AfrRueUAuKDRbWUXRSc7bf5IaVYv9UBnOlOBJH160AtfFQjheeahufeR+2QghYLUFxDzDQF0Wnc1gUlxkSIqMBzs24WeXVl56dWu4AkC/FdRSbw83vqMUg9dxatTyhWScCKSC6xVoRVQ+jlYpJO0vz+nAEIOa90KzoRhIWBUJ1e73qJVXMGqgmcCky1CFCLDv1i3W3Mc8164BR9LyP3TCNocg3/cXX3Nqp08j60Yu6lJ86zvlwet1XNf0ZJgnK+Y1TMTlqrwv2vxmbaXzNorm7UFtUlwSjsla6pjRusop39pnZ2cc/UdIsw8oXIfmD0e2OS5C0LE9hUxx91uoweCQWytfe9tqL2Eu1nRzD4vxh2TpLMPG+qdiRpHOZXdVjsUVlwTuRc81XA8iLXZXaKHPk9+SYbS7DIFkud/wtoyzr/wWFesl0rx/OvufMIPSeetXHNVr9NqElw0H/csPC2qkLlklM+vewztPwOMaOvLM+X5C4qecW90o5o2xZj2k39kndz5Yh8c2xw3G/RIHDnF06V0Punf+R3fxTMeRJJwzMjYnrzv9DnelJhW4HcXlr8WqVfaLje++K3+6uu575kSWDTsgaG/2UsT5rdE9t5u7wyxmHUU1242aXVUKQwBBBhxxio4y4Bc1zybNdgBTrQZXMa6+/T6BOkDMIU92L+OiptlCuwFZwRsNm7xnGnUZGKs6gFIcGaYMHPLpFDB/m2obudh2FL4XpC5qmSA1Rv2WB16wZyvWgb17m1CJWCNC0VikifZmGASkcCb6xluJYpE+LVYQ+BZN3Atbyv7vSyjlj0vqr9KbQ4hbkOOwpPsX73z7gBCjmsVTtFDshCQTEQUFOI43OKokrI1VRMuIio2iVFIQOmPIf8bLMwHifPPrD0wnsNl9XthnrcD6hzZ77Ty37fCQ/5vjlf/U6F2/VfA+jefP3Vvgf03Lc0mbRWveO3/Re9hfBvNv/oezblZWdLvWU8d81rbjuvzDHhLZoOE7x5aevR6chNe+TW3AaTO5fsJ/7V83xC8c23CxzGo6zXTbAnTI3Tkx0bpviDpiMPqyM2/9J8ydixAUUe3lq7nByQPVPQCK+GDe0QYollDS0Bkay5hefH+6Zgpuee42Dw2a5icr6bJ7QuU4zdj9YvZ80vfzyTWKLsnetU5LIVn9NyzKbWla5bwPeul+Qjr16PVfv+xz/1NUNU/QvRdkw29/78Nq8hTcS4Krc/dmXafkfh6g6sta/11EohTKKK8Qsnb0c5tx20ZkzDwT4qDKvPKjIWvIJBLk1No7eDhgsJWLm6C7RmHb0CLci5VTjAKyENHZz2ngsM9EgpbUfVh9jVEBWqM85gGom7WwFPKFdIzU4T7EdCQzJggIBkJEoGy9fGxRHf5UlFTFeqFvKQyUYidagDa7Q/e/oYohYV4ZPQBB2lwnSEbCMsQzMIzQEFKgC4sYguILocWv3E9CWgypBIwEk2SCCK6QOkhKlJU7/5PxwLMEgpYYHRZ6yPyaCYKlvcAQQ5rNU7DSkIwUKw6E31ecb1KpeJjiqawuZAIJQqJUGonbqKrJ40VT+toHtP7dxZ61P+SxGu1DwXodBpNC984nPbJ+JP9C1638iYrP1n36fCeD9y9ZjLP/T3Tj1l4f6jtPKW5cZ2moZOt8VVcnx/G8Tpl3KtpH4xa+qdD3ms9D9KjMv47A9CMeqm9pOo+w9yxcddVlPRe49E7NUct9IV8YvdrlDWE5nc5X5Ce23FR51s801fIeU1FXzfoOtZ6lr99sra75fwPZRZPZLJctty7GsfBW3B5mateEp2uE0j8V7pP1Rig4niMZwVq15T0P6Wi02Z6DHeoVXmHnvPvfYoB8c2HrV96t37tdPW9FJ1PRUflNripXuk3WuZZap/jbTYfUsurtX5b41PWLRNhujQvwvW/u9qa8WYY3/JR3b9zjkkZ9up5zDsdL+ccfyfT6zlmK+lUpMs4oM85ByecfdP2VofOEcgz82toMZNDAngYWD+llTLDA4q1rnn/KptyzdtXw5f/7MWCZ2SAs4fxIXsX5LZCn6qm+U+9u9PP1hQB8x0TZly81RpnuKeX0r5VcZyPTZuCX31yuTMzT0gcGyaTGAiv8ejOG6+L+7XtHDL4zzuIBgInnGyjAsfPVghAwQ6YW++rai58s4f7BsQGDHVLgEMWa4UmxUewwFBMiBUJgr6xck3Fzc3OslWVJKKSKgCVFDhlbg2RIOn034Exjbc5sj7sqRqVjzkjxLhkg6UvS8a/p6r7b7/sm/cZa6qrNOL1/oTLDt6BhNU8eubfHWI849H6LZsEv9qnjEFiumQeNYeY45ppNkozVP7f2fO7bZPI9DuYlf4Hl/nUNe42qMVdn0D2uxTtd2fx8t2jiqWuieo7RWLxuDpq2YaRUl0ddROJ9J3HB7LhXKdf0g0W0lmNgZVHOuSrwnkn9X6UuxVBW6jSa1Pv2Y6e78Yw88wskD3K8+r6FIm7xA5dibhjGlQ/8NruHgYGlrGtf23JMK+8rveyWCh6F2NDV4aDe45a/w2O61gO7t7Z6nYx7P/jEzNk0ksrzCH5/aXO1Pulel9UsNxYtF2uxv3IG15TAIyeIs6pvktySHvmncOuY/oOg7aR2Hla+LRjBDA4Jljuea1JD2Xica40B3bcEtfS4FAVXIjLHK5uF07DPBwVJDONCiyNA5oQi8pd83C7Kc87SvDiJmbJAmdpDZCx3Lr8BIDQmaFqUVUHUogHZ2zfpUaKIirCb1KQTrQsCL1kagVMoQETLu4J8XgTIaZxlnGZY4TuEgiEmLoaj1noNlxptXtH5jUf8etuMW5WOCA3nYXlOvLdyjofbrxRnW/m9dvAQCdss1YgE0xuV1ZrXzfNZxIhGSe/GaXSWTfpLqTLi2/FS5ffNTetcoFEKv6CqKNnI6rym2xuOP6vUau8J3jileXExjw/+kihGoJnOalWMMyXZblj1CvMqdFz7EZO0oaL67uNp3npQh1UI7h7MkWdCpjznUd/F11lJIwRql+q10a2RmLPqt9HFCLU1MZMDohM8OJXnRq7N5iZ4WaA0WGLOitwVgGMrZ0DTSWyqb1Ps0rQLb1pcuaoFVEj5Y0R2neByK4p4FfbZ4Ycczip5Roq/k4lG9j+oR1m+/joVYyvLKfkC+tR7s9E4i9WfRdrr71yj35IoxBdcFvoOv8y1F5kyuk4/TcBp5O3AhgqS9Gn+A/b1Ra5jY5+BNyasuJ5b0fkvd/h0t08cV6MrDmL3A4SRRh/RvJQOnpqlXLfkO0dy2KGBo2hCg26aSgkRGeg1ahdtW+2Vl/Ofdn6u2IhGjph7IAYol8xvlvIWhGndE3/i5jXHk3pMn2rn/esZ2uOvWTrmo+0PP3bOwM+4jGCjVNyb39bcXpkoB/Lu/lPD8v5wgj1kwL8p37/aYLpF8pUoZF9Vyn89TVEAn4tJdMfa4JkemnDWh5t1Tq7PadlvnbvRrYatlcCqzM/azFBohMZeH4avSKfdMpBXYOB3j5bhKl3udrs7xIAkd+yFyv8X0TB1yN1Wl1FV5vzH6uN8qrVBsH8blcgUwhweABDvmuUTsNFYkCQTOolX3vzeJMlbNFVKrcq9KrJN2MMLYUIIAIeACpTm7ZrSjjqv8lKjgzVnq9s1a7pmHaDv5OscRzDBbJ5YpNwcW6peZJ1TpHEdk9DXNl6waRS7RdNz9k+8sG4vilyjHMBltaj5vCzp0rG3WMhVWTS8PeZ4NYRbRyFJFugYqIoqVdNJvxqs8DOFPW0ZD0S80C/OlYOOR8Dcqps/B2u1vHQu2Paj0gtS95h0RlDEdFj1hFYQhEwRUt+MMFZrbKLXxH3qa7l+/Ft/AzK36+6VsqU0MdipvT0Akov2eCK9iSCSlyr6eyYyo1flLSxSG+KXhTJhm2NNItuLItbuGGFgbauIVCrkWO28EcVsvTz041CTQo2zOOTRVFW85JyM0BghW2yEla1GUVX9Q4tnRmFiVThaM4tuZpi3hlDIYaYIlFrDU1WHS9dgw4x+h1TbXEsk1GZ5MRWp0T8Di2eXxis3DFgPLh24amWJJlaSSieGSxSkJRVyYzqB8OQwg1AthNq05Padr26sFIGNyrw1S1SDS2cPxO95KojMaMqv3tHRYhTOG6R6bvv8KepcsJ6Z2ITFo1smhOA0s/CPrsivf463nbGRYl1LzED5pkhSdMcd3c1QpXofI4ARBZq+SBUaBURhJpq9yq1eWy5uSiVAQl1ipJbalCqexeZ1TNnz1ToetbDvW/dj3X27jFSqHQeicT0nlfDQHVM13b2XyuclcwxvrL+z7zr/t32Vf8xsXlO6Wj9Rqv4W+V/0X0VRtg8IkrFHGvVYxWYc9CKX1hpFpqpg3oih9mhLyvZ8x0dJdU0mnudzsdzl1vh7ZUNfeM2yjxmMABUrfX2VcgexZZjJBIqXzIxhv9NpEpxSQ+tggDwWgeiAQ2lRmTTi5rnb2EYqOd4vCvojSwWrPs4jJ1oorMwjtki+5dmmX73JwbMHl9b+D5Np0Ne8SeLGS5vlVeseh8PWnchwStxIdF2lvtlao7Ls/Qbgln8xlTkf0mAtNdzcuDzbOQYfZ7C1qHGhKgzwGKudboIS4XneB4Wty314hXwl2fZxw7l1EA3LE+Sj2W6xr4BvjXJwTjqqjUGMbI0byDNgwG4Ked343HvjTSuC0+JW7DlPoI9KrstdJcvKmtR2VZVutpjmWFyqG8qyeGk2syZcpVNgKdE4OId2OeeqVvI7lWWWCzmsaFAzExrNiPI5UucNj762RiVLyQSk1FgfWIlrZNDelSdqHY3KOxkujq0qratebqQxB42YIYlMBADBDktygmgIoVrjcTwuU3QxkJY9AMmiq4b9oOmrDRUl0R1Z4Vgnyl52l9ROUyKC2Yzd0rbjiAgwBoJTmA2kU8eAEGnG6zc1+L8pWbVcwaMJNTlF0iplttKIqprMVzmuqp0q6qsXdQqEUgPgrFcEcHcth4yQUZhlwnt7BjloGSRISuQnBwQm+qr40VUUWf1wV51zu7Jfz/7s33yZbB6BAyaW5anW5CGMQkzB2f/669i5HKPTPyu8clvlg8o+84R4tAsDlaJhLRWIFbDyKyBqceqliUjFmMLH9nXujDG3avbh9CX223LsO48+1R5Aipg2QOMdxwmS1XbMP2TqbSEaH/a4XElOG7ZjnV/hhxodbpjQspD/PGNWzEnQp4klfQqVhyxboGs8tIcklKTcm7snUt88U/x98zSNqb4yz7oEbNakvcyDoXNuK79kFQtpGgLU0ywaBhi7m6nKHHaQPYv5WqM3+kfsBXJXa6SkHUsJ99VKzKzrrVSeeYQ9hm2KuNGAQYJS4KverfG9d0jzX/t+Jkae8dCrmh3GeCiCRQCBM/9uXpifqpRrX1BIClZEZzhO2VAQZEvSoD7g5mUcubhmPi7Mcf+DU5ppSrzBnfVCqHd42XAQi+i7fy6VSTky7NsHMOvmiGrO3JOfaqrVQTGYvhHYNFsTcKZfXoNXVB+pZVkrQyVarYrlkb1ZGu5LldZdcth2F/XaHRz7GVKYqFKZkydubEwcTCLIRs60PpGnLhkTzaXA604ABUISjIawkY5wMWaDTbOPI3FnBDse346nQ0CjabKW3EvmptmbKfof4lT2WjOsJ9EshznoanBwES+apQ2iMKBMeBoJxrisZw1uUZfNVWqSSlVJcqpJUGVVB2vYPSKs/YL2thU/Su09B91y5x3TOuY8b6PtWofV8ZjdigPme3YH8tj1bx8Z7f1jm+ceK9i4kjXt0x/h+ZPV37TyvZf3HSzxaJ/w9DoLOfvRZRk7+VrtJ69G7qeMEC0JT+HK2z+/WT8aEmlWd5TsOr0G7tlYEXUarTWw5WXzXQbXCXrZgLaw6e/enRcXS4KFxRpKjaYQpzWDCqNRmbFZ0SEJv00bowZsYuNFr9rUXU8Pc2s9v2ZOI1bL4M4dttpNl4SAZL3CLyGC5rvuNXQljSwouqqY+AVUFmN2Jcpa1l6v6WRjXxunfR1OniSxqxMqAfUjCaslmnpIvq0kaNY4xj8rKKfAeuiGJbnMGYTQAOvz+T+u6xikqoo6jCBCYQChCCYRU9HJ0LJbIct3Csvku/Zp7pdw1E72yXShd4Z4zWXTuJs1O/CpCGnzTO+7tSv+KpqaTTdfSIghMNTXi0z37+qSw79lkkmHkF6JsWvnZbydL5o3YWNNfja800iSB8prKuowkYtJAocUkmpKTkhpepF4qLWwMOZqeditTISmKw6b4viHNDp7DqfjPDXeREuAEKOavkYJBYghgTCgaiTWXqpvV5KXWVUpKXAJKuioVkyg8113sm+2OT4vqQ+oLKny/gdn2P71r2rgfafcLTnPQ6bl3Zu8e3kcq+BzZ38D2j9vb9uy74PnNX9S+/52/QX5lcr1ftdE9itqwmnw6wsgc4nyayZwrSbH2MGeAQtIVLY6rU9LYoYanvVdf6nBybxO08lQ6d9wrSlgA2L1IypKu+JpBzaa/mSTpRYHqt1R6557SuoB+UvjyIzJnZ6wPC6ti2Q2VBUdeaJwElqooUeHr6iysGZis23A4msKg67cDV/C0DEGNzaEp0lTXlkP5vJPdfmP2wprsxnTEaa1pEiuyX0DyT0Ga56Gbp7zAOXo3X2TNpb6e/jVxRM7cxo1gsNK01RVFgNK2E9eu6b/5WTKyoAIaFOFBGT1mrkKnBhaLohc1E0d8L/v+8zFTMdSiSrGGF9KArUjGXfPB1Xa+xUAUbD0Uq4/ZZlpgJBDPgxLvvsdCTb6iIshEQCnDeKKnBBccWMaDdMAFzgh0eSlLappKSMlEaA6Vjms6bT+D4uPavXWv91orP2uCvqYA1u2qtP6PtPyGin5tz8vaoe1XOMl/L7oK1MXqckEbq9Zq7jFM8AQ45rDWLDSmJARCwoCgYGwk6S92XWTVTEokrVSoEoTdpS6oNP/ca18psXQ+ybD7db+20/qj5Tu+r9sun/Ud65Rqe0eL4TuHarF+MlynplY9TUbRtWfMPbc05t7Q+fE2Hyvu+8ZPedI4Hg81S7gm3dG072/DyRLbjuyWT5bC4/kW1marrucPbDjev5c18OQxm3EJY6f5r61h+SynbFz1sOLkatvjkLyS/rydfUq3GUbH2PuWNzvFmpKd1+rroK2ZxO+U50rh+WT1TtgnIanWdcwo+ft3qkP0uGozFopn9Yp3lfCkPm6GPock+dJtFybvj5Davz4MnVnAy8roc96fqmVY+H2y4Y3D/KL4HBN9JY69XecrZCr2YOBj8AYrnguiqYKcgKKd23NM78a3VfsT7pNm6XHPeSg5OnpXn6+IxdXX7ZKtLBnCpmNOWwBCcO1yBh7TESgKiKUW5TV/Ef99nSVgiIUVFQoZkIgZdumUwJ3c2YSAlAMJOvz6Q7Wh/bx5MQMqe8sTRi+GxnWpQzYXBr3rJsJNeiKWxvRDQ2I0igmVTyf06X/vrXdDfYtghWOS6TooX+0eMgY7lAUoRcKIZOk49LYV2T5Py63cwYFOq+LdaW0eS47XTSdC0TfnDMNlUUyG0cff8vNlmE4A8C8QMxOr1twEMOa1U+w0mBsEhUGwkKQwNhM41GcU4yrTd7tUo1KTIiKyW5uQoN0bg62dL7pPZse4VstLhe6XWlkXZwj42Vjure5W6yefKfyP3Ol2RR+wzKvah5T1Pa+hfK53vzx2L89U1HSvj3/5Pg37M8s0jbLM7yOZ6ans8beCsq0my5l1O8PPaNp1/QcHlNwxkJ2ejxXC2xbj2ffmEN1nSjFJ7F5VU7xWYcuSMQpWOulzne+b3Vm9Fks9T+W7jc87xv8ni/W5+z4mo4k3vNrMvTsnVYBN3S45hos8hMf1B8fZPoYquesfAVnC9U6NXmFT2PQpH0o1Xu48/QQj7YqZ52lktf2ON3jKlnuj3uPBQNWrvGFUfAY4zx+5dogavoFoNKZebj9z8BA1eMM0Fz4DwfC49I/4rtdanZ2wH1t9M8NoNGk1scjmy7HjzMkxQuNR3zUmCDuWpZlBJAdZ3Afew04XYbXyvf+W2vlp4cViqbiiEYCgGVYHcTvbYMIIUZf+Adc9PvNdTM6OInckM48IOgqeyUOdf+8lGEY5K2yP9E8fRywyDFnlpZDlxEpKVgbOg0a/Hw88qnBWONOM2+g8P9A6XJtKqfEqrmKU0dwQhSUd6mQNAzM7FBYavItvJuL9CWyqvxbwgiHB4KKMcsA5wDGBEbGVR577PXN0uPgEQOa1U+w0mBoJhoKhMEgsJxd1xJ3WrVmplSkirlVFSLqkMklZIIXzX3VFdkvzMylf9N5pnk7s+v7JsKKd3ai26dzXnu5QnO/b+Q/UrsE1u89q22fqMqWYXI6bGvv+Og6H6P2qE3r2C9sOHzjq+s7L8tt+Hk8shtuvXGljTjfWm1agM24roKr3HwzmtBgHfQKlynyzCcDaqPbjXBppHX8fJ1zPOdP+dIMK3e0U+s656jpeFR1cPMp7oOk1pHUszdFVZ8yjMNjvvAXdj9beNAyVJkchj2sNWcTne2g53nVn492Sz4ux824/5f6CodjyfFTPcNeQIEv4Fz+AZuV3VE9noBdIr2vKpWhHyWdY25ptnxfiKxh77PqX0zETjhscTS7Zx284Dj63s22qZK7jus67ottqUobrZW8VnmNfmYyD3+5TtXV4XarM8yAnFW2gkoX6ZgKGETxnOdhejXSb2/2t1jSzUt/2aHhMmfgOQ4kqK+pSuMUqhwbF3xQgEj/kYEN2xk2Ln24+319lws9AwiINhT5+JX7dtM0392Lt78+Sa/CbOAlN3rH7yfv1U/oehL6IJYLBBuwCB7PL4DoEbi62dNqG0Pj4x5XtYbgEweibpwmAzvd5erLPDJBGGiDoyjEc0NUGcG1AU9xsBnm6RHSV6phUvGq7gARI5rZV2CQYMgYHYYCgWC1rRWsuVEmKoq6XFEQukpVsvKCIbnzA9oBs9amvLm5LT+95h2XhG8Jzeq22OkI+QHOXKQm32zqsn5HobPvPfbz/plGK/2WOljva845E8dSueX8/8S+75HWJDFQ+e1NWviMs4aAgOvTz5gMFoMbxs2/2LQi5ulVq7tVeyUZacVHSOLsuqkYXEwN3H8tqi/jVfYhDPkPoHzQb/BK6zX7Lz8bis056CreJf2WX1B416oSrrAZngmVye3rFyKVtUsMRyCFkX2OMXvMHlrOXvfrqdffHyuybUnt4bznVpgMHlMIlS2ATTarM1cwvYn501yr12LopCU+ZJJlrOx5pvc5pobNHlC9ZLr8eyrW8XChqHoahWR+cx60NjG4Udq85XSHdd09npXEaqg7mJkvXyx8WqIiGwoSWPBw5o1yUKGkdZVzlb8izLkbit3dXg3G/9udUQz0iHpfD4evnqYQixIIhxVOAcKi5O8aQQhUEz7MRUslOtOZwQmMTAnKasbQ/i8I+CSIqjKLZsky1OdUxIkmPP/D+shgxLVPL4ww0JqFG2IYryX7TXReT4MRqTUzdaXFVSaSWEK0oBwUY9pbdsO84qQMaPcv7gr3mT4PJXxH8f2ILuldkFl3o7whrfAgRWqpfYb01BVs4AjiQaCG7gAQg5q+RgiFg0aCUFhOfbWKaLwkcwL3pAkZaUgVVB6HEd0u7bC9t6E17rx/23Y/tbl0n1G54TsnbF3pMJql13vjU/83W9cx34pWZfD29nsF5sXzeRsI2+9Q979ustBu/FbpWaVi71YnQBs72h6PhMqXSrmry3oGOE9CJWk9l2vS94dKDW7dzoWj6pg1uVUWUXvQZ9hJNrTQWV9LgED6h/Brc+fBIWGmNVfbE2rqI0BJZy2+awUeQ1KItPGqo/5+Pk3+VY5hGPk7Hc7zbeeuNfmGnnJvFdkGHPaBd4tlsE7GySqzc9UfQm9XfciswvHr65ZCSeo+dedEpsubE5W7De8UJCPnoLikRjX+5Z+o5qDfZXbMpSQlw0OEXx8nIaIsdIztVhnKar322WhG9glK4MGr66tXT2SizWWCoKp/sSMqHhdbYVukDZpkRRCk8JCcG9WlemkNPhtq61TVqFcnGVLsl2lmBkGySohxCs5xMKSyv41AIgrRL2popTQYdMsj84ga9oHF06+YzcxAO5OPXu2bdurVpFg6uW8KW8Zbaf0DTOsqv1bNFmSzc2qJNF5YU6XcXPHuJZB7S8GCgyAMuNhl7fh93w78DDA09+O4A15ezbsbSZsNFX/Y/e+SS1fZOrqsRUej2SRfzDwZ8q70UoA7sc2VZ5UNZqplfKkslCrgEKOa21ZgyKBMFA0GC0GBN8a1VJmpkzVMgkq5QQzRVXUFVBfvq3Np3JS3Nm8r43/zSn1Vlxr4y5usDN9Udq4g2IlbHvspcRf2+EEhXGmtTj+Kb08frlLUdp4v3mP7dB+7ct+212sK/d1PUqpI1fd8aZqLG6Ycd0ujT03EXqr7TTUU/jNW7gcZ4tZYsj6RoanG1JrYsp2y58c3p2LJH7QtXKYey2SC9O2lly8euKhqDwbrDzWSV6uYxGYRrLX7HGxU9jNU/GGw2IecPZMvzQauZsQnJp01ceYX0WSj7ql3AxTXoC4BkGdfDy6il0meMcDPBc/jrtzhLDRt+TNbtiKCd9DiEJBqNikmTrk2dpLfc4BNvM5Zq1Yqa00FQhpDZjrbR5TGP6U1hrzbqtVoKxPJmxbo6GfL5/6+WGNOUyNNfAORATOZhgy1OJfHvPO2hUR0/ae8/X6gY56EM4RIFWcymLQ/foZJT2OgiWmq84ygG6CDIPWj5wx/8+odS733r+QUdBUxp5GNW3sOAy7Ipky69jUlspkmAkpUy8AiI7X29MoRKw3ePfq+Hw/Lx4NhiIbDaTFHIIvOWEBnIshYHHmM5nFK2GTlsoSradld00dBUnh93PuxqbIZjkvXc+/rKlCkLi4ypDDADoFkfCWTCUIJ5oCCMSq2MzZCyaEfV8AAAAFSHgBGAGUXZCYAAASlOTCP/6WAAHLgAAALEhAeOAEYAZRdkJgAABKU5MI//6WADzzEIFH8H6/+9vVhrbPLmdM3uZzcAt/2GX9K+ZN3vmYUo5OuRpXu1Jwxq4JB+RfI9uHk83Njf8O5xn0zpo5+Jrwf/hZze62NOBTQs0Ra9ttytu63FY/JdlHBQnSFb9q/bdUjpaP3jaMBhesr9/og5cBC7ugs9gfbM/meLk1Fgflu4Qfg4a2h5Vv4YnUShBBvZKFIzVemaML4V0gnAAAADlIQDw4ARgBlF2QmAAAEpTkwj/+liy+J2NsycBSURSHcRHkVUBDIZJ7UilyDY23OGN7rDI5l6T50YAKDrgSg7KGxNrk3c2af/WUfB9nBGgaZd/HnXRTaMkQfMr8Gg+4GZFsOFZBqnbjn+TWPYm6aPQ10+gg/V7wx6xwxgqLeRotpqBRZzLoY6QrFe9B4+/J6O3H+eWPa9yHCQKzSLQRm2T9CD8eulogvX5KPCpV9QSjR4C0sJFaCV0rhKgY/gXlp/0ZGnDnc1G6sQ0mtJNn5XtYfZ9lY9tJ8IrO0/XiCCc3mIcr7LM4AAAAGghAFo4ARgBlF2QmAAAEpTkwj/6Wlzz3Kr4hu4ba2xxT1rGuYwOaK7wjBKw5GNJG339Wmclvy9YZVrBru7+lCzlm+Udjx+AThL+jRXJKUBlpJpoX5TP0Poz8BGu+Rarfx3GBpnsgizqMAAAABUh4ASABnF2QmAAAEpTkwj/+lgAFDgAAABzIQGTgBIAGcXZCYAAASlOTCP/+lgAWRcUJhgxZ6h2rkn11Wr0ltGCjH7mlgNJ2PkO7x1HjgLIx3JeqoI+YAd4xBFM1eggfi8GokU+owdr+VeLcRGN46X97AgwkqO22cr2+RskFudt9PwYDpTIC1rwRCAGzAAAARohANzgBIAGcXZCYAAASlOTCP/6WLucCqzpphC4/dZL6rGDgYExLlLA8nTQiHmaVh0emaPwYJCO2fd8d2Yi9L7MrvdrC4g3TGJe2ad0PYf6KK87LG83b7swC+nNE10Q2Kq+cOiQ6G81dPvVZXhtHm40u4+jCCz1zynMGDCEONE9eCeVOx0UVW+X37/bqcp019F5yVlChuxdNCNsgRy+/mBGogToIPbVrcD1FTMlPpKW7PZGm1wr08lHDEv30nbCjDBh2dXsNjUGTjqm3WqYXCcR0iJYp9eLZUw6mSTQc/aLKh87O2yDmFYZUPJE7MV25CicP3+I9roETVqmSooLI4ad/1CVplj9j53GUEYXYW0gBMJcEooWxpQ0LfAAAACZIQBVOAEgAZxdkJgAABKU5MI/+li8O5xIemi1PIz3cRsN4VEf09gv+B3P5iCvT7gmRcdSWqORHdQUk1qsNbNNFTk+oEyp1rQSUwcNBYYV/uSX3mFxqLB2A2dGP7ut5crK17LOs9VY2sdMvDdo/4lZVNYuU5OPEJ+FUQy8dTb74B0kuVIjYskF9/5hz18+WfW+1kcO4egI7E3wAAAAEgHgBKAGkXZCYAAAQj/6WAAHLgAAABQBAeOAEoAaRdkJgAABCP/6WAAHLgAAAdcBAPDgBKAGkXZCYAAAQj/6WABgu0gydZwHpOgLQiLdAtuBDilAX7vZ4g7b1XGTMRYHsN3ljynGGr065FSy/H1/DgzyvmJlSBO4AluWrm5s3kkC9c+8F5TVsGGHvzFvCjuE8DlagyWxy7ni52YQlEWZOGMRCIOK2PNOhp/uitF4+LWcQ/0Oblci6T00DqNA+3gwxcwtb78/PxtBcbhK8i3lc9s9IVw9SKdTxWDUTJ3ztX8AUCl+bz1uyvi4Y3yVBcz8N1a2vUA9AmOZW+RMFB5LQsIlsinvCdiEFhCtP1Fc7CVYZM7wIZE5Emg+DuGcf3DMWSDyLjhkYfoNjioFLaurGJM60b7UaQb/je4iwc7Vngi8G7XWpcwzRVTDjHrBbPWFWelg0bws9vFlzr9NRp8Fo2fMIcj6vqRRhfMC7iudG9Z9msxkcBDvTHXywWi7vdqoNqhsMg7yNVWXGgssXtI+bYx78VtdKaADOib49fr/YZGyD1OCQ4YVIHCcPRMTy4ISR/MEDiKrUoKGKdegLfynEbLA8+tjqbvNHIn1FGukpKq7fdVf1vqJ8U6CBODeagcmuH8PW3eNTdexJhIGa1q2QNigFNmen2OCItr+lWCam/ngdbEsTv8AAAGtAQBaOAEoAaRdkJgAABCP+llIvFvDO6mVXsbV2ZL9vTtP2RQGiLsKG7AttyjmYPIDDKEyhUA3teVq50oYYE87zWRdYVecQIwQkt1CQCXCtQeqIVB/vZy2ZILWGz9qKXmxih/AhQwRNTuv0+Mlosv0Yy+6ohuOJH1vm7bphl6Hipo8ABkbd6pwHlw11RsNdpPalpOzqLNFAdddZHpCG2qg3k/vvL+c7B8DO21qFr3fjLBNHHB3u4RU0wAHksdM+Q6kpKoKqNZtMmyTIa52DdYIl2n8RXnNPxJ4YRpWQIkdjQ3XTUkZZj16xsiEqUGk/+6CjnaCUDGCLWTG2HkIBjgjhODsKTzs4VruaJPNs2VvvlUQ7ymt9sqXk5Myiw0QBD4gvRuqVfaKj+yucnhE9H/8xu0FGGqphG1TDEaU8Zxe3gm2vs9l2sKgnNaQhc3AYx7O0Yl/YbvGvQMIWWODFLYGlj9ggJQVPi6rm29diZBcy0ZJvVqYl8BihKtqU7Mx1lYAIHEKSN4vExZo5eFZ3g4BmUrg7A+tFqLXbGbb5ORKBHuB6rovFJPM6kyFizTgAAAAEgHgBKAGsXZCYAAAQj/6WAAHLgAAABQBAeOAEoAaxdkJgAABCP/6WAAHLgAAAdcBAPDgBKAGsXZCYAAAQj/6WABgu0gydZwHpOgLQiLdAtuBDilAX7vZ4g7b1XGTMRYHsN3ljynGGr065FSy/H1/DgzyvmJlSBO4AluWrm5s3kkC9c+8F5TVsGGHvzFvCjuE8DlagyWxy7ni52YQlEWZOGMRCIOK2PNOhp/uitF4+LWcQ/0Oblci6T00DqNA+3gwxcwtb78/PxtBcbhK8i3lc9s9IVw9SKdTxWDUTJ3ztX8AUCl+bz1uyvi4Y3yVBcz8N1a2vUA9AmOZW+RMFB5LQsIlsinvCdiEFhCtP1Fc7CVYZM7wIZE5Emg+DuGcf3DMWSDyLjhkYfoNjioFLaurGJM60b7UaQb/je4iwc7Vngi8G7XWpcwzRVTDjHrBbPWFWelg0bws9vFlzr9NRp8Fo2fMIcj6vqRRhfMC7iudG9Z9msxkcBDvTHXywWi7vdqoNqhsMg7yNVWXGgssXtI+bYx78VtdKaADOib49fr/YZGyD1OCQ4YVIHCcPRMTy4ISR/MEDiKrUoKGKdegLfynEbLA8+tjqbvNHIn1FGukpKq7fdVf1vqJ8U6CBODeagcmuH8PW3eNTdexJhIGa1q2QNigFNmen2OCItr+lWCam/ngdbEsTv8AAAGtAQBaOAEoAaxdkJgAABCP+llIvFvDO6mVXsbV2ZL9vTtP2RQGiLsKG7AttyjmYPIDDKEyhUA3teVq50oYYE87zWRdYVecQIwQkt1CQCXCtQeqIVB/vZy2ZILWGz9qKXmxih/AhQwRNTuv0+Mlosv0Yy+6ohuOJH1vm7bphl6Hipo8ABkbd6pwHlw11RsNdpPalpOzqLNFAdddZHpCG2qg3k/vvL+c7B8DO21qFr3fjLBNHHB3u4RU0wAHksdM+Q6kpKoKqNZtMmyTIa52DdYIl2n8RXnNPxJ4YRpWQIkdjQ3XTUkZZj16xsiEqUGk/+6CjnaCUDGCLWTG2HkIBjgjhODsKTzs4VruaJPNs2VvvlUQ7ymt9sqXk5Myiw0QBD4gvRuqVfaKj+yucnhE9H/8xu0FGGqphG1TDEaU8Zxe3gm2vs9l2sKgnNaQhc3AYx7O0Yl/YbvGvQMIWWODFLYGlj9ggJQVPi6rm29diZBcy0ZJvVqYl8BihKtqU7Mx1lYAIHEKSN4vExZo5eFZ3g4BmUrg7A+tFqLXbGbb5ORKBHuB6rovFJPM6kyFizTgAAAAFSHgBKAG0XZCYAAASlOTCP/6WAAHLgAAAIchAeOAEoAbRdkJgAABKU5MI//6WABSWwbpCRhZz9YpA+fpATsY0arnyOkhNekn4sJuSMQigtEk+ThWpNoXWGEjTU3EJDslptU01aWKPdQscmLK+pGskDUqk3kjKkWzb6c/5RVZoAQx6DCVbuN8CwYNqRBUyHNP9SMA/rktdSM3hPBgybod3mAAAADiIQDw4ASgBtF2QmAAAEpTkwj/+li5aTY6YBoUjFW6Xvv+nXDq1ZEn88EsyndKeaXPe6oimuDw93UKfObDo17eMsMmxAyumsc0KBFwLhhHDcXYlEdyzK2QWcztBu+Wzg6BZeyoMoyPOmf4mteA9zmiAqSA2HGhm6PXsSa2TubGcWk8qMlkE26bhZzcZSISO6s8REBdKfGk2rhHhVzVqyL6xtIbpSbEfw5/uMY2oti4vD2mWMBRtmF4AJsLMOQSVTU2Z6K27qIPsd09Mg1cGgP2tLdr5GmCj2hEkXO0A/zuptpvgAAAAK4hAFo4ASgBtF2QmAAAEpTkwj/6WbJKJVNMJKYNGR3RR85IXjHp8HUITP7+p8YmzvJmTRvuiZ7Lk0CRtF2BKauoolmHBda9QKjHL2CUeICk+9LTykCfbQjLPCYnkfQRDSwIvVTMtsHbtgJu0Cc27xXLaHsAbnlSaMmFS73O/3RJDrNwmLdnrc4z/NX8xffjqHPapgLapCOjUY78zLpJb3FNuXGgmWNbEQiyRSVrD1gAAAASQeAEwAbxdkJgAAAhH/pYABQ4AAAASUEBk4ATABvF2QmAAACEf/pYAFSagBOfCqPayo0ExLq57305b3I4zY+UaqqlMW3XSeC8Kaot7ySQFRXYelbEaCXuR5aP4kIuj/AAAADsQQDc4ATABvF2QmAAACEf+li7nAqtsRkYlDydOHxMB0n7JH40Z6fq608DJn1aSZyJpUuhlPh8sWxDhSmnPkz9iH58EWZ5HiL9t/ohKS2G2rkWSbUm/ZJx9jVuaFsflGwNO7hC+X7jPUQ74F4XtWTkzojhpz8wBra4rkIig2NgeW3esfwI0jOlxzyaLrJGX4a0Rywr+kfPuIdk0k9kGIHlYr1+Z6KwUBQcwNnXESdIkozdS3UQCFaFpHKBhFGxd5Xd6zJxXfyc1CM+i5vtStDpcg6z2L4uf/Md9tJeoL4ARXDV9NIH3HIsUsbzcMwAAADJQQBVOAEwAbxdkJgAAAhH//paXi+E97y8sdrUuFJX6zW69tqi20Bm/fgq0AlJTpre6EvEM9MNNDiovS+RKaKcIYoA0ZoNsRk+6IelwF+zOShZkQXtYs9mRDp3uc/tcDeTEUvG3AXCsx+Qy9ZsV8pgno+WJWEbOiNiYcvX5WAEJwYus6XfNlqrjpblfbe2Tzd1fCDPSzWv5dRwkVj2/2J8KG18tNJjWTAUjvRasN+DHe/aqlWXBnr+pvhVBx4Kez4C98vVmn3Rp/rgAAAAEQHgBOAHEXyYAAAQj/pYAAcuAAAAEwEB44ATgBxF8mAAAEI/+lgABy4AAAHXAQDw4ATgBxF8mAAAEI/6WABgu0gydZwHpG9+tFaVlZoiLo8ja5SMfKr3mTs/c/hm5TXyHBBOr3NQGOajkLFykxUfOTpJ1RfWgfSw5LQ2cqqmqybMLsGm+MFT2pF3JkB10IxiPkXfbguSFNFOipGe4Jn1a5vzOKxxRfSG2Td/NwK98n0ttLV1tIRFVTc4lcMvsXPxr4L7tfbXG4Pubq7PD6hEk+owMW8q4Q2nwCGupQnh+zFZnM7swtmq2wIOlf9PBlHsg4tyxjXDg4pPSnT1duKe4gHAc3zE8+ukBj8CPsvzzAJFl3FV6qe9zu9udrJ+IgV9KOEiaq2VMaAuuuzZ6rAzPMksVR1LCOGe3AsqpEj3zSbkEhWGeVxj1MhvQX32NdUso3U+GJdxq506fAWms+OAEq7fQVkS0vNMHyK3WHmJ9GRb1ZV/LdrSxbq1TFhMB7xvsXCi0Qhy4cebhVwLaSgBwOyVvRRfx6h+Gg8Pdt0gj/2viosHHts+KHyuO76sNm7AO4o81x7zaVY6LYrqVRwQsm8jdzt+N30dDC0n0bAw6FY1GxypypZihPKaotbp6HVhESR43m4tiTCADprJv5YE2TsSkrFW0QhXbKiCavxN2mgjhUOOAAABwgEAWjgBOAHEXyYAAAQj//pZSLxz22gBU06ik9NpElhX2Gcx2aV2nfkwEqJ17w2GCB5Z4feIeaAyJ+VR748dD4DvHTlYME19OkkuMNfPEpn73zabF3ek9goPT6NgihaTB1yC83Okf51PAEW+Rmjhkmh4lN3GX/0H0YkRINIZmN/JKy2eq99wxwAWnTzdZgjLIPOudWZYKuIyzEOLvieXcd24fCwgPrH2uus9jXax9R/Ez9idpf30TAp9FnmTikO9TaH5/mw2tIZeNVwgEsEm3KAKvUccPewTJVyqVaV0/xN/RBVBxxZ9o7Le7KWL9QQqDJMG/3xzWsZzliiH/1eqBYSOOIEuu2oT39uszzNgswBDcyxRtmJsiPl2+hsQXw61+9uGH9Cp+F1KKPkUJc4eWvq46sUwiXRv9jn1bF/TAugUwTii5Y3pPWtiPGE7OOkslCRDptQ2H3C+OXZ8ar58Jkm+YYzWuTNFpiF0mjQlZYY87YGGF6wPu5QOYCbMmN+uzSkdJC6cQhH+g31KrRKtdobUBSU2ZD8cHD81Qe8VkQBKV/IBt09pnNXi108owynBeurRS7ufSwIpIFm+7KCSBShO4AAAABEB4ATgBzF8mAAAEI/6WAAHLgAAABMBAeOAE4AcxfJgAABCP/pYAAcuAAAB1wEA8OAE4AcxfJgAABCP+lgAYLtIMnWcB6RvfrRWlZWaIi6PI2uUjHyq95k7P3P4ZuU18hwQTq9zUBjmo5CxcpMVHzk6SdUX1oH0sOS0NnKqpqsmzC7BpvjBU9qRdyZAddCMYj5F324LkhTRToqRnuCZ9Wub8ziscUX0htk3fzcCvfJ9LbS1dbSERVU3OJXDL7Fz8a+C+7X21xuD7m6uzw+oRJPqMDFvKuENp8AhrqUJ4fsxWZzO7MLZqtsCDpX/TwZR7IOLcsY1w4OKT0p09XbinuIBwHN8xPPrpAY/Aj7L88wCRZdxVeqnvc7vbnayfiIFfSjhImqtlTGgLrrs2eqwMzzJLFUdSwjhntwLKqRI980m5BIVhnlcY9TIb0F99jXVLKN1PhiXcaudOnwFprPjgBKu30FZEtLzTB8it1h5ifRkW9WVfy3a0sW6tUxYTAe8b7FwotEIcuHHm4VcC2koAcDslb0UX8eofhoPD3bdII/9r4qLBx7bPih8rju+rDZuwDuKPNce82lWOi2K6lUcELJvI3c7fjd9HQwtJ9GwMOhWNRscqcqWYoTymqLW6eh1YREkeN5uLYkwgA6ayb+WBNk7EpKxVtEIV2yogmr8TdpoI4VDjgAAAcIBAFo4ATgBzF8mAAAEI//6WUi8c9toAVNOopPTaRJYV9hnMdmldp35MBKide8NhggeWeH3iHmgMiflUe+PHQ+A7x05WDBNfTpJLjDXzxKZ+982mxd3pPYKD0+jYIoWkwdcgvNzpH+dTwBFvkZo4ZJoeJTdxl/9B9GJESDSGZjfySstnqvfcMcAFp083WYIyyDzrnVmWCriMsxDi74nl3HduHwsID6x9rrrPY12sfUfxM/YnaX99EwKfRZ5k4pDvU2h+f5sNrSGXjVcIBLBJtygCr1HHD3sEyVcqlWldP8Tf0QVQccWfaOy3uyli/UEKgyTBv98c1rGc5Yoh/9XqgWEjjiBLrtqE9/brM8zYLMAQ3MsUbZibIj5dvobEF8Otfvbhh/QqfhdSij5FCXOHlr6uOrFMIl0b/Y59Wxf0wLoFME4ouWN6T1rYjxhOzjpLJQkQ6bUNh9wvjl2fGq+fCZJvmGM1rkzRaYhdJo0JWWGPO2BhhesD7uUDmAmzJjfrs0pHSQunEIR/oN9Sq0SrXaG1AUlNmQ/HBw/NUHvFZEASlfyAbdPaZzV4tdPKMMpwXrq0Uu7n0sCKSBZvuygkgUoTuAAAAAUIeAE4AdRfJgAABKU5MI/+lgABy4AAAC+IQHjgBOAHUXyYAAASlOTCP/6WADzzALKrlYq6B64JgzUqK3ALcpvTGTJLr3mYVyA97xsQrTqJnJ+11S88IkJsKGQVXenjD4UMV+1eSqaXJ8fC4h6MWLaDGY6l3IYnb3nyqK9MQMlz4lYObs//mI6KJaVpY50redyGiQ3Aj8IHVpYlvrnfZCMAYYOCbkIJX7RqtR9s5lGlHMs46jpgNVUvbinmh6rBz9oFmyM/HqA/3bv1j4w4ZGv8FzxakA6HAAAAnghAPDgBOAHUXyYAAASlOTCP/pYwwg3dpKrjbc3e/SC0wyXh63TAmrvmo4N3JkNjqt33Z+SWQ1iENr4if3iGfwKVcf7ZTNJmTJGaUFl7i17V5SfEnNVI8f4zSmuFrVKGddplFsRokjIzglarooeSR+9SHKC7wr650En7th/n0Om4Am8+WFxU3lFPvlfJFhrnWzlSDXDyJuA6V1zbLKqmUXb+Tji/1o2ijPjJVdiITXKGYTnw7Jb4B+vd5gbBG6Re4d2AaHSI1hb3OVVENyvinywBxyujHt81IdJYeZgHNr1ISIGIUK5BQF4BmUNPqy2pjocoY3xZIFQ3EbGruyWuS3dBCDIictFAHo2Vi//2mVv6ydxeeik6ARX6blVHHvBx0VdlvaXT7gA1ss5QbWycSr9HgYHvonVQVNNlpQ2Q51NFzoFRghReHTEFrsUIRtfojBBhUG2yIwU9r3oNT8L2aXR7wVaAp/ca9TkZ+7X9PvGu1W/zin8B3cUOe97X7RSTt2WA2Hdb13SBpEWnfKCan7MeBAmbM2UsXuGd82YqonitjJgFDzuKnFq1SnBUqEUcI3gTUWT9NjZeQqJ8O8mOc2l7s4dZbLLaI90w681G89GWruvRZYGTlyANvL7ZmhYeDW15ZEVzYUo9fujxesn9r1To0/JJjwoKvnswlVYjj2bjTBKs2NH1SZFWbYS2ehDaD52r0nElSo7X6eFmmiLyBCPFWW9fzkAniJ1a9m3nVzjVcuTDmbyrNt7fUnoqeQbASVrDEg43vYC4vKv4IHZL7kGoJoz62w9uDQgoEmEgHJ+mjUmfeEalJWCRJwf3rCjI83rAQp+uGZf4AAAAcwhAFo4ATgB1F8mAAAEpTkwj/pZD/4gAcvxLj4UCuedPpPQUtFjuLYPt3y537mOtKPWxNdudLSKRi+PDElnfrFSK/xdy1Nu080LC4qdm0N72y3DoklIKjgDTFDWajZiBinfPu+l44DRaVMA5FBuSxz/SgVD4Cc25iID4ym2AJbqaIigw9JMx0QPBmrv+71TgPL0T2Nr67V2VKOXnKDNXj266yLOrnP2/BmfcGFJZ+4qWWOPMNraLKOPPc5Z7Nigf3B9XKWmqtXQSprpNwfGv7zbpL+QJu2wobuGlwaeE22K+rtQTufbUd3LENRjIF5ItNlEGuBNMvSYgSzywa9e1LWqHH/q4y4BaUDkM6d0B+IpT4qX6wSUFGrbj8RvDleOHuaA4allO3FNbg7aLXm1m1dm930ZJZKQI8Yg+rew+iyJ2RqEVoXagNmtnyWxsvSftFM9MBmQOx+daEbJCWibQ6Nvfb7QkeJ4km5chEuXYhBA5b0bWXyNGT6oVhN/jOICfV6/yXHJVVxAGnaiCRkpZ/3AjsyuFYSbvjSVN5V+JzY4O+BUF1S6aooK+pyLwABAtUtpVo7hpjxMHsPG8hMMNK6tPqwUnyslQ/4jXG93AAAAEgHgBQAHcXZCYAAAQj/6WAAUOAAAABQBAZOAFAAdxdkJgAABCP/6WAAHLgAAASMBANzgBQAHcXZCYAAAQj/6WAAiADiDf9qRgyC5DpcifKIC6Ns9fsWs2KiJtA07LzduCrdp2Fas3eUNmvb57VIHRZlVFd2aXkPTFHVa6s5apBC1L6TDg9O5WkHXA2fbVLAFYveIR852aj8BXMDtO8GZTIQMN2QDrR7+kaWkdo1ZnR7dfTukA41Sql2u9YlB3gGCu25nzpB5VHH5GleK2G/wk1yJ5ODMRgCowINe2qXgVAoarE/tnoKh4oXBxXkjoqgahlxBj713jEi8g+PBW5vGb94QrJ0ckjXLlNXeLjFcQDuDY5ndp5NdgtsvW9/B5dLGvzPKRvt8DAXUrqxdCQsZNFWonadz5uzcxU2hyoPPWm2clEzprjdv/+YIdtr+ujhP1CsAAAH5AQBVOAFAAdxdkJgAABCP+llEhZHJbbAABJDhX95H/yXpdIDUoOAZspwSl0MaU1yrY7A+K855hA0d+rL7jeL099oBUGSbstK4AUn65ktz+pG9jazp35pU8IMXfaR1fZPdHITmpWMknPqInnTV9eZM/7WWtNG4NFMSi97I4NAHk7EJYOV1ZC+tyG1HMtatY1WoyuwIok++TelsXD/NtJBdneWlkenmv6vDFWtgHLKypWqhJS8tgg21hdOf/SLyj9cHjFeSNOj56JcuExSDsgPjBpFnYOyEKZZwt8rciiVflYh4u/bYT5o1g9ZHx43wXWnyQa9kNaEjaUtOuCPbPluUQmpEiQ7und/9nyaDG6Hq4Ex5829q1QyGdVlzyKpM8c3K/KQdctZQ74w550+QCnszo3DXi4kYfJnoRTx0lZCXwkso0xljM/vGfOkiKvLYhWTnmuBjVKYhmXE+iKZfI0dX2oV8+igfEC6FVF/QmMNMdwaMgOxqu5/379WUljbFTygv7a7VMn8iXgdmWveWOv7aHDSvuAbUKIxB1/oFtld4CHoiHBdZO/ARezDBKugkjmbxUaavFul9Rh5dZA63c6eem62P1zr5pWL/3YLDAuBidkYWUyf6pzz3qEP3q6Pta4qcE2F08Y/gOGamvv7j6G3G7faYBuD7oitT7AAAABNB4AUAB5F6JgAAAwIR//pYABQ4AAAAX0EBk4AUAB5F6JgAAAhH//pYAFkYbmVXKxV0D2k6gAhFbgFuU3ngbssZGchDC0eTKtHP7Y1ad/AetB79KrRSb0zYUGRf1PwjfmZL59cMEimf+5nDLou2I7pKsj8v2WnAAAACYEEA3OAFAAeReiYAAAMCEf/6WMMvXgE+tG/Za89I35k53CFe6vUj8IzwOID+1EaFBsdi2MRnPk/zSxCGL8abA8s5Jj6ADDkB7w1EQk26UrHXSUPIuUmWhW7Ijd9Q4ddEQ4KA/Q2HT3SEPQx71XGLmgSo/Hds1C99mqqMCRQgedUyUY1wYEtItAMYK7paGmD07V7GbT7ubIJ0eWxqKfTfAEz0vmT849OZ9nghX3c/ShSAQZa56dNWbQqXHEfA6fia9nrloF2fGe76fdgQSY1iHe5o041DfsTrGWiS7HI3T8zGD7g6mdj92MJJEVlTZL8biiAd3F+AqIbKzU0Frvt9Nsv0ii246r7ryh1U0LqhhdVkPlhL3pIgdAG8sZcHt4PbZ12c3k5jmtktJOoclPCOPdqEzSPIz9VR+9Na4yB1Q7JJVfnHwIG/DXxDYgwIWcV+ylSYvXeNPE5B520zypxFovY5YzFaXZ0a19Mtvi2YTHLBgJWceJJlPqMQOrEcPGlyyj25QlW+8ZtA70vRQJawheverh1/gWFDU6f/sdGHG1JnWrqVai/L0ob1O9++iaVNRmmGizB+TnN/9+q0tkDIw3k8BSOF8YRy9FZYsiNzjP0DaHQDQNaMUH+fvsNJ2zZtcxCscyZ+IRYWKJOtKZGyegDXNBzDFEjQc0c7RtMRhPSIQvvc/bmVziTVXT81ynEpYWnIEqxxJPdKZenSj691oLgyNtLOSMiY3wq1wLfCEuE64JdmP+GHnmxlwi3COcObc1jymh7VTau+XsXmZKZnFdWCWC1xTOWDxJFIg8qjQvLgAAAC00EAVTgBQAHkXomAAACEf/pY+vR21US/2tw7Efg4rUkU2bNxSb7Brm2tnx+1+0dHIqwuMMJ912audIy4k2bvnD125Vrcx0ewWpSQJ4A0SA6NM86NQLhSITnplCyWo1tgEhqAx4zQLFtheWw7Uw+0+PsbMCDuIVsJQZ/vpsKhwZswRPLMQuys3lZG2CafXHn0w4UfG9HDygW7hJabxUyNbRgfLZAL6cEF/QJFjzcjke9W6tgM03swq3YiCmdOyjzKbcGkLzSBlo2hYzXJLgy1bf+uY5YfptcWij/RLSYuGXV2JX+RHOjHEEWCRc/iML5BihHVLZ+wj//roWh6/wJNAJ3jVt2jDy/yyN8HMtEfOgyY1B3MyuYWpPDMe0yit1N7w8mCSRPnu3cyGYEK3BR7nUImTOyWG6lzUPtYWlzvoxCVQgVHUJSyaTO90l5nQShx4H+LE9o39JX+CQYyjrWlbjoItqQ6Wz/g/pTYOcc7ulH+lAHYpnLEeFRDaiCP6pffZYK7xSZU1isWzveJi3xgw7B4/jK3LPEiQ8XUeWWPBfIZ4ttpgYVMpt448l2YT4Up5F+5r4ifjT93RSWKwhcC69+KjWRcJXsZU4ZhO1+dNzcW4ZcNj6aS1fI90H5wTU5otOWVuThK7MP/S1YPreQiTRgcalsKdenWoxzN4CDMcnWbRWe6onl2+GdWzvTHXfzZ47FqrEJ4Lqbd4XYidWzpK6tRyEw4YGV2ccfUsZZMaktUpsPbRq9ptiBwdsZ441xbPE4Qzf/oDHvHhvde1P+eTOqFlGXZrRhicriHJQM0MC1iXH4fdY5BUg85hLYLHAYmJzUXLJ1XoCovCY59uNlZG2nlFXRiWsQqI9T43LNwZFh08m0i8//tISKRKJ6L/hHkKEZDgIbRmRIaggiHvbsZTkfD4gAMDMJufBJ74GnIjjE9BWrk6ukSaVOKjNgMU+CmuCaJuAAAABQh4AUgB7F8mAAAEpTkwj/6WAAHLgAAAN0hAeOAFIAexfJgAABKU5MI//pYAPPMAsqaAwO7z4iymaY/7LD/0EbKzY/k777R89ERo/zFIRSf+xOc/C0hWiDIU4pexx3YA5Igb421XMf+2ASyZyHVTdmbJuZYKEnM5ebNzQ03u2pXqZuF574mxeW+CWn7bSA3/Ma5D31+mR60/Ur45lQIa1gaoAEi2JUx6NtQPZQGxToBd+QWbRiPmTpIrLmNnevnfx+VeoLpqLEgvMJwllV2LkBan8H1xdhKtv5Qa2U1hlv5PU772dvskYHc1cO4CfGZSiuRT+9kjAAAATEhAPDgBSAHsXyYAAASlOTCP/pYu0EMY7PosNYNzjEVHsonFKGYI3W3XPyO6FpR/Tm3ov/p/Ss/G2Ruor1tu1o7XZZA0cWbHAM97RWv1Ql8II2ZnlkJvUU1nW4ju0G4HtDnxNX9Ey9tzam0+pGE9DfitIvEXtXuzePtocMk9wD4HcBXu3kvZRlqlcoIrGsSP5umdrQaB9qiUd+z2EJ56mhlUfp9oXb2dX3CyMfaw5swZC926lr1YzOQV2lqF9ApgrQLHyqSFCX8njqFtfNHE39AM0AYzkoZOvRnnG7UKXWd2OcKZQwet664b2buWUiQIFf1uWRPWQ6BtbyOJ+i3foE2nNB0NrfVpUA3eGIXqOGgfe+OO6f8PV1e2AIlc/eFoUfcdo9z2DntE6GEezFZuGXU8AAAALAhAFo4AUgB7F8mAAAEpTkwj/paW7URW1/AWLXk+MXIRrTWOHaIkrRoHuQiyzn70DICQ/QFxN84i1UWsWLwkJf+PuAqpfhJ7IaUyXJut5mDZU2Upsn/xKU+Wzz4RuAhchDOKydjHrXrJ60NEvl0hEb/6TQD2V/SzbSs74hwV3sFpd0ZtTmcEP2SY9g7O9xjhpg2MXB/NhFK2RuH5wN7evgK49M8JKuNtJEuCEcs2Rg/BwAAABIB4AVAB9F2QmAAAEI/+lgAFDgAAAAUAQGTgBUAH0XZCYAAAQj/+lgABy4AAAFAAQDc4AVAB9F2QmAAAEI/+lgAIgA4g5D6kjBjna4B/2vM1BjmEc3ZJdwN3TEigN3BmfPqnMPFM60TyNbqH8M01pX7dFrA1eWO6D8XQkvC6OEEpg86t2z9/nOtQOeqGu9WjkMOelC9WMfpF2a7f3wiJE7kAtD4bFo4WeSRhbV6jEJiWrOuNO/wLJPKprFI3anG41QABveD5Fy4FrTsW+l/SISPORUNglG6HR+73jRn0j91TVmxASLwPtAGiPm/fHrp/RuXbaagB9EqBVLtZn31a+YhmVi5qsW/Fndu/i+BVYnd0L9dhsfGRuasye68AMpyfA0PP/djZ+xtAJCHU/b1KBaGG2ohb6ORojBb+laQJlXpkL3vEqXfz36NmPsXsGkZFeZEVBo+ArAhCnJgDSzsvhCvFz3HCn6uIlcGfE//Tc4AAAJeAQBVOAFQAfRdkJgAABCP+llEhZHJbbAAAcak206ECgEo29gssAZxcHQ7gmefvojec+loZjAH+MrdpL94efdTAGN0kQwzoBKv/P8CuII9KlPQrfWBMuWJjwiIVTElB3YqzedSkq7Uzcs0Y5kgJpqrESyUIsIW80szmfswKEIwMOhYy4sM0lcrB9NCzV8w4NQNkIhIvL/vDEQt9ET3LGcc9OmjOr2FrnMMXEgKJdn4WuTF+EKj/q0+Cd4PSvoW5kjixFpYR1Luf7GxpFkdBYeKfl2ISCPNs9wspQIfIkLYKjcKJC4En/UDXMa32Wovcl9TuzMJ2PCuW3r5O/AjLaHhaSCPQX46SZKddeNXhvWftkjPjafJyLu6t4q3ivwLJEket2WLYz2nYWajyIidgcOr31srSsYgEw+IDrC2IN8eKHp9CkmsJd4+yzvbDXVg69PZFhUBuGIcr+Y9xqrpAF1onyjJ629p5YAdoVNOD1tgtfJ31SYvEKtWbKx6P/q5mTPZBgXuwLxogwURoHsyHCvJz3DvtFWrR5ZUWvg/4hMDz4VI9CGBklfi/TMBK9ZWzvmqksjY8z8CLJvZaF/hMFHcEVRIJK1eaQUkRSqlgn6zaiJQ9/UPpu0AB8lFBxB4ctBWSr/A3+CNxZUjifstSHvyoU4CPSOTjl/y47Tfo9JHN+7yfWpI6vs7089bZpQcjSfgTv9wAZvFey5JS8bf+EesMj2EGmAErT/XTQMcx/SRUdBeDANSh7cLQ9+y790yNBq1aKw4vcs0c/DXIpqQ+U1DOzvR3jkus5Yn3FsDEJmYAAAAEkHgBUAH8XZCYAAAIR/6WAAUOAAAAHBBAZOAFQAfxdkJgAAAhH/6WABUmoAThblhhifSAEE++pryTnc774MI7sQKv089SvdsX6JULSAYvjNfLlkwKW3jXV4NLt4UF5JhRLS0Zb5rM8BakQMQv9Zku3Clwgc2P0iTB30qtXwHwzs4WEQpzs+uAAABSkEA3OAFQAfxdkJgAAAhH/pYvLag47VDQhJm56tnUUwoRGW+VuBiAB8+AvP9wEkjZuE6JOY2YG+e8G0DzQtiNLAhxFFlEVms6Mh4PaX/6YpnWvkg0aZUC8RIY8Eq6LGD72k+ljnVpAImLRBDUvZY0YZMJZLJKVloeYVjYOQuZdC0huEPwyoHK9KORZ/p0ivl58fXnganRQFDI1+cTCjitferkhOdhxwFXNoBaHxSyBgdL6jPnoHfNRyEVfLOv8Nx931bpVgEJKQdYKKMB7kvv4P+/hDR/RTKnQQRLR7868pIYpPLmVuogEvMB+KLyIh1ttwK/7OXwnC5ShvOM6uU6BteDjO4FP/7lUG5iP1vhrPPcnIR3EPqdZuuPYPF1yYqubD5xvJczpmD+5j1Q0Y5nvxlY3kLA1edD3PUkz10LtTs55xlRiHoNHB7cAAAATRBAFU4AVAB/F2QmAAACEf/+lhyFsMSCz18IIxti4sxm37jEKMltuXTidr0kYTHpLE/7/zLXDcNPof24ArkgJUF83+2kY4VEdWKUG8d7/qjM5hBoG5IRaYFJP5XqNZBwtkz0ihQCM/Ay+M1rJNJUuTSYgGd2yHhhOSrPdHjFC/asoYZY6yPznDH8+zL84uYRhx6mBjF2Pi91FVbxfyc0Ty/qAALnJfqdYn+kC5GXU5yu8pjqFm0pyfJ1PRRfBwLzwv/XUIAAl2CQXoULoLLUEB+NwaPLUzbxHnp2/Pz/S7giYrq3XYIdXXTreHHGunbbfJKDJoXgD2jDExKNgGio24OtINK8qwqHsTw0Cs8gGjrssB4WCONgOpsB/cN2TgK2tz1zK73g6PyTkKVt//1hKau2D3L7gAAABJB4AVgCBF8mAAACEf/+lgABy4AAAFxQQHjgBWAIEXyYAAAIR/6WADzzALKrWmD2IHbB85TC7TcqwPiPZ2H3ePoVqzCqV8/pFKl+N8UZBv9fruoyutM4ui4FS+7y7eP4hKtBLHbpsZ/Hm36uSiq3oneTPrOwv9mBOzOC/1ltxuQAxRtoF0/awqgb4MePD+NVdozg681sByD7n+4RhvfFLxPBP5HacsFwN1R96F1GDjpBHL2NWB4sNmFA6ZUIaKniM8eytcE4uKH9n3PCi1aAL8QuFOoRChRZNKwB2+kjWGfjiP3Ty1k5Rl5wwsgmemlrQAJKRsOmSdX8UpkYM/y6bfVAcGQIvoFCsWOiIpfRF3xoJqyT1HfCHthH8voGwHHAT2OQzfuRdG7l4fud0ecysiW6uSzwTOeF819AV9gWh2PSfcCN+E+VfPQI0XvXetHtjQRLHZaWmkRL5ShPkhWdEaR9kKD8VqmXxQyad7+0elHN33wbsNey0nttTuEAfc/xgT6XGTZqdqnAAABhEEA8OAFYAgRfJgAAAhH//pYw0cSYngszz1AJnNab84UWtJPtqyvIN/qX6gMScwNnAWpeOtP4VHj3mGJV54AgrWOXDwXojlGlgVp4ic0V8ev3TLGbeFVK6SF7Bn2QMZaeEvJv3w3ZAYAYPnnOGeehwMfqernDC+u6qPIgQXe7hWT8yw1kdEgbB3PhJjex9qR6S0nW+TCqqU0RbSykWjMA4/CT63Zqx2CmZjUBRX3NnJsC5OriWF45jw2FgpCRYpGkIzwz1hf9UBeQkDqBpacw/2Zfz1trDEDX4rQBN7UYk4Sigx52wR3K9FLY6GfCBExyhtBraDhtzQQ3nAXd3CiaQW4jDQnPHp+GZ4qDAR5RKLiwf1uK882dAXm0QqK5Ea4jgY+hgVhtZGFEa0ESU6PtvloX6FsZn1g11fYo13POY2NAesIfUNzT7EB3ATZ3u4wtZ9o5llorpQmq1MkUZyvMEEO7RVGXzHoCf1tqZjYXkBj7ORPnaVT+oGGoPz2cREgzbRzrBgAAACUQQBaOAFYAgRfJgAAAwIR//pYNi8FRqYoBxapvwhwWEPMlOYi03QxJIBiFirbeP4JkgmPvElEVomfC++IpZgLXGWJESUoYosqS+ZuOf83s8TzmZqTCV5YClkJ6K/fe2Ba86+qIW0GRLAcYBs9kbT7M5JZmKyuvaAzMCvrhc2yl/37U9djokdjhUhH+/FzEVKaGg15XwAAABEB4AWACDF8mAAAEI/6WAAUOAAAABMBAZOAFgAgxfJgAABCP/pYAAcuAAABVgEA3OAFgAgxfJgAABCP+lgAIgA4g5D6kwD6jLnH9THx41OZe5baxwvA04A7tNLQxNzDXoDLLEfj6bSUV7r/E4WZ+2UwphmzCLPHmxf8M8Jt0VqmISTCqg2zDexV70341OCRCpa3NrNQirvdepzL0Z8Xcj5uF15r+Rvx7ANtP8BekZRG1h5Y6JQcD6VqcAhopSvk04YZryXfGIvWVgzlPB0ng9V35qmj+lQr4RmjVqbCd+3hHwQ1m0RfVRPBGOAwnjtcqZuQDqK9D525qnJqTSWvwVOd95nSrWhuWM+Affd5LVV2m81oLmioktnn5oxAVtIcfirTUWfE4RfJnkDdKJsBwRknmWiW7+7XPhRABNyzp5HOYoW6JpzMvINhXB+TEVlxQOFggDuzoUG+3vgfK9zRCzLEdrnjPyOiadXzjsLU5es2yhhyUqZxNOTJ4T6EtPk7v85mGAAAAlkBAFU4AWACDF8mAAAEI//6WUSFkcltsAABxqTbToLbvW6NJ1B4KHcB5l9T84ozV09h5q+WjlUu7z4OcrhwK95XgOFXfON9Zmcti0X15nG3enTwyVGSVd5rmj3wefeh06clijyYDCXBTLWtB+sQX5AeCaAJUNA5Vnxx3aMYvaKb9Rv+AubRiHz9vp5P+xgry4goVi0CnTYxqKMcoX9NGlORJDjutowC4KT6tEgPNMbCwWGCjhnGK5/XwQSnj4xwVcUwMjzZ2BcMjXZ2Huo2YVXE34XfziGF3eBecxHNaHIS8KHzrpPwUuU4awlIOFqsn306jrjnG3Z0tH2IY+TTCY3RKF80r1OORtU/Vran+9ryEorCKEpRhRrBik5EBQWlBvRCPUD2L0KLI+jXZTNUEnHuYcrruW2Cg1n76NjchUrP9wpdNNIVnFaAGgkXN/8xb+qNDv9wkTOSlb9iJcdTdpuGyGskSvDzc0e5TXcV9cwVFXmH+BrJtBAnhMIgahQYfXHDF/nv0aRpGyeyczbO793MdbU6twRC3Fuoq0Qta3idJeRfBvYqqEz3/VPb5ORiCOSTpLZXOyUEHon0Gc5hyj2GGTAXm8X+QEmtxuXQ5ooqZBoZF3VcfItvdmQ90uZxpFV9rqCdKPd83pPsvLEEsv4RIg2CRqJJqBNI7gbmIqmeQ8c3GPiBIvQ5l3n+HbieRbJA9drbSZR28gjyHoMImXP3BGm/3AuPRta8xxSu8XqbV11V9oVFEzKKaQNboxZC0K4zj5l5N9BEc6akh0ZNmowt7S+278RpR1V+AAAAEkHgBYAIUXyYAAAIR//6WAAUOAAAAOdBAZOAFgAhRfJgAAAhH/pYAFkYbmVJyK+Dzs+oAnNAGk0cNCOnImCgjJVZeYc66vVJjI1xiCXKjJDKnMXqfiojYRoitgxqYy1C+SdAKw8O5g6U9WDZ7GNvKb4kulZOZ1qY0CZF8lLtksJQFm3QgteqB4f+dxT2ERECPj/zqWiujS9zhkm0+bhpsLQoYv8x6IFjOgEesGpZ6gBLpjs/gd9qT4vTHkHl68KvxuUmbsrgiImzSiqu7XhG7+BT5IegvhlPEFkFo73g2KdFTXF3N7Kw5biYGhoyEZevQ6B8t4AUj7MP70RogvAAAALsQQDc4AWACFF8mAAACEf/+ljDQ/pHQwjw4RU5v1EdQ5SlnocaHLnR8AWrYKOLnNCDswJnvBZYD9+POFTie3bfQS3tX8qdjGSbh+5DQshd8V61M9Gcc3a/zwCADln3TSqeZbzEWrhEd8FwKi95BLkbMHVQq6U3p8sFgim3CvrTkAko7Xeo91GtIkHf0JuUPcM5VtjNmzGvAM4LaVfzcMOFv0qoA764YxfbxBZ6JOT3DY2H+H32pbwxkdJ7rQJFJk2wdndLvnPdytrrv3bPY0aMaxLr2ONPaUaTlcLjSRq38ktrMtbSo2MbOIN7XjTrPsmIMRYqf78MCpuEz1iTV/Oz9Al0taXT/AuSlip3Gnn2k+Mz3cX/rBRuYUrwX9qbiFnw2Jv03zp0+hoaS8oliDdzaTKtyX//zsd6q9LgC/2ZnrV9cNufoBA7EC+KpAWHfPhtPCyzbU20CUWlzldZlN5U0sBk/xADVm/5RzIfhX0KnqTibWUEVLNsvm78KQiuq7sIPT+ioqiYC5TG8HJ0He4Y58ABjJoTN5Ny5mXiOWNm8KA02W9juYmr4thSABBXgdH/2xk9nMfWg+tb632Q5lbmgqo5i7ubt74l/ygI4mPtpZHy3vnWPhbxF0asU90RlyoGUu2/pHEeCFZWkD3WtssXurZE2a5zEWDKkgR3vzGmj3igEO0MRJTQ2jTYW31knse5dm1+i7JROLdSMXmhVdhiOC3Wn/zshuJw9ps28UAe+QUP2FSnkH63Hbr9/M3WrU6s8x1TUgVEnB9rzlOlmKjo9eMqNRF6iO03bYqqmAZVQtz6ST+PLrgX6hvY17vSfxOtOTjk1gC1fP/o194XAVXSf9rDINm4JQog0WtBEz7fndeqp0V4Yc58rRFps4SHxttt8NUDh+i7CmVCwK8ot807eWMNhZLbHT7v9tINoh6ofV4kh0fV+/f3DDX2hGuEVJaq/k+nZI2pVFlkT4L9vu5sNFVwZN9Bap9HfnVS8AAABLVBAFU4AWACFF8mAAADAhH/+llEhZHJbbAAAcak206C271ujSdQeCh3ZAj6nbd27514ZWiVap4k7wDE9+4GhsWL48xc6uyJv0WV3PHhJixS1z0m7qdOoSDZVPOhhJzTqfrY8SrwpNJYLEqNTEvALYU51eZBNczqcKSiy5OY1SNFqGh+l+fMXghdesOHf6j7zIQgvmJ1oopHKM0CDxxseie68yTWFC1Rj6n0LhS5cgMUA84YFPyKBBtpCmi0enT1hkdltyn3kGEzxdb4tNB/JV4qlG59k/hslGfsYffv21yBA6DnD7/qdE9pKUR5K+kJIICPh/xZIb4hEVFBxJzUNkzQIsTF8jYITZujzfad4LUXAkFbkIYAmQbM1wG6mfsVjccXhaMJIOA3QED68uIj2xbJT9JqQ632JZIl65mKPanUJap9FZ0AwbwpRNWXB2PAWonXOcCJYqSYlNXZxyL1oeUG4bsVd1HV8hTiJBdJmp1muVHrA3SazfU1ejuClqZlRDMFB7/qPCBsmtSw8soltL2EuuxMYuv2js96Cbl0syB83cVNdU5/OYXe8Zc17Vm78KlDHQU+mTRIOu87rtisOWUy0hTYTHBIHMfJibEAlfpxHcOFM0QE9gNc6M71c4Xgm6X7HyHzbajp1fr8qAXp21i4PD68fbRSZWpoCgbQmtUy5cEo3znp/cmnY4uM6KdsnnNbPrankIPksWA/4+KEEVlh7KPcqDkPZzwm0Xt/8Sbjv+ftcQFUQedtgpZhxUcf49O7Vasr70Yssh2VxgMgpuCaHyUqgjPaHKjXpw+bBmZVBC1jmdnj0tGlbnRJMQImP5a8uAnNZeR/M15USU0LgORJI5PgEwZ9RkQE/qosdMe1qN82P6+qROJdWJJ+30jERteyyGcuoG9bybfSl5g0p0TJXR2QBfk23vqxvjR0ikcaG1Oh1Zo82NmPo5GTPzedfs79dS9VyGkSuEYTMowwCU3NDx8oZfhWP1poyCmYL0ab7lgkatEkdzUdZwwJGxP8sNwztf9mOjxmWVrbt3/IF1J1nSEWJcnt4qD8VwyFIVXRuS7JpPfOqK3yN0i2KWnQ4NNISKAFiy4jonxrKNzP4Utm9UkLslAr1FxFHH4N7Bc7GZhnwyEqGN2PUpGvL19LuCY1poKgrFMhPbq+wBSy8nVJ6wCvyoPUaF63XTeOQgCfmUo3d2QjRXVKxW6vFYbSEeLxHM8GnCWMcKdl5HDXet//HFc4z2a/wtJmpD3dc+vqqpwAzUWcj/w9XkVDWj34et29AMVOoyKKQ+CWAA0aU0fT+YGBQd2hO33PACNMTWMztkxZhMghGQBxn2/jfo2dx88+9JGJT2IHYhif0i0qTQ1Y9CVyTaOcX0r7brb0OuausRv3AiwFumqmXhlS+SkJKeozX37waZXDtvFWAxSGL/p1ZhR9USelfIKkFSOl/h1tLtsNyAIomEXbVYBBkA+reW3I2I+SeXJ6UkuHoShVdgagNvcP8vUIBxZAtPHeGVmwRQiPRSyM0/i4yASmJGMB/b6K2vv7z5y6zB0m/Z5cQR5S0XpAWHHPQbdrXqYAn6/IbuOD+uXKiUeqj4XzAhRHgYh9aGPU4AAAABEB4AWgCHF8mAAAEI/6WAAHLgAAABMBAeOAFoAhxfJgAABCP/pYAAcuAAABnAEA8OAFoAhxfJgAABCP+lgAYLtIMnWcB3Zhh3w3SSCgRAeIhZBN00NFMf0MNlA2V5RuUm76AJbvwGdVnhQlu2VlxmHnuL/7IxzPjRHIrGfLCpkG31kWlGrM+PSM0Ie3doTgegcauaUaWF3M9nGFE8V38UKIh9Ov+XUL3G8Xau4IsKrgmesltY/TOwpFekDpiCQ6yicvQADyjHyUNuX/8le+QlG4NNx44BasH4jzqWhT9dE4ghyvt+2JgeRZYO/Cxf/36Gw+LI3vNEGniQFpLMXvvUIDLlpr5eGsYKEh36BBAieFzxu+dkcqhAgNv0nqrAY9XvgOyZld/nv/4ckTxLyN7MUkG66WW9s7laVnmms82jqT5jfEqMFEfXl5BzVFXEHoSZzScRSRgaqmtSjYjQSlnPKREB+EbS7h0cXiAUmmZXtc3Al5wpvMPChORqjA71iheVGA3SPndWaA4shpHbUZqcaOF6UE2gdE4cLOC+LPWvEFDCDt2KQyYXKAVBcrawdt+KvFev8apQQMyGXxrOv9g3/DwaXRwUqghBcAAAGVAQBaOAFoAhxfJgAABCP/+llIvFt6rUlV7WcQNvC8EYex8E4lCWB7U1vrDpIgAYUIWW/RhcjJL8FdscsOaf95k9/Xculf8YC9OBCoSc6Ux0Dt3U/iQGgmum76CJ67xwDandKdTnpGGq10I8+ihLCmk4J6xQfL/l9FWIMsO3CW9fC0MkKGV4fnNqVsF0Fe4RuLXnzkhECqyEYde8vV0AMU43iYE5ux9bnvHKlp8YMPe8XNRJWQ8lTml0FdnU1TaIAG8/sgzfM6Sq30t4hUCPKAtd9hz2V2RAJi4x3lI5Z985cEIQfiAazbBlG+glIhp9rbqvYigupiS5kMDSXwdITHIGuufxfz5UMdoD8B0FPIw7pl0CpCxhhiGtjB3/yNWxkEe6/Dfu/iDFU2swE9aHDiJlURLWJBb5XMi6GA5wAcZUvztlVYhdvfG/nzmxYeFhnB0mdRfVM7syPocnNitrIlLk2ewSEvTbASAjaZguhaAORREjDdifSemuWeShL/m4O0lZrNTldVwLF8Mzig9WWjGIrFyUOAAAAAFCHgBaAIkXyYAAASlOTCP/pYAAcuAAABByEB44AWgCJF8mAAAEpTkwj/+lgA88lzCXcbR2dHAKXAevKnx0qqp9VNPkN2JUR5WUujvJzF16HrLyIoV8ejyb5Iyu/pPGGz/JPfGU/J5pfHp/r245/zmXE7LYYW/OIdcwcnibdq0sfU9F6YoRLUcBijTGILs2BBQHHUjPvfOPMJGGpDv13QYpFJNcaZIkqJ8mY/34F8Gq1uJV02ns0unYRERiRQkAY0DYmsG0RsyKOjfKPs4K56pYJm5+KrXKipaW1bpn9y9ImbH4zANmgHlDwwJeRjJBchWPlRq5ilbmceoOmJucHCArbSog/EUcDm2xGkWwG7Z8nyTQU1sG9P60a8LEYV0nu8AAACSyEA8OAFoAiRfJgAABKU5MI/+li7QcmG4iuuAGf1R4v+riDjBcrIru5gXQWp7/xb32wEDh3twcS2iB8CSer+sx71DqYdHbcGT077zsUc8w/AmcikS9+RS9ER7UkwQq+gLZYsYAiR65SzActqPf0+Ex3LEMZotNKl4Gf4OqInVlFO3s/Tyw3FsFdLwaNijo2dkrUmppfeM9SHDLY+n/3UVfmEuY5WnbcuPaj/QIby2Ryu7xgXQOEpyRK786Z/2VvVsu9UiInO8stFDA48+gk25gqt7Ri/rgDvub/rbJNvx+CxcUanmWm9XNnr+kYzyhMnD4nhZPtfLeTdTL+pR7ixURTVaFTYS9RvcRbVYftWQx81hQky4RfuHZdvp0da3HBDpfvnJutdC9tl+gvMr20tO9Y+FYrPi+651q4lPrsERR0A4WUejepKS1Fh9XInTeaM3HIMkIyy4Y+p/4rYaGKyDBDSBK/SfpFEqkIiftkLA763+1ZwbzTGIzBwNUyee96Po+xco9eegRvnWzgzVCloZHBwBUTMdAfdVEbk571zGHTuGTZHm+SZ1KyS3KlmPPsuvql3hoGG5KwNqLICrTPoSmyNMVgE6F6YjMekiPrIehLDC5/a9Ul5rxwoR7KEdmjC838+sburUXha2uVa455ODgO3PnkCq69YPsQUvkFqKnDbMne4SClLXsqhzVkSNH7fO/c4sSofsFm/3O7zsRYCPrM0tdlE1kiFHvG3ea4P7O1250jy5F7A5wfgMoMeFyzcu8Pib8+0dQUQgqHrAAACOCEAWjgBaAIkXyYAAASlOTCP+llEQgDtI07YwBogIyxerY+mAPGPgKJqy8BRqjQ5+xhIshc59MXC+6OZ1QmPtrlAl/hwemmYXJtNxAe0vuKa9wTkxcLQoKLR7RmOPYVy9VBqP0dUFhB910v2YrwLbidvCIMJm11H0VYg7Y3niK4E3PvPDZVIDLVsmi6ri1FRcYz/FyIdstpXekfWsEgZ+G0N6C/o0W/HluO/pQqtOhkAr+ExaGiCn6FUcN8vxv/CrojqzPY6BdWzPobduQ6gQXESnSToFQhD2URqTwwJq/9QBUHaAy2qXMzDC7f+6qzzErk0PDffUTR3XRBladie4WmlLeQFec9qsMfMSp/wW7AFM8TtiOTQurOzRmnsEYd0/Uzf2hQA3O6iP3VYHf2o8xYiFHa6toK6Csjaz44Xi2AoIWHTkdnCw5My3IKUWhJuoN10Be0L/OtWxlGnpGsuXb6nVFhDnUTRuGKMvwNFwtfE6wHLUtkhOiMxoL4/Vo+Dcev/7TyGJEX3Hudrfeh5BdrAGOae1tIbjDKPYr51kKp2BkaZJ6m9oeqb6SVriCBz1V0V5jq+ETwin3kC9hk0CLiHmFVDO31TEovT+SL2NYbpubTbFwD71qdGdrxF5og7KvcrWm1Jw+TY8+ztP2ruuwi250m4nzgTV7ODDgnSip0nW5jwMv5BQCSsH8KSqOU53KY5UERhdh9HvGNbLrJuxgbKzM43xC2feWCBEdY33HUtRLgFyvVm484AAAAwQeAFwAixeyYAAAMCEf/6WAF2YPoebFSEElXsAXzO2ao/aOgdMBvXETBxoo0TANzwAAABHkEBk4AXACLF7JgAAAhH//pYCUwD0RVH5xKHuxOpPF4LytdZaY1NA84ZSnel24z4voT3PpddnPHmpYdLc6iPL5ykMvsex7/9lLaeZEE5z6oVOgHr8Fq4+J8657dJKzICFc79TRw1OC8JtedGhE1lzXT7KPhk32BTtE6hDGyTAPWHsg9T2Z5P0pknJTcXflctXtXZrEPxseJi5oiSAS1zbCMNDt1mtgU59l7njKErtHUM48wHTgcFexnd34sesNKScgMTmrWFeW/c2pTVyOt+9Ei6qKiFxYmZ/8qMrunuza+MaxB7FMcB6eLBf36T5Hl/9zGxQRc4GtW9Hru3WQ4tzMuvOC9GmYwwOFXOzVumEN96sSg0z0/QPlXTmqaI52AAAANNQQDc4AXACLF7JgAAAwIR//pYswICY2sehgSFvyvw6F5ZAKWQoWRfIxhKLZbPUADYvw1AU2+7ah/HfJrS0EKD07KmOx/3VVoYyBzJIo0GrLq/hfPFQje5VOB5nL05Sk98t77LOH92Q5ox38LCGQ6W0YlGpiRwC0ecL1z49xG1Yo4VI9sEA80kqhLiiQzmjA6A94m08b4uH3nuromJm90CwrOamBLqP0yNpTX9Bjhglj3+Qwl1klC/Us0Y0TdbJ7z+NlW+OWW9Kl3BtjWgqdl8elqyRFK3VFRAoPGsDNuZm4Vs6Q4/26Li/Dpe0HteHnJaI4u3PrRjlyXvIMLXpY8R+MfGiXq7RjaXdUUoSlzhMLVCkt1KuqDIeqnhmXI5IfueD7bzxzpCYIK3eG48Qs0KB8dZuWoDfRTYiHs3n98/2IuZcJV4HvzK5kXnH/z8BxGGLHxZQ+EyWqLbPPiN6KajrOo9ssB3zkJQvOGyj1hUAQ45xYYI4roqpJ/fIV0vvZFYz7FMB/2vjIAFkBeo0S0b/jUgl6GPe1Plj8wki1Lu62DsHw50Uf0zqNUY28w/RZ4YcebTcVN9Uu0UWIqEQb5e4XzgW9K4jwMlX0eA+DalbovRf3yKB4uwpo8vydWSmyMurWkb5E3dfmDeiKfrqT9vG9HQKHTnCI+6vPtFqbkByjx3aiBWWx9JXnPlNGMnR1hBF9Wbz9Tj27Cxq1S/2inolV/hlgcnIuQ0ei72AAO5v++1ROBBLGruqcr/cVM9tJEomBi/ooCTnPHLa2gjTqdOO3qg6JQ6ryovzLWsLo+g++wpB2McE9TbIv0EjW2+ihKd02VWbbz10S9L79G1UPwM6a2Uyee3aH6THoMH1/aEdagAR62WBDRIcWqC5ZsT8DAYYNXs/+RpkJcXge9ME2YatIHtPSJxy3cSXPZnlhL3WbzeH3SnhsVb8Kyr6QbNbH0d8h4eMwi7cSGHvX9bHREDBN2h5fQgK2lX+OWq1a+ovsGZhla9GKtjdPO9eFqgCVuPkTZoDLqd7zQz9DRxEYBImNrGcqw8cOg5TrFUaIv6gOpReXT9RopP4CyAfdx7z5lKoULDoisNKv2shpz8BfpMWE3i75AyYCbEx7qv0hgAAAnYQQBVOAFwAixeyYAAAIR/Zq8RbrrUpEPr4Kk9ulzcs8yFuoyETA+JW39/wIwRdpLwF6EwwFcxgzmXZwimt8WrdStLEDl3A6Ph9/qTh4HZx8FBBHtaXisd7QO6G0RJNIR660ra5aVK4MAWKUjQhZsWsLlzpdWnnFciULgw2dsQyYy2GDnevY5oxIUVnI0qjhSUmnz5vlF88r49Y+Sgg3v55gKF0+kNSZi7ViF1dq3o5XYNt2hdQ/wrU3G/VvdSBjtv9toGK12ViZPoo7n+z7CjjN3dsVLoBZpsWoLvQHzJvyLCceeJ7+SHoDkYPSSTejjeCicrZVnuvX2c/FRKWnrkMrYuzIN6ssW8nPB8z50sNSb/JVZ7FBE9hxAWS0CGLpJtQc/lW6hq4N2oIASVhbA/HgXrW7K35/X8ZTviF6eFPWok9eT5TeJoRZvMNp2r4H9hX7s1gZKGwWwQZG9WIDLaVvCSHvpZiRLRJAuG4la0EbSIlg9JCw8AUmKuzFm5ODqUrWy/sHyMZ8iAaZAoXJiBOBaek3zDg3mYHi4a6i63+esNl2V56rX/0rpiGF3ZIkWkCioGdDtP7Mjt7/OO6j8XSUn4UoTOG6fZcHwsdxZ0Oroc0PoUMBMEC8BBw96sP7mS+CirvNBzxN97ey4ue+If9IZGP7qHvVQ7FJKEIba45SppkTgjIxHIqzTp0Gd1evLUuP21wDcGn+4A/rsraZeAGuklhuSPaQtoIYXag8XKyN2269GetrnK3MxdGiEmIvUITLb267kMDFqsX8OYbd7UqGjg5GXi3Mx2VYnj8EYe6JreTt0LLMTAslI6Owh47mVSFdQeHJW4nRZuKDtZlGNazL2gXSYVkBXhoh3xW/8Pr9vedd4c5kS9HTKEa2jgOW8nYbnWnlHkbBLoJZESEbaybb+1lsPlpHWQ9u3cmnyEjXD84XdhPcQGnCQOlZYjUZv7mhVzrbZOH7rgLZSkjBP+NwyPMvd96hnuD7b24F8u9W7HCCoq/OcEBKZVee5/2txAkEFWfLW8IGfuqCHah/pHYodmleFTtovoI0Cgky/lsD4pKx2f2mx+R4zfy0gL6WKDIPpAvwanE5aDzI/u6ypcqmnkY+T1FWSsTB3enMscadt9Xeacd6Kb7eIf9GzXCffg21A+tq7cUW70rAvu8hf7gWYrRpbDYkKTGRJOu/FY1bAS9nIjCynBtc7XeYC4xeKAEf/5MtJEBNjhOM4AA0e3SocDm2+qbGH/HxYTHEYDcNQZbKARKACkYycn/anBhagkfz1lZr9UYQdJgHQXO8lhxhNfsCblNdGeNlXO6faMFekCxcEt+vTVtC4mzhW8qQVsBySPecbD4gtA6U0sELyEQB06w0+UTPmiscEIHeuy7+oQQ3mrW2z2wV8jM0vjyId6CVMNC6wg/jWxG+EPBjwcYtxOIKyls/EoUY4hnuJa4Dc9p5LmcGY8RWR6kqaKVx81GLy9d48KQWTzQNAiwyKXyC2NPgFv+G8LPTKu/rY5t1V7Ty9yJfdpBKlCNmep8LrKwttOafbwYgAu2BBGpLMqYe7d+0/C/0PJrN9nd2LtATyBxZ09bQne0HmU+9Gv3w0wHCPKGO5Tt8UPBA39CsSuH+2fQE3sX+os88pV6RBXkkgSAiX+EIXJMyAd+5eEU3+SD2XbLb51+DnBA700BXSAt7NU3XQWPt///9EL39sdsE7X3b5BKoriYiFJJhcteLlYsHFa4m0hQysVRGN1hVT9y2z0evOVwqQg2WL9W6Hn6iWb9yvnynTLIzl72UF4M9fqgnPA/CRCwX/3+CMYbtWDR9opC3It97yNhXsrc5u6ThGo1WY4bFAHcc2pF7Kel1eF8o6tJnbS/0t2v7GTGHOfw0EWdwiwCrcG4qs3hiVt2vZZbmGJ/91gBmVH//Et4Z9SNOMPuRQvPjL7WzRBlNx7DBaDCLxns9/Xoao39Ouq0//jnYcsLcRSTfMDfWOXZDnCVJ9xQfGLgyvEYU3Sj8FjZkGlGmu/NPsZ4rnIcAPR36qP/a7pnZGsUGhH879OZnXrVetdEVE6mjlNGqRZesla5Rb64s9eTE/qLTp9Bt49A8OIvCg84Adxb/dX/kiaUZI7mK5LC7fP4AyuxnNUwFi3YdYaNxhXZFDbuAKhDFBQqxmVYT7u1yPRH0/388Ratn/1Q1VW7aVX2sgaHEbMG8XHixXndM2gHZpluodNHiuUgNGEiYc282NnxuHj3mlxAqB1MnKlxXDDcHbup/kW1wyJDJFeSPYotUfY2rgymRec8Hak+OkIERsYyu1BkJgZ9Zmlazhgi1snBely6U2BQRRF3fD+pKUPTquHwIS/IAqOTkoIcek+YmkrPbhps0fl2+hoL0XZ0xTAiQniRn6t5mJchmXafmVL8IBHHVjAy4CLf36YvL307VTyjehVR8XYbPJJjIY+YBCBuZ/X6MFRPKBVdqYTlOyLg31MnOL4i5OidTGUe/acoRqoUwrgkl8/rpSJDLJ+G3cIlvTJ0Ygc/KTISnK0uDLiz/vCDrToW9KUy9W9t18hpSxj0KYEC690PHZntXlQ/drJY+ucpvFr2E1yRXiiw7AXn/ABuSGuQbe9bYUNu5Zx1ew9CAZPzDFFfcwwF8Ug2M+vt+EgilL3l6t0PRC8DPQF1tzEl0O8h9cxDK9bSgnKmCmOd9Lj/Ow9yvvk7u+KmoKuCEXEQhU3gVCaSwAHzEVrMqhiV9Xq8qvXkCSAVv86CqNN7i60c3+Xw98FB2KjQ8b8pRUa3hYy7vEP+vUF6fgVAvbxNnOTNp0UmKSYVYCfER2ulxycahcg2X5AeVWxAbuX1JeSz3nrm3iGlrXjSCre8uh/o/pLKmFEy+s5iHvKnPu09vDO6/U3VWPJV2aXOBlagJn55TWfd4YvznHLKvRIbd6kLeue+VmXhyt6pApldWiM0IuRabDB7S5nj9+Govz+PABt4yR9fB+x4zCBN+to29QvVova1q3tEWttkLBaDyjUbcmY8tKDgq55RvmfK66xyNNf09XfVElQRPRE8heDZ2DgDhzWhR9O8fKqaE5ucg8vIyjaCY4SSnPwIsdbK6sMyUMBpu3Jbel8oU5j6ymRfyaCN1bQ18nwWHPHdmOjIsAmyyPs172ufAqbwD5GQY8n/6FJQgPZnHL3yagx3YdhVNjowASyC02TILTBsYKZzKYhSmu/jGlY3D37BM9FF5bkhlcyownJOsUJ/9/c3G6+TgVKNTQNwmJ2Qlzu0Mz3zey0VfTBvUOlH/tiiSbiNKN9cNSMloFws+jhQ3rSuZqQjXIgTLF5JwcxbA+1NyUXtBlDs3ANk8KumUsQxcNBAjgkvkVKRZG+E2kzAwgJ8MLRcI78AAAAFCHgBeAI0XyYAAASlOTCP/pYAAcuAAAApCEB44AXgCNF8mAAAEpTkwj/+lgAWSSl8KQleP0nmmXDQcO5UEUqzEtaSie+zv6yUmfk0SqbU0R3P0vZsG80r09GdS9ada/p8tV0NgWVXpnB7QZ0o6dZu41yc1EC5YiRMne202ab+U8oUixAbnFmE2Phl7hArQdZpMiHr9KnthpaeHwkbrZoZNLltDNDuHVq0uPBtAaFSFJSbVGykJb8glxZZhwnAAACSSEA8OAF4AjRfJgAABKU5MI/+li7QcmG4iuuLTdWSFxW2POJWgVC7L3WHbG218gVkmTIRGMUW4VTpQrhzh6cbhol+ePyNnOrzDOI9L2+UUrfWLQ5rQsj9tL5h7hfdtzUoKNTnGhQ1LmTyxcclhk+NW0THLLYAsV7W8YGkMSQ9vd4fBBHg/6aeRweWdwWxSBr8BU1Lzhepf5h4ix5NHB3ifQe2N9hZsFbRkeECm9vs4bs8bcxanaKw/01vaMS4UueYbO5hWfrT2ZjxstPYXolL+4AhAbSkR6SU+vDkyRdR2qAoCuK5W6m2Y6ryuh23Gf8AWwefXOjvCHDKy1pZhmsqzoazQzc0DAsuYl8e0LKbrLTzLVVqpOHvy28m/zGtlVPWbgZy6OviFHqAG3+PcYORyyy/edjC4ejliuaG9342EK1zmyYJwXfQkbHRYjsRtouRh0YKCx8Gy9PGELkNsyWezvOOJCF3IwUymVixR92b6NgIf9RmBZG3DX7Lfwps1g0Cmn8QzN24ILKMy1OGSCnaHWmrSU5HWGiefJz9mbwpgEfiIO7m6Mf1tHbZjGkwDdDV71BNvUWgLqjoNLlC70k6oC02yfyG/2D6vYNk8Yhr2GGkt2iKxQyGsyvy9IzkK2euRqgYr6y4JpFmHLTVpWrGiMF3dm/RcNPPWx/k7gktJzttNfgd02uIWXVcYD49BmFI8S32zF62Arh9vmhCvwnPHL/BaxWCbfhV5Xp25hzEg09eMRcYvDgCyWakglsINoLXxtLDGE6g2bNgAAAAjEhAFo4AXgCNF8mAAAEpTkwj/paMo6umOvE791XXU0DewovFbVkGc3ixS5P4r6radoaYbc0FZL9LC3acq20fxe+7SNZNmCL4HVR9ObbxmY+q5nQ/j/ZUrXbehO15AclyUdTP3u9iYCUVqd2KyqsQ/fpiYqphYwDWdqjPO6GBKonqQFXFuAiEqx0AxSAeoVZQtHVw4we5YVsynbkWD9/8KN2uVRVNat7vgSxO0JTMiGt0Z9T6qwJkaFLLhl8eSM28hV+hmdPmynrYPTD0LRi76dV2s3mIdRqWwCGhvadUXpkDgl4iPP2tdrv55z5aphfLclOOelnsKRTDV4emZKUUIA60DyHgiTzA4jWr5MnqBaGu4HfhVsXeuew+o0HYbNFWJ5KkQUSdx8DdeNme74DOwvzg6CyTZ/XC9P/2Gyj84elhKLhiazAkVIFXhd8MW4hRSvlTDIPl2DvqnWWAct2fjiQaGxljlsqQzsIU5j9WKmHO8Jl+SC97SlpUdolkRd9Cod3xv4NEGSpl/EFyVfAYah8DmBl/6uo/FmieQUj+L4rfDkaHva4F4Z0e8gskLkUwfEjQL16+cvL5XZHK9VyXLZeCalpFqFNZRCregdHUuJndDsu/FM6WzuL+tHKIgNg1xWthIUGEbURKln4IyjDPdJuI6WArhza2oCWxp4FSOltfg3GaCuW/hRfFQLiBX/NR8dTx6u8ThEJMeKKvpxhViehFLFR3pqDgdN/UQjagSqjiMAAAAAbIeAGAAjxdkJgAABKU5MI//pYAXZ3Cye/IJbgAAAA9CEBk4AYACPF2QmAAAEpTkwj//pYCUvwwfNtVJli0/4sBYuJ1lfabTC9uzi8Wz4hZ5db5KxRrp95R2ki53WvFJ3ToP7Wv7LReKGXk+xux86TlE8UgghV6kpXLWpydHDzfH1+9iBPbNaRcmyHHGaGlTC8gbmfqg4pDfrPjyI33TSR5/CZpaEuNeCtvH1h16ukDxNxYyCf1hUT6z7jHLdGz4Vu0rdYHeNHp2fk26V92Z9r+trgzv/hfpTOIj8YY8/msGdht0Fgf8EVL/pPVY1wrxjYJrQh/3TMrgHGm7I57B1GV/5i9o2tDkx4r4g1Bots3a5C94AAAAGIIQDc4AYACPF2QmAAAEpTkwj/+ljDSKeLhJVcdiYQahOr9m09Hzk8a7BBPOG9hJZyMEs5Lp9nex+Y9V0UlrRXUz59qlS3e6dU9TjhvLxdSDtdV/WSXPPsZrZ9bv1ZEwH0vwRSuu/DDAWcwwXVig4ah8n2EUBLaV3OG0v+lMwguiwidgXpiFlyqxQPJTmhQSZAgwMf5p6/ZVvEOomHfHvsNvVwiy+3u+MYC+Md+10rIKOj222Ng4vr8DgKgn8OVDttlKufd0L4Sf/tE7Lm1db4Urs1P5H1gNcTTfcGGi68vT7DLlzklRDsLruQa7w0go6xbjCtzheb+YkaZxDjKQoE2vODhTKaeL3f3ou9zWE0nuYecLbT+YYGTFBIUXdE2Rocd+hxCYoZ3AiuLNgVzQ4qD9RFlbrfO0RPrw3e0dF0jWn2rgJzzVSjDWOxfpqmkgxt+GyrGP5C+2xMoN8VoXCYFoma/009aJO7mvNa9JWyeumfN4h7iyxwazVQUkQqA5ZeR5K9QM9duy4AAADLIQBVOAGAAjxdkJgAABKU5MI/aE/cqv1pUPXq/OLvJN+bGo6jhDd9hseUVk5LAPj0jQ3kT7exDANy8Biju3aSnrc4nNB2+K+sjywMeYyLurC2fVebNAMUzvJjZUi8jZaY82MK7P643tL8OpVK3Hdc8/3yUrNUOQRjexiR7cXZY+viJqD6Xhwq4Ku+TihzZDko+KuyiFXLsXPm/a367+zU58xOLTzuWO3aOdI11TqW6VrijRf6IBZjOlJiTzcP2HrqC93EYJiJkXnUO18AAAASAeAGIAkRdkJgAABCP/pYAAcuAAAAFAEB44AYgCRF2QmAAAEI//pYAAcuAAABxQEA8OAGIAkRdkJgAABCP/pYAGAV8QcADqTv7flzUr06Dn0QbbqaZhXjHHrxqEgwQkYEsllEDjtKGoc27cJbDaV99hyE+785PSuWBngJonZSGPwgpNZMuT6kzDXKSTN7q0VKzKtb6jVzjohq7vWEmjUYBnl/+FP1lQ5piv5MeE/ZacgEV+kX+URP/9EO2OMoRIEsjIbLfvqycgLmSfu2nZNnR6ziQY6K+EMX5I9SW15s9B8kmzP6Yo3W4KsA0UZnLCU+XyIx+zoGwnNr3g0c9TVyWYsmWeedI6M0YHJnzNZR96yaKQV4MGLmBAUmwDy7zNBJCj/p6q+smlgFACH0keYqmqJVWU32j3KaXkGgkCm8i7sDfHJguFGf7w8kqYduwQCquFroQEZuS2QZSd6y0YsB20iLjl7FPGWTl/nNDnUBBiq5rHLGjT/9oI9DNy7gACAbfYv/khkBrh1O9DRzqcQnw7e42eYAQ1uCzeVzYQI1jAaWcRiba1v5AgGwZrTu08xvHO5QuGg0y5rZ5C8WjYjKDWPpvWFSk4EiKQFRx7/SrxyIGtruSeO94hX5uXIjXWkX2oBXXveAmg5gAjNbHZkerXLPgAAAAaYBAFo4AYgCRF2QmAAAEI/6WUi5Hii+mnJLNAezReUV0PuCqNpWNe37YNVEVGYrFdx7jRuXRjHpTqiogNvUBpGFOvCIOfULq8wMQQTZhbwj0CxJTVLAB3iAQpAse3XeSb+eS4uAfuTqM1fuex5YGKOTvWWYyR0dxLd8KvbmxhcEl8gP9QzQfv7G1lNXGpy9y9PmBw4JySGWt+MswbttnfQ9GWlA9yw91MY6/B2iBSVAmNjind4SJZeKfu/jMPtNAKeh/DrcTFFCMeOoDCeuj6pDQO4y0yaFNdrr6e3chL0jAfXiaS102UGfjFqMKM4Vgxw2tqrqwTcWGFqXM60O9bh2vF64+HxC1nIrj/WGf6f1DrptcJg/Ukn2wFN1n3GxAP7cYCOkVHLOM5aCcTK/W1qbYaWggDGB+sXHCTxbCMYCr8ZxKqPPTuvARUD1i7h/OrzYjFRsCGm7yu8ldD4/cmPLayXrJGYzVpn2nlPgZn4uOAbYophoHnbkb7x2Qycsp9Lt4AG8CNOFY+wFcwZ4cjNsQAxIxRPb08it1H4pQIycvbjnK4OPwAAAACAh4AYgCTF2QmAAAEpTkwj/+lgAGTfOEUnxOBdrPq25XwAAAT4hAeOAGIAkxdkJgAABKU5MI//5JiAJn34HyemtMDBE5sAwEworIitBMGdJ0P25z5sfRd+QSBvB6b+nlm5ot5a2gSXjIMsrKRitwTtFOlgeEfAnVCLFVcSHwjLCdlOl2spbxwuZdrxEB1sbHvswaiQwc+haVjb/ijT1mQa6qwHtsIG3tnljiB9bf2NFsMwT1MVzSBF5fSItVZh7nkGlnkTLXet90UO1maVPMzV3vYJI4fmMFQrS1kN8YFqRAkim2x4OQQwf90J5RrGtlxqp4eV9KxxAaonaISn6goqTfUaPlnN2elvqRALS2INZVnEy4USQQXPFLwcs5+AT6v8spgZ/wvsEep+Zenid/T3gq4SyQoslWCF82XB8WEEU/HVwII8LpIRPYr23ccpqPRCvi+TcgZgvgShZZds5a/+uxmAAAAGJIQDw4AYgCTF2QmAAAEpTkwj/+ljDMbwvhAeFqAjoCG0ChIkDUDnmKJMH+/+ijnJsrXBPEcdkvN2wOE33HkO1LwVXMePekxpsg8LgUqWyfDirHrAF5bWfp1dle63RuGeQwmTz5xs0mhgY9BAaLlg81cnjs2UrP4VZECNL1VwnXB7SPtnnfHylpBDLac67km+y6yZNVhJmG+r7ogzYX9hCu8clIFq+FusPvGhmUFViAxE/tLAvRv8UlRzBKLjgR18Y93u8X+MRcQCd2MyRBwnCE6gTME8bOCJSrD4JVQnFXmXObLdLvF8sR2D9zzsQYy+IgcYv3RuLX00LfmGIeZ2F+NRvP7sRWvFfMKmTntMzAEqZKXTMtH1owDx9WN4u9JBAvy2k2l7oZlNvlS/Xh2fxpwLDN7n0WDu/uWHsL+1q4ZoIG3IPLc0SwyFrItfWDw272lq2FsRehD0yqoKry1zwVtB9zayLD8sYdSHf1XPS7pHapgtm6DAsa8kcR0D0jgapIkeLDNPGz2rAAAAAwiEAWjgBiAJMXZCYAAASlOTCP/paUHfBIe+LBwWskMGXD9koCWpDW9BGNR4OaG6lqV+BJcV8VsGk2P6sMY9yPZmRJZf9I6fxnV32LSbohUw+HTjaL7lsDA8jprenF9LGO7oF6Bs7PcgYipcY60TazWysQLaRpDgwWlAr6Vzy50RIXZQ+dqrV4MAULIfSHIMBAchtv1JGctCuvUll2+Pzp8PuyS9YMoKAHttcfIY8NlMTOvhAZAvDFyN5vNKkmUYRWPFTAAAAEgHgBkAJUXZCYAAAQj/6WAAUOAAAABQBAZOAGQAlRdkJgAABCP/6WAAHLgAAATIBANzgBkAJUXZCYAAAQj/6WAAiADiDgAdSd/b8ucsDuqFyvgBh1gmnRUo+7X/6P3lv9O5eEnoG/APyOu2sAr01sa6sT/OUpepQPVPLRYGdXrMd+0SNyc5NVUrUshC0zoJ6hp8n0oSCGo5ETHFhRcO2DMP6NiFz+FzoBsWcXdSUlMjTABoKGuGouxrmEAHIo0LZ2lkMUFgBevSlhOQ5P6E/ASIM72bPNBa+J17LtkRb+4jlc59EJKOOyehZJcy0CaQY7nM1iNKhxDMTZvJJGRnyYP+RktYPdm1XgRl6GVraABbqJo7HYMo243RmrtZsAZX4K3paLNKxC1cECNByhHKPlnlhG/Ufs/o5MAeVWcM4QCaC3/WnxvmCALf1qGZfnLR2XfB5ohC7AIpBgCCPhDXECJwAAAJfAQBVOAGQAlRdkJgAABCP+llIvGAsxO2gmJ+8U59ZCTLhrDgYd1WNn0ZAXeLEn1nJkkdGeI4/2++gJMyJviGcipw1HGmoLk9CkRllzVoiIbPIdujYw2CUqX/qTzjjBwnJWaBd6ap2h9YK/gbNgo5CPAzJAnczALGYxr3DnWpFbfL3hVixI/lEc5a116twcrcL6eBzd5wLB9k+5xzJi3jhVlFBtSxqzkc+r9o2SFi6jNFpVuULsvv2a/Qjtsn6Kx2d5z5KEv3amcXtT8aC8MobGyw4C9Sku4sPaHYpWjLuUi2JmHOG02MHVZz6/BWqP7IU/kjEyvZUEdvi7xxL7YsNCr/MUST+IG1dx3SvfjH5kIOuXv1rLW1efNevURjiVnVq3MmpwmRGIc55QwiyDyfTEDB+IElPHmal8Q5n8MfXjXiWzWWyoNJwzBdvRou3H0wyjA+k3tqmltI7IddQWjr4R1bRpAz1Szq4/71Y4IbBt5Q5HymrSj3/A/FN7ys89hQuPUcArNvxQMG5Z3q1mWn7SNd+gXw/sickSENMGfXzD7DxR7EIUJCUGJh+Ui/87EgaB4G0s+KnEYmMnAKTd71GfdFCzl/5xaWkL4uwDeuuopJHA8TpflSq3+BJPkxPFQJCA5GEpAc0K/GGBXFcdNn1/CkB1tunRTVCMtOGSwr7M8euhDgi/S/5p6/y8CeZkdIEkDJcFPWD7clfLVHuCFIpv+O7o2/PEuPATUHxHoolJYINF+zYi4XRePO+FzEdMBqZ1Bx3ShDOan5lMIqkJLMMhc/3NGrYlycPDvMCbSO+nAESOasWGloGBqGFOrriqqS8kqKiqsrUFQlRN2JSlDlfOuU9X1KS37U+1bFmHlPP+2+0V6DovS9C7BT/V+g3fpO7cNst/63vvA+b5d3zHaDv37OtsuWl+l+itfSMV6d6XmaTMlnS2uNY3LGL7aHAoXLW2M1flPr9Bew/QasqOnt5s9VGpKXIN7PsVi8bvlu49SWzMLD6O+FSJWUjfrWwaVl3oZft3lhzUmiRu67c61zlm6Cw05GzlJbn2dQPQuDa2qRWweO1mezDlYM7QWOxqmD+p0+cO48xbja67obbO1wxn6lJVS2LNDP6LZ1Vnyg29bZf86SRknibCPhZ7TdAzhtsQtd0Cpc0vEjXJK6I5NRgXcI1se7SrFJZVoEjK8eGs87VINNk9HV5OiZDWgw7ndHQPkPVKGxHR9WaMDDhEcsAA4D4BacMfgg3ih/2aJUNCVN7fn7f/HSfe7nW0JD+K5owk0JdJGqm3Vro9p/npot+B9SmZ7VBPH4OiGwYma+E4oS0QrWEDkJjCdXV1c+4xAgLfIXGiCcQ+FUMq1Ki31wvNIxdL7LD6JKQ2UWWTGNJL4O5yam9WVM9aXwTAnxNpMoEHE5TggMFkNGIs2ortlSroX6mp7nc3OKRJR0sS2qYlXjphxtNZfZ/9zo2Hd1cWmwYr+HZwEHG4zhUikUAGXfbv1cvBwEOOa11iDMKCUGBtXLyMcN6qSsIStFQJFQBkANrjcaLQYFie8tDU3Gmutowe/fjbDe+MYC7+P760/peWXmRjvYxe36xZcfPcF+sykr6+Yalti/l/I4fpeyFWzl3a96Itjxp0tb0NIjD1Ge0lmsqFjnUmzmLI/wliFkbBbWprwVXtrespIJ60tIjr0HUk1okq+c+Qdoe5C7zqld5ry2+BpBTT9UM2nNDKsyF1PQpdUok+Mq5mhqbKdLaPWwyBipqaxXaGw1SBzJlojORM0DJ/zd8Sxwevcb0GBrkhOuXGMzBPo5CNcqoF3ysE2kyuifEuIWTYFk81gTH17AxuPXTpNmqzbgxMesaE2Tgpet0hRh/mQdfflNTXwFuwlMjfrktXZQGdXOMdp7O0k5WJgk6Yt4pQhhCFYFhZK44qK7bSl36CnojZKJnlihqaNSiIT6aIVBUuTFSaBg7LI9WryJPzxsGQxCW6zx8q4YMccJdbxo0NngTYpl5HbY2YxQ0r0GuP/cWr7TSlHeuBllLfVpcC9Vx4AVePG2HsUcuvDTnaXOqX0AnuxRw1cr5NZhq5AqU5alFlvmImTKgAXIQIOMRlyg7RZJQhhYAieGYMAHX/q71tMwMTfhTm3OLm/ZtUGNbtZObCBniikCSAkOE6BCbfHKCUhRfrqBUljgBDjmr5WFA2FCHHnlJKthFa5gXzwSoS1VEomVEGY9Z5xPydc9srPc61rfUbX5/kL36l13sGtZ51j4MbolZz762/+Q1XL9B/V2rzbOPbd48w02ay9O/2K9/Lv1E1/yd9sWVwNUrsGrUUWFkXoeldDF3CwFapWKQ4Fc3hajia5V3pw8W1Saw+WOK1DGXUGKaVoXSTOh72pn3EaBCeasEBXITzyUA2M7YRXsxVGD0j8O2HfT5/CGG4Ohr3yQTWYRaae2AtPwkWjJaNXuDTwLeyqZvCw9IlAEvdPZr9YtVlYFiJPaNuwrzFq2m5jccwZMQXprJ1nJt5quGsdeVv1/S6ZKCXXaOlJe4VkJUa0QvrSXCM5cZW0LJDC0se/jOrDjjVcA0w6iosoelDNoiEm2C1u6lo6VhJWJYX+GtDnr7lZLrQAp7q7RBR0INvYJ972r16uixakD7RDdL/uys5VQ3Ri3VdN2qHdQ96oqpu6qdtYR7W2Ppnl3mMPIcQo5dV/REKaV5+IEDe7rGywTspLR9TsNXidtkocJKyk1ViT2IDBA0S20HJ2s1GKAayWpdQmJu422/rQ5ZFvDT8epT8XrY1RBtpeg7Ta5FWTttXUyrihxezMhQTly0JkkhGizS3XTu6nDFKZJG7sTBAYRAkam1IBAnCk9U076XAQ45rlR7DSWFAUFAUDAWDA7DQmCvirq3fFzI1TmEirCVCrxKlSqupg1eXpakv43F+cci4xu83XjiD80jVe1YVpJr0pmvSDcjfgmJHdkKGt8QpueMpbn5iy/V7rdDd2VuHmrcUxTY2NkxKkoy8bZc2sJqHqFyZ5sCLHXBWVlWCr0Ne7EJD73KZ0C/Icnia9C4VmCPwVFs0Ho75rPq92vV4xuLPhS2y4EzS3nH07D0bNG588nCCn7cnlPX1LTRZwzGOf0QZxfSRwa2rmZ6y3F03vN6ygWq2aoRMspo4Uys3t8ZA1PHVwY1Hp76x3VUPoIOWqkkI/nry20hdo4E5Lp2TZpRzzO84B7nnptM0bVNTys1skWkUFqeIAxYuP1uiv42lS0qpwK2enGi2SBxgsUPcb4t+voRuyn/UvrplEQFrrNjoASHFUxADwqYJepNIiKBsurNc8WanH+Aaf73SNbq31vt5IJ1r0rUE5wEvQPj0tSioSkCACDCOAT1XeYIwoMWe7nbhvZ12xn/bjw+W5ryMEva4ydXcI53BGtypOzfHkeAzjiiOUOnHLnpliaO5YUWTQkmJKa01fwXtIp5s/bc+9GyX5zC5Idmis162Wtw0alGU8mVxhK4ZAZBgYUq4a9W6MdTE6011ja36uLHdKVLEWbRMs+/K88HAQI5q+RgoKDMOCN3WpUkqYiplyiJSRUKWqKqKVBtXh+1U/ca3uO5bs2636TffA5V2a8/S9Q25L6T7VltR9U75Vc871ZfBJdcevj/ROOeAei4DM6t+9ynXrn/n/J3l1YHrB6RGSfRq9IWfCW+CmXCcr0OmJxSGEvISbRrIHZHdPZ6vH2jD7QASqobEnetrnhZtbhy3yEgNoraeowZseh+udY2ZNjydE8m5CcW0ipkYoKvol6CV9emDpM9G+XOwgNWx+vx77XYNNedE2hQXlc+GaSQtrnReNRZRSK46vXVgMsKlBE0LeEIU5lZXgGQQSTlae7Zykh7fsQfHuzBtZ0WOGj4fQHuQs1HZ8sWPIKyNcZg2WuzNgGs1nfpOy0OtRpR9YrQ9qh2b0tSd8nrpmaVFAjarPmAIAB0p3iiW8UYsCmq3zWaSE6dXPv0qUE+jnWOtHw2ft8aLmIWoktqoGdbnOZZNRmogKXhiZV/KpzaPBmtMkq2WUKfW1OrwKxp+TiqlbLbVwJ2y9rvylRTDbozKdvN1FfUhrucQNgMQtddegHAZJTu7fT3bf7PTGVK3U86tmum5QxpGEkIVgDRZAPudzg/y/dVM9jeTm7bU1kbKtmvm4XdbqqOjRmnciU5bgAWKuPUgEHg7VHYRsddZwEGOa11hB0JhwRAsGhN3qbtpVZqtTcSZJViVKVFqJUZIGyVnR1WvvUG8IbzbxrqvkNO8VaozBuSLjRxc/JzYkFdz2gVWN/15S/31Ve+09o8jXYTyv2q9XnzjdOw733rzjDqsaIJ0nAXADJbzwT7esoeueo+QtNsKqFi4C5v+7h4LDE8jzK+xzLMkmzSXV8wvXMY+oGNkK0mOxLev2XweXm46q42saByj2JGow9pmW1+2C4ch2TQMrLuc9p8bYtmM4S637O0Z/JWzGMIvBi4ap415bZr0u47slyzJb5nTKtJq5xa93v2Mcx3VofJfBZQ1obxtjd4AZ7fTaIKfqVYqNQ4YKx6re5BBbr1xuXPc9mVZg8dZue3m2m8r3bq2EsNusuXza3rM3QoY1wRo1W62NrnLlpicxuZL4DeEhuPqNns47pUP/f65bS4L6gJy2AgRhL8AVDHQMBnhIDJlRoZ07o6z42N1XlfBlgzEwERSBoDN6tOQfu/DR2aYunRxNgA0Uj4Tj5UefQ02079/hJTVY88pG5EEAEjpJ1Kdja8LZR/Z+VCMyBo6AVLSWw/QloXdkTHengKgFfXA1SqrJqMttWqrfD3HZ+KpKBLvbKyeGRwmFuW3ocr0WmoqcRKUAhm2DO+2VUi7XxOyDRgdekhuTmzrIwbheT4AQo5rdVoJQWEYWJAkC3ry2XYyKS1REJUpJUpMmWCgd+i4myWkHF8DxbUmbNGbDj136x25AvPJtWv9r7cFyce01SmF95Z9m3d8HxXtOB8gt7VJfpsWH87f3DCe9pfp76FUvU3lZioTQ28i1Yl82k4DA39wx1RoJKbpWfrcTJw+8rJ+5UdNt+UZ7xnPMi7r67anvB1fbq9nz1A6akThJMQnxn5y9OY2SZmHtliXHoEMiZzhTjcr6EbvzDN5U0rbq08zkMpXvZjaY5m+cT1FnfqOtGt7YpOKsmirtT0Gy4mgZQl+/ZdJ+hE6TQmrJguhTXp/Tz9g44+kGeSusYyga89XPndgw3eFMXqeNTw8dNqVMZuVIzV3xGrL9geqm+PUGzt1fq3blsmo2imNjmuNzbLSB8lluizW4bzjWKDFUqNIHhBLYgQChYTcEQaFmg+TbMnsNmhkEJ7Pd4KggIDBOiIzQmYBpSQDpZW2nNKTREIRxFgXeu9VlPVtJrchR8RyvdLfhBQQ0EWRq6tH51dcxs66V/pLykdVB414US7Po37nC053A5QfZnd1UZvOBg53ZRc3SVG36NPlko3a5zjVFVnAzlEysu59n16s/nLD73Kgwjk3XtF8nczRFQnW5TnDOEkc+47gl9hwQYqag0D9yi+38ABDjmqNho9hpRBYcBQMFoLDNcXlLrjJW7tV0SZa6qVIy6jNVKq9yh9rwH1eXGFeq+rZKs3nxf3hdh+shU2fymJ9TqtjafR79cM/9q0PQLNZuL3P7DtlxgNgOos+1DqeW9BbvskZNNWtnQ9k41DZGs6toUhXdvr+o6FUzNbVVf1O8W7OdfZvSZ99apl2vZ23JkJ3QuEzZdTTNqyGz2535vDYeoqH293S42xC8Z7s6GlbVV8fKtd45LkNJO9Rgq/JKbQvssrQH3mvcq/t80d6dSavaa2n8PAalW5EDFbhO61H9/xkdn8/SVu85s2Z0dcU6Zrat2Prm5LuZRabIDgNyDMhU9dG8bMmKg2ugto2L4jJ0xjRM8+TqAM8yyAXPXlz58elnErcPB69G1aSBsNQg36Ji/z0ni2NGRiXsOCbQHu1bBwzBo0URBuwywQjw/UM6gs/3ttSKPNoXq8mm/pnKV3/ssogEQQMAhwgRi52Ke7f/7y67AJ17ZZOmzhvFHTcoD5I6sd/8l8bucmphldwzjwXi9gQXKmBJFUWs+NaG08DL42S8L9dRQ5CdvVo9nH7deM/oIiN55TM0AxgLp06YwkDO451pDrGm7XOxs5Pzv9b7num1VrGY6NkHRo3syOyyzOU6AEKlkvaSDqHuWX/FompOuwTUBUjWK+GkcHARI5rjUoExBDA2DA6E1c4y15dSbVrIlRWgCKis0mSANfQ233Bi9/58zb2T7v0EosTnynmqRpA1jOE3ZezndYdVfXaabW4tysWbMP40vi5t6wvDKZbGe3389VkaU/wPnfWdi3rX4foheyRrbtE9mtIqpGvotuVP1rsYAlk8VRMs1gkKtz1qb3q33J4HzJTr096PldB0TZNs2Sx6NrMpYJ+ybNtfVz47plctso4SiymujV6N2rYHi+IyFX0jMLGRDsd3tVYbXHn1UHJRr6k7Halvc3l4nBCZEyLy9jbm7FjTddZB2OwUE9J+getdkRGGdbEN3G0GrPC18G5ZS/YRYUyRx7MHX4Bpu+CON8YqXr8svGn42YyhroOqYqZJ1SSw5hq/QNzJ5y3MFMH1KNSKJEic82Qw2ZMbJZ9l+NexPkyXniUzQlhUQYiO8uZBWYPGxVvxdHbzowAiQDgHHl//7DZMADccpA9DDCnnLL06Z1Db5P49nhocjpBAMAInSHW0XOxx3AIIXVyKyFtIhElZLN+QqgQWphBcpYErreBVbbZNFwCxr4BJTGkmAip8SOopDWEZzvJb/exmQiTIKZUIAZrL4JWcVk7X/H+tHKpISYstGidhG+GflPjN0ZZiNEoSjf6uYidva5gPfBDQckRZGejYSBgHgBCjmtMbQbCQjCgTCcccbub68ed0k3pKnGU0Ta61VUustUUo1hgaGRf/iAemVbaKYchAt8HeEzh2Z5ftlug2ZruTgcdTWBO/+9CYTS+e5is4fByoYvlbesu/ut+DlFFbUGq/cK/rU8XTba/udlLBc8H7MUzQdld7mw8LDBv+ywWhbQfNX7XA34uda5Wy7aDXL/L3o/czZGusu2ycnI97+sRYgiZRxaO5Rtfm0/g1OTFaweFkh2uy/XtbmZtsb7/pWRb2Lte5rShdjmwsX8Fchugp9zecntSUOFtrZRXBqO6jKTtQhNdY3Cq9DGQ8JEWTBJQGlDNufs5ogpHSKRlV1TR9lDDi7Vgd1tqoqk3iksqOF1GRx8EmpQLAcBQWbpvldtyveenMydaepJBVKqqrbNFBOyFlxh6H0N/iCmQZEyTNyopTYMDDs3FPizVOZfBvMR7tTI9d89XhhSQYX0O4mjhFE7vjjKDf4vnX60SChoLLFFaCm/wX/KCnJk2Yl1iWZ6eXCiqYEdBQUwr8mEhtizARoYZI3ijFTcrS6jH0Ou/x6n4xW4u21NbSKcsl1EDMjIBHEmNAE4EDAwNbI52yW6k3k4hS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS8AElJlY29yZGluZyBTdGFydGVkAAAAAAxlbmNkAAABAA==\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 22 Jul 2022 14:27:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1000004\n}"},{"id":"037e4962-9ddc-4d11-a0b4-e3c043486050","name":"Create Item - url","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml","disabled":true},{"key":"Content-Type","value":"text/plain","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ],\r\n         \"taskOptions\": {\r\n            \"taskEnabled\" : true,\r\n                \"tasks\" : [ {\r\n                \"id\" : 1\r\n            } ]\r\n        }\r\n    },\r\n    \"item\": {\r\n        \"vox\": 1,\r\n        \"localImportPath\": \"https://installers.intelligentvoice.com/Intelligent-Voice-Test-File.mp3\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=123&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"123","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Oct 2021 10:43:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1000008\n}"},{"id":"852a0440-11f6-4cea-84ed-1d837cc0daf3","name":"Create Item - server local import path","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"treatAllFilesAsSingleChannel\": true,\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ],\r\n        \"diarizationOptions\": {\r\n            \"diarizationEnabled\": true\r\n        }\r\n    },\r\n    \"item\": {\r\n        \"html\": \"&nbsp\",\r\n        \"title\": \"This could be name of the file or another reference\",\r\n        \"EVDate\": \"2018-09-12T12:17:15.528310\",\r\n        \"EVTo\": [\r\n            {\r\n                \"SMTPAddress\": \"recipient@example.com\",\r\n                \"displayName\": \"recipient name\"\r\n            }\r\n        ],\r\n        \"EVSubject\": \"This could be name of the file or another reference\",\r\n        \"EVFrom\": [\r\n            {\r\n                \"SMTPAddress\": \"sender@example.com\",\r\n                \"displayName\": \"sender name\"\r\n            }\r\n        ],\r\n        \"vox\": 1,\r\n        \"localImportPath\": \"/mnt/wav\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"id\":1000001}"},{"id":"331c28f7-9b71-4499-b86d-a38cbc69bafe","name":"Create Item - boost words","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"treatAllFilesAsSingleChannel\": true,\r\n    \"importFolder\": \"http://http-ws.bbc.co.uk.edgesuite.net/mp3/learningenglish/2014/09/bbc_witn_cyclists_report_140915_witn_cycling_report_au_bb.mp3\",\r\n    \"processingOptions\": {\r\n        \"boostWords\": [\r\n            \"motor\",\r\n            \"while\",\r\n            \"forseek\",\r\n            \"california\",\r\n            \"funny\",\r\n            \"mine\"\r\n        ],\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            },\r\n            {\r\n                \"id\": 2\r\n            }\r\n        ],\r\n        \"diarizationOptions\": {\r\n            \"diarizationEnabled\": true\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"id\":1000001}"},{"id":"0cb64b5d-85e4-4776-beff-91b61b3e9701","name":"Create Item with UserData field","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml"},{"key":"Content-Type","value":"text/plain"}],"body":{"mode":"raw","raw":"{\r\n    \"treatAllFilesAsSingleChannel\": true,\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ],\r\n        \"diarizationOptions\": {\r\n            \"diarizationEnabled\": true\r\n        }\r\n    },\r\n    \"item\": {\r\n        \"userData\": \"Here you can add whatever you want as it is a string. You can for example put a JSON structured data or simple text like this one\",\r\n        \"html\": \"&nbsp\",\r\n        \"title\": \"This could be name of the file or another reference\",\r\n        \"EVDate\": \"2018-09-12T12:17:15.528310\",\r\n        \"EVTo\": [\r\n            {\r\n                \"SMTPAddress\": \"recipient@example.com\",\r\n                \"displayName\": \"recipient name\"\r\n            }\r\n        ],\r\n        \"EVSubject\": \"This could be name of the file or another reference\",\r\n        \"EVFrom\": [\r\n            {\r\n                \"SMTPAddress\": \"sender@example.com\",\r\n                \"displayName\": \"sender name\"\r\n            }\r\n        ],\r\n        \"vox\": 1,\r\n        \"localImportPath\": \"/mnt/wav\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"2f3b81d6-3dde-4701-8292-3649307f31b6","name":"Create Item and get notified via Callback","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml"},{"key":"Content-Type","value":"text/plain"}],"body":{"mode":"raw","raw":"{\r\n    \"treatAllFilesAsSingleChannel\": true,\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ],\r\n        \"diarizationOptions\": {\r\n            \"diarizationEnabled\": true\r\n        }\r\n    },\r\n    \"callbackUrl\": \"http://myurl.com/whatever/url/you/set\",\r\n    \"item\": {\r\n        \"html\": \"&nbsp\",\r\n        \"title\": \"This could be name of the file or another reference\",\r\n        \"EVDate\": \"2018-09-12T12:17:15.528310\",\r\n        \"EVTo\": [\r\n            {\r\n                \"SMTPAddress\": \"recipient@example.com\",\r\n                \"displayName\": \"recipient name\"\r\n            }\r\n        ],\r\n        \"EVSubject\": \"This could be name of the file or another reference\",\r\n        \"EVFrom\": [\r\n            {\r\n                \"SMTPAddress\": \"sender@example.com\",\r\n                \"displayName\": \"sender name\"\r\n            }\r\n        ],\r\n        \"vox\": 1,\r\n        \"localImportPath\": \"/mnt/wav\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=&groupId=","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"","description":"Mandatory"},{"key":"groupId","value":"","description":"Mandatory"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"d6876455-12be-4045-bd10-25bb869db109","name":"Create Item providing speakers and psrt [mono file]","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml"},{"key":"Content-Type","value":"text/plain"}],"body":{"mode":"raw","raw":"{\r\n    \"item\": {\r\n        \"localImportPath\": \"/home/user-test/import5/audio_only.wav\",\r\n        \"psrtList\": [\r\n            {\r\n                \"timestamp\": 2.64,\r\n                \"length\": 0.02,\r\n                \"score\": 0.810180088078012,\r\n                \"word\": \"は\",\r\n                \"processingModels\": [\r\n                    4\r\n                ]\r\n            },\r\n            {\r\n                \"timestamp\": 3.02,\r\n                \"length\": 0.16,\r\n                \"score\": 0.3872974992135892,\r\n                \"word\": \"調子\",\r\n                \"processingModels\": [\r\n                    4\r\n                ]\r\n            },\r\n            {\r\n                \"timestamp\": 3.38,\r\n                \"length\": 0.02,\r\n                \"score\": 0.9140256369927651,\r\n                \"word\": \"と.\",\r\n                \"processingModels\": [\r\n                    4\r\n                ]\r\n            },\r\n            {\r\n                \"timestamp\": 4.71,\r\n                \"length\": 0.14,\r\n                \"score\": 0.9985844605221768,\r\n                \"word\": \"天気\",\r\n                \"processingModels\": [\r\n                    4\r\n                ]\r\n            },\r\n            {\r\n                \"timestamp\": 4.99,\r\n                \"length\": 0.02,\r\n                \"score\": 0.9761619219880465,\r\n                \"word\": \"も\",\r\n                \"processingModels\": [\r\n                    4\r\n                ]\r\n            },\r\n            {\r\n                \"timestamp\": 5.13,\r\n                \"length\": 0.08,\r\n                \"score\": 0.975365681031771,\r\n                \"word\": \"いい\",\r\n                \"processingModels\": [\r\n                    4\r\n                ]\r\n            },\r\n            {\r\n                \"timestamp\": 5.27,\r\n                \"length\": 0.04,\r\n                \"score\": 0.9163652091852784,\r\n                \"word\": \"し\",\r\n                \"processingModels\": [\r\n                    4\r\n                ]\r\n            },\r\n            {\r\n                \"timestamp\": 5.91,\r\n                \"length\": 0.02,\r\n                \"score\": 0.6146586977036804,\r\n                \"word\": \"ま\",\r\n                \"processingModels\": [\r\n                    4\r\n                ]\r\n            }\r\n        ],\r\n        \"base64Spk\": \"DMKMiAxOTYuMTUgMTk2LjIzCjIgMTk2LjI5IDE5Ni40MQoyIDE5Ni40OSAxOTYuNjEKMiAxOTYuNjcgMTk2LjY5CjIgMTk2LjgxIDE5Ni44MwoyIDE5Ni44MyAxOTYuODUKMiAxOTYuOTEgMTk2LjkzCjEgMTk4LjcxIDE5OC43NwoxIDE5OC44NyAxOTguODkKMSAxOTkuMDkgMTk5LjcxCjEgMjAyLjQ2IDIwMi43NgoxIDIwMi43NiAyMDMuMDYKMSAyMDMuMDYgMjAzLjM2Cg==\",\r\n        \"title\": \"audio_only.wav\",\r\n        \"phoneDb\": \"\",\r\n        \"EVDate\": \"2021-01-21T15:47:04.680783\",\r\n        \"EVTo\": [\r\n            {\r\n                \"SMTPAddress\": \"audio_only.wav@example.com\",\r\n                \"displayName\": \"audio_only.wav\"\r\n            }\r\n        ],\r\n        \"EVSubject\": \"audio_only.wav\",\r\n        \"EVFrom\": [\r\n            {\r\n                \"SMTPAddress\": \"audio_only.wav@example.com\",\r\n                \"displayName\": \"audio_only.wav\"\r\n            }\r\n        ],\r\n        \"vox\": 1\r\n    },\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=&groupId=","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"","description":"Mandatory"},{"key":"groupId","value":"","description":"Mandatory"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"b0c4e657-bbcb-4e4e-b978-ab60645fe5ce","name":"Create Item providing speakers and psrt [multichannel file] (new in 5.3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml"},{"key":"Content-Type","value":"text/plain"}],"body":{"mode":"raw","raw":"{\r\n    \"item\": {\r\n        \"localImportPath\": \"/home/user-test/import5/audio_only.wav\",\r\n        \"psrtList\": [\r\n            {\r\n                \"timestamp\": 2.64,\r\n                \"length\": 0.02,\r\n                \"score\": 0.810180088078012,\r\n                \"word\": \"は\",\r\n                \"speaker\": {\r\n                    \"channelNumber\": 0\r\n                },\r\n                \"processingModels\": [\r\n                    4\r\n                ]\r\n            },\r\n            {\r\n                \"timestamp\": 3.02,\r\n                \"length\": 0.16,\r\n                \"score\": 0.3872974992135892,\r\n                \"word\": \"調子\",\r\n                \"speaker\": {\r\n                    \"channelNumber\": 0\r\n                },\r\n                \"processingModels\": [\r\n                    4\r\n                ]\r\n            },\r\n            {\r\n                \"timestamp\": 3.38,\r\n                \"length\": 0.02,\r\n                \"score\": 0.9140256369927651,\r\n                \"word\": \"と.\",\r\n                \"speaker\": {\r\n                    \"channelNumber\": 0\r\n                },\r\n                \"processingModels\": [\r\n                    4\r\n                ]\r\n            },\r\n            {\r\n                \"timestamp\": 4.71,\r\n                \"length\": 0.14,\r\n                \"score\": 0.9985844605221768,\r\n                \"word\": \"天気\",\r\n                \"speaker\": {\r\n                    \"channelNumber\": 0\r\n                },\r\n                \"processingModels\": [\r\n                    4\r\n                ]\r\n            },\r\n            {\r\n                \"timestamp\": 4.99,\r\n                \"length\": 0.02,\r\n                \"score\": 0.9761619219880465,\r\n                \"word\": \"も\",\r\n                \"speaker\": {\r\n                    \"channelNumber\": 1\r\n                },\r\n                \"processingModels\": [\r\n                    4\r\n                ]\r\n            },\r\n            {\r\n                \"timestamp\": 5.13,\r\n                \"length\": 0.08,\r\n                \"score\": 0.975365681031771,\r\n                \"word\": \"いい\",\r\n                \"speaker\": {\r\n                    \"channelNumber\": 1\r\n                },\r\n                \"processingModels\": [\r\n                    4\r\n                ]\r\n            },\r\n            {\r\n                \"timestamp\": 5.27,\r\n                \"length\": 0.04,\r\n                \"score\": 0.9163652091852784,\r\n                \"word\": \"し\",\r\n                \"speaker\": {\r\n                    \"channelNumber\": 1\r\n                },\r\n                \"processingModels\": [\r\n                    4\r\n                ]\r\n            },\r\n            {\r\n                \"timestamp\": 5.91,\r\n                \"length\": 0.02,\r\n                \"score\": 0.6146586977036804,\r\n                \"word\": \"ま\",\r\n                \"speaker\": {\r\n                    \"channelNumber\": 1\r\n                },\r\n                \"processingModels\": [\r\n                    4\r\n                ]\r\n            }\r\n        ],\r\n        \"base64Spk\": \"DMKMiAxOTYuMTUgMTk2LjIzCjIgMTk2LjI5IDE5Ni40MQoyIDE5Ni40OSAxOTYuNjEKMiAxOTYuNjcgMTk2LjY5CjIgMTk2LjgxIDE5Ni44MwoyIDE5Ni44MyAxOTYuODUKMiAxOTYuOTEgMTk2LjkzCjEgMTk4LjcxIDE5OC43NwoxIDE5OC44NyAxOTguODkKMSAxOTkuMDkgMTk5LjcxCjEgMjAyLjQ2IDIwMi43NgoxIDIwMi43NiAyMDMuMDYKMSAyMDMuMDYgMjAzLjM2Cg==\",\r\n        \"title\": \"audio_only.wav\",\r\n        \"phoneDb\": \"\",\r\n        \"EVDate\": \"2021-01-21T15:47:04.680783\",\r\n        \"EVTo\": [\r\n            {\r\n                \"SMTPAddress\": \"audio_only.wav@example.com\",\r\n                \"displayName\": \"audio_only.wav\"\r\n            }\r\n        ],\r\n        \"EVSubject\": \"audio_only.wav\",\r\n        \"EVFrom\": [\r\n            {\r\n                \"SMTPAddress\": \"audio_only.wav@example.com\",\r\n                \"displayName\": \"audio_only.wav\"\r\n            }\r\n        ],\r\n        \"vox\": 1\r\n    },\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=&groupId=","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"","description":"Mandatory"},{"key":"groupId","value":"","description":"Mandatory"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"40f3c2c5-6244-45d8-afa5-a3ba87438008","name":"Error - invalid Base64 in request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/xml","disabled":true},{"key":"Content-Type","value":"text/plain","disabled":true}],"body":{"mode":"raw","raw":"{\r\n  \"item\" : {\r\n    \"EVDate\": \"2018-06-20T14:19:02.014822\",\r\n    \"EVAttachmentCount\": 1,\r\n    \"EVTo\": [{\r\n      \"SMTPAddress\": \"recipient@example.com\",\r\n      \"displayName\": \"recipient name\"\r\n    }],\r\n    \"title\": \"an example Document title\",\r\n    \"EVSubject\": \"test document\",\r\n    \"EVFrom\": [{\r\n      \"SMTPAddress\": \"sender@example.com\",\r\n      \"displayName\": \"sender name\"\r\n    }],\r\n    \"vox\": 0,\r\n    \"html\": \"<p>Html text</p>\",\r\n    \"attachment\": [{\r\n      \"attachmentFileName\": \"sample.docx\",\r\n      \"vox\" : 4, \r\n      \"base64Attachment\": \"UEsDBBQABgAIAAAAIQBTDw0GzQEAAIgLAAATAAgCW0NvbnRlbnRfVHlwZXNdLnhtbCCiBAIooAAC\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADM\\nlk1v2zAMhu8D+h8MXYtY6Q7FMMTpod2Oa4F1wK6KRCfG9AWRaZt/PzpOtGFw66Cp11wM2CTf9xEN\\nEZxdPTlbPEDCJvhKXJRTUYDXwTR+WYkf918nn0SBpLxRNnioxAZQXM3PPszuNxGw4GqPlVgRxc9S\\nol6BU1iGCJ4jdUhOEb+mpYxK/1JLkB+n00upgyfwNKFWQ8xnN1CrtaXiyxN/7kgSWBTFdZfYelVC\\nxWgbrYjj8sGbf1wmO4eSK7c5uGoinnOCkL0ObeR5g13dLbcmNQaKO5Xom3KcJR9DMtIEvXZcWb4s\\n08MZ6rrRkOtbtZiCBkTuubNljjjV+D1/H4deIwX301nZELi7FCJeHI2TRVs9SNRA7uGzvfBrt4DE\\n9G/fjCw9CIG0sYBvT9DpDtsDEReMAbBTHkR4hMX30Sj+Eh8EqUMgH2iMv5GlByHAm5EY9soH9QHS\\n8XeytwuQBv1XoMwo/p3wAednP7WwMEYHdtKDEEsbEFXa/I+Jvfc6HOokRmemeecZ+ofj/YdpZjmZ\\nqZqJTuJaEW960D2PHzBbmZcsOXO73/DmmF5x7P1q2FZP4kGLTXZk6aPPB+3WacD0eMvtHj3/DQAA\\n//8DAFBLAwQUAAYACAAAACEAHpEat+8AAABOAgAACwAIAl9yZWxzLy5yZWxzIKIEAiigAAIAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKySwWrD\\nMAxA74P9g9G9UdrBGKNOL2PQ2xjZBwhbSUwT29hq1/79PNjYAl3pYUfL0tOT0HpznEZ14JRd8BqW\\nVQ2KvQnW+V7DW/u8eACVhbylMXjWcOIMm+b2Zv3KI0kpyoOLWRWKzxoGkfiImM3AE+UqRPblpwtp\\nIinP1GMks6OecVXX95h+M6CZMdXWakhbeweqPUW+hh26zhl+CmY/sZczLZCPwt6yXcRU6pO4Mo1q\\nKfUsGmwwLyWckWKsChrwvNHqeqO/p8WJhSwJoQmJL/t8ZlwSWv7niuYZPzbvIVm0X+FvG5xdQfMB\\n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\\nSqaW+ZIuRnGfk6fzfOtiJKTreLMxZ+PRaVhojVypvzY89SRaudmxdjhd84dhJTttSf1GwY4VZpVh\\nJ2YtXd2iCKfXjdK4XlTJG04HJ5mMFikFgL7cr1WsoVysS+98PtfL1y+rUfFAPXXS97x5ouLulPK4\\nMsr3E6r41T8Zqex26iPsu4YBhF43neYcglMlkS6tY4W+ZKl577gotJKN/DID1A7c2LQ7Moz+Sh4t\\nxMGXVszktf64etlWlb2w6391fISHjSkk9+vdV6Vw1c2JlzD1q9rtmnJudCxMXTtT9U57refsYzmS\\nmOb02CCr9d1dvnONTSqKmfXOokWa64QO5upL2W4ajXrMs06KsL+mJqTtWTm793WQ1FKnk25W9fzO\\nm1T3KdscVcvDQavXTbm5c2l/dJpf2fMmU96Xhjlhc8kzj93NbcipnXbTJL22nU6qKijl80pt7zNq\\ntjcSztV5zTwRb54ZF9TV1HYv/dn6q5zZ1xf1Uvqydo7C0Bx0O+ndfFKgCHNapZnf5IRi0+h1u4vx\\nepsudtad3jzrdefdhZs2N06rp5W+BCnbWw1X9vx6nGfqa7s8OzQv6i5rm19bDVxVhzmH9LrdLbbs\\nofPVXVUunUytUtYXRZI9lZI19ZLOeq1EazVJSttkzXLmA8HtVJRdthhrn4pdPVZ3i0ttpfbKuWlu\\nfvK9zXhRiZVSm7E3uHQnX5MiWJdSrndz4r6nr3OT+TIdWxVj2Yo6TzcW3nFgyxN9mzv3BoNsKraa\\nX5InpZ1ZtuvHps/DwQpuTpRbeqMkXooTMa9XZHxqwZzVY6NUrKkkB/q2MCxYcEdsLynHrlhsxUrL\\n0b50u74uGJ578S3FXBRjl7xe1KEbcm1cPvd0MdtKrGrnllJsJfra2V1eYu1lerqejbrZZs7IpUbr\\nWszKA17DEmfujAxXdeval4q+P1yTra7W3Oa1vBe8VD6nlFJ5TZ5Vjs2F3DyZq+K+LA9ns8oO2qYL\\n7d0lu+/nemnw8a1JuzksjBP1mSMpM0IR6k57qQlF4LNQFBbFtZInTlpZNWVNOJbSZa89GLayk0qz\\nOXfadWk2EBbpXE4Ui81FWe8Xu6tFARKRmdw+j/UdRbiQa71LNruo5Y65QnXW+Ur128WkVd8pSbqR\\nXHM+Wu0Kw96qnTy6vV5x5nkX45Kt6K57anrualpONvpf6Ul3nmhThM2aMpcWU3jk8eLFIP9YOd4q\\n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\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAjFLBTsMwDL0j8Q9V7l3SDgGLtnIAcQIJaUMgbsExI9AmUeLR7e/J2q1s0g7cYr/np/cc\\nT2/WTZ39YIjG2RkrRoJlaMFpY5cz9ry4z69ZFklZrWpnccY2GNlNdX42BS/BBXwKzmMggzFLSjZK\\n8DP2SeQl5xE+sVFxlBg2gR8uNIpSGZbcK/hWS+SlEJe8QVJakeJbwdwPimwnqWGQ9KtQdwIaONbY\\noKXIi1HB/7iEoYknBzrkgNkY2viUaWf3UFtDDw7sdTQDsW3bUTvubCT/BX99fJh3UXNjt7sCZNVU\\ngyRDNVZT/vdMr7h6/0Kgvj0UaZvfuGld0DEhR1Wa0RghGE/pj/q5o4aGLpiEgIpQZ8mq7IPtkZfx\\n7d3inlWlKK5ycZmXk0UpZDGWQrxt7R3Nb633jSadwYf5h+IkF1cLUcry4lhxL1B115LMLV3Y9Plg\\nqLpDspR+ck6KVrv84E60Ds+t+gUAAP//AwBQSwMEFAAGAAgAAAAhAHrKy3LKAQAAsAMAABAAHAFk\\nb2NQcm9wcy9hcHAueG1sIKIYASigAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\n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\\nxu1S+r1P5r/cuOVZ5XOUg5cbt1bGwuXGrYFYuNy4tTIWLjdudKEd9n/0Ky3alKockxWx9+9ENjIj\\nFqXX42Js8l/XEGN7TsvGTAV40LcnIdI56To6eZTccicHiVnz5DI/IjyQY+8LH5GL9s9cOXYcekQs\\n2ndyxfQCsShqc8VYUX5ELHLsXDG1QKx3XEwpEAMRlblyRaYEBf7G7luPyRU4XOI6uXIFvlLkKtkf\\nnB7MV6hogbOAlKbRZ/RIdvcfAAAA//8DAFBLAwQUAAYACAAAACEAMUytaksyAAB1ngMAGAAAAHdv\\ncmQvZ2xvc3Nhcnkvc3R5bGVzLnhtbOx925IjN5Ll+5rtP6TV0+5Dt3C/tI1mDNeVbNRqTZd6+5mV\\nyVJxlJmsyYsu+/WLIJlZzAJID5CMUhIDa7MuFVnHwwM47vCDCML/5d9+u7m++GV+d79Y3n79Bv8Z\\nvbmY314urxa3P3395h8/xj+pNxf3D7Pbq9n18nb+9Zvf5/dv/u1f/+f/+Jdf/3L/8Pv1/P4iGbi9\\n/8vN5ddvPjw8fPzLV1/dX36Y38zu/7z8OL9NX75f3t3MHtJf73766mZ29/Pjxz9dLm8+zh4W7xbX\\ni4ffvyIIiTcbM3djrCzfv19czv3y8vFmfvuwwn91N79OFpe39x8WH++frP06xtqvy7urj3fLy/n9\\nfbrpm+u1vZvZ4vbZDGaZoZvF5d3yfvn+4c/pZjYerUwlOEar/7q5/mSA1xkgmQFxP68zwTcmvrr/\\n/Wb+25uLm8u/fPvT7fJu9u46WUq3dJG8ulgZfvOvaTavlpd+/n72eP1wP/z17oe7zV83f1v9EZe3\\nD/cXv/5ldn+5WPyYvEimbhbJ6jfm9n7xJn0zn90/mPvFbPvLsPls+P7D8A+LyMv7h62P7eJq8ear\\n4aL3/y99+cvs+us3hDx94gYnXnx2Pbv96emz+e2f/vF225mtj94lu1+/md396a0ZgF9t7m3959Yd\\nf/z8b6sLf5xdLlbXmb1/mCeuYoEGo9eLITQI109/+fvjMMizx4fl5iIrA+s/n81+lQ16onAi9Nt1\\nXKVv5++/W17+PL96+5C++PrN6lrpw398+8PdYnmXYufrN3p1zfTh2/nN4pvF1dX8dusf3n5YXM3/\\n+WF++4/7+dWnz/8jrvi/+eBy+Xib/ptKtiLC9f1V+O1y/nGIpvTt7WyYk+8HwPXwrx8Xny6+gv/X\\n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\\nzJZBti/pruLy6aWUtBxl4H1pZguMd8D3ZesteD7E+3L0FjAf4X2ZeQuYD/C+fLwF5BdDcv4czUeO\\nk3h+vzSzsI+OWxbkbgv7aJnP1VM6zgNj7KTttjB29nZbGDuNuy1UzedOM/UTu9tU9QzvNnXYVOdh\\nVjvVhwfqbgu1U51bOGiqMzOHT3Vu6uCpzk0dNtV5Yqyd6txC7VQfnpx3WzhoqjMzh091burgqc5N\\nHTbV+VJWO9W5hdqpzi3UTvWRC/JOM4dPdW7q4KnOTR021XlxVzvVuYXaqc4t1E51buGgqc7MHD7V\\nuamDpzo3ddhUZyq5eqpzC7VTnVuonercwkFTnZk5fKpzUwdPdW5q31SvdlFeTHXVDG/B64qwLWDd\\ngrwFrEvOW8AD1NIW+kC1tGXhQLWUz9XTnNeppe1J221h7OzttjB2GndbqJrPnWbqJ3a3qeoZ3m3q\\nsKmuU0ulqT48UHdbqJ3qOrW0c6rr1NLeqa5TS3unuk4t7Z7qOrVUmuo6tVSa6sOT824LB011nVra\\nO9V1amnvVNeppd1TXaeWSlNdp5ZKU12nlkpTfeSCvNPM4VNdp5b2TnWdWto91XVqqTTVdWqpNNV1\\naqk01XVqaedU16mlvVNdp5b2TnWdWto91XVqqTTVdWqpNNV1aqk01XVqaedU16mlvVNdp5b2TnWd\\nWvprgixOcATU25vZ3cPF6Y6L+2Z2/+FhVnE24Ve/vug/NRhedXhL//4heTUcQb71g6Cr9RGrG4Or\\nf/jt1XOfqAE8uHGx6ci1+Xjl7eaB6Oq/7+6Tat38G4SiRhJtxvrzjmOX91+/+XFxM7+/+H7+68Xf\\nlzez2/U//NQejBK5iaXtBmFPn251+lp5C9zf8x1tHgGT7J4+9aNaXfPdLA3l34bxz+74djjusPD5\\nMM9Pnz9dxn2Y3a2//cTAp3+zibGXsweMKaacsrgGbrqY/Tyff/w+ubT6bPjLd4vb+f164D5vcLbd\\n3ow9/+Vle7Nf/7JcH9f03S/XTxd+YtTmknv7x83+c0//uOHLnf3jXiA/9Y8bPrbP/ePerf7/cgjy\\nJ+8Yk8StFu8VZJUA0v2swn8TU1td5wqkWn92JKXoTkptHr6fhlK0EUqt4qxhSq3em4ApdZlmc3a5\\nOThvRxbenH/9/AvO1enXn5NtxyHZO4jydA/PS0mZN7v9fhhW2z0+r1bjvcvHesHeyeQNlSEPkz/v\\n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\\nAi0AFAAGAAgAAAAhAATXktQbBgAAjUEAABIAAAAAAAAAAAAAAAAASZsBAHdvcmQvbnVtYmVyaW5n\\nLnhtbFBLAQItABQABgAIAAAAIQAxTK1qSzIAAHWeAwAYAAAAAAAAAAAAAAAAAJShAQB3b3JkL2ds\\nb3NzYXJ5L3N0eWxlcy54bWxQSwECLQAUAAYACAAAACEAk3bWSRgBAABAAgAAHQAAAAAAAAAAAAAA\\nAAAV1AEAd29yZC9nbG9zc2FyeS93ZWJTZXR0aW5ncy54bWxQSwECLQAUAAYACAAAACEAk3bWSRgB\\nAABAAgAAFAAAAAAAAAAAAAAAAABo1QEAd29yZC93ZWJTZXR0aW5ncy54bWxQSwECLQAUAAYACAAA\\nACEABYpMGmsCAABwCgAAEgAAAAAAAAAAAAAAAACy1gEAd29yZC9mb250VGFibGUueG1sUEsBAi0A\\nFAAGAAgAAAAhAPmr70y/AgAAHQkAABsAAAAAAAAAAAAAAAAATdkBAHdvcmQvZ2xvc3NhcnkvbnVt\\nYmVyaW5nLnhtbFBLAQItABQABgAIAAAAIQBno8QljAAAAMAAAAATAAAAAAAAAAAAAAAAAEXcAQBj\\ndXN0b21YbWwvaXRlbTEueG1sUEsBAi0AFAAGAAgAAAAhAAWKTBprAgAAcAoAABsAAAAAAAAAAAAA\\nAAAAKt0BAHdvcmQvZ2xvc3NhcnkvZm9udFRhYmxlLnhtbFBLBQYAAAAAGgAaANUGAADO3wEAAAA=\",\r\n      \"EVAttachmentIndex\": 1\r\n    }]\r\n  }\r\n}"},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=123&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"123","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"exception","value":"Could not start import for client: 1"},{"key":"Date","value":"Thu, 14 Oct 2021 10:46:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Could not start import for client: 1\"\n}"},{"id":"b10e4c83-5050-4e8e-b02d-1bfe641e79a6","name":"Create Item providing model weights (new in 5.2)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"treatAllFilesAsSingleChannel\": false,\r\n    \"importFolder\": \"https://installers.intelligentvoice.com/Intelligent-Voice-Test-File.mp3\",\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1,\r\n                \"weight\": 0.2\r\n            },\r\n            {\r\n                \"id\": 4,\r\n                \"weight\": 0.8\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=123&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"123","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Dec 2021 14:36:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1000011\n}"},{"id":"f2bd5e8a-251f-49b8-8484-a60fe51ed202","name":"Create Item and run Sentiment Analysis (new in 5.3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"treatAllFilesAsSingleChannel\": false,\r\n    \"importFolder\": \"https://installers.intelligentvoice.com/Intelligent-Voice-Test-File.mp3\",\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ],\r\n        \"sentimentOptions\": {\r\n            \"deconvolutionEnabled\": false\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=123&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"123","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Dec 2021 14:36:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1000011\n}"},{"id":"a727664a-272f-4b46-9530-cd5720c5a709","name":"Create Item and run Fraud Detection (new in 5.3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"treatAllFilesAsSingleChannel\": false,\r\n    \"importFolder\": \"https://installers.intelligentvoice.com/Intelligent-Voice-Test-File.mp3\",\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            },\r\n            {\r\n                \"id\": 4\r\n            }\r\n        ],\r\n        \"credibilityOptions\": {\r\n            \"credibilityEnabled\": true,\r\n            \"scoreOptions\": {\r\n                \"scoreEnabled\": false\r\n            },\r\n            \"bagOfWordsOptions\": {\r\n                \"id\": \"1\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=123&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"123","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Dec 2021 14:36:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1000011\n}"},{"id":"6b0f50be-0d2b-4375-a67f-ee9fdeaa95c9","name":"Create Item providing psrt","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml","disabled":true},{"key":"Content-Type","value":"text/plain","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"item\": {\r\n        \"localImportPath\": \"https://installers.intelligentvoice.com/Intelligent-Voice-Test-File.mp3\",\r\n        \"psrtList\": [\r\n            {\r\n                \"timestamp\": 0.06,\r\n                \"length\": 0.4,\r\n                \"score\": 1,\r\n                \"word\": \"Intelligent\",\r\n                \"processingModels\": [\r\n                    1\r\n                ]\r\n            },\r\n            {\r\n                \"timestamp\": 0.58,\r\n                \"length\": 0.14,\r\n                \"score\": 1,\r\n                \"word\": \"Voice\",\r\n                \"processingModels\": [\r\n                    1\r\n                ]\r\n            },\r\n            {\r\n                \"timestamp\": 0.71,\r\n                \"length\": 0.13,\r\n                \"score\": 1,\r\n                \"word\": \"Test\",\r\n                \"processingModels\": [\r\n                    1\r\n                ]\r\n            },\r\n            {\r\n                \"timestamp\": 1.01,\r\n                \"length\": 0.2,\r\n                \"score\": 1,\r\n                \"word\": \"File\",\r\n                \"processingModels\": [\r\n                    1\r\n                ]\r\n            }\r\n        ],\r\n        \"vox\": 1\r\n    },\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 13 Feb 2022 20:31:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1000008\n}"},{"id":"5fe43d6c-c0b0-4677-b34a-ff18c1390595","name":"Create Item with voice biometric enabled (new in 6.0)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml","disabled":true},{"key":"Content-Type","value":"text/plain","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"item\": {\r\n        \"vox\": 1,\r\n        \"localImportPath\": \"https://installers.intelligentvoice.com/Intelligent-Voice-Test-File.mp3\"\r\n    },\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ],\r\n        \"diarizationOptions\": {\r\n            \"biometricsEnabled\": true,\r\n            \"diarizationEnabled\": true\r\n        }\r\n    },\r\n    \"treatAllFilesAsSingleChannel\": true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jul 2023 08:04:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1001644\n}"},{"id":"c88b15f1-fec7-4a86-a170-ab25bbe74643","name":"Create Item with summarisation enabled","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml","disabled":true},{"key":"Content-Type","value":"text/plain","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"item\": {\r\n        \"vox\": 1,\r\n        \"localImportPath\": \"https://installers.intelligentvoice.com/Intelligent-Voice-Test-File.mp3\"\r\n    },\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ],\r\n        \"translationOptions\": {\r\n            \"summarisationEnabled\": true\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jul 2023 08:04:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1001644\n}"},{"id":"7b25ebc6-f034-4883-bd40-10e7e1a72556","name":"Create Item with passive enrolment (new in IV 6.2.0)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/xml","disabled":true},{"key":"Content-Type","value":"text/plain","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"item\": {\r\n        \"vox\": 1,\r\n        \"localImportPath\": \"https://installers.intelligentvoice.com/Intelligent-Voice-Test-File.mp3\"\r\n    },\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ],\r\n        \"diarizationOptions\": {\r\n            \"biometricsEnabled\": true,\r\n            \"diarizationEnabled\": true,\r\n            \"speakerMetadata\": {\r\n                \"sha2\": [\r\n                    \"A\",\r\n                    \"G\"\r\n                ]\r\n            }\r\n        }\r\n    },\r\n    \"treatAllFilesAsSingleChannel\": true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=1&groupId=4","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"4","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jul 2023 08:04:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4000008\n}"},{"id":"cb0fb641-74d2-4cf0-ab50-771fa3b80838","name":"Create Item with Tasks (new in IV 7.0.0)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/xml","disabled":true},{"key":"Content-Type","value":"text/plain","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"item\": {\r\n        \"vox\": 1,\r\n        \"localImportPath\": \"https://installers.intelligentvoice.com/Intelligent-Voice-Test-File.mp3\"\r\n    },\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ],\r\n        \"treatAsSingleChannel\": true,\r\n        \"diarizationOptions\": {\r\n            \"diarizationEnabled\": true\r\n        },\r\n        \"taskOptions\": {\r\n            \"taskEnabled\": true,\r\n            \"tasks\": [\r\n                {\r\n                    \"id\": 1 // Conduct Risk\r\n                },\r\n                {\r\n                    \"id\": 2 // Activity Summary - Compliance\r\n                }\r\n            ]\r\n        },\r\n        \"credibilityOptions\": { // Required for Conduct Risk Task\r\n            \"bagOfWordsOptions\": {\r\n                \"id\": 2 // Compliance_Alert_Terms_v2\r\n            },\r\n            \"credibilityEnabled\": true,\r\n            \"scoreOptions\": {\r\n                \"scoreEnabled\": false\r\n            },\r\n            \"agentChannel\": 1\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=1&groupId=4","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"4","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jul 2023 08:04:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4000008\n}"},{"id":"32d85efc-4812-40fc-b8aa-5ddf20c4abbc","name":"Create Item with Translation Tasks (new in CA 8.0.0)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/xml","disabled":true},{"key":"Content-Type","value":"text/plain","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"item\": {\r\n        \"vox\": 1,\r\n        \"localImportPath\": \"https://installers.intelligentvoice.com/Intelligent-Voice-Test-File.mp3\"\r\n    },\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ],\r\n        \"treatAsSingleChannel\": true,\r\n        \"diarizationOptions\": {\r\n            \"diarizationEnabled\": true\r\n        },\r\n        \"taskOptions\": {\r\n            \"taskEnabled\": true,\r\n            \"tasks\": [\r\n                {\r\n                    \"id\": 1 // Conduct Risk\r\n                },\r\n                {\r\n                    \"id\": 2 // Activity Summary - Compliance\r\n                }\r\n            ]\r\n        },\r\n        \"credibilityOptions\": { // Required for Conduct Risk Task\r\n            \"bagOfWordsOptions\": {\r\n                \"id\": 2 // Compliance_Alert_Terms_v2\r\n            },\r\n            \"credibilityEnabled\": true,\r\n            \"scoreOptions\": {\r\n                \"scoreEnabled\": false\r\n            },\r\n            \"agentChannel\": 1\r\n        },\r\n        \"asrOptions\": {\r\n            \"secondPass\": \"OFF\",\r\n            \"translate\": true // additionally translate transcribe to English for Tasks input\r\n        },\r\n        \"translationOptions\": {\r\n            \"translationEnabled\": true,\r\n            \"language\": \"da\" // Translate Tasks output to supported language\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=1&groupId=4","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"4","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jul 2023 08:04:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4000008\n}"}],"_postman_id":"1a03887c-da43-4fb3-83ee-b161d0db93f2"},{"name":"Update Transcript","id":"e87ba8a2-3f08-4216-944c-08ac3ffe7f95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":""},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId?userId=&groupId=","description":"<p>The endpoint allow a user to save changes done to a Transcript in case the result produced by the system wasn't entirely correct</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items",":itemId"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""}],"variable":[{"id":"5261c977-30d6-4da9-9231-f152e153786e","description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"","key":"itemId"}]}},"response":[],"_postman_id":"e87ba8a2-3f08-4216-944c-08ac3ffe7f95"},{"name":"Create Item (email) (deprecated in CA 8.0)","id":"f3483791-aabf-442b-b639-fa522813137b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/xml"},{"key":"Content-Type","value":"text/plain"}],"body":{"mode":"raw","raw":""},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=&groupId=","description":"<p></p>You can insert an email into IV either by specifying individual fields with either <code>application/json</code> or <code>application/xml</code> as the Content-Type as described in <i>Create Item</i>, or by specifying <code>text/plain</code> as the Content-Type and submitting the body in the format <i>Internet Message Format</i> as defined in <a href=\"https://tools.ietf.org/html/rfc5322\">RFC 5322</a>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""}],"variable":[]}},"response":[{"id":"ba1f0f61-0958-4430-b10b-893306858042","name":"Create Item from Email With Attachment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"item\" : {\n    \"EVAttachmentCount\": 1,\n    \"title\": \"an example Document title\",\n    \"vox\": 0,\n    \"attachment\": [{\n      \"attachmentFileName\": \"sample.docx\",\n      \"vox\" : 4, \n      \"base64Attachment\": \"UEsDBBQABgAIAAAAIQBTDw0GzQEAAIgLAAATAAgCW0NvbnRlbnRfVHlwZXNdLnhtbCCiBAIooAAC\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADM\\nlk1v2zAMhu8D+h8MXYtY6Q7FMMTpod2Oa4F1wK6KRCfG9AWRaZt/PzpOtGFw66Cp11wM2CTf9xEN\\nEZxdPTlbPEDCJvhKXJRTUYDXwTR+WYkf918nn0SBpLxRNnioxAZQXM3PPszuNxGw4GqPlVgRxc9S\\nol6BU1iGCJ4jdUhOEb+mpYxK/1JLkB+n00upgyfwNKFWQ8xnN1CrtaXiyxN/7kgSWBTFdZfYelVC\\nxWgbrYjj8sGbf1wmO4eSK7c5uGoinnOCkL0ObeR5g13dLbcmNQaKO5Xom3KcJR9DMtIEvXZcWb4s\\n08MZ6rrRkOtbtZiCBkTuubNljjjV+D1/H4deIwX301nZELi7FCJeHI2TRVs9SNRA7uGzvfBrt4DE\\n9G/fjCw9CIG0sYBvT9DpDtsDEReMAbBTHkR4hMX30Sj+Eh8EqUMgH2iMv5GlByHAm5EY9soH9QHS\\n8XeytwuQBv1XoMwo/p3wAednP7WwMEYHdtKDEEsbEFXa/I+Jvfc6HOokRmemeecZ+ofj/YdpZjmZ\\nqZqJTuJaEW960D2PHzBbmZcsOXO73/DmmF5x7P1q2FZP4kGLTXZk6aPPB+3WacD0eMvtHj3/DQAA\\n//8DAFBLAwQUAAYACAAAACEAHpEat+8AAABOAgAACwAIAl9yZWxzLy5yZWxzIKIEAiigAAIAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKySwWrD\\nMAxA74P9g9G9UdrBGKNOL2PQ2xjZBwhbSUwT29hq1/79PNjYAl3pYUfL0tOT0HpznEZ14JRd8BqW\\nVQ2KvQnW+V7DW/u8eACVhbylMXjWcOIMm+b2Zv3KI0kpyoOLWRWKzxoGkfiImM3AE+UqRPblpwtp\\nIinP1GMks6OecVXX95h+M6CZMdXWakhbeweqPUW+hh26zhl+CmY/sZczLZCPwt6yXcRU6pO4Mo1q\\nKfUsGmwwLyWckWKsChrwvNHqeqO/p8WJhSwJoQmJL/t8ZlwSWv7niuYZPzbvIVm0X+FvG5xdQfMB\\n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\\nSqaW+ZIuRnGfk6fzfOtiJKTreLMxZ+PRaVhojVypvzY89SRaudmxdjhd84dhJTttSf1GwY4VZpVh\\nJ2YtXd2iCKfXjdK4XlTJG04HJ5mMFikFgL7cr1WsoVysS+98PtfL1y+rUfFAPXXS97x5ouLulPK4\\nMsr3E6r41T8Zqex26iPsu4YBhF43neYcglMlkS6tY4W+ZKl577gotJKN/DID1A7c2LQ7Moz+Sh4t\\nxMGXVszktf64etlWlb2w6391fISHjSkk9+vdV6Vw1c2JlzD1q9rtmnJudCxMXTtT9U57refsYzmS\\nmOb02CCr9d1dvnONTSqKmfXOokWa64QO5upL2W4ajXrMs06KsL+mJqTtWTm793WQ1FKnk25W9fzO\\nm1T3KdscVcvDQavXTbm5c2l/dJpf2fMmU96Xhjlhc8kzj93NbcipnXbTJL22nU6qKijl80pt7zNq\\ntjcSztV5zTwRb54ZF9TV1HYv/dn6q5zZ1xf1Uvqydo7C0Bx0O+ndfFKgCHNapZnf5IRi0+h1u4vx\\nepsudtad3jzrdefdhZs2N06rp5W+BCnbWw1X9vx6nGfqa7s8OzQv6i5rm19bDVxVhzmH9LrdLbbs\\nofPVXVUunUytUtYXRZI9lZI19ZLOeq1EazVJSttkzXLmA8HtVJRdthhrn4pdPVZ3i0ttpfbKuWlu\\nfvK9zXhRiZVSm7E3uHQnX5MiWJdSrndz4r6nr3OT+TIdWxVj2Yo6TzcW3nFgyxN9mzv3BoNsKraa\\nX5InpZ1ZtuvHps/DwQpuTpRbeqMkXooTMa9XZHxqwZzVY6NUrKkkB/q2MCxYcEdsLynHrlhsxUrL\\n0b50u74uGJ578S3FXBRjl7xe1KEbcm1cPvd0MdtKrGrnllJsJfra2V1eYu1lerqejbrZZs7IpUbr\\nWszKA17DEmfujAxXdeval4q+P1yTra7W3Oa1vBe8VD6nlFJ5TZ5Vjs2F3DyZq+K+LA9ns8oO2qYL\\n7d0lu+/nemnw8a1JuzksjBP1mSMpM0IR6k57qQlF4LNQFBbFtZInTlpZNWVNOJbSZa89GLayk0qz\\nOXfadWk2EBbpXE4Ui81FWe8Xu6tFARKRmdw+j/UdRbiQa71LNruo5Y65QnXW+Ur128WkVd8pSbqR\\nXHM+Wu0Kw96qnTy6vV5x5nkX45Kt6K57anrualpONvpf6Ul3nmhThM2aMpcWU3jk8eLFIP9YOd4q\\n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\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAjFLBTsMwDL0j8Q9V7l3SDgGLtnIAcQIJaUMgbsExI9AmUeLR7e/J2q1s0g7cYr/np/cc\\nT2/WTZ39YIjG2RkrRoJlaMFpY5cz9ry4z69ZFklZrWpnccY2GNlNdX42BS/BBXwKzmMggzFLSjZK\\n8DP2SeQl5xE+sVFxlBg2gR8uNIpSGZbcK/hWS+SlEJe8QVJakeJbwdwPimwnqWGQ9KtQdwIaONbY\\noKXIi1HB/7iEoYknBzrkgNkY2viUaWf3UFtDDw7sdTQDsW3bUTvubCT/BX99fJh3UXNjt7sCZNVU\\ngyRDNVZT/vdMr7h6/0Kgvj0UaZvfuGld0DEhR1Wa0RghGE/pj/q5o4aGLpiEgIpQZ8mq7IPtkZfx\\n7d3inlWlKK5ycZmXk0UpZDGWQrxt7R3Nb633jSadwYf5h+IkF1cLUcry4lhxL1B115LMLV3Y9Plg\\nqLpDspR+ck6KVrv84E60Ds+t+gUAAP//AwBQSwMEFAAGAAgAAAAhAHrKy3LKAQAAsAMAABAAHAFk\\nb2NQcm9wcy9hcHAueG1sIKIYASigAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAACcU8Fu2zAMvQ/YPxi+N7K9NtsCWsWQYuhh2ALEbc+aTdvCZEmQ1KDZ14+K\\nV1dZe5pOj4/E4xMpwfXTpLIDOi+NrvNyVeQZ6tZ0Ug91ftd8vfiUZz4I3QllNNb5EX1+zd+/g50z\\nFl2Q6DOS0L7OxxDshjHfjjgJv6K0pkxv3CQChW5gpu9lizemfZxQB1YVxZrhU0DdYXdhF8F8Vtwc\\nwv+KdqaN/vx9c7RkmEODk1UiIP8e7ahVZ8IEbGGhMUGoRk7Iyyvilwh2YkDPS2AzgAfjOs+rag1s\\nhrAdhRNtoBHysvp8CSwhgO66x/bRyXDkBbA0hG9SR2miZ0S9nBicsKPnH2LDJYJ9KxRu6Ua8F8oj\\nsBcCblHEbe2EJAdwCJsDtsG4zMvftK8qz34Kj3EOdX4QTgodaB6xbA5OWFkfHG9kUKRNuTk+wbQs\\nxfIyToVqCZwXRnL2QIlzd6cO/kdPdwtvmC1TsycPs9XETgKXHv+obs1khT5S8wXRgH/5O9uYm/gG\\n/s7wnEz2+CDDuLeijdu5Kj+mG01SsKfFY0crfRZ8IeCW5u1U7EqvQQ/YPde8TsAXa+/nD8jL9aqg\\nAyzh6CUsP4P/AQAA//8DAFBLAwQUAAYACAAAACEAdD85esIAAAAoAQAAHgAIAWN1c3RvbVhtbC9f\\ncmVscy9pdGVtMS54bWwucmVscyCiBAEooAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIzP\\nsYrDMAwG4P3g3sFob5zcUMoRp0spdDtKDroaR0lMY8tYamnfvuamK3ToKIn/+1G7vYVFXTGzp2ig\\nqWpQGB0NPk4Gfvv9agOKxcbBLhTRwB0Ztt3nR3vExUoJ8ewTq6JENjCLpG+t2c0YLFeUMJbLSDlY\\nKWOedLLubCfUX3W91vm/Ad2TqQ6DgXwYGlD9PeE7No2jd7gjdwkY5UWFdhcWCqew/GQqjaq3eUIx\\n4AXD36qpigm6a/XTf90DAAD//wMAUEsDBBQABgAIAAAAIQBSn4qw7QAAAEoBAAAYACgAY3VzdG9t\\nWG1sL2l0ZW1Qcm9wczEueG1sIKIkACigIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\nAGSQT2vDMAzF74N9h6B74vxpl60kKWmzQG9lbLCrceTUEFvBdsZg7LvPYb10O4knofd7UrX/1FP0\\ngdYpMjVkSQoRGkGDMmMNb699/AiR89wMfCKDNRiCfXN/Vw1uN3DPnSeLJ486Cg0V6qmr4Wu7bfv0\\nKTvExbFs4032XMSHTVnGfd53bZsXx1C+IQpoE2xcDRfv5x1jTlxQc5fQjCYMJVnNfZB2ZCSlEtiR\\nWDQaz/I0fWBiCXj9rido1jy/2y8o3a1coy1W/aNoJSw5kj4RpK+AqzGFj5z5iGdLswPWVOyP/6pv\\n7m9+AAAA//8DAFBLAwQUAAYACAAAACEABNeS1BsGAACNQQAAEgAAAHdvcmQvbnVtYmVyaW5nLnht\\nbOxbX2+rNhR/n7TvECFV6h5aMOFfopteJU0ydaruprXTnglxGlTAyJCked2X2UfYx9pXmG0gCRdC\\nwKSFVbkPN43t8/Px+Z3jc7DJl69vrtNZQxzYyBsI4FYSOtCz0Nz2XgbCH8/TG0PoBKHpzU0HeXAg\\nbGEgfL378Ycvm763cmcQk4EdguEF/Y1vDYRlGPp9UQysJXTN4Na1LYwCtAhvLeSKaLGwLShuEJ6L\\nsgQk9pePkQWDgODcm97aDIQYznorhzbH5oYIU0BFtJYmDuHbHgNUBlHFnmhkgWQOILJCGWShupWh\\nNJFqlQFSuICIVhkklQ8pszg36wLIhx7pXCDsmiH5il9E18SvK/+GAPtmaM9sxw63BFPSEhg0EFbY\\n68cQNztdqEg/0iX+SCRwmXkjkTGyVi70QjajiKFDdEBesLT9ne+5vGikc5mArIsWsXadZNzGByWJ\\nPBY444iWPWAZ9WMuXSfSvBgRSCUYoRA7iTIqpOdMNHFN29tPzGWaA+OCkq6dAMgZAC2A1SDUGEIM\\ntu4+NDb+Sz2Wf8Zo5e/R7HpoD97rDotu7BWwYm859OCgnjJPS9Mnoexa/YcXD2Fz5hCNCPcdQl+H\\nMdChUSLckbRjzoIQm1b4beV2Ut8e5gOBpC8i0seQ5CxMG6MMNVyEEI8wNF/pEIriBfaciK9NZyBM\\n2T/9XhBpj7tyQvsRrqHzvPVhMoZq6UDWHA0LXd9JOruKLBv6ZBL1OGvaYZOPZDKmTDIYRKNI9py6\\nu8Y5tGzXjKGJ5DN82/Vdgdtd+y9W0urARRg1+79hphAxRfyZjCFzEHv0fUToAYYk0fHifqTtURNQ\\noLibfFua3gvL/V0tGc7wRTY9+zww+Uk+QA0+xtx86OPeEOgjudV8KEohH7T7/HzINfiI3ZuDj7E6\\n1caq1m4+JKOQD9p9fj66NfiYcvMhKSNZB1OtzXzochEdtPf8bCj8bETOw8XGRDbkrqQp/GzMVo4D\\nY+t+R8a/f/1zjuColzw2fRx/TJEXBtTwgWWTAuZp686Qw0SHxKapBtsLqZ8tTGLRGIyhcHKr1uA2\\nNjpPZTCRhtrYqLHzvT+39RJRG7jVanAbU8MTt6o2HE4nceC3k9t6Sa0N3Oo1uO3yczuWFHWqtpnb\\nWgmyDcwaNZg1+JntKUNVum91LbonK49a2luJ2gxxm76FHISTqXVdUYwRxQzJszu8p30DwbQs6IXM\\nAjWJ7tUgusdNNACM6TaH8Jl55gjhD/YEwHU+I2my3h1P4seVfFdgrc7FExrzhLRhQX3DojJmPUul\\neo9W2Ia48w1uDmz1XasVZAeeSohpm8jncLa/q1pFBpzO8ycZTa8BgwObpNuqLb/7YbGWWr7RQImb\\nXnh0bP2xsUBW2epYUBuJBaXLWRWfOxa0RmJBlRp4lE8vXG8gFlSdcwf8oFgwGokFTeHcGOvHQtWi\\nkesSSZr0DKAZhZcWRUXjWB5K96PxuZ4T/adw6+wmfrSDeB25dJZ8imzXQ2HaSGULQAdtIH6EYXjM\\nFPJPVU1R8m4grW/Z4ozp+ztyTS9f3W5ldcveLKX1LVtNFR1WXF8p1bUteS+Z1rZsCXTKG66v1Ooa\\nl7zZTmtctkA54Q/XV1plhU9V7PVKisLTK73yviOrPNFWtgw4uTsY1RU+8UBQL0ef2h561Td2+V1e\\nBABcbwLIYNzVSFaNtK2eVFUgTUBPVXZG2BmY5yQmm1NHZ62XL8cuZazEe9NQqrr+XxyxcF+jfY4j\\nlkZuiNMLb+KIhfulh/dw/GbOU1pzttjMecqp2ueTnqdwH6m+h+M3c3hyqihr0eEJ1xuGsqJO1Onl\\nxu1S+r1P5r/cuOVZ5XOUg5cbt1bGwuXGrYFYuNy4tTIWLjdudKEd9n/0Ky3alKockxWx9+9ENjIj\\nFqXX42Js8l/XEGN7TsvGTAV40LcnIdI56To6eZTccicHiVnz5DI/IjyQY+8LH5GL9s9cOXYcekQs\\n2ndyxfQCsShqc8VYUX5ELHLsXDG1QKx3XEwpEAMRlblyRaYEBf7G7luPyRU4XOI6uXIFvlLkKtkf\\nnB7MV6hogbOAlKbRZ/RIdvcfAAAA//8DAFBLAwQUAAYACAAAACEAMUytaksyAAB1ngMAGAAAAHdv\\ncmQvZ2xvc3Nhcnkvc3R5bGVzLnhtbOx925IjN5Ll+5rtP6TV0+5Dt3C/tI1mDNeVbNRqTZd6+5mV\\nyVJxlJmsyYsu+/WLIJlZzAJID5CMUhIDa7MuFVnHwwM47vCDCML/5d9+u7m++GV+d79Y3n79Bv8Z\\nvbmY314urxa3P3395h8/xj+pNxf3D7Pbq9n18nb+9Zvf5/dv/u1f/+f/+Jdf/3L/8Pv1/P4iGbi9\\n/8vN5ddvPjw8fPzLV1/dX36Y38zu/7z8OL9NX75f3t3MHtJf73766mZ29/Pjxz9dLm8+zh4W7xbX\\ni4ffvyIIiTcbM3djrCzfv19czv3y8vFmfvuwwn91N79OFpe39x8WH++frP06xtqvy7urj3fLy/n9\\nfbrpm+u1vZvZ4vbZDGaZoZvF5d3yfvn+4c/pZjYerUwlOEar/7q5/mSA1xkgmQFxP68zwTcmvrr/\\n/Wb+25uLm8u/fPvT7fJu9u46WUq3dJG8ulgZfvOvaTavlpd+/n72eP1wP/z17oe7zV83f1v9EZe3\\nD/cXv/5ldn+5WPyYvEimbhbJ6jfm9n7xJn0zn90/mPvFbPvLsPls+P7D8A+LyMv7h62P7eJq8ear\\n4aL3/y99+cvs+us3hDx94gYnXnx2Pbv96emz+e2f/vF225mtj94lu1+/md396a0ZgF9t7m3959Yd\\nf/z8b6sLf5xdLlbXmb1/mCeuYoEGo9eLITQI109/+fvjMMizx4fl5iIrA+s/n81+lQ16onAi9Nt1\\nXKVv5++/W17+PL96+5C++PrN6lrpw398+8PdYnmXYufrN3p1zfTh2/nN4pvF1dX8dusf3n5YXM3/\\n+WF++4/7+dWnz/8jrvi/+eBy+Xib/ptKtiLC9f1V+O1y/nGIpvTt7WyYk+8HwPXwrx8Xny6+gv/X\\n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\\nzJZBti/pruLy6aWUtBxl4H1pZguMd8D3ZesteD7E+3L0FjAf4X2ZeQuYD/C+fLwF5BdDcv4czUeO\\nk3h+vzSzsI+OWxbkbgv7aJnP1VM6zgNj7KTttjB29nZbGDuNuy1UzedOM/UTu9tU9QzvNnXYVOdh\\nVjvVhwfqbgu1U51bOGiqMzOHT3Vu6uCpzk0dNtV5Yqyd6txC7VQfnpx3WzhoqjMzh091burgqc5N\\nHTbV+VJWO9W5hdqpzi3UTvWRC/JOM4dPdW7q4KnOTR021XlxVzvVuYXaqc4t1E51buGgqc7MHD7V\\nuamDpzo3ddhUZyq5eqpzC7VTnVuonercwkFTnZk5fKpzUwdPdW5q31SvdlFeTHXVDG/B64qwLWDd\\ngrwFrEvOW8AD1NIW+kC1tGXhQLWUz9XTnNeppe1J221h7OzttjB2GndbqJrPnWbqJ3a3qeoZ3m3q\\nsKmuU0ulqT48UHdbqJ3qOrW0c6rr1NLeqa5TS3unuk4t7Z7qOrVUmuo6tVSa6sOT824LB011nVra\\nO9V1amnvVNeppd1TXaeWSlNdp5ZKU12nlkpTfeSCvNPM4VNdp5b2TnWdWto91XVqqTTVdWqpNNV1\\naqk01XVqaedU16mlvVNdp5b2TnWdWto91XVqqTTVdWqpNNV1aqk01XVqaedU16mlvVNdp5b2TnWd\\nWvprgixOcATU25vZ3cPF6Y6L+2Z2/+FhVnE24Ve/vug/NRhedXhL//4heTUcQb71g6Cr9RGrG4Or\\nf/jt1XOfqAE8uHGx6ci1+Xjl7eaB6Oq/7+6Tat38G4SiRhJtxvrzjmOX91+/+XFxM7+/+H7+68Xf\\nlzez2/U//NQejBK5iaXtBmFPn251+lp5C9zf8x1tHgGT7J4+9aNaXfPdLA3l34bxz+74djjusPD5\\nMM9Pnz9dxn2Y3a2//cTAp3+zibGXsweMKaacsrgGbrqY/Tyff/w+ubT6bPjLd4vb+f164D5vcLbd\\n3ow9/+Vle7Nf/7JcH9f03S/XTxd+YtTmknv7x83+c0//uOHLnf3jXiA/9Y8bPrbP/ePerf7/cgjy\\nJ+8Yk8StFu8VZJUA0v2swn8TU1td5wqkWn92JKXoTkptHr6fhlK0EUqt4qxhSq3em4ApdZlmc3a5\\nOThvRxbenH/9/AvO1enXn5NtxyHZO4jydA/PS0mZN7v9fhhW2z0+r1bjvcvHesHeyeQNlSEPkz/v\\n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\\nAi0AFAAGAAgAAAAhAATXktQbBgAAjUEAABIAAAAAAAAAAAAAAAAASZsBAHdvcmQvbnVtYmVyaW5n\\nLnhtbFBLAQItABQABgAIAAAAIQAxTK1qSzIAAHWeAwAYAAAAAAAAAAAAAAAAAJShAQB3b3JkL2ds\\nb3NzYXJ5L3N0eWxlcy54bWxQSwECLQAUAAYACAAAACEAk3bWSRgBAABAAgAAHQAAAAAAAAAAAAAA\\nAAAV1AEAd29yZC9nbG9zc2FyeS93ZWJTZXR0aW5ncy54bWxQSwECLQAUAAYACAAAACEAk3bWSRgB\\nAABAAgAAFAAAAAAAAAAAAAAAAABo1QEAd29yZC93ZWJTZXR0aW5ncy54bWxQSwECLQAUAAYACAAA\\nACEABYpMGmsCAABwCgAAEgAAAAAAAAAAAAAAAACy1gEAd29yZC9mb250VGFibGUueG1sUEsBAi0A\\nFAAGAAgAAAAhAPmr70y/AgAAHQkAABsAAAAAAAAAAAAAAAAATdkBAHdvcmQvZ2xvc3NhcnkvbnVt\\nYmVyaW5nLnhtbFBLAQItABQABgAIAAAAIQBno8QljAAAAMAAAAATAAAAAAAAAAAAAAAAAEXcAQBj\\ndXN0b21YbWwvaXRlbTEueG1sUEsBAi0AFAAGAAgAAAAhAAWKTBprAgAAcAoAABsAAAAAAAAAAAAA\\nAAAAKt0BAHdvcmQvZ2xvc3NhcnkvZm9udFRhYmxlLnhtbFBLBQYAAAAAGgAaANUGAADO3wEAAAA=\\n\",\n      \"EVAttachmentIndex\": 1\n    }]\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=1&groupId=6","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"id\":6000084}"},{"id":"33227d7e-349b-423b-82a3-4b5b0cdf560b","name":"Create Item from original email message in RFC822 (.eml) format","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/plain"}],"body":{"mode":"raw","raw":"From: John Doe <example@example.com>\r\nMIME-Version: 1.0\r\nContent-Type: multipart/mixed;\r\n        boundary=\"XXXXboundary text\"\r\n\r\nThis is a multipart message in MIME format.\r\n\r\n--XXXXboundary text \r\nContent-Type: text/plain\r\n\r\nthis is the body text\r\n\r\n--XXXXboundary text \r\nContent-Type: text/plain;\r\nContent-Disposition: attachment;\r\n        filename=\"test.txt\"\r\n\r\nthis is the attachment text\r\n","options":{"raw":{"language":"text"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=123&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"123","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Oct 2021 10:49:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1000009\n}"}],"_postman_id":"f3483791-aabf-442b-b639-fa522813137b"},{"name":"Create Item (chat) (deprecated in CA 8.0)","id":"58edb3fd-181a-4332-b823-2f2bffc71edc","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x.ivchat+json","type":"text"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=&groupId=&voxType=2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items"],"host":["your-iv-server.example.com"],"query":[{"key":"userId","value":""},{"key":"groupId","value":""},{"description":{"content":"<p>Chat</p>\n","type":"text/plain"},"key":"voxType","value":"2"}],"variable":[]}},"response":[{"id":"da22820b-7f27-495f-992c-1a4aabdb2ca5","name":"Create Item (chat)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ticket\": {\r\n        \"ticket_id\": \"4f4847e6-c108-4c4a-8607-6cc5be1ef9ce\",\r\n        \"created\": 1553731200.000000\r\n    },\r\n    \"channel\": {\r\n        \"channel_id\": \"4c5b66f0-b0da-4533-b59f-c1a4f7c51561\",\r\n        \"source_id\": \"Bloomberg Messaging\"\r\n    },\r\n    \"users\": [\r\n        {\r\n            \"user_id\": \"albert.einstein@example.com\",\r\n            \"display_name\": \"Albert Einstein\"\r\n        },\r\n        {\r\n            \"user_id\": \"tom.hanks@example.com\",\r\n            \"display_name\": \"Tom Hanks\"\r\n        }\r\n    ],\r\n    \"events\": [\r\n        {\r\n            \"type\": \"user_joined\",\r\n            \"text\": \"Albert Einstein joined the channel\",\r\n            \"user_id\": \"albert.einstein@example.com\",\r\n            \"timestamp\": 1553685700.00\r\n        },\r\n        {\r\n            \"type\": \"user_joined\",\r\n            \"text\": \"Tom Hanks joined the channel\",\r\n            \"user_id\": \"tom.hanks@example.com\",\r\n            \"timestamp\": 1553685710.00\r\n        },\r\n        {\r\n            \"source_event_id\": \"0fd0facb-fcca-4a31-a678-e99544be8f23\",\r\n            \"type\": \"message\",\r\n            \"text\": \"Good morning!\",\r\n            \"user_id\": \"tom.hanks@example.com\",\r\n            \"timestamp\": 1553685720.00\r\n        },\r\n        {\r\n            \"source_event_id\": \"b566dda3-819f-43d8-89c2-f07c5eac0043\",\r\n            \"type\": \"message\",\r\n            \"text\": \"Hello\",\r\n            \"user_id\": \"albert.einstein@example.com\",\r\n            \"timestamp\": 1553685730.00\r\n        },\r\n        {\r\n            \"source_event_id\": \"0b6703d9-8c05-411b-a03c-716d053c786b\",\r\n            \"type\": \"disclaimer\",\r\n            \"text\": \"Messages cannot travel faster than the speed of light in a vacuum\",\r\n            \"user_id\": \"albert.einstein@example.com\",\r\n            \"timestamp\": 1553685740.00\r\n        },\r\n        {\r\n            \"type\": \"user_left\",\r\n            \"text\": \"Tom Hanks left the channel\",\r\n            \"user_id\": \"tom.hanks@example.com\",\r\n            \"timestamp\": 1553685750.00\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?userId=1234&groupId=1&voxType=2","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"userId","value":"1234"},{"key":"groupId","value":"1"},{"key":"voxType","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 04 Feb 2022 19:52:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1000002\n}"}],"_postman_id":"58edb3fd-181a-4332-b823-2f2bffc71edc"},{"name":"Add Speaker Label","id":"68392591-6756-4b15-b538-d6941e34f9fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":""},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/speaker?userId=&groupId=","description":"<p>This endpoint add a New Speaker to the Transcript belonging to a specific Item</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items",":itemId","speaker"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""}],"variable":[{"id":"be65d7eb-cbed-435a-b48b-61fcadced0b7","description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"","key":"itemId"}]}},"response":[{"id":"9ccec639-d559-4235-92e5-bdcd9d731d62","name":"Add Speaker Label","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\" : \"Charlotte\",\r\n  \"label\": \"CharlotteAP\",\r\n  \"id\": 1,\r\n  \"no\": 1,\r\n  \"channelNumber\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/1000003/speakerlabel?userId=123&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items","1000003","speakerlabel"],"query":[{"key":"userId","value":"123","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 04 Feb 2022 22:06:25 GMT"},{"key":"Content-Length","value":"0"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"70ca700d-5724-4b90-8ceb-a2408aa193bd","name":"Add Speaker Label","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\" : \"Charlotte\",\r\n  \"label\": \"CharlotteAP\",\r\n  \"channelNumber\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/1000003/speakerlabel?userId=123&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items","1000003","speakerlabel"],"query":[{"key":"userId","value":"123","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 04 Feb 2022 22:03:02 GMT"},{"key":"Content-Length","value":"0"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"68392591-6756-4b15-b538-d6941e34f9fd"},{"name":"Add Speaker","id":"643c4753-2528-4295-bff7-184c0ac229ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":""},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/speaker?userId=&groupId=","description":"<p>This endpoint add a New Speaker to the Transcript belonging to a specific Item</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items",":itemId","speaker"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""}],"variable":[{"id":"be65d7eb-cbed-435a-b48b-61fcadced0b7","description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"","key":"itemId"}]}},"response":[{"id":"b8f78604-f1e4-4bfe-bc52-def4ac758010","name":"add Speaker","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\" : \"newSpeakerName\",\n  \"label\": \"newSpeakerLabel\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/speaker?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items",":itemId","speaker"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"}],"variable":[{"key":"itemId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"643c4753-2528-4295-bff7-184c0ac229ec"},{"name":"Delete Item By Id","id":"2e07fecc-1836-430b-9e93-916b61f8aff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":""},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId?groupId=&userId=&deleteMediaFile=","description":"<p>This endpoint allow users to delete an item from the system specifying the Id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items",":itemId"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Optional. Defaulted to false</p>\n","type":"text/plain"},"key":"deleteMediaFile","value":""}],"variable":[{"id":"cba87dc8-3472-43cd-8b00-ce75754ebc32","description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"","key":"itemId"}]}},"response":[],"_postman_id":"2e07fecc-1836-430b-9e93-916b61f8aff6"},{"name":"Delete Items By Starting Date","id":"e75dc670-a5b4-4282-b847-21047d0117ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?groupId=&userId=&start-period=","description":"<p>Delete <em>all</em> items before the specified start-period</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Mandatory; ISO 8601 date</p>\n","type":"text/plain"},"key":"start-period","value":""}],"variable":[]}},"response":[{"id":"af18a96f-96c9-42e7-9218-6e0ab96d4131","name":"Delete all items before 17 April 2021","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?groupId=6&userId=52&start-period=2021-04-17","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"groupId","value":"6","description":"Mandatory"},{"key":"userId","value":"52","description":"Mandatory"},{"key":"start-period","value":"2021-04-17","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT"},{"key":"Date","value":"Thu, 06 May 2021 14:48:08 GMT"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"39ebea15-2a99-4ec9-81cc-777e949501ba","name":"Delete all items before 6 May 2021 at 13:05:12 UTC (note URL encoding)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?groupId=6&userId=32&start-period=2021-05-06T13%3A05%3A12%2B00%3A00","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"groupId","value":"6","description":"Mandatory"},{"key":"userId","value":"32","description":"Mandatory"},{"key":"start-period","value":"2021-05-06T13%3A05%3A12%2B00%3A00","description":"Mandatory; ISO 8601 date"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT"},{"key":"Date","value":"Thu, 06 May 2021 15:04:25 GMT"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"2914dde0-5f35-490f-854f-85e076b2d6d8","name":"ERROR: invalid group specified","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?groupId=132135&userId=32&start-period=2021-05-06T13%3A05%3A12%2B00%3A00","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"groupId","value":"132135","description":"Mandatory"},{"key":"userId","value":"32","description":"Mandatory"},{"key":"start-period","value":"2021-05-06T13%3A05%3A12%2B00%3A00","description":"Mandatory; ISO 8601 date"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT"},{"key":"exception","value":"PreparedStatementCallback; bad SQL grammar [SELECT m.id, e.LocalFilename FROM 132135_mail m  JOIN  132135_evitem e ON m.id = e.id WHERE timestamp <= ?]; nested exception is java.sql.SQLSyntaxErrorException: (conn=483122) Table 'obsilon.132135_mail' doesn't exist"},{"key":"Date","value":"Thu, 06 May 2021 15:21:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"PreparedStatementCallback; bad SQL grammar [SELECT m.id, e.LocalFilename FROM 132135_mail m  JOIN  132135_evitem e ON m.id = e.id WHERE timestamp <= ?]; nested exception is java.sql.SQLSyntaxErrorException: (conn=483122) Table 'obsilon.132135_mail' doesn't exist\"\n}"},{"id":"b94c0dbb-e811-4ce8-9a00-ad5c82d67c57","name":"ERROR: start period date is invalid","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/items?groupId=6&userId=3&start-period=","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","items"],"query":[{"key":"groupId","value":"6","description":"Mandatory"},{"key":"userId","value":"3","description":"Mandatory"},{"key":"start-period","value":"","description":"Mandatory; ISO 8601 date"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT"},{"key":"exception","value":"Invalid format: \"\""},{"key":"Date","value":"Thu, 06 May 2021 15:22:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"Invalid format: \\\"\\\"\"\n}"}],"_postman_id":"e75dc670-a5b4-4282-b847-21047d0117ac"}],"id":"843e0b5c-23f6-43de-8340-cce7450843ad","description":"<p>The endpoints described in this section offer functionalities related to Items.<br />Such operations include Delete, Retrieve, Add and Update.</p>\n<p>An Item is an entity that can be identified as a Recording or a Text File which, after being ingested in the system, it produces a Transcript together with other info listed below.</p>\n<table><tbody><tr><td><div>Field name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Unique identifier for the item<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />Timestamp<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date / Time for the call. This can either be populated with source metadata, otherwise the timestamp on the file will be used.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>mimeType</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Detected mimeType of the item (e.g. audio/wav, video/webm etc)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>allText</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Plain Text representation of speech transcribed from recording. This output is not separated by channel or speaker, and does not contain any markup.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>body</div><div><div><div><div></div></div></div><div></div></div></td><td><div>This is an HTML snippet representation of the formatted transcript, suitable for embedding in a web page or HTML email. This includes labels for speakers or channels in the markup.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>recordings</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Each item contains one more recordings, which represent sections within an item, mostly commonly unique channels within a single audio file. Each recording entry contains a unique id, channel number and lattice</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>recordings / channelNumber</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The channel id from the original recording file</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>recordings / id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>A unique id for the recording</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>recordings / wordLattice</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The raw output from the ASR engine. This includes transcribed words with their alternatives, and confidence scores for each, followed by timing data for each word cluster.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>SRTs</div><div><div><div><div></div></div></div><div></div></div></td><td><div>A structure representing the actual words of the final transcript. Each word is identified with a unique id, a timestamp and length, a confidence score, and an assigned speaker id and label.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>tags</div><div><div><div><div></div></div></div><div></div></div></td><td><div>A structure representing the topics automatically extracted from the transcript. Each topic has a unique ID, and one or more instances within the transcript, each one including an order number, a timestamp within the audio and word index indicating the position within the transcript.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><br />from<br />to<br />cc<br />bcc<br />peopleTo<br />peopleFrom<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Metadata populated when IV is used for processing email. These fields are optional when used for audio, or can be populated with e.g. telephone numbers</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>title</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Metadata field. The \"import\" methods will populate this with “filename (duration) foldername importID”</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>vox</div><div><div><div><div></div></div></div><div></div></div></td><td><div>voxType A category system used by Intelligent Voice. See \"Items\" in the Data Structures section of this document</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","event":[{"listen":"prerequest","script":{"id":"6fe983ae-65ca-4fed-8f09-bc448e16fd23","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6107415f-928f-4f95-b797-1540070a57ef","type":"text/javascript","exec":[""]}}],"_postman_id":"843e0b5c-23f6-43de-8340-cce7450843ad","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}}},{"name":"Recordings","item":[{"name":"Get Recordings","id":"b1d70b05-3b15-4af1-b9fb-4aaf4a4d2942","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"audio/wav, video/mp4"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/recordings/:recordingId?userId=&groupId=&voxType=&recordingType=&fileType","description":"<p>This endpoint returns an audio or video file if the Item was of the Type VIDEO (6) or AUDIO (1)</p>\n<p>Each channel of an original file is allocated a recording ID (unless the option to merge channels is chosen on ingestion).  This endpoint can separate out and return only one channel of a multi-channel file, converted to PCM .wav format</p>\n<p>The <code>voxType</code> parameter is not related to whether the Item is Type VIDEO (6) or AUDIO (1).</p>\n<p>If you specify <code>voxType</code>=6, the <code>recordingType</code> field is ignored, the original recording will be converted to mp4 format (H264 video and AAC audio) and all channels will be exported.</p>\n<p>If you do not specify <code>voxType</code>=6, and you specify <code>recordingType</code>=original then the original unmodified file for the item will be returned (but note that the <code>Content-Type</code> header in the response will be set to <code>audio/wav</code>).</p>\n<p>If you do not specify <code>voxType</code>=6 or <code>recordingType</code>=original the channel selected by <code>recordingId</code> will be converted and returned in .wav format.  If the item has redactions selected they will be applied to file.</p>\n<p>See also <strong>Get Item File<strong>, <strong>Get Recording for Item<strong></strong></strong></strong></strong></p>\n<h3>Replacement for V1 API endpoints:</h3> \n<ul><li>/vrxServlet/ws/VRXService/vrxServlet/getRecording/{client}/{userID}/{RecordingID}</li>\n<li>/vrxServlet/ws/VRXService/vrxServlet/getVideo/{client}/{UserID}/{RecordingID}\n</li><li>/vrxServlet/ws/VRXService/vrxServlet/getRecordingOriginal/{client}/{UserID}/{RecordingID}</li></ul>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","recordings",":recordingId"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""},{"description":{"content":"<p>Optional.  Can be set to 6 to convert the item to .mp4 </p>\n","type":"text/plain"},"key":"voxType","value":""},{"description":{"content":"<p>Optional.  Can be one of 'original', 'redacted'.</p>\n","type":"text/plain"},"key":"recordingType","value":""},{"description":{"content":"<p>WAV or MP3. This property won't be used if recordingType = original</p>\n","type":"text/plain"},"key":"fileType","value":null}],"variable":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"","key":"recordingId"}]}},"response":[{"id":"cee9bbdc-e497-4cbc-8319-3833c75f1957","name":"Audio, default","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"audio/wav, audio/mp3, video/mp4"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/recordings/:recordingId?userId=123&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","recordings",":recordingId"],"query":[{"key":"userId","value":"123","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}],"variable":[{"key":"recordingId","value":"1000005","type":"string","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"private","description":"","type":"text"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT","description":"","type":"text"},{"key":"Content-Disposition","value":"attachment; filename=\"convertedrecording10000052610559296363064362.wav\"","description":"","type":"text"},{"key":"Date","value":"Wed, 13 Oct 2021 12:37:35 GMT","description":"","type":"text"},{"key":"Content-Type","value":"audio/wav","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked","description":"","type":"text"},{"key":"Keep-Alive","value":"timeout=60","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"<audio file>"},{"id":"be1a0db0-17d8-498f-907a-9a4bac5da6a1","name":"Audio, original","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"audio/wav, audio/mp3, video/mp4"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/recordings/:recordingId?userId=123&groupId=1&recordingType=original","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","recordings",":recordingId"],"query":[{"key":"userId","value":"123","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"},{"key":"recordingType","value":"original","description":"Optional. Defaults to 'original'.  Can be one of 'original', 'redacted'."}],"variable":[{"key":"recordingId","value":"1000005","type":"string","description":"Mandatory"}]}},"code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"private","description":"","type":"text"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT","description":"","type":"text"},{"key":"Content-Disposition","value":"attachment; filename=\"convertedrecording10000052610559296363064362.wav\"","description":"","type":"text"},{"key":"Date","value":"Wed, 13 Oct 2021 12:37:35 GMT","description":"","type":"text"},{"key":"Content-Type","value":"audio/wav","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked","description":"","type":"text"},{"key":"Keep-Alive","value":"timeout=60","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"<audio file>"},{"id":"6d1933ba-89d9-4df9-a5ba-d24c79c4bef9","name":"Audio, redacted","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"audio/wav, audio/mp3, video/mp4"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/recordings/:recordingId?userId=123&groupId=1&recordingType=redacted","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","recordings",":recordingId"],"query":[{"key":"userId","value":"123","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"},{"key":"recordingType","value":"redacted","description":"Optional. Defaults to 'original'.  Can be one of 'original', 'redacted'."}],"variable":[{"key":"recordingId","value":"1000005","type":"string","description":"Mandatory"}]}},"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"private","description":"","type":"text"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT","description":"","type":"text"},{"key":"Content-Disposition","value":"attachment; filename=\"convertedrecording10000052610559296363064362.wav\"","description":"","type":"text"},{"key":"Date","value":"Wed, 13 Oct 2021 12:37:35 GMT","description":"","type":"text"},{"key":"Content-Type","value":"audio/wav","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked","description":"","type":"text"},{"key":"Keep-Alive","value":"timeout=60","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"<audio file>"},{"id":"830ddb00-4f6c-45b2-a32f-abbf75ecbcb7","name":"Video","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"video/mp4"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/recordings/:recordingId?userId=123&groupId=1&voxType=6","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","recordings",":recordingId"],"query":[{"key":"userId","value":"123","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"},{"key":"voxType","value":"6","description":"Optional.  Defaults to 1 (Voice) if not specified. "},{"key":"recordingType","value":"","description":"Optional. Defaults to 'original'.  Can be one of 'original', 'redacted'.","disabled":true}],"variable":[{"key":"recordingId","value":"1000004","type":"string","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Content-Disposition","value":"attachment; filename=\"convertedrecording10000044389722647249148460.mp4\""},{"key":"Date","value":"Wed, 13 Oct 2021 12:12:11 GMT"},{"key":"Content-Type","value":"video/mp4"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"<video file>"},{"id":"e1aefeed-e4bb-4e2a-9f02-939d8c9dcb44","name":"Error if voxType does not match item","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"audio/mp3"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/recordings/:recordingId?userId=123&groupId=1&voxType=1&fileType=MP3","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","recordings",":recordingId"],"query":[{"key":"userId","value":"123","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"},{"key":"voxType","value":"1","description":"Optional.  Defaults to 1 (Voice) if not specified. "},{"key":"recordingType","value":"original","description":"Optional. Defaults to 'original'.  Can be one of 'original', 'redacted'.","disabled":true},{"key":"fileType","value":"MP3","description":"Optional. Defaults to 'WAV'.  Can be one of 'WAV', 'MP3', 'MP4'."}],"variable":[{"key":"recordingId","value":"1000004","type":"string","description":"Mandatory"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Date","value":"Wed, 13 Oct 2021 16:10:16 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":null},{"id":"29f4fcdc-9270-498e-8f99-b140d70111b1","name":"Error if recordingId does not exist","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"audio/wav, audio/mp3, video/mp4"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/recordings/:recordingId?userId=123&groupId=1&voxType=&recordingType=&fileType=","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","recordings",":recordingId"],"query":[{"key":"userId","value":"123","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"},{"key":"voxType","value":"","description":"Optional.  Defaults to 1 (Voice) if not specified. "},{"key":"recordingType","value":"","description":"Optional.  Can be one of 'original', 'redacted'."},{"key":"fileType","value":"","description":"Optional. Defaults to 'WAV'.  Can be one of 'WAV', 'MP3', 'MP4'."}],"variable":[{"key":"recordingId","value":"1000008","type":"string","description":"Mandatory"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Date","value":"Thu, 14 Oct 2021 07:48:56 GMT"},{"key":"Content-Length","value":"0"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b1d70b05-3b15-4af1-b9fb-4aaf4a4d2942"},{"name":"Get Duration","id":"84d9d187-13cd-4a8f-9999-368940516b2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/recordings/duration?groupId=&userId=&year=&month=","description":"<p>This endpoint returns the total amount of processed hours for the specified groups in the specified period.</p>\n<p><b>Replacement for V1 API endpoint:</b> /vrxServlet/ws/VRXService/vrxServlet/getRecordingsDuration</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","recordings","duration"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Mandatory. Year, or 0 for all years</p>\n","type":"text/plain"},"key":"year","value":""},{"description":{"content":"<p>Mandatory. Number of the month from 1 to 12, or 0 for all months</p>\n","type":"text/plain"},"key":"month","value":""}],"variable":[]}},"response":[{"id":"0639a3d0-9ede-4935-9f05-44abedb0637d","name":"Get Duration for groupId 1 and 2","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/recordings/duration?groupId=1&groupId=2&userId=1&year=0&month=0","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","recordings","duration"],"query":[{"key":"groupId","value":"1"},{"key":"groupId","value":"2"},{"key":"userId","value":"1"},{"key":"year","value":"0"},{"key":"month","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Jul 2018 21:04:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"totalDuration\":\"00:04:18\",\"durationGroup\":[{\"group\":\"1\",\"durationList\":[{\"year\":\"2018\",\"month\":\"7\",\"recordingsDuration\":\"00:04:18\"}],\"totalDuration\":\"00:04:18\"},{\"group\":\"2\",\"durationList\":[],\"totalDuration\":\"00:00:00\"}]}"}],"_postman_id":"84d9d187-13cd-4a8f-9999-368940516b2c"}],"id":"58e6891c-df98-4192-8e0d-9f1e0e7f016d","description":"<p>Every audio or video item includes one or more recordings, which are usually synonymous with <i>channels</i> or tracks in the original files.</p>\n","event":[{"listen":"prerequest","script":{"id":"5558c4da-2128-4faf-a338-acccb6987deb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7b5512ad-d3ef-44d5-b012-ec46f5856f51","type":"text/javascript","exec":[""]}}],"_postman_id":"58e6891c-df98-4192-8e0d-9f1e0e7f016d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}}},{"name":"Imports","item":[{"name":"Get Import Item List","id":"9c72a16a-75ca-4dc7-96e3-7abe4f5beb9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports/:importId/items?userId=&groupId=","description":"<p>This endpoint returns the list of all the items belonging to a specific importId</p>\n<p><b>Replacement for V1 API endpoint:</b> /vrxServlet/ws/VRXService/vrxServlet/getImportItemList/{id}</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","imports",":importId","items"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""}],"variable":[{"id":"1941947f-4f0d-40e2-8136-e03e41a2d4f5","description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"","key":"importId"}]}},"response":[{"id":"f554ae7a-0076-47b6-8540-bcd46c4e9cf3","name":"Get Import Item List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports/:importId/items?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports",":importId","items"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"}],"variable":[{"key":"importId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 16 Jul 2018 15:53:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"noOfImportItems\":1,\"importItem\":[{\"id\":1,\"client\":\"1\",\"metadata_id\":1,\"item_id\":1000000,\"file\":\"/mnt/wav/LOCAL_FEED_JULY_8kHz.wav\",\"linenumber\":0,\"processing_start\":1531529038000,\"processing_end\":1531743645000,\"error_code\":0}]}"}],"_postman_id":"9c72a16a-75ca-4dc7-96e3-7abe4f5beb9a"},{"name":"Get Import Details","event":[{"listen":"prerequest","script":{"id":"60fe08c6-0e09-4c1d-9f9d-e057b6518be3","exec":[""],"type":"text/javascript"}}],"id":"cd3debf4-5436-4bac-86ed-73b1f1616a0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports/:importId?userId=&groupId=","description":"<p>This method returns the details of the specified import.\n<b>Replacement for V1 API endpoint:</b> /vrxServlet/ws/VRXService/vrxServlet/getImportDetails/{jobID}</p>\n<p>The error codes are not available from an endpoint yet.  This is what they mean:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>NO_ERROR(0, \"No error\"),\nDIR_NOT_FOUND(1, \"Directory not found\"),\nNO_FILES_FOUND(2, \"No Files Found\"),\nNO_FILE_FOUND_FOR_METADATA_ENTRY(3, \"No file found for metadata entry\"),\nUNKNOWN_METADATA_CSV_FORMAT(4, \"CSV row does not match any known format\"),\nFILE_NOT_FOUND(5, \"CSV File not found\"),\nMETADATA_UNUSABLE_LINE(6, \"Blank or unusable line in metadata\"),\nMETADATA_HEADER_LINE(7, \"Header line in metadata\"),\nCANNOT_READ_FILE(8, \"Cannot Read the file\"),\nIMPORT_FAILED(9, \"Import Failed\"),\nCOULD_NOT_CONVERT_FORMAT(10, \"Could not convert Format\"),\nVAD_PROCESSING_FAILED(11,\"VAD processing failed\"),\nASR_PROCESSING_FAILED(12,\"ASR processing failed\"),\nDIAR_PROCESSING_FAILED(13,\"DIAR processing failed\"),\nTAGGER_PROCESSING_FAILED(14,\"TAGGER processing failed\"),\nCRACKER_PROCESSING_FAILED(15,\"CRACKER processing failed\"),\nERROR_CREATING_ITEM(16, \"Error creating item\"),\nEMAIL_PARSING_FAILED(17, \"Error parsing email\");\n</code></pre>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","imports",":importId"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""}],"variable":[{"id":"a947bdd1-5228-484f-9dab-099dc9bb1239","description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"","key":"importId"}]}},"response":[{"id":"3f37c94c-a1be-40d6-9c5c-c36d8aa63ec0","name":"Get Import Details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports/:importId?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports",":importId"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"}],"variable":[{"key":"importId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 17 Jul 2018 11:26:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"client\": \"1\",\n    \"user_id\": 0,\n    \"import_path\": \"/mnt/wav\",\n    \"import_start\": 1531826298000,\n    \"finished\": 1531826357000,\n    \"importDuration\": 129000,\n    \"import_count\": 1,\n    \"total_items\": 1,\n    \"error_code\": 0,\n    \"importMetadataList\": [\n        {\n            \"id\": 1,\n            \"import_id\": 1,\n            \"file\": \"/mnt/wav\",\n            \"filetype\": 4,\n            \"processing_start\": 1531826298000,\n            \"items_count\": 1,\n            \"error_code\": 0,\n            \"importItems\": [\n                {\n                    \"item_id\": 1000000,\n                    \"error_code\": 0\n                }\n            ]\n        }\n    ],\n    \"modelId\": 1,\n    \"diarizationEnabled\": false,\n    \"treatAllFilesAsSingleChannel\": false\n}"},{"id":"5c86fa52-8df5-4ad4-b98f-7d31b2a8c169","name":"failed import (audio file removed before processing finished)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports/:importId?userId=1&groupId=4","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports",":importId"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"4","description":"Mandatory"}],"variable":[{"key":"importId","value":"2438450","type":"string","description":"Mandatory"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": 2438450,\r\n    \"client\": \"4\",\r\n    \"user_id\": 14,\r\n    \"import_path\": \"/mnt/share/e65be745-2a5f-4936-bf1c-17313750b8e9.wav\",\r\n    \"import_start\": \"2021-07-17T13:33:51.000Z\",\r\n    \"finished\": \"2021-07-18T07:06:35.000Z\",\r\n    \"importDuration\": 3659000,\r\n    \"import_count\": 0,\r\n    \"total_items\": 1,\r\n    \"error_code\": 0,\r\n    \"importMetadataList\": [\r\n        {\r\n            \"id\": 2436877,\r\n            \"import_id\": 2438450,\r\n            \"filetype\": 5,\r\n            \"items_count\": 1,\r\n            \"error_code\": 0,\r\n            \"importItems\": [\r\n                {\r\n                    \"item_id\": 6436337,\r\n                    \"linenumber\": 0,\r\n                    \"error_code\": 12,\r\n                    \"error_message\": \"ASR error processing the recording 4910802: 410\",\r\n                    \"asrFinished\": \"2021-07-18T07:06:33.000Z\",\r\n                    \"vadFinished\": \"2021-07-17T14:31:42.000Z\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"diarizationEnabled\": false,\r\n    \"treatAllFilesAsSingleChannel\": false,\r\n    \"retryCount\": 0,\r\n    \"failedItemsCount\": 1,\r\n    \"processingModels\": [\r\n        8,\r\n        9,\r\n        12\r\n    ]\r\n}"}],"_postman_id":"cd3debf4-5436-4bac-86ed-73b1f1616a0f"},{"name":"Get Import Item Details","id":"85dd6022-c8f2-42c0-917b-3988e6e65e82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports/item/:itemId?userId=&groupId=","description":"<p>This endpoint returns the details for the import of a specific item.  You can poll this endpoint to check if an item has finished processing - the processing_end field is set when the item has finished.  If the item fails, the error_code field will be set to &gt; 0</p>\n<p><b>Replacement for V1 API endpoint:</b> /vrxServlet/ws/VRXService/vrxServlet/getImportItemDetails/{DocID}</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","imports","item",":itemId"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""}],"variable":[{"id":"b56f76d0-4c9d-467b-b829-b620144cd9ae","description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"","key":"itemId"}]}},"response":[{"id":"10a15109-ea4c-4973-8d69-add6d29dd11e","name":"Get Import Item Details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports/item/:itemId?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports","item",":itemId"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"}],"variable":[{"key":"itemId","value":"1000000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 17 Jul 2018 11:44:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"id\":1,\"metadata_id\":1,\"item_id\":1000000,\"file\":\"/mnt/wav/LOCAL_FEED_JULY_8kHz.wav\",\"linenumber\":0,\"processing_start\":1531826298000,\"error_code\":0,\"importMetadataList\":[{\"id\":1,\"import_id\":1,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531826298000,\"items_count\":1,\"error_code\":0}]}"},{"id":"ad244a04-413c-4929-870d-6cf416a125e5","name":"failed import (audio file removed before processing finished)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports/item/:itemId?userId=1&groupId=4","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports","item",":itemId"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"4","description":"Mandatory"}],"variable":[{"key":"itemId","value":"6436337","type":"string","description":"Mandatory"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": 2449284,\r\n    \"metadata_id\": 2436877,\r\n    \"item_id\": 6436337,\r\n    \"file\": \"/mnt/share/e65be745-2a5f-4936-bf1c-17313750b8e9.wav\",\r\n    \"linenumber\": 0,\r\n    \"processing_start\": \"2021-07-17T13:33:51.000Z\",\r\n    \"processing_end\": \"2021-07-18T07:06:33.000Z\",\r\n    \"error_code\": 12,\r\n    \"error_message\": \"ASR error processing the recording 4910802: 410\",\r\n    \"importMetadata\": {\r\n        \"id\": 2436877,\r\n        \"import_id\": 2438450,\r\n        \"filetype\": 5,\r\n        \"items_count\": 1,\r\n        \"error_code\": 0\r\n    },\r\n    \"processingModels\": [\r\n        8,\r\n        9,\r\n        12\r\n    ]\r\n}"},{"id":"dae8c1d8-9560-41b0-9ec4-8fbd4dde9803","name":"in-progress import","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports/item/:itemId?userId=1&groupId=4","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports","item",":itemId"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"4","description":"Mandatory"}],"variable":[{"key":"itemId","value":"6439395","type":"string","description":"Mandatory"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2452342,\n    \"metadata_id\": 2439935,\n    \"item_id\": 6439395,\n    \"file\": \"/mnt/share/a3e4cc44-e6e6-4905-84d0-483de0fcfc3c.wav\",\n    \"linenumber\": 0,\n    \"processing_start\": \"2021-07-20T09:34:24.000Z\",\n    \"error_code\": 0,\n    \"importMetadata\": {\n        \"id\": 2439935,\n        \"import_id\": 2441509,\n        \"filetype\": 5,\n        \"items_count\": 1,\n        \"error_code\": 0\n    },\n    \"processingModels\": [\n        8,\n        9,\n        12\n    ]\n}"}],"_postman_id":"85dd6022-c8f2-42c0-917b-3988e6e65e82"},{"name":"Get Import List","id":"1a3da5af-a523-4972-b706-b09e13b6d7af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"key":"Accept","value":"application/json"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports?userId=&groupId=&offset&limit&sort&importPath&importStatus&startDate&endDate","description":"<p>This endpoint returns the list of all the imports in the system</p>\n<p><b>Replacement for V1 API endpoint:</b> /vrxServlet/ws/VRXService/vrxServlet/getImportList/{clientId}</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","imports"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Optional.  Restrict to specified group.</p>\n","type":"text/plain"},"key":"groupId","value":""},{"description":{"content":"<p>int.  Start results from specified count.  Used with limit to implement paging</p>\n","type":"text/plain"},"key":"offset","value":null},{"description":{"content":"<p>int.  Count of results to return</p>\n","type":"text/plain"},"key":"limit","value":null},{"description":{"content":"<p>Default value \"asc\"</p>\n","type":"text/plain"},"key":"sort","value":null},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"importPath","value":null},{"description":{"content":"<p>Optional. Default 0 = All. 1 = Running, 2 = Completed, 3 = Completed with Errors</p>\n","type":"text/plain"},"key":"importStatus","value":null},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"startDate","value":null},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"endDate","value":null}],"variable":[]}},"response":[{"id":"68652215-986e-46fc-9ceb-dcaab4e71f6f","name":"Get Import List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports?groupId=1&userId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports"],"query":[{"key":"groupId","value":"1"},{"key":"userId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 16 Jul 2018 15:53:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"noOfImports\":49,\"import\":[{\"id\":1,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531529036000,\"finished\":1531743645000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":1,\"import_id\":1,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531529038000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000000,\"error_code\":0}]}],\"modelId\":1},{\"id\":2,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531529580000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":2,\"import_id\":2,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531529580000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000001,\"error_code\":0}]}],\"modelId\":1},{\"id\":3,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531529944000,\"finished\":1531733214000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":3,\"import_id\":3,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531529945000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000002,\"error_code\":0}]}],\"modelId\":1},{\"id\":4,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531531064000,\"finished\":1531734119000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":4,\"import_id\":4,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531531064000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000003,\"error_code\":0}]}],\"modelId\":1},{\"id\":5,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531531139000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":5,\"import_id\":5,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531531140000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000004,\"error_code\":0}]}],\"modelId\":1},{\"id\":6,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531531229000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":6,\"import_id\":6,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531531230000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000005,\"error_code\":0}]}],\"modelId\":1},{\"id\":7,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531531318000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":7,\"import_id\":7,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531531319000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000006,\"error_code\":0}]}],\"modelId\":1},{\"id\":8,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531531528000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":8,\"import_id\":8,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531531529000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000007,\"error_code\":0}]}],\"modelId\":1},{\"id\":9,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531531934000,\"finished\":1531531960000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":9,\"import_id\":9,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531531935000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000008,\"error_code\":0}]}],\"modelId\":1},{\"id\":10,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531539764000,\"finished\":1531539812000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":10,\"import_id\":10,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531539765000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000009,\"error_code\":0}]}],\"modelId\":1},{\"id\":11,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531539860000,\"finished\":1531539974000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":11,\"import_id\":11,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531539861000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000010,\"error_code\":0}]}],\"modelId\":1},{\"id\":12,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531540192000,\"finished\":1531540510000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":12,\"import_id\":12,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531540193000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000011,\"error_code\":0}]}],\"modelId\":1},{\"id\":13,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531540552000,\"finished\":1531540603000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":13,\"import_id\":13,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531540552000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000012,\"error_code\":0}]}],\"modelId\":1},{\"id\":14,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531540651000,\"finished\":1531540837000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":14,\"import_id\":14,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531540651000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000013,\"error_code\":0}]}],\"modelId\":1},{\"id\":15,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531541083000,\"finished\":1531541137000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":15,\"import_id\":15,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531541084000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000014,\"error_code\":0}]}],\"modelId\":1},{\"id\":16,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531541586000,\"finished\":1531541641000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":16,\"import_id\":16,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531541586000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000015,\"error_code\":0}]}],\"modelId\":1},{\"id\":17,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531541673000,\"finished\":1531541759000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":17,\"import_id\":17,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531541674000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000016,\"error_code\":0}]}],\"modelId\":1},{\"id\":18,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531541958000,\"finished\":1531541996000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":18,\"import_id\":18,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531541959000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000017,\"error_code\":0}]}],\"modelId\":1},{\"id\":19,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531542058000,\"finished\":1531542167000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":19,\"import_id\":19,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531542058000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000018,\"error_code\":0}]}],\"modelId\":1},{\"id\":20,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531548952000,\"finished\":1531549017000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":20,\"import_id\":20,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531548953000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000019,\"error_code\":0}]}],\"modelId\":1},{\"id\":21,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531549342000,\"finished\":1531549378000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":21,\"import_id\":21,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531549343000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000020,\"error_code\":0}]}],\"modelId\":1},{\"id\":22,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531549426000,\"finished\":1531549575000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":22,\"import_id\":22,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531549427000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000021,\"error_code\":0}]}],\"modelId\":1},{\"id\":23,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531549770000,\"finished\":1531549921000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":23,\"import_id\":23,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531549771000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000022,\"error_code\":0}]}],\"modelId\":1},{\"id\":24,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531549980000,\"finished\":1531550865000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":24,\"import_id\":24,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531549981000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000023,\"error_code\":0}]}],\"modelId\":1},{\"id\":25,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531551007000,\"finished\":1531551274000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":25,\"import_id\":25,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531551008000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000024,\"error_code\":0}]}],\"modelId\":1},{\"id\":26,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531551404000,\"finished\":1531551746000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":26,\"import_id\":26,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531551405000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000025,\"error_code\":0}]}],\"modelId\":1},{\"id\":27,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531552019000,\"finished\":1531552240000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":27,\"import_id\":27,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531552020000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000026,\"error_code\":0}]}],\"modelId\":1},{\"id\":28,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531570300000,\"finished\":1531570405000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":28,\"import_id\":28,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531570301000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000027,\"error_code\":0}]}],\"modelId\":1},{\"id\":29,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531570665000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":29,\"import_id\":29,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531570666000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000028,\"error_code\":0}]}],\"modelId\":1},{\"id\":30,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531571051000,\"finished\":1531571116000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":30,\"import_id\":30,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531571052000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000029,\"error_code\":0}]}],\"modelId\":1},{\"id\":31,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531571417000,\"finished\":1531571458000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":31,\"import_id\":31,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531571417000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000030,\"error_code\":0}]}],\"modelId\":1},{\"id\":32,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531571814000,\"finished\":1531571896000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":32,\"import_id\":32,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531571814000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000031,\"error_code\":0}]}],\"modelId\":1},{\"id\":33,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531572051000,\"finished\":1531572094000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":33,\"import_id\":33,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531572052000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000032,\"error_code\":0}]}],\"modelId\":1},{\"id\":34,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531572271000,\"finished\":1531572323000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":34,\"import_id\":34,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531572272000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000033,\"error_code\":0}]}],\"modelId\":1},{\"id\":35,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531572328000,\"finished\":1531572448000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":35,\"import_id\":35,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531572329000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000034,\"error_code\":0}]}],\"modelId\":1},{\"id\":36,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531572550000,\"finished\":1531572636000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":36,\"import_id\":36,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531572551000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000035,\"error_code\":0}]}],\"modelId\":1},{\"id\":37,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531574218000,\"finished\":1531574277000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":37,\"import_id\":37,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531574218000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000036,\"error_code\":0}]}],\"modelId\":1},{\"id\":38,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531574314000,\"finished\":1531574501000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":38,\"import_id\":38,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531574315000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000037,\"error_code\":0}]}],\"modelId\":1},{\"id\":39,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531574951000,\"finished\":1531574992000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":39,\"import_id\":39,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531574952000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000038,\"error_code\":0}]}],\"modelId\":1},{\"id\":40,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531575495000,\"finished\":1531575533000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":40,\"import_id\":40,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531575496000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000039,\"error_code\":0}]}],\"modelId\":1},{\"id\":41,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531575917000,\"finished\":1531576075000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":41,\"import_id\":41,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531575918000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000040,\"error_code\":0}]}],\"modelId\":1},{\"id\":42,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531576043000,\"finished\":1531576134000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":42,\"import_id\":42,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531576077000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000041,\"error_code\":0}]}],\"modelId\":1},{\"id\":43,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531576339000,\"finished\":1531576375000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":43,\"import_id\":43,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531576340000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000042,\"error_code\":0}]}],\"modelId\":1},{\"id\":44,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531576895000,\"finished\":1531576920000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":44,\"import_id\":44,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531576896000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000043,\"error_code\":0}]}],\"modelId\":1},{\"id\":45,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531576979000,\"finished\":1531577002000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":45,\"import_id\":45,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531576979000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000044,\"error_code\":0}]}],\"modelId\":1},{\"id\":46,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531577072000,\"finished\":1531577095000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":46,\"import_id\":46,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531577072000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000045,\"error_code\":0}]}],\"modelId\":1},{\"id\":47,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531577522000,\"finished\":1531577645000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":47,\"import_id\":47,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531577523000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000046,\"error_code\":0}]}],\"modelId\":1},{\"id\":48,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/wav\",\"import_start\":1531577724000,\"finished\":1531577748000,\"importDuration\":129000,\"import_count\":1,\"total_items\":1,\"error_code\":0,\"importMetadataList\":[{\"id\":48,\"import_id\":48,\"file\":\"/mnt/wav\",\"filetype\":4,\"processing_start\":1531577724000,\"items_count\":1,\"error_code\":0,\"importItems\":[{\"item_id\":1000047,\"error_code\":0}]}],\"modelId\":1},{\"id\":49,\"client\":\"1\",\"user_id\":0,\"import_path\":\"/mnt/Servient\",\"import_start\":1531578248000,\"finished\":1531578330000,\"importDuration\":241000,\"import_count\":10,\"total_items\":10,\"error_code\":0,\"importMetadataList\":[{\"id\":49,\"import_id\":49,\"file\":\"/mnt/Servient/import.csv\",\"filetype\":2,\"processing_start\":1531578251000,\"items_count\":10,\"error_code\":0,\"importItems\":[{\"item_id\":1000048,\"error_code\":0},{\"item_id\":1000049,\"error_code\":0},{\"item_id\":1000050,\"error_code\":0},{\"item_id\":1000051,\"error_code\":0},{\"item_id\":1000052,\"error_code\":0},{\"item_id\":1000053,\"error_code\":0},{\"item_id\":1000054,\"error_code\":0},{\"item_id\":1000055,\"error_code\":0},{\"item_id\":1000056,\"error_code\":0},{\"item_id\":1000057,\"error_code\":0}]}],\"modelId\":1}]}"},{"id":"a3be921b-0fe3-44e4-ad49-ce558c824e3b","name":"no results","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml","disabled":true},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports?userId=1&groupId=1&importStatus=3","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"1","description":"Optional.  Restrict to specified group."},{"key":"offset","value":null,"description":"int.  Start results from specified count.  Used with limit to implement paging","disabled":true},{"key":"limit","value":null,"description":"int.  Count of results to return","disabled":true},{"key":"sort","value":null,"description":"Default value \"asc\"","disabled":true},{"key":"importPath","value":null,"description":"Optional.","disabled":true},{"key":"importStatus","value":"3","description":"Optional. Default 0 = All. 1 = Running, 2 = Completed, 3 = Completed with Errors"},{"key":"startDate","value":null,"description":"Optional","disabled":true},{"key":"endDate","value":null,"description":"Optional","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Date","value":"Mon, 03 Feb 2025 10:39:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"import\": [],\n    \"nextAvailable\": false,\n    \"noOfImports\": 0\n}"},{"id":"368041d8-9ec1-4cb6-9d50-f8a34fa8a121","name":"imports with errors","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml","disabled":true},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports?userId=1&groupId=1&importStatus=3","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"1","description":"Optional.  Restrict to specified group."},{"key":"offset","value":null,"description":"int.  Start results from specified count.  Used with limit to implement paging","disabled":true},{"key":"limit","value":null,"description":"int.  Count of results to return","disabled":true},{"key":"sort","value":null,"description":"Default value \"asc\"","disabled":true},{"key":"importPath","value":null,"description":"Optional.","disabled":true},{"key":"startDate","value":null,"description":"Optional","disabled":true},{"key":"endDate","value":null,"description":"Optional","disabled":true},{"key":"importStatus","value":"3","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Date","value":"Mon, 03 Feb 2025 11:13:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"import\": [\n        {\n            \"client\": \"1\",\n            \"error_code\": 18,\n            \"error_message\": \"Item Errors\",\n            \"failedItemsCount\": 1,\n            \"finished\": \"2025-02-03T11:12:13.000Z\",\n            \"id\": 3,\n            \"importDuration\": 0,\n            \"importMetadataList\": [\n                {\n                    \"error_code\": 0,\n                    \"filetype\": 4,\n                    \"id\": 2,\n                    \"importItems\": [\n                        {\n                            \"error_code\": 9,\n                            \"error_message\": \"Error handling file /var/jumpto/downloadedFiles/2025-02-03_11.12.10.634/zero-size-file.wav as it has 0 size\",\n                            \"item_id\": 0,\n                            \"linenumber\": 0\n                        }\n                    ],\n                    \"import_id\": 3,\n                    \"items_count\": 0\n                }\n            ],\n            \"import_count\": 0,\n            \"import_path\": \"https://iv-models-release.s3.us-east-1.amazonaws.com/samples/errors/zero-size-file.wav\",\n            \"import_start\": \"2025-02-03T11:12:10.000Z\",\n            \"processingOptions\": {\n                \"asrOptions\": {\n                    \"autoSegment\": \"ON\",\n                    \"autoSegmentMerge\": \"ON\",\n                    \"batchSize\": 1,\n                    \"beamSearchBeamSize\": 128,\n                    \"beamSize\": 15,\n                    \"bertPunctuator\": \"OFF\",\n                    \"cpuNumThreads\": 1,\n                    \"filterWithVad\": \"ON\",\n                    \"fp16\": \"ON\",\n                    \"frameShift\": 2,\n                    \"fusion\": 0,\n                    \"fusionLang\": 0,\n                    \"gpuProcesses\": 3,\n                    \"inverseTextNormalization\": \"ON\",\n                    \"languageDetection\": \"COUNT\",\n                    \"latticeBeam\": 4,\n                    \"latticeMerge\": \"TOP2\",\n                    \"maxActive\": 7000,\n                    \"minLangWords\": 5,\n                    \"minSegment\": 1000,\n                    \"numCandidates\": 10,\n                    \"onlinebin\": \"ON\",\n                    \"phoneticDecoding\": \"OFF\",\n                    \"phoneticLattice\": \"OFF\",\n                    \"rescoring\": \"ON\",\n                    \"retainData\": false,\n                    \"secondPass\": \"ON\",\n                    \"showInfo\": \"OFF\",\n                    \"suppressTokens\": \"OFF\",\n                    \"temperature\": \"ON\",\n                    \"tritonPunctuatorModelId\": 15,\n                    \"vadIntrinsic\": \"OFF\",\n                    \"wordResegment\": \"ON\"\n                },\n                \"crackerOptions\": {\n                    \"retainData\": false\n                },\n                \"credibilityOptions\": {\n                    \"credibilityEnabled\": false\n                },\n                \"diarizationOptions\": {\n                    \"biometricsEnabled\": false,\n                    \"diarizationEnabled\": false,\n                    \"retainData\": false\n                },\n                \"dynamicNormalizationEnabled\": false,\n                \"models\": [\n                    {\n                        \"id\": 6,\n                        \"modelFullName\": \"IntelligentVoice_en-001_16kHz_24_general_V1_NASRv5.1\"\n                    }\n                ],\n                \"ocrOptions\": {\n                    \"ocrEnabled\": false,\n                    \"retainData\": false\n                },\n                \"summarisationOptions\": {\n                    \"retainData\": false,\n                    \"summarisationEnabled\": false\n                },\n                \"taggerOptions\": {\n                    \"retainData\": false,\n                    \"taggerEnabled\": true\n                },\n                \"treatAsSingleChannel\": true,\n                \"vadOptions\": {\n                    \"retainData\": false\n                }\n            },\n            \"retryCount\": 0,\n            \"total_items\": 1,\n            \"user_id\": 1\n        }\n    ],\n    \"nextAvailable\": false,\n    \"noOfImports\": 1\n}"}],"_postman_id":"1a3da5af-a523-4972-b706-b09e13b6d7af"},{"name":"Get Item Processing Options","id":"fadc5a1b-ff8d-436e-b75c-4b9cca098e93","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports/item/:itemId/options?userId=1&groupId=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","imports","item",":itemId","options"],"host":["your-iv-server.example.com"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"}],"variable":[{"type":"any","value":null,"key":"itemId"}]}},"response":[{"id":"c5ce2308-fe51-4195-9de4-a76cf68da6c8","name":"Get Item Processing Options","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports/item/:itemId/options?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports","item",":itemId","options"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"}],"variable":[{"key":"itemId","value":"1000000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Date","value":"Sun, 13 Feb 2022 21:56:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"asrOptions\": {\n        \"frameShift\": 2,\n        \"maxActive\": 7000,\n        \"beamSize\": 15,\n        \"beamSearchBeamSize\": 128,\n        \"latticeBeam\": 4,\n        \"rescoring\": \"ON\",\n        \"onlinebin\": \"ON\",\n        \"phoneticDecoding\": \"OFF\",\n        \"phoneticLattice\": \"OFF\",\n        \"cpuNumThreads\": 1,\n        \"fusion\": 0.83,\n        \"fusionLang\": 0.85,\n        \"minSegment\": 12,\n        \"minLangWords\": 5,\n        \"languageDetection\": \"COUNT\",\n        \"secondPass\": \"ON\",\n        \"bertPunctuator\": \"ON\",\n        \"inverseTextNormalization\": \"ON\",\n        \"punctuatorModelVersion\": 3,\n        \"timestampGap\": 1.5,\n        \"maximumWords\": 60,\n        \"punctuatorInferenceMaxBatchSize\": 100,\n        \"punctuatorPreTokenisedLength\": 120,\n        \"punctuatorInferenceInputDimension\": 150\n    },\n    \"models\": [\n        {\n            \"id\": 3,\n            \"modelFullName\": \"IntelligentVoice_en-001_16kHz_200000_general_V1_NASRv2\"\n        }\n    ],\n    \"diarizationOptions\": {\n        \"diarizationEnabled\": false\n    },\n    \"dynamicNormalizationEnabled\": true\n}"}],"_postman_id":"fadc5a1b-ff8d-436e-b75c-4b9cca098e93"},{"name":"Get Import Item","id":"54198a9a-3915-4f51-b1ff-23a7fb9af081","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports/item/:itemId?userId=&groupId=","description":"<p>Get the import details for an Item. This provides the processing options but not a transcript. To get the transcript, use the Get Item Details method for the Item</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","imports","item",":itemId"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Integer. Required. </p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Integer. Required.</p>\n","type":"text/plain"},"key":"groupId","value":""}],"variable":[{"description":{"content":"<p>Integer. Required.</p>\n","type":"text/plain"},"type":"any","value":"","key":"itemId"}]}},"response":[{"id":"0ff6ded7-0e95-4063-bf69-e204b5c60198","name":"Get Item","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports/item/:itemId?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports","item",":itemId"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"}],"variable":[{"key":"itemId","value":"1000000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Date","value":"Sun, 13 Feb 2022 22:20:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"metadata_id\": 1,\n    \"item_id\": 1000000,\n    \"file\": \"/var/jumpto/downloadedFiles/2022-02-04_09.28.20.139/Intelligent-Voice-Test-File.mp3\",\n    \"linenumber\": 0,\n    \"processing_start\": \"2022-02-04T09:29:11.000Z\",\n    \"processing_end\": \"2022-02-04T11:57:14.000Z\",\n    \"error_code\": 0,\n    \"importMetadata\": {\n        \"id\": 1,\n        \"import_id\": 1,\n        \"filetype\": 4,\n        \"items_count\": 1,\n        \"error_code\": 0\n    },\n    \"processingOptions\": {\n        \"asrOptions\": {\n            \"frameShift\": 2,\n            \"maxActive\": 7000,\n            \"beamSize\": 15,\n            \"beamSearchBeamSize\": 128,\n            \"latticeBeam\": 4,\n            \"rescoring\": \"ON\",\n            \"onlinebin\": \"ON\",\n            \"phoneticDecoding\": \"OFF\",\n            \"phoneticLattice\": \"OFF\",\n            \"cpuNumThreads\": 1,\n            \"fusion\": 0.83,\n            \"fusionLang\": 0.85,\n            \"minSegment\": 12,\n            \"minLangWords\": 5,\n            \"languageDetection\": \"COUNT\",\n            \"secondPass\": \"ON\",\n            \"bertPunctuator\": \"ON\",\n            \"inverseTextNormalization\": \"ON\",\n            \"punctuatorModelVersion\": 3,\n            \"timestampGap\": 1.5,\n            \"maximumWords\": 60,\n            \"punctuatorInferenceMaxBatchSize\": 100,\n            \"punctuatorPreTokenisedLength\": 120,\n            \"punctuatorInferenceInputDimension\": 150\n        },\n        \"models\": [\n            {\n                \"id\": 3,\n                \"modelFullName\": \"null_null_null_null_null_null\"\n            }\n        ],\n        \"diarizationOptions\": {\n            \"diarizationEnabled\": false\n        },\n        \"dynamicNormalizationEnabled\": true\n    }\n}"}],"_postman_id":"54198a9a-3915-4f51-b1ff-23a7fb9af081"},{"name":"Import Items","id":"fe618133-2a25-493d-85c4-83b1dad85430","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"{\r\n    \"importFolder\": \"/import/Lexiqal-Danish\",\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 7\r\n            }\r\n        ],\r\n        \"treatAsSingleChannel\": false,\r\n        \"asrOptions\": {\r\n            \"translate\": true,\r\n            \"secondPass\": \"OFF\"\r\n        },\r\n        \"diarizationOptions\": {\r\n            \"diarizationEnabled\": false\r\n        },\r\n        \"taggerOptions\": {\r\n            \"taggerEnabled\": false\r\n        },\r\n        \"credibilityOptions\": {\r\n            \"credibilityEnabled\": true,\r\n            \"agentChannel\": 0,\r\n            \"agentLabel\": \"Agent\",\r\n            \"callerLabel\": \"Caller\",\r\n            \"runInferenceNerBioModel\": true,\r\n            \"runFindTriggerTerms\": true,\r\n            \"runFindRepetition\": true,\r\n            \"runFindPronouns\": true,\r\n            \"bagOfWordsOptions\": {\r\n                \"id\": 1\r\n            },\r\n            \"nerBioOptions\": {\r\n                \"tritonNerBioModelId\": 8\r\n            },\r\n            \"scoreOptions\": {\r\n                \"scoreEnabled\": true\r\n            }\r\n        },\r\n        \"taskOptions\": {\r\n            \"taskEnabled\": true,\r\n            \"tasks\": [\r\n                {\r\n                    \"id\": 1\r\n                }\r\n            ]\r\n        },\r\n        \"translationOptions\": {\r\n            \"translationEnabled\": true,\r\n            \"language\": \"da\"\r\n        }\r\n    }\r\n}"},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports?userId=1&groupId=1","description":"<p>This endpoint is used to import files in bulk without specifying any metadata.  To include metadata or for files in other formats, use the Create New Item endpoint.  The source can be a file or directory on the IV server, or a HTTP(S) and FTP(S) link.</p>\n<p>Files are filtered on extension - .mp3, .wav etc. will be ingested as voxType Audio, .eml as voxType email, .mp4, .m4a etc. will be imported as voxType Video and .txt, .docx, .pdf as voxType Document.  Other extensions will not be imported.</p>\n<p>This endpoint accepts either <code>application/json</code> or <code>application/xml</code> as shown in the attached examples.</p>\n\n<p>Fields which can be included in the <code>application/json</code> or <code>application/xml</code> structure include:</p>\n\n<table>\n    <tr>\n        <td>Field name</td>\n        <td>Data Type</td>\n        <td>Description</td>\n    </tr>\n    <tr>\n        <td>modelIds</td>\n        <td>Array of Integers</td>\n        <td>An array of model IDs.  See Get ASR Models for list of models</td>\n    </tr><tr>\n    </tr><tr>\n        <td>diarizationEnabled</td>\n        <td>Boolean</td>\n        <td>Optional. If set to true, Diarization with attempt speaker seperation</td>\n    </tr><tr>\n    </tr><tr>\n        <td>treatAllFilesAsSingleChannel</td>\n        <td>Boolean</td>\n        <td>Optional. If set to true, all channels will be merged (useful for stereo files with the same content on both channels)</td>\n    </tr>\n    <tr>\n        <td>callbackUrl</td>\n        <td>String</td>\n        <td>Optional. If set, at the end of the import iv will send a POST request with empty body to the specified url. If you need to pass params back to your application so that it can identify the item that got processed, you can do it simply adding query params to the specified callbackUrl. To enable this functionality the <i>import-item-notification-scheduler.xml</i> MUST be enabled in the <i>beans.xml</i> <b>Note</b> The callback mechanism doesn't have a retry feature so in case the specified url is not reachable, the target won't be notified anymore</td>\n    </tr><tr>\n    </tr></table>\n<p>Metadata can be supplied with a .csv file - see <a href=\"https://support.intelligentvoice.com/hc/en-us/articles/360008917134-Import-API-supplying-metadata-with-csv-files\">supplying metadata with csv files</a></p>\n<p><b>Replacement for V1 API endpoint:</b> /vrxServlet/ws/VRXService/vrxServlet/ImportFolders</p>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","imports"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":"1"}],"variable":[]}},"response":[{"id":"8847ae42-91a6-4fd5-83f0-6b23db53a0dc","name":"Import [Filesystem]","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"importFolder\": \"/mnt/wav\",\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e42b8d0b-16bb-44cc-8fd5-445d679e5d2e","name":"Import [Multichannel File]","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"importFolder\": \"/mnt/Daiwa/daiwa_dataset\",\r\n    \"treatAllFilesAsSingleChannel\": false,\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ],\r\n        \"diarizationOptions\": {\r\n            \"diarizationEnabled\": false\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e612f74d-59fa-4634-a808-e35a909f1422","name":"Import [HTTP]","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"importFolder\": \"http://www.kozco.com/tech/LRMonoPhase4.wav\",\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"159dbcd8-7d93-4540-8f1e-330048fad0c8","name":"Import Items [Specifying IV Note Recipients]","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"{\r\n    \"importFolder\": \"http://www.kozco.com/tech/LRMonoPhase4.wav\",\r\n    \"ivNoteRecipients\": [\r\n        {\r\n            \"emailAddress\": \"recipient_1@intelligentvoice.com\",\r\n            \"includeTranscriptIntoEmailBody\": true\r\n        },\r\n        {\r\n            \"emailAddress\": \"recipient_2@intelligentvoice.com\",\r\n            \"includeTranscriptIntoEmailBody\": false\r\n        }\r\n    ],\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports?userId=&groupId=","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports"],"query":[{"key":"userId","value":"","description":"Mandatory"},{"key":"groupId","value":"","description":"Mandatory"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"d77b418f-a6f3-404b-af24-45527ef612d7","name":"Import Items and get notified via Callback","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"{\r\n    \"importFolder\": \"http://www.kozco.com/tech/LRMonoPhase4.wav\",\r\n    \"callbackUrl\": \"http://my.callback.com/whatever/path\",\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports?userId=&groupId=","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports"],"query":[{"key":"userId","value":"","description":"Mandatory"},{"key":"groupId","value":"","description":"Mandatory"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"be237d89-76f3-4333-844f-6b6188c894f7","name":"Import Items [boost words] (new in 5.2)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"{\r\n    \"importFolder\": \"/mnt/INT-3525\",\r\n    \"processingOptions\": {\r\n        \"boostWords\": [\r\n            \"motor\",\r\n            \"while\",\r\n            \"forseek\",\r\n            \"california\",\r\n            \"funny\",\r\n            \"mine\"\r\n        ],\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            },\r\n            {\r\n                \"id\": 2\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports?userId=&groupId=","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports"],"query":[{"key":"userId","value":"","description":"Mandatory"},{"key":"groupId","value":"","description":"Mandatory"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"08bf6399-6d8c-43bf-b6d1-0db2244f807d","name":"Import Items [model weights] (new in 5.2)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"{\r\n    \"importFolder\": \"/mnt/my-test-bucket\",\r\n    \"treatAllFilesAsSingleChannel\": false,\r\n    \"processingOptions\": {\r\n        \"diarizationOptions\": {\r\n            \"diarizationEnabled\": true\r\n        },\r\n        \"models\": [\r\n            {\r\n                \"id\": 1,\r\n                \"weight\": 0.2\r\n            },\r\n            {\r\n                \"id\": 4,\r\n                \"weight\": 0.8\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports?userId=&groupId=","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports"],"query":[{"key":"userId","value":"","description":"Mandatory"},{"key":"groupId","value":"","description":"Mandatory"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"dc1a4c99-dfaf-404b-9fa6-01adb7c40176","name":"Import Items [asr options] (new in 5.2)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"{\r\n    \"importFolder\": \"/mnt/wells-fargo-1\",\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1,\r\n                \"weight\": 0.2,\r\n                \"beamSearchBeamSize\": 5\r\n            },\r\n            {\r\n                \"id\": 4,\r\n                \"weight\": 0.8,\r\n                \"beamSearchBeamSize\": 5\r\n            }\r\n        ],\r\n        \"asrOptions\": {\r\n            \"onlinebin\": \"ON\",\r\n            \"fusion\": 0.83,\r\n            \"fusionLang\": 0.85\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports?userId=&groupId=","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports"],"query":[{"key":"userId","value":"","description":"Mandatory"},{"key":"groupId","value":"","description":"Mandatory"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"b6d7a1f6-6ca1-49ff-b3de-584e39c919f1","name":"Import Items [no tags] (new in 5.3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"{\r\n    \"importFolder\": \"/mnt/single_file\",\r\n    \"treatAllFilesAsSingleChannel\": true,\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ],\r\n        \"diarizationOptions\": {\r\n            \"diarizationEnabled\": true\r\n        },\r\n        \"taggerOptions\": {\r\n            \"taggerEnabled\": false\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"9dd44988-876a-4427-8d12-05842ddde775","name":"Import Items [sentiment analysis] (new in 5.3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"{\r\n    \"importFolder\": \"/mnt/single_file\",\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ],\r\n        \"diarizationOptions\": {\r\n            \"diarizationEnabled\": true\r\n        },\r\n        \"sentimentOptions\": {\r\n            \"deconvolutionEnabled\": false\r\n        }\r\n    },\r\n    \"treatAllFilesAsSingleChannel\": true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"3649b47a-0cde-41a6-bceb-fe5d09641ba3","name":"Import Items [fraud detection] (new in 5.3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"{\r\n    \"importFolder\": \"/mnt/single_file\",\r\n    \"treatAllFilesAsSingleChannel\": true,\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ],\r\n        \"diarizationOptions\": {\r\n            \"diarizationEnabled\": true\r\n        },\r\n        \"credibilityOptions\": {\r\n            \"credibilityEnabled\": true,\r\n            \"scoreOptions\": {\r\n                \"scoreEnabled\": false\r\n            },\r\n            \"bagOfWordsOptions\": {\r\n                \"id\": \"1\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"0b675761-ec1e-4b7c-8322-44a4106fb1b1","name":"Import Items [summarisation]","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"{\r\n    \"importFolder\": \"/mnt/single_file\",\r\n    \"treatAllFilesAsSingleChannel\": true,\r\n    \"processingOptions\": {\r\n        \"models\": [\r\n            {\r\n                \"id\": 1\r\n            }\r\n        ],\r\n        \"summarisationOptions\": {\r\n            \"summarisationEnabled\": true\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fe618133-2a25-493d-85c4-83b1dad85430"},{"name":"Retry Import","id":"647c731c-9cbf-4e75-8027-fee361ad0c33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports/:importId?userId=&groupId=","description":"<p>Re-run a whole import from the beginning.</p>\n<p>Note this API returns status 200 OK with no body, <em>even if the import ID does not exist.</em> To determine if the retry request was successful, fetch the import details and check if the <code>processing_end</code> field is missing.</p>\n<p>To determine the import id from an item ID, use the <strong>Get Import Item Details</strong> API (<code>/imports/item/:itemId</code>) and take the import_id element, for example import 114 will be shown as:</p>\n<p><code>{\"importMetadata\": {\"import_id\": 114}}</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","imports",":importId"],"host":["your-iv-server.example.com"],"query":[{"key":"userId","value":""},{"key":"groupId","value":""}],"variable":[{"type":"any","value":null,"key":"importId"}]}},"response":[{"id":"0e0d98c7-a71f-45f2-b0d7-255baec7719c","name":"Retry Import - successful","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports/:importId?userId=1234&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports",":importId"],"query":[{"key":"userId","value":"1234"},{"key":"groupId","value":"1"}],"variable":[{"key":"importId","value":"105"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 07 Apr 2022 16:03:11 GMT"},{"key":"Content-Length","value":"0"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"34712a7f-3044-4019-9f2e-4c4ecf4c5b0b","name":"Retry Import - import ID does not exist","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/imports/:importId?userId=1233&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","imports",":importId"],"query":[{"key":"userId","value":"1233"},{"key":"groupId","value":"1"}],"variable":[{"key":"importId","value":"1234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 07 Apr 2022 16:11:13 GMT"},{"key":"Content-Length","value":"0"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"647c731c-9cbf-4e75-8027-fee361ad0c33"}],"id":"07e9ec5a-2b5b-4f1f-8c7a-8d9def7e4ed6","description":"<p>Every item ingested into IV belongs to an <i>import, which is a collection of metadata about the import process.  It is also possible to import files in bulk without specifying any information about the files, in which case a single import record can have multiple items in it.  This collection of methods deals with querying import metadata and create bulk imports</i></p>\n","event":[{"listen":"prerequest","script":{"id":"4011f515-6023-4e7c-9feb-17d3e191a6ec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"aabee19e-84db-4b14-b483-e84cfdfada1d","type":"text/javascript","exec":[""]}}],"_postman_id":"07e9ec5a-2b5b-4f1f-8c7a-8d9def7e4ed6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}}},{"name":"Exports","item":[{"name":"Export Items for Group To Folder","id":"0d804643-fc43-4733-b33c-61e5aa476df6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":""},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/export/items?userId=&groupId=","description":"<p>This endpoint exports all the items in the system belonging to the specified group into a targeted folder in the filesystem.</p>\n<p><b>Replacement for V1 API endpoint:</b> /vrxServlet/ws/VRXService/vrxServlet/ExportGroupToFolder</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","export","items"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""}],"variable":[]}},"response":[{"id":"74c9287d-0f55-4eb6-ac7c-bb2c2945ad3e","name":"Export Items for Group To Folder","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"{ \r\n  \"exportFolder\" : \"/home/chase/export\",\r\n  \"exportType\" : 1\r\n}"},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/export/items?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","export","items"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Date","value":"Tue, 17 Jul 2018 17:07:06 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d804643-fc43-4733-b33c-61e5aa476df6"},{"name":"Export Item to Folder","id":"a6d0f92a-018d-47b0-b04e-b9ae41f20f28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":""},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/export/items/:itemId?userId=&groupId=","description":"<p>This endpoint exports the specified Item into a folder defined by the user.</p>\n<p><b>Replacement for V1 API endpoint:</b> /vrxServlet/ws/VRXService/vrxServlet/ExportItemAsHtmlToFolder</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","export","items",":itemId"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""}],"variable":[{"id":"09aed23e-8379-40ed-bdd9-69b0845b579d","description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"","key":"itemId"}]}},"response":[{"id":"166668cb-b563-4475-a08a-f126232dd553","name":"Export Item to Folder","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"{ \r\n  \"exportFolder\" : \"/home/chase/export\",\r\n  \"exportType\" : 1\r\n}"},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/export/items/:itemId?userId=1&groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","export","items",":itemId"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"}],"variable":[{"key":"itemId","value":"1000006"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/xml","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 17 Jul 2018 17:08:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a6d0f92a-018d-47b0-b04e-b9ae41f20f28"},{"name":"Export Item","id":"429c6894-6700-42a4-a5da-b0b4d205b144","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/html"},{"key":"Accept","value":"text/plain"},{"key":"Accept","value":"message/rfc822"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/export/items/:itemId?userId=&groupId=&formatType=&attachmentType=","description":"<p>This endpoint allow the export the specified Item.</p>\n<p><strong>Replacement for V1 API endpoint:</strong></p>\n<ul>\n<li><p>/vrxServlet/ws/VRXService/vrxServlet/ExportItemAsHtml</p>\n</li>\n<li><p>/vrxServlet/ws/VRXService/vrxServlet/getDocumentAsMessage/{client}/{UserID}/{DocID}?attachmenttype={attachmenttype}</p>\n</li>\n<li><p>/vrxServlet/ws/VRXService/vrxServlet/getDocumentAsTextWithoutClient/{UserID}/{DocID}</p>\n</li>\n</ul>\n<p>Note: <code>englishTranslation</code> option only valid when <code>formatType</code> is set to <code>TEXT_NO_HEADERS</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","export","items",":itemId"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""},{"description":{"content":"<p>Mandatory</p>\n<p>Possible Values</p>\n<ul>\n<li>Email(1)</li>\n<li>TEXT(2)</li>\n<li>HTML(3)</li>\n<li>TEXT_NO_HEADERS(10)</li>\n</ul>","type":"text/plain"},"key":"formatType","value":""},{"description":{"content":"<p>Optional</p>\n<p>Only valid in case formatType is set to EMAIL</p>","type":"text/plain"},"key":"attachmentType","value":""},{"disabled":true,"description":{"content":"<p>Optional, default false</p>\n<p>Only valid in case formatType is set to TEXT_NO_HEADERS</p>","type":"text/plain"},"key":"englishTranslation","value":null}],"variable":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"","key":"itemId"}]}},"response":[{"id":"8c5d6b3f-0342-468e-b1f9-591a4f164c75","name":"Export Item as EMAIL","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/html"},{"key":"Accept","value":"text/plain"},{"key":"Accept","value":"message/rfc822"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/export/items/:itemId?userId=1&groupId=1&formatType=EMAIL","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","export","items",":itemId"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"},{"key":"formatType","value":"EMAIL"}],"variable":[{"key":"itemId","value":"1000026"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Disposition","value":"attachment; filename=\"1000026_LOCAL_FEED_JULY_8kHz.wav.eml\"","name":"Content-Disposition","description":"An opportunity to raise a \"File Download\" dialogue box for a known MIME type"},{"key":"Content-Length","value":"4512","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Jul 2018 22:33:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"Date: Mon, 11 Sep 2017 10:00:50 +0100 (BST)\r\nFrom: wav <wav@import3.intelligentvoice.com>\r\nTo: lGorPXdORh6Muyig9NNGpw <lGorPXdORh6Muyig9NNGpw@import3.intelligentvoice.com>\r\nMessage-ID: <385132160.01532471595404.JavaMail.tomcat8@iv-mauro-dev.chaseits.co.uk>\r\nSubject: LOCAL_FEED_JULY_8kHz.wav (02:09) wav import3\r\nMIME-Version: 1.0\r\nContent-Type: multipart/mixed; \r\n\tboundary=\"----=_Part_0_762600881.1532471595393\"\r\n\r\n------=_Part_0_762600881.1532471595393\r\nContent-Type: text/html; charset=utf-8\r\nContent-Transfer-Encoding: quoted-printable\r\n\r\n<html><a href=3D\"null1.1000026\">Click here to play in Jump<i>To</i></a><p><=\r\np style=3D'font-family:\"Calibri\",Arial,Verdana;font-size:11pt;'>Speaker 1: =\r\nThis is the local </p><p style=3D'font-family:\"Calibri\",Arial,Verdana;font-=\r\nsize:11pt;'>Speaker 2: feared </p><p style=3D'font-family:\"Calibri\",Arial,V=\r\nerdana;font-size:11pt;'>Speaker 1: helping you find prepare eat em preserve=\r\n Michigan food. </p><p style=3D'font-family:\"Calibri\",Arial,Verdana;font-si=\r\nze:11pt;'>Speaker 3: I'm trees are hide I'm in the studio today with came d=\r\none Who's been involved in the conception or development and implementation=\r\n of the Grand Rapids downtown market since the beginning can tell us where =\r\nthe market this so important to Grand Rapids well It's really </p><p style=\r\n=3D'font-family:\"Calibri\",Arial,Verdana;font-size:11pt;'>Speaker 2: all abo=\r\nut a celebration of food especially local food when you have look of round =\r\nWest Michigan you can see there is really in abundance and a huge variety <=\r\n/p><p style=3D'font-family:\"Calibri\",Arial,Verdana;font-size:11pt;'>Speaker=\r\n 1: of local </p><p style=3D'font-family:\"Calibri\",Arial,Verdana;font-size:=\r\n11pt;'>Speaker 2: food produced this is going to provide a centre for that =\r\nfood excitement and a destination for both our local community and for trav=\r\nellers from other places so </p><p style=3D'font-family:\"Calibri\",Arial,Ver=\r\ndana;font-size:11pt;'>Speaker 3: we'll be in the market a well in </p><p st=\r\nyle=3D'font-family:\"Calibri\",Arial,Verdana;font-size:11pt;'>Speaker 2: the =\r\nmarket how and I should say market Harlesden an old tradition if you look a=\r\nround cities of the World you'll find market How's that have local vendors =\r\nwith a wide range of food products in IRA's we'll have a wonderful Baker wh=\r\no comes to us with experiences singer man's we'll have meet Pro dose we're =\r\nhoping for 1st we're working hard to get it there because everybody wants i=\r\nt and then cheese and sweep bakery to a real range of food and </p><p style=\r\n=3D'font-family:\"Calibri\",Arial,Verdana;font-size:11pt;'>Speaker 3: 1 eleme=\r\nnt </p><p style=3D'font-family:\"Calibri\",Arial,Verdana;font-size:11pt;'>Spe=\r\naker 2: of the market that thrilling and partners not only can you buy the =\r\nfood but you can see it being produced the butcher's going to be cutting hi=\r\ns meet right there in the market sell It's more than just a stall to buy fo=\r\nod It's really an opportunity to see where it comes from </p><p style=3D'fo=\r\nnt-family:\"Calibri\",Arial,Verdana;font-size:11pt;'>Speaker 3: when well sup=\r\npers able to come in and shut in the building </p><p style=3D'font-family:\"=\r\nCalibri\",Arial,Verdana;font-size:11pt;'>Speaker 2: we're looking at toward =\r\nthe end of our guest that the market </p><p style=3D'font-family:\"Calibri\",=\r\nArial,Verdana;font-size:11pt;'>Speaker 1: Hall itself will </p><p style=3D'=\r\nfont-family:\"Calibri\",Arial,Verdana;font-size:11pt;'>Speaker 2: be open but=\r\n of course we do have the farmers' market outdoors going on now in the mark=\r\net shared and a variety of children's </p><p style=3D'font-family:\"Calibri\"=\r\n,Arial,Verdana;font-size:11pt;'>Speaker 1: classes </p><p style=3D'font-fam=\r\nily:\"Calibri\",Arial,Verdana;font-size:11pt;'>Speaker 2: and chef demonstrat=\r\nions going on during </p><p style=3D'font-family:\"Calibri\",Arial,Verdana;fo=\r\nnt-size:11pt;'>Speaker 1: market day says swear a local </p><p style=3D'fon=\r\nt-family:\"Calibri\",Arial,Verdana;font-size:11pt;'>Speaker 2: failure to say=\r\n </p><p style=3D'font-family:\"Calibri\",Arial,Verdana;font-size:11pt;'>Speak=\r\ner 1: production of Grand Rapids community media salad and Michigan local f=\r\nood the information recipes and more online mine local food be he me </p><p=\r\n style=3D'font-family:\"Calibri\",Arial,Verdana;font-size:11pt;'>Speaker 2: t=\r\nea </p><p style=3D'font-family:\"Calibri\",Arial,Verdana;font-size:11pt;'>Spe=\r\naker 1: dot com. </p></p>\r\n------=_Part_0_762600881.1532471595393--\r\n"},{"id":"9652160b-239a-48b3-9a7e-98feb844046b","name":"Export Item as TEXT","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/html"},{"key":"Accept","value":"text/plain"},{"key":"Accept","value":"message/rfc822"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/export/items/:itemId?userId=1&groupId=1&formatType=TEXT","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","export","items",":itemId"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"1"},{"key":"formatType","value":"TEXT"}],"variable":[{"key":"itemId","value":"1000026"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Disposition","value":"attachment; filename=\"1000026_LOCAL_FEED_JULY_8kHz.wav.txt\"","name":"Content-Disposition","description":"An opportunity to raise a \"File Download\" dialogue box for a known MIME type"},{"key":"Content-Length","value":"2428","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Jul 2018 22:28:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"Subject: LOCAL_FEED_JULY_8kHz.wav (02:09) wav import3\nFrom: wav <wav@import3.intelligentvoice.com>\nDate: Mon, 11 Sep 2017 10:00:50 +0100 (BST)\nTo: lGorPXdORh6Muyig9NNGpw <lGorPXdORh6Muyig9NNGpw@import3.intelligentvoice.com>,\n\n\n\n\nSpeaker 1: This is the local \nSpeaker 2: feared \nSpeaker 1: helping you find prepare eat em preserve Michigan food. \nSpeaker 3: I'm trees are hide I'm in the studio today with came done Who's been involved in the conception or development and implementation of the Grand Rapids downtown market since the beginning can tell us where the market this so important to Grand Rapids well It's really \nSpeaker 2: all about a celebration of food especially local food when you have look of round West Michigan you can see there is really in abundance and a huge variety \nSpeaker 1: of local \nSpeaker 2: food produced this is going to provide a centre for that food excitement and a destination for both our local community and for travellers from other places so \nSpeaker 3: we'll be in the market a well in \nSpeaker 2: the market how and I should say market Harlesden an old tradition if you look around cities of the World you'll find market How's that have local vendors with a wide range of food products in IRA's we'll have a wonderful Baker who comes to us with experiences singer man's we'll have meet Pro dose we're hoping for 1st we're working hard to get it there because everybody wants it and then cheese and sweep bakery to a real range of food and \nSpeaker 3: 1 element \nSpeaker 2: of the market that thrilling and partners not only can you buy the food but you can see it being produced the butcher's going to be cutting his meet right there in the market sell It's more than just a stall to buy food It's really an opportunity to see where it comes from \nSpeaker 3: when well suppers able to come in and shut in the building \nSpeaker 2: we're looking at toward the end of our guest that the market \nSpeaker 1: Hall itself will \nSpeaker 2: be open but of course we do have the farmers' market outdoors going on now in the market shared and a variety of children's \nSpeaker 1: classes \nSpeaker 2: and chef demonstrations going on during \nSpeaker 1: market day says swear a local \nSpeaker 2: failure to say \nSpeaker 1: production of Grand Rapids community media salad and Michigan local food the information recipes and more online mine local food be he me \nSpeaker 2: tea \nSpeaker 1: dot com. "},{"id":"a68d7968-d82f-4687-b827-936f8bbe23b3","name":"Export Item as HTML","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/html"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/export/items/:itemId?userId=1&groupId=934059&formatType=HTML","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","export","items",":itemId"],"query":[{"key":"userId","value":"1"},{"key":"groupId","value":"934059"},{"key":"formatType","value":"HTML"}],"variable":[{"key":"itemId","value":"1021647"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"private","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Disposition","value":"attachment; filename=\"1000026_LOCAL_FEED_JULY_8kHz.wav.html\"","description":"An opportunity to raise a \"File Download\" dialogue box for a known MIME type"},{"key":"Content-Type","value":"text/html","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Jul 2018 22:22:54 GMT","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Apache-Coyote/1.1","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\r\n<html>\r\n    <head>\r\n\t\r\n    \t<meta charset=\"utf-8\"/>\r\n\t\t<script>\r\n\t\tvar exported = {\"tags\":[],\"vox\":1,\"allText\":\"Time to eat tea. Time to see. \",\"url_ref\":\"\",\"peopleTo\":[{\"personId\":\"1\",\"personName\":\"colin.pickard\",\"personID\":\"1\",\"label\":\"colin.pickard (colin.pickard@intelligentvoice.com)\",\"group\":\"2\",\"address\":\"colin.pickard@intelligentvoice.com\",\"value\":\"colin.pickard\",\"id\":\"colin.pickard@intelligentvoice.com\"}],\"peopleFrom\":[{\"personId\":\"1\",\"personName\":\"colin.pickard\",\"personID\":\"1\",\"label\":\"colin.pickard (colin.pickard@intelligentvoice.com)\",\"group\":\"2\",\"address\":\"colin.pickard@intelligentvoice.com\",\"value\":\"colin.pickard\",\"id\":\"colin.pickard@intelligentvoice.com\"}],\"textURL\":\"\",\"title\":\"stress-test\",\"from\":\"colin.pickard@intelligentvoice.com;\",\"to\":\"colin.pickard@intelligentvoice.com;\",\"itemQualityScore\":{},\"localFilename\":\"/var/jumpto/cache/2000000/original-recording.mp3\",\"downloadURL\":\"/var/jumpto/cache/2000000/original-recording.mp3\",\"docID\":2000000,\"recordings\":[{\"vox\":0,\"itemId\":0,\"wordLattice\":\"[ TIME 1 ]\\n[ TO 1 ]\\n[ EAT 1 ]\\n[ TEA 1 ]\\ncluster1: 10.0 38.0\\ncluster2: 38.0 58.0\\ncluster3: 60.0 86.0\\ncluster4: 94.0 146.0\\n\",\"channelNumber\":0,\"channelCount\":0,\"segmentId\":0,\"mimeType\":\"audio/wav\",\"duration\":3,\"id\":2000000},{\"vox\":0,\"itemId\":0,\"wordLattice\":\"[ TIME 1 ]\\n[ TO 1 ]\\n[ SEE 1 ]\\ncluster1: 160.0 188.0\\ncluster2: 188.0 208.17898\\ncluster3: 248.0 298.0\\n\",\"channelNumber\":1,\"channelCount\":0,\"segmentId\":0,\"mimeType\":\"audio/wav\",\"duration\":3,\"id\":2000001}],\"base64Audio\":\"BASE64WOULDBEHERE\",\"attachment\":[],\"srts\":[{\"score\":1.0,\"speaker\":{\"no\":1,\"label\":\"Channel 0\",\"id\":2000019},\"word\":\"Time\",\"generatedByASR\":true,\"timestamp\":0.1,\"length\":0.28,\"id\":67},{\"score\":1.0,\"speaker\":{\"no\":1,\"label\":\"Channel 0\",\"id\":2000019},\"word\":\"to\",\"generatedByASR\":true,\"timestamp\":0.38,\"length\":0.2,\"id\":68},{\"score\":1.0,\"speaker\":{\"no\":1,\"label\":\"Channel 0\",\"id\":2000019},\"word\":\"eat\",\"generatedByASR\":true,\"timestamp\":0.6,\"length\":0.26,\"id\":69},{\"score\":1.0,\"speaker\":{\"no\":1,\"label\":\"Channel 0\",\"id\":2000019},\"word\":\"tea.\",\"generatedByASR\":true,\"timestamp\":0.94,\"length\":0.52,\"id\":70},{\"score\":1.0,\"speaker\":{\"no\":2,\"label\":\"Channel 1\",\"id\":2000026},\"word\":\"Time\",\"generatedByASR\":true,\"timestamp\":1.6,\"length\":0.28,\"id\":94},{\"score\":1.0,\"speaker\":{\"no\":2,\"label\":\"Channel 1\",\"id\":2000026},\"word\":\"to\",\"generatedByASR\":true,\"timestamp\":1.88,\"length\":0.2,\"id\":95},{\"score\":1.0,\"speaker\":{\"no\":2,\"label\":\"Channel 1\",\"id\":2000026},\"word\":\"see.\",\"generatedByASR\":true,\"timestamp\":2.48,\"length\":0.5,\"id\":96}],\"peopleCc\":[],\"body\":\"<p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Channel 0: Time to eat tea. </p><p style='font-family:Calibri,Arial,Verdana;font-size:11pt;'>Channel 1: Time to see. </p>\",\"duration\":3,\"timestamp\":\"2019-03-04 12:14:42.0\",\"id\":2000000};\r\n\t\t</script>\r\n\r\n        <style type=\"text/css\" media=\"all\">\r\n\t\t@charset \"utf-8\";\r\n/* CSS Document */\r\n\r\n*{\r\n\tmargin:0;\r\n\tpadding:0;\r\n}\r\ntable{\r\n\tborder-collapse:collapse;\r\n}\r\ntd{\r\n\tvertical-align:top;\r\n}\r\nbody{\r\n\tfont-family:Gotham, \"Helvetica Neue\", Helvetica, Arial, sans-serif;\r\n\t\r\n}\r\n#document-div{\r\n\tposition:relative;\r\n\tpadding-top:100px;\r\n}\r\n#document-div:before{\r\n\tcontent:\"\";\r\n\tposition:absolute;\r\n\tleft:0;\r\n\ttop:0;\r\n\twidth:100%;\r\n\tborder-bottom:#53becb solid 2px;\r\n\tdisplay:block;\r\n\tfont-family:Gotham, \"Helvetica Neue\", Helvetica, Arial, sans-serif;\r\n\tbackground-position:left top;\r\n\tbackground-repeat:no-repeat;\r\n\theight:100px;\r\n}\r\n#topics{\r\nheight: 600px;\r\n                overflow: auto;\r\n\twidth:300px;\r\n\tfont-family:Gotham, \"Helvetica Neue\", Helvetica, Arial, sans-serif;\r\n}\r\n#topics h2{\r\n\tbackground:#53becb;\r\n\tcolor:#fff;\r\n\ttext-align:left;\r\n\tmargin:0;\r\n\ttext-transform:uppercase;\r\n\tfont-weight:700;\r\n\tfont-size:14px;\r\n\tfont-style:normal;\r\n\tpadding:15px 0 ;\r\n\tpadding-left:20px;\r\n\r\n}\r\n#topics h2 em{\r\n\tfont-style:normal;\r\n}\r\n#topics h2 + br{\r\n\tdisplay:none;\r\n}\r\n#topics-container{\r\n\tpadding-left:20px;\r\n\tpadding-top:15px;\r\n\tfont-size:0;\r\n}\r\n#topics-container a{\r\n\tbackground:#8cd4df;\r\n\tcolor:#000;\r\n\tfont-style:normal;\r\n\tdisplay:inline-block;\r\n\tpadding:2px 5px;\r\n\tfont-size:13px;\r\n\tfont-weight:700;\r\n\tborder-radius:2px;\r\n\ttext-decoration:none;\r\n\toverflow:hidden;\r\n\tmargin: 4px 4px 4px 0px;\r\n}\r\n#table_1{\r\n\tborder-left:#53becb solid 1px;\r\n}\r\n#doc-main{\r\n\tpadding-left:30px;\r\n\tpadding-top:20px;\r\n\tfont-size:13px;\r\n\tfont-family:Gotham, \"Helvetica Neue\", Helvetica, Arial, sans-serif;\r\n}\r\n#doc-main h1{\r\n\tpadding-bottom:15px;\r\n}\r\n#doc-main  .highlight{\r\n\tbackground:yellow;\r\n\tcolor:#000;\r\n}\r\n#doc-main  .label{\r\n\tdisplay:block;\r\n\ttext-transform:uppercase;\r\n\tfont-size:13px;\r\n\tcolor:#2c8e9e;\r\n\tfont-weight:bold;\r\n\tmargin-top:15px;\r\n\tpadding-bottom:5px;\r\n}\r\ndiv#doc-scroller { position: relative;\r\nheight: 480px;\r\n overflow: auto;\r\n width: 100%}\r\n\r\n#doc-scroller .redacted {\r\n\tbackground: #000;\r\n}\r\n\r\ndiv#doc-error {\r\n    position: relative;\r\n    border: 1px solid #f25454;\r\n    border-radius: 2px;\r\n    overflow: auto;\r\n    width: 98%;\r\n    padding-left: 5px;\r\n    visibility: hidden;\r\n}\r\n        </style>\r\n        <script>\r\n\r\n        \tfunction scrollToView() {\r\n                var a = document.getElementById(\"doc-scroller\");\r\n                var d = a.getElementsByClassName('highlight');\r\n\t\t\t\tif (d.length) {\r\n\t\t\t\t\td = d[0];\r\n\t\t\t\t\tvar scrollHeight = a.offsetHeight;\r\n\t\t\t\t\tvar scrollOffset = a.scrollTop;\r\n\t\t\t\t\tvar targetOffset = d.offsetTop;\r\n\t\t\t\t\t// Scroll into viewport only if out of bounds.\r\n\t\t\t\t\tif ((targetOffset > (scrollHeight + scrollOffset)) || (targetOffset < scrollOffset)) {\r\n\t\t\t\t\t\ta.scrollTop = targetOffset - 20;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n            }\r\n\r\n            function getClosestValues(a, x) {\r\n                var lo = -1, hi = a.length;\r\n                while (hi - lo > 1) {\r\n                    var mid = Math.round((lo + hi) / 2);\r\n                    if (a[mid] <= x) {\r\n                        lo = mid;\r\n                    } else {\r\n                        hi = mid;\r\n                    }\r\n                }\r\n                if (a[lo] === x)\r\n                    hi = lo;\r\n                return [a[lo], a[hi]];\r\n            }\r\n\r\n            function seek2(pos, offset) {\r\n                if (!isNaN(offset)) {\r\n\t\t\t\t\tpos += offset;\r\n\t\t\t\t\tif (pos < 0) {\r\n\t\t\t\t\t\tpos = 0;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\tvar mediaElement = document.getElementById('media_player');\r\n                mediaElement.currentTime = pos / 1000;\r\n                scrollToView();\r\n            }\r\n\r\n        </script>\r\n    </head>\r\n    <body>\r\n        <div class=\"ui-widget ui-widget-content\" id=\"document-div\">\r\n            <table>\r\n                <tr>\r\n                    <td>\r\n                        <div id=\"topics\">\r\n                            <h2><em>JumpTo</em> Topics</h2><br>\r\n                            <div id=\"topics-container\">\r\n                            {{topics}}\r\n                            </div>\r\n                        </div>\r\n                    </td>\r\n                    <td id=\"table_1\">\r\n                        <div id=\"doc-main\">\r\n                            <div id=\"exported_from\">{{from}}</div>\r\n                            <div id=\"exported_to\">{{to}}</div>\r\n                            <div id=\"exported_timestamp\">{{timestamp}}</div>\r\n                            <h1 id=\"exported_title\">{{title}}</h1>\r\n                            <audio id=\"media_player\" controls>\r\n                                Your browser does not support the audio element.\r\n                            </audio>\r\n                            <div id=\"doc-error\">\r\n                                <div class=\"text\">\r\n                                    {{error}}\r\n                                </div>\r\n                            </div>\r\n                            <!-- <div id=\"position\"></div> -->\r\n                            <div style=\"position:relative;\" id=\"doc-scroller\"><br>\r\n                                {{body}}\r\n                            </div>\r\n                        </div>\r\n                    </td>\r\n                </tr>\r\n            </table>\r\n        </div>\r\n        <script>\r\n\t\t    var media_player = document.getElementById('media_player'),\r\n\t\t    \tcurrent_links = [],\r\n\t\t\t\tlinkers = [];\r\n\r\n\t\t    document.addEventListener('DOMContentLoaded', function () {\r\n\t\t    \tmedia_player.play(); // Auto-buffer.\r\n\t\t    \tmedia_player.pause();\r\n\t\t    \tmedia_player.addEventListener(\"timeupdate\", function () {\r\n\t\t            \r\n\t\t            for (var i = 0; i < current_links.length; i++) {\r\n\t\t                if (!isNaN(current_links[i])) {\r\n\t\t                    document.getElementById(\"position_\" + current_links[i]).className = \"\";\r\n\t\t                }\r\n\t\t            }\r\n\t\t            var g = getClosestValues(linkers, media_player.currentTime * 1000);\r\n\t\t            current_links = g;\r\n\t\t            var a = document.getElementById(\"doc-scroller\");\r\n\t\t            for (var i = 0; i < g.length; i++)\r\n\t\t            {\r\n\t\t                if (!isNaN(g[i])) {\r\n\t\t                    var d = document.getElementById(\"position_\" + g[i]);\r\n\t\t                    if (d != null) {\r\n\t\t                    \td.className = \"highlight\";\r\n\t\t                    \tscrollToView();\r\n\t\t                    }\r\n\t\t                }\r\n\t\t            }\r\n\t\t        });\r\n\t\t    });\r\n\r\n            // @error\r\n\t        var error = '';\r\n\t        if ('errorMsg' in exported) {\r\n\t            error = exported['errorMsg'];\r\n\t            console.log(error);\r\n\t            document.getElementById('doc-error').style.visibility = \"visible\";\r\n\t        }\r\n\r\n\t\t\t// @body\r\n\t\t\tvar body = '',\r\n\t\t\t\tspkr = 0;\r\n\t\t\tif ('srts' in exported) {\r\n\t\t\t\tfor (var s = 0; s < exported['srts'].length; s++) {\r\n                    var word = exported['srts'][s],\r\n                        text = word.word,\r\n                        timestamp = Math.round(word.timestamp * 1000);\r\n                    if (spkr != word.speaker.no) {\r\n                        body += '<br /><span class=\"label\" data-speaker=\"' + word.speaker.no + '\">' + word.speaker.label + ': </span> ';\r\n                    }\r\n                    if (text == 'REDACTED') {\r\n                        text = '<span class=\"redacted\">' + text + '</span>';\r\n                        if (s > 0 && exported['srts'][s - 1]['word'] == 'REDACTED') {\r\n                            text = '';\r\n                        }\r\n                    }\r\n                    body += '<span id=\"position_' + timestamp + '\" onclick=\"seek2(' + timestamp + ');\">' + text + '</span> ';\r\n                    spkr = word.speaker.no;\r\n                    linkers.push(timestamp);\r\n                }\r\n\r\n\t\t\t}\r\n            // @topics\r\n            var topics = '';\r\n            if ('tags' in exported && exported['tags'] != null) {\r\n                for (var t = 0; t < exported['tags'].length; t++) {\r\n                    var tag = exported['tags'][t];\r\n                    if ('position' in tag) {\r\n                        if (tag.position.length > 1) {\r\n                            var inline = [];\r\n                            for (var p = 0; p < tag.position.length; p++) {\r\n                                var timestamp = Math.round(tag.position[p].timestamp * 1000);\r\n                                if (p == 0) {\r\n                                    topics += '<a class=\"topics\" href=\"javascript:seek2(' + timestamp + ', -5000);\">' + tag.tag + '</a>';\r\n                                } else {\r\n                                    inline.push('<a class=\"topics\" href=\"javascript:seek2(' + timestamp + ', -5000);\">' + tag.position[p].order + '</a>');\r\n                                }\r\n                                if (p == (tag.position.length - 1)) {\r\n                                    topics += ' (' + inline.join(', ') + ')<br />';\r\n                                }\r\n                            }\r\n                        } else if (tag.position.length === 1) {\r\n                            var timestamp = Math.round(tag.position[0].timestamp * 1000);\r\n                            topics += '<a class=\"topics\" href=\"javascript:seek2(' + timestamp + ', -5000);\">' + tag.tag + '</a><br />';\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n\r\n\t\t\tdocument.getElementById('exported_from').innerHTML = exported['from'];\r\n\t\t\tdocument.getElementById('exported_to').innerHTML = exported['to'];\r\n\t\t\tdocument.getElementById('exported_timestamp').innerHTML = exported['timestamp'];\r\n\t\t\tdocument.getElementById('exported_title').innerHTML = exported['title'];\r\n\r\n\t\t\tdocument.getElementById('topics-container').innerHTML = topics;\r\n\t\t\tdocument.getElementById('doc-scroller').innerHTML = body;\r\n\t\t\tdocument.getElementById('doc-error').innerHTML = error;\r\n\t\t\tdocument.getElementById('doc-main').getElementsByTagName('audio')[0].innerHTML = '<source src=\"data:audio/mpeg;base64,' + exported['base64Audio'] + '\" type=\"audio/mpeg\">';\r\n\r\n\t\t</script>\r\n    </body>\r\n</html>"},{"id":"18312bc6-bf29-4d5b-bc28-7248874290eb","name":"Export Item as TEXT_NO_HEADERS (with englishTranslation)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/html"},{"key":"Accept","value":"text/plain"},{"key":"Accept","value":"message/rfc822"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/export/items/:itemId?userId=1&groupId=1&formatType=TEXT_NO_HEADERS&englishTranslation=true","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","export","items",":itemId"],"query":[{"key":"userId","value":"1","description":"Mandatory"},{"key":"groupId","value":"1","description":"Mandatory"},{"key":"formatType","value":"TEXT_NO_HEADERS","description":"Mandatory\n<p>Possible Values</p>\n<ul>\n<li>Email(1)</li>\n<li>TEXT(2)</li>\n<li>HTML(3)</li>\n<li>TEXT_NO_HEADERS(10)</li>\n</ul>"},{"key":"attachmentType","value":"","description":"Optional\n<p>Only valid in case formatType is set to EMAIL</p>","disabled":true},{"key":"englishTranslation","value":"true","description":"Optional, default false\n<p>Only valid in case formatType is set to TEXT_NO_HEADERS</p>"}],"variable":[{"key":"itemId","value":"1000022","description":"Mandatory","type":"string"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Speaker 1: So, the meeting has \r\nSpeaker 2: started? I'm very happy that you're here today, Henrik. It's been a long time. What's going on in your life? \r\nSpeaker 1: Well, not much. It's been crazy times for the last six months, with a lot of work and so on, and of course family, and everything that comes with it. So it's been a crazy time. I'm not into this, because this has been on my agenda, but I haven't been able to deal with it. \r\nSpeaker 2: Okay, is there anything specific on your mind about this? \r\nSpeaker 1: Yes, it is primarily the biggest concern of my wife. I don't know what's wrong with her now. And it's a big concern when I look at my economic outlook and what I should do. Because I have to be honest, I feel like she's losing her mind at this point. I'm trying to get her to the right psychiatrist and all that, but I just can't handle her anymore. She just takes all the training, all the energy from me. And yes, it's a big word. Especially when it comes to my money. \r\nSpeaker 2: Okay, that's really boring to hear. How can I help you in this situation? \r\nSpeaker 1: I don't know which way I should take at the end, if it's necessary to separate from her or what I really don't want. And I need to see what I can save, so she can't get hold of them. Because with her illness or mental retardation at the moment, I think that she just buys things by accident all the time and without thinking things through and consults me or something like that. \r\nSpeaker 2: Okay, so maybe a solution today is to have an update of your economy And see how you can handle it in the future for the different circumstances that you are thinking about. \r\nSpeaker 1: I think it's a good start at the very least. I \r\nSpeaker 2: will try to do it. Just as the agenda for this meeting will be to look at your economic situation today. And during this meeting, I hope you can try to think about what your goal is, or what your other kind of solution is to the situation you are in. So maybe we can see how it will affect you if you take the different choices that we are able to make in this presentation. \r\nSpeaker 1: Yes, that sounds good. \r\nSpeaker 2: Does it sound good? \r\nSpeaker 1: Yes, yes, perfect. \r\nSpeaker 2: First and foremost, we need to have some input from your personal information. You are pregnant and your children are how many children live at home. You took care of your children and your employment is the same? \r\nSpeaker 1: I am the managing director of my own company. \r\nSpeaker 2: And your monthly salary? What is your monthly salary? 65,000 euros, probably. \r\nSpeaker 1: No, no Norwegian crowns. \r\nSpeaker 2: Do you have any other income? \r\nSpeaker 1: No, that's what I'm supposed to take from the company. \r\nSpeaker 2: Yes, of course. The \r\nSpeaker 1: company's expenses are just 500,000. \r\nSpeaker 2: I'll give you about 40,000, and then I'll give you an income, and \r\nSpeaker 1: then Who? No, I won't do that. \r\nSpeaker 2: Now you can see that your monthly salary is like 105,000 a month. What is your surplus when you have paid your \r\nSpeaker 1: Yes, I think it will be 20,000. \r\nSpeaker 2: The next part is that since we need to have an overview of your economic situation, I can see here in our system that we haven't accepted your property. Maybe we can just start with the first round. \r\nSpeaker 1: Yes, I have a house outside of Oslo. It's like 150 square meters. \r\nSpeaker 2: What do you think the value of the start is? Ten million? \r\nSpeaker 1: Ten million, yes. \r\nSpeaker 2: And how do you own the property? \r\nSpeaker 1: I own half of it. And my wife owns half of it. \r\nSpeaker 2: Okay. And do you have a real credit loan on it? \r\nSpeaker 1: No, I don't. \r\nSpeaker 2: And do you also have other assets? \r\nSpeaker 1: No, I don't. \r\nSpeaker 2: And your free assets? Do you have any assets outside of Nordnet? \r\nSpeaker 1: Yes, I have a mortgage. \r\nSpeaker 2: Nordnet. And how much have you invested there? \r\nSpeaker 1: I would say about half a million. \r\nSpeaker 2: A middler-reller? \r\nSpeaker 1: It used to be. \r\nSpeaker 2: A little bit of \"What do you value?\" again. \r\nSpeaker 1: 8.5 million. Yes. \r\nSpeaker 2: And you own it? And you yourself? Simple as that. I will gladly do that for you. And as I can see here, your account is not in this one in Nordea. But you have exactly 20 million on the account here. And you have And you have pool ownership of that account. Anyone else? Other things outside of your economic situation that we should be aware \r\nSpeaker 1: of. All of \r\nSpeaker 2: them? Just as assets such as cars, expensive cars or other things. \r\nSpeaker 1: No, I don't do that. It's just that I own the company 100%, but that's what it \r\nSpeaker 2: is. Yes, it's really rare to add to that too. And the company name, Henry's Gold, isn't it? The company's name? \r\nSpeaker 1: Yes, absolutely. \r\nSpeaker 2: If you sell the company today, what do you think it will give you? \r\nSpeaker 1: I think it will actually generate 25 million in the future. \r\nSpeaker 2: Then we've probably registered, right? Yes. Okay, the next step is to see what your needs are in the future. And I know that your situation is not the best in the future. But what is the most anticipated result of what you think today? If we can start with that, it will make the situation or the conversation much easier and the advice much easier. \r\nSpeaker 1: Yes, first of all, Conti has with her wife that she actually just goes crazy. I need one or the other way to lock them in, so she doesn't just go bananas with all that person. And then if there is a way that I can actually ensure, of course by having her able to shop, but now she has access to Conti for almost 20 million. But yes, I need to limit it in some way. So maybe just have a free asset like a million. I don't think we'll need them, but the other one I'd like to hide, just to make sure she can't do anything about it. \r\nSpeaker 2: So you want to invest 19 million and have one million on your account? Yes. Did I get it right? A reason. What plan do you have for the money you want to save? We have some questions, \r\nSpeaker 1: I'm 45 now, and I don't see any need for money at all as long I don't as I'll I work if I were to be. And I don't have any investments that I need to make. I don't want to buy another house, or I don't want to I don't know what I want to do. Maybe buy a car. But I have that million in my account. So I don't really see anyone within these 10 years. I can't see \r\nSpeaker 2: anyone. But But I believe that when you need money, you don't need money at all. Could that not be understood? \r\nSpeaker 1: No, I don't think so. \r\nSpeaker 2: So here we have a question. When do you expect to use the money? As I understand you, the last point is the right answer. And how flexible are you? You have already said that you are not dependent at all. And you can postpone each withdrawal at any time if necessary. And what is your goal with your investment? We have three different answers here. You can just keep it. You can just accumulate it. \r\nSpeaker 1: When I started a business, it was more about taking the risk in my business. But now I've been in the business for a few years and made a good profit. So I don't see this as such a high risk at the moment. Because we are very stable in our turnover and return on the business. So deeply I will accumulate my assets to ensure that inflation does not eat up the money. So I can actually have more money to give to my children. \r\nSpeaker 2: Okay, if you look at your account from Nordnet, can you like to invest in stocks? What is your opinion on that? \r\nSpeaker 1: Excuse me one more \r\nSpeaker 2: time. You said you had an account in Nordnet with half a million, and you invested in several stocks in Nordnet. What are your thoughts on these investments? \r\nSpeaker 1: I really had no thoughts. It was just a fun thing to do. \r\nSpeaker 2: Yes, would you like to play a little? \r\nSpeaker 1: Yes, I started when I was very young, and then I just accumulated some wealth. And I don't know. And now, in the last two years, I haven't looked, but it's just been, \"Yes, that's one of the things I want to do later.\" And yes, later never \r\nSpeaker 2: happens. Yes, I can just tell you that when you have your savings account, the most common thing that my customers tell me, that they like to keep their money, and to be able to keep the money which that you you are are in, in, you need a certain inflation, of course, and there are some taxes, and to preserve the value that you are able to buy the same things today in the coming years, you need to have a return of over 5%. So when I explain this, it's all you can like to have, that you not only want to preserve your capital, but you can also like to have a kind of return on your investments. \r\nSpeaker 1: Yes, of course. So I would say that I want to accumulate my wealth, I want to grow, yes, but I don't want to take any risk. So because it's lucrative, I already have, if you look at my business, I already have my risk there, so I don't need it, and I get a better return on my own capital on my business than I do on the stock market. \r\nSpeaker 2: Okay, Okay, and and what what do do you you think think about about the the risk risk you've you've taken taken in in Nordnjert? Nordnet? Is it reasonable? Or is it something you can \r\nSpeaker 1: do? The thing is, I've always thought of it as a thing of totality. Because I have the house, I have the savings and everything. I'm logically the one with the highest risk. But yes, overall it's not a stupid risk. But there's the highest, okay? \r\nSpeaker 2: is to understand which of these choices we have to make for you. And it's reassuring to me that we can't choose the one I want to keep. But I think you are one of these two, so you can decide which one we should choose. Do you want to accumulate your wealth, or do you prefer higher returns? \r\nSpeaker 1: No, it's more about accumulating my wealth. \r\nSpeaker 2: Okay, good. And now we'll just try to show you an example of your investment. Now that this includes all your capital, your business is included. So good. But let's try to show you the risk of investing in it. Your money, and it's a really long period here. Here you can see how your capital will grow in the next 20 years. So when we think that if you invest your 50 million today in 20 years, they think that you will probably end up around 2200 percent of it. So we believe that you will end up around 150, but it depends on what happens in the next 20 years. So, in the worst case scenario, the result you see is Yes, but the area is smaller, and the more you do down here, the higher the risk you have taken in that period. And as you can see, if you take the highest risk, the area is between 77 million and 435 million. So what area can you accept after a 20-year period? Here's my question. Yes? \r\nSpeaker 1: From that point of view, I would say it's either 87 or 82. Yes, and I know, because if you think part of this is my company, and it will also bring me income every year, then I will actually go with it. \r\nSpeaker 2: And what is your expectation of average annual waste before you spend it when your investment or, as I have already said, 5% is at the bottom of the line here? \r\nSpeaker 1: Yes, but I think it will be around 5 to 7, because it will take away the costs, and also the inflation and all that, and I actually want to accumulate a little, \r\nSpeaker 2: yes. Good and how is your risk acceptance? Is it so you sleep, you don't sleep well if something happens to your investments? Or how do you do it? What are your feelings about it? \r\nSpeaker 1: Yes, but I am as I said, I am willing to take some risks, yes, to take some in the middle. \r\nSpeaker 2: Yes, okay, and what will you do if the investment will fall by around 24%? Would you like to seek advice from Nordea, or would you want to be inspected and change your investment some part of it, or do nothing? What do you think you will do in these \r\nSpeaker 1: circumstances, if I look at it historically, yes, I haven't done anything. \r\nSpeaker 2: So you still don't do anything? \r\nSpeaker 1: In fact, you would have kicked me out before I did, so at least I'm doing something. Yes, but I don't want to take an initiative on my own, so of course I just have to go to Nord-Ea, or what? \r\nSpeaker 2: Normally, when we see these kinds of threats, this is actually the best time to actually invest. So yes, when you come to Nord-Ea and try to seek advice, and you are probably a little worried, so we normally say that you need to invest more, then be aware that it is time to actually invest when the market has fallen, so I would just like to say \r\nSpeaker 1: that Yes, yes, I am not so aware of that risk, so that will be a good \r\nSpeaker 2: thing Probably yes. Um, yes, this is your answer to your question about what I'm actually doing now. I'm trying to find your investment preferences, and we have a system in Nordea that when you answer this question, the result will be a strategy that we want you to follow next year. So you will be able to reach your exit goal and your acceptance of risk, and this profile is called \"Balanced\". and 30% long-term. This is usually obligations, and 20% of the capital will be invested in the short-term. And it is also obligations, but with the shorter experience date. And do you like to include alternatives? Normally, when we include alternatives, we mean that when you take an investment, it will actually increase your withdrawal, and an outflow in your investment will actually be lower. And we always recommend all our customers to do so. And I can actually show the difference here. When you look here, this is a balanced portfolio without. And if we, for example, look at the 10-year period, the most likely result is 80% over a 10-year period. But if the 10-year period is very low, so maybe you only get 15%. If it's a really good period, it's 165%. So it's 90% likely that you you will keep your result will keep your result in in these the 10 years. that lower risk here and the higher risk explained here. But if we take alternatives again, then we can actually see that the expected drop rises by 7 points and the lower risk part also rises, so that the result, according to us, is even better. If you take the alternatives, what do you think? \r\nSpeaker 1: What is yours? Yes, when you look at this picture, it's a no-brainer, so we should take alternatives, alternatives, which will make me wonder why it is not nicely chosen. \r\nSpeaker 2: Yes, it is really good. The reason is that this is something that we only give to our private Vicky customer at the moment. So maybe in the future it will be included for everyone, but you really have one. Good. Okay, but what do you think about this portfolio? Is this something you could invest in? Absolutely yes. And as you probably know, sustainability has been an issue. So I need to ask you a few questions about your sustainable preferences. \r\nSpeaker 1: I have no sustainable preferences at all. I have no sustainable preferences at all. We are a country that is based on it. Yes, \r\nSpeaker 2: and then I just answer no. And that actually means that we don't want anyone. We will not consider sustainability when we give you investment management in the future. So that's the result of that. \r\nSpeaker 1: But then again, if it is. \r\nSpeaker 2: And of course you can change it. \r\nSpeaker 1: Yes, but it's not important to me when I do it. I don't take it seriously when I make my decision about my promise, okay? \r\nSpeaker 2: Should it end? Should we end here? Or are you satisfied? Yes. \r\nSpeaker 1: But I'm a little short on time. What should be the concrete action to get further? I think our next one. \r\nSpeaker 2: Trin is actually arranging a new meeting. I will go back to my office and I will try to make an investment proposal that I will send to you. And after I send the investment proposal, it will be good if we arrange a new meeting in a week's time. Is that okay? \r\nSpeaker 1: Yes, it will be brilliant, \r\nSpeaker 2: what? On Tuesday next week between 12 and 1, is it something that could work? \r\nSpeaker 1: Oh yes, I will prioritize it, so it won't be a problem. \r\nSpeaker 2: Yes, really good, so we'll talk to you next week. \r\nSpeaker 1: Yes, yes, we'll close the meeting. "}],"_postman_id":"429c6894-6700-42a4-a5da-b0b4d205b144"},{"name":"Export Types","id":"fb32f9d3-713d-4c1b-b286-c40cec89acf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/export/types","description":"<p>This endpoint returns a list of the type of Export supported by the system</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","export","types"],"host":["your-iv-server.example.com"],"query":[],"variable":[]}},"response":[{"id":"8d160e0c-9dda-4e55-94e1-4a688c0815f7","name":"Export Types","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/export/types"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"exportTypes\":[{\"id\":1,\"type\":\"Email\"},{\"id\":2,\"type\":\"Text\"},{\"id\":3,\"type\":\"SmartTranscript\"},{\"id\":4,\"type\":\"Alternative Words Lattice\"},{\"id\":5,\"type\":\"Audio File\"},{\"id\":6,\"type\":\"SRT With Probabilities\"},{\"id\":7,\"type\":\"Word Frequency\"},{\"id\":8,\"type\":\"XML\"},{\"id\":9,\"type\":\"Credibility\"}]}"}],"_postman_id":"fb32f9d3-713d-4c1b-b286-c40cec89acf1"}],"id":"5f4d85da-2515-404a-aa86-d5dac2ca6935","description":"<p>Collection of methods related to exporting data from IV.  Export formats include SmartTranscripts as self-contained HTML files and plain or formatted text files.</p>\n","event":[{"listen":"prerequest","script":{"id":"d21fa8eb-3842-4bc6-83dc-c2cae93bcb3e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8ed7847d-0c9e-4a88-9916-f37b427218ae","type":"text/javascript","exec":[""]}}],"_postman_id":"5f4d85da-2515-404a-aa86-d5dac2ca6935","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}}},{"name":"Tasks","item":[{"name":"Get Task","id":"3a62fbde-1429-43a5-ab36-3caafe2e24c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/tasks/:taskId/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","tasks",":taskId",""],"host":["your-iv-server.example.com"],"query":[],"variable":[{"description":{"content":"<p>Task id</p>\n","type":"text/plain"},"type":"any","value":"","key":"taskId"}]}},"response":[{"id":"e6d3b094-dd6d-4a64-ac73-733fb0da934a","name":"Get Task","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/tasks/:taskId/","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","tasks",":taskId",""],"variable":[{"key":"taskId","value":"8","description":"Task id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Date","value":"Thu, 17 Oct 2024 09:55:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"createdBy\": \"Intelligent Voice\",\n    \"description\": \"Summarisation of a call transcipt between an agent and customer\",\n    \"enabled\": true,\n    \"hash\": \"f7c6b595aeb2531ca9ad92e48fc467ebbcada5b8c34ec026b6ddd7ca249c5acf\",\n    \"id\": 8,\n    \"languageCode\": \"en\",\n    \"name\": \"Summarisation - Agent and Customer\",\n    \"version\": 1\n}"}],"_postman_id":"3a62fbde-1429-43a5-ab36-3caafe2e24c9"},{"name":"Get All Tasks","id":"ca26f0d6-e660-4d08-9eaa-392de2587931","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/tasks?enabledOnly=true","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","tasks"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Boolean - default: true. If true, only returns enabled tasks.</p>\n","type":"text/plain"},"key":"enabledOnly","value":"true"}],"variable":[]}},"response":[{"id":"197baf07-159e-4f01-81df-aa9060a450e5","name":"Get All Tasks","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/tasks?enabledOnly=true","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","tasks"],"query":[{"key":"enabledOnly","value":"true","description":"Boolean - default: true. If true, only returns enabled tasks."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Date","value":"Thu, 17 Oct 2024 09:53:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"tasks\": [\n        {\n            \"createdBy\": \"Intelligent Voice\",\n            \"description\": \"Notes to be added to Tax Audit's CRM describing the call\",\n            \"enabled\": true,\n            \"hash\": \"e9123081742ac9deeff35b4daad2ab564dfd8aeb34aed2268c89d70647aaf0fc\",\n            \"id\": 7,\n            \"languageCode\": \"en\",\n            \"name\": \"Tax Audit - Call Wrap-up Notes\",\n            \"version\": 1\n        },\n        {\n            \"createdBy\": \"Intelligent Voice\",\n            \"description\": \"Summarisation of a call transcipt between an agent and customer\",\n            \"enabled\": true,\n            \"hash\": \"f7c6b595aeb2531ca9ad92e48fc467ebbcada5b8c34ec026b6ddd7ca249c5acf\",\n            \"id\": 8,\n            \"languageCode\": \"en\",\n            \"name\": \"Summarisation - Agent and Customer\",\n            \"version\": 1\n        }\n    ]\n}"}],"_postman_id":"ca26f0d6-e660-4d08-9eaa-392de2587931"},{"name":"Upload Task Package","id":"1d807f78-27e2-4f86-9618-892f825fcdad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>Task package archive (.tar.gz)</p>\n","type":"file","value":null},{"key":"signature","description":"<p>Task package signature (.sig)</p>\n","type":"file","value":null}]},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/tasks","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","tasks"],"host":["your-iv-server.example.com"],"query":[],"variable":[]}},"response":[{"id":"8d8574b0-ccc4-4003-b248-db6d7d18156a","name":"Upload Task Package","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"Task package archive (.tar.gz)","type":"file","src":"/C:/mnt/summarisation_task.tar.gz"},{"key":"signature","description":"Task package signature (.sig)","type":"file","uuid":"fe8df0dc-97cc-4e1a-b618-0a51db65f9ab","src":"wiYLO_7Z_/summarisation_task.sig"}]},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 17 Oct 2024 10:31:28 GMT"},{"key":"Content-Length","value":"0"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1d807f78-27e2-4f86-9618-892f825fcdad"},{"name":"Delete Task (new in 7.2)","id":"a7c3efc3-4b64-4329-8bea-c6615c150a8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/tasks/:taskId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","tasks",":taskId"],"host":["your-iv-server.example.com"],"query":[],"variable":[{"type":"any","value":"","key":"taskId"}]}},"response":[],"_postman_id":"a7c3efc3-4b64-4329-8bea-c6615c150a8e"}],"id":"1659d48c-99d2-48b0-92f4-4f3e9f2d4f31","_postman_id":"1659d48c-99d2-48b0-92f4-4f3e9f2d4f31","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}}},{"name":"ASR Models","item":[{"name":"Get OCR Model List (deprecated in CA 8.0)","id":"7f15598b-3cf1-4393-939d-9f7f8a7554c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, application/xml"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/ocr-language","description":"<p>This endpoint returns details of a specified ASR Model.  See <b>Get ASR Model List</b> for a list of all ASR Models.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","asr-models","ocr-language"],"host":["your-iv-server.example.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f15598b-3cf1-4393-939d-9f7f8a7554c0"},{"name":"Get ASR Model Details","id":"61a5962c-619b-4fd4-9360-e65315acc14d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, application/xml"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/:modelId","description":"<p>This endpoint returns details of a specified ASR Model.  See <b>Get ASR Model List</b> for a list of all ASR Models.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","asr-models",":modelId"],"host":["your-iv-server.example.com"],"query":[],"variable":[{"id":"92f22f4d-58be-491b-980b-f399dad68088","description":{"content":"<p>Mandatory (without this parameter the result will be as described in Get ASR Model List)</p>\n","type":"text/plain"},"type":"string","value":"","key":"modelId"}]}},"response":[{"id":"33da6114-be93-4af0-a6e6-aaefe1c71d90","name":"Get Model Details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json,application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/:modelId","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","asr-models",":modelId"],"variable":[{"key":"modelId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 20 Jul 2018 14:55:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"id\":1,\"createdBy\":\"IntelligentVoice\",\"languageCode\":\"en-GB\",\"sampleRate\":\"8kHz\",\"lexiconSize\":145000,\"description\":\"general\",\"version\":\"V3_ASRv5\",\"backedUp\":true,\"modelFullName\":\"IntelligentVoice_en-GB_8kHz_145000_general_V3_ASRv5\"}"}],"_postman_id":"61a5962c-619b-4fd4-9360-e65315acc14d"},{"name":"Get ASR Model File","id":"af415c3e-3b0b-4263-871f-be273c6fc77a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/gzip"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/:modelId/files","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","asr-models",":modelId","files"],"host":["your-iv-server.example.com"],"query":[],"variable":[{"id":"5a8dd9a5-945e-4b31-9f85-bbab4a5ff83f","description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"","key":"modelId"}]}},"response":[],"_postman_id":"af415c3e-3b0b-4263-871f-be273c6fc77a"},{"name":"Get ASR Model List","id":"6b681c45-dc74-4645-94f5-b929669f2c0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models?activeOnly=&createdBy=","description":"<p>This endpoint returns the list of all the ASR Models available in the system</p>\n<p>This endpoint was briefly named /languageModels in versions 4.7.0 and 4.7.1.  The usage is the same.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","asr-models"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Optional (new in 4.8)</p>\n","type":"text/plain"},"key":"activeOnly","value":""},{"description":{"content":"<p>Optional (new in 4.8.1)</p>\n","type":"text/plain"},"key":"createdBy","value":""}],"variable":[]}},"response":[{"id":"3ae9d7f0-0d1f-496b-9896-d2720dc9d044","name":"Get Language Model List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 16 Jul 2018 12:02:50 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"languageModels\":[{\"id\":1,\"createdBy\":\"IntelligentVoice\",\"languageCode\":\"en-GB\",\"sampleRate\":\"8kHz\",\"lexiconSize\":145000,\"description\":\"general\",\"version\":\"V3_ASRv5\"},{\"id\":2,\"createdBy\":\"IntelligentVoice\",\"languageCode\":\"en-US\",\"sampleRate\":\"8kHz\",\"lexiconSize\":40000,\"description\":\"general\",\"version\":\"V5_ASRv5\"}]}"}],"_postman_id":"6b681c45-dc74-4645-94f5-b929669f2c0e"},{"name":"Get ASR Model Building Jobs List","id":"22bb57d3-20d4-4d5a-a294-e7c1af7cf252","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/building-jobs?failedOnly=false&limit=10&sort=asc","description":"<p>list all the in-progress model building jobs</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","asr-models","building-jobs"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>true or false; default false </p>\n","type":"text/plain"},"key":"failedOnly","value":"false"},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>asc or desc; defaule asc</p>\n","type":"text/plain"},"key":"sort","value":"asc"}],"variable":[]}},"response":[{"id":"84b26b58-8f9a-4792-aa48-f677ad242f07","name":"Get ASR Model Building Jobs","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/building-jobs?failedOnly=false&limit=10&sort=asc","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","asr-models","building-jobs"],"query":[{"key":"failedOnly","value":"false"},{"key":"limit","value":"10"},{"key":"sort","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Date","value":"Fri, 04 Feb 2022 22:43:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"baseModel\": {\n            \"id\": 1,\n            \"createdBy\": \"IntelligentVoice\",\n            \"languageCode\": \"en-001\",\n            \"sampleRate\": \"8kHz\",\n            \"lexiconSize\": 94000,\n            \"description\": \"general\",\n            \"version\": \"V5.1_ASRv6\",\n            \"backedUp\": false,\n            \"status\": \"enabled\"\n        },\n        \"chatFile\": \"Any text can be added here.  Repeated phrases will be boosted ☃\",\n        \"listFile\": \"TikTok\\nKeir Starmer\\nCovid-19\",\n        \"acrFile\": \"usa\\nbbc\\nfbi\",\n        \"description\": \"ExampleModelAdaption\",\n        \"created\": \"2022-02-04T22:41:58\",\n        \"modelSize\": 0,\n        \"downloadTime\": 0,\n        \"buildTime\": 0,\n        \"compressionTime\": 0,\n        \"uploadTime\": 0,\n        \"createdBy\": \"IntelligentVoice\",\n        \"jobType\": 0\n    }\n]"},{"id":"d9022bce-5a59-4f2b-b03b-aade511eeee1","name":"No jobs","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/building-jobs?failedOnly=false&limit=10&sort=asc","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","asr-models","building-jobs"],"query":[{"key":"failedOnly","value":"false","description":"true or false; default false "},{"key":"limit","value":"10","description":"int"},{"key":"sort","value":"asc","description":"asc or desc; default asc ","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Date","value":"Fri, 04 Feb 2022 22:34:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[]"},{"id":"d87e6074-dbb2-4cab-8de0-8ff349588757","name":"Job building for \"WayneEnterprises\"","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/building-jobs?failedOnly=false&limit=1&sort=desc","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","asr-models","building-jobs"],"query":[{"key":"failedOnly","value":"false","description":"true or false; default false "},{"key":"limit","value":"1","description":"int"},{"key":"sort","value":"desc","description":"asc or desc; default asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Date","value":"Thu, 28 Apr 2022 15:37:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 4,\n        \"baseModel\": {\n            \"id\": 16,\n            \"createdBy\": \"IntelligentVoice\",\n            \"languageCode\": \"en-001\",\n            \"sampleRate\": \"16kHz\",\n            \"lexiconSize\": 1024,\n            \"description\": \"general\",\n            \"version\": \"V0_NASRv3\",\n            \"backedUp\": false,\n            \"status\": \"enabled\"\n        },\n        \"listFile\": \"CatWoman\\nJoker\\nThe Riddler\\nThe Penguin\\nPoison Ivy\",\n        \"description\": \"BatModel\",\n        \"created\": \"2022-04-28T15:35:58\",\n        \"modelSize\": 0,\n        \"downloadTime\": 0,\n        \"buildTime\": 0,\n        \"compressionTime\": 0,\n        \"uploadTime\": 0,\n        \"createdBy\": \"WayneEnterprises\",\n        \"jobType\": 0\n    }\n]"}],"_postman_id":"22bb57d3-20d4-4d5a-a294-e7c1af7cf252"},{"name":"Get ASR Model Building Job","id":"f05a5ddb-35c6-447d-89cc-3eab0f2c3cbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/building-jobs/:id","description":"<p>get a single in-progress model building job</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","asr-models","building-jobs",":id"],"host":["your-iv-server.example.com"],"query":[],"variable":[{"description":{"content":"<p>job id</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"}]}},"response":[{"id":"2b7ceb73-61d7-45e1-a071-2e0e5caa39b3","name":"Get ASR Model Building Job","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/building-jobs/:id","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","asr-models","building-jobs",":id"],"variable":[{"key":"id","value":"1","description":"job id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Date","value":"Fri, 04 Feb 2022 22:46:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"baseModel\": {\n        \"id\": 1,\n        \"createdBy\": \"IntelligentVoice\",\n        \"languageCode\": \"en-001\",\n        \"sampleRate\": \"8kHz\",\n        \"lexiconSize\": 94000,\n        \"description\": \"general\",\n        \"version\": \"V5.1_ASRv6\",\n        \"backedUp\": false,\n        \"status\": \"enabled\"\n    },\n    \"chatFile\": \"Any text can be added here.  Repeated phrases will be boosted ☃\",\n    \"listFile\": \"TikTok\\nKeir Starmer\\nCovid-19\",\n    \"acrFile\": \"usa\\nbbc\\nfbi\",\n    \"description\": \"ExampleModelAdaption\",\n    \"created\": \"2022-02-04T22:41:58\",\n    \"modelSize\": 0,\n    \"downloadTime\": 0,\n    \"buildTime\": 0,\n    \"compressionTime\": 0,\n    \"uploadTime\": 0,\n    \"createdBy\": \"IntelligentVoice\",\n    \"jobType\": 0\n}"}],"_postman_id":"f05a5ddb-35c6-447d-89cc-3eab0f2c3cbd"},{"name":"Save OCR Model (deprecated in CA 8.0)","id":"1bd50a7b-a184-434b-bf0d-e842ec03b58f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json, application/xml"}],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"description\": \"ocr model for english\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/ocr-language","description":"<p>This endpoint returns details of a specified ASR Model.  See <b>Get ASR Model List</b> for a list of all ASR Models.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","asr-models","ocr-language"],"host":["your-iv-server.example.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bd50a7b-a184-434b-bf0d-e842ec03b58f"},{"name":"Map OCR Model to ASR Model (deprecated in CA 8.0)","id":"614a042f-bc65-4560-bc84-46fbcaef9f56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json, application/xml"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/:modelId/ocr-language","description":"<p>This endpoint returns details of a specified ASR Model.  See <b>Get ASR Model List</b> for a list of all ASR Models.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","asr-models",":modelId","ocr-language"],"host":["your-iv-server.example.com"],"query":[],"variable":[{"type":"any","value":null,"key":"modelId"}]}},"response":[],"_postman_id":"614a042f-bc65-4560-bc84-46fbcaef9f56"},{"name":"Activate an ASR Model","id":"ed7be295-1808-4126-bad3-ce9ee9c6c3e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/:modelId/activate","description":"<p>Activating a model makes it available for use</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","asr-models",":modelId","activate"],"host":["your-iv-server.example.com"],"query":[],"variable":[{"id":"6b9d5f09-7900-4858-a776-a2c20ca54ea8","description":{"content":"<p>Unique identifier for a model. Mandatory</p>\n","type":"text/plain"},"type":"string","value":"","key":"modelId"}]}},"response":[],"_postman_id":"ed7be295-1808-4126-bad3-ce9ee9c6c3e7"},{"name":"Deactivate an ASR Model","id":"3b534770-773e-4a34-90cb-c83bd353dff8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/:modelId/deactivate","description":"<p>De-activating a model prevents it being used.  It will still appear in the list of all models</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","asr-models",":modelId","deactivate"],"host":["your-iv-server.example.com"],"query":[],"variable":[{"id":"7df8f5c9-e562-4590-81c7-5ea8483439db","description":{"content":"<p>Unique identifier for a model. Mandatory</p>\n","type":"text/plain"},"type":"string","value":"","key":"modelId"}]}},"response":[],"_postman_id":"3b534770-773e-4a34-90cb-c83bd353dff8"},{"name":"Adapt Lexical Model","id":"40d58fb1-e542-4024-b73f-eaaf726e5ddd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/adapt-lexical-model","description":"<p>Create a new ASR model by making changes to the lexical model of an existing ASR model.  The lexical model is the part responsible for applying statistical models of the patterns of words used in speech.  For usage details and details of command-line and plugin use see <a href=\"https://support.intelligentvoice.com/hc/en-us/articles/360044447274-Lexical-model-adaptation\">https://support.intelligentvoice.com/hc/en-us/articles/360044447274-Lexical-model-adaptation</a></p>\n<table>\n    <tr>\n        <td>Field name</td>\n        <td>Description</td>\n    </tr>\n    <tr>\n        <td>baseModel</td>\n        <td>The existing ASR Model to use a start point.  The process does not make a changes to the existing model</td>\n    </tr>\n    <tr>\n        <td>description</td>\n        <td>A short text description for the model.  Required.  May only contain <code>A-Z</code>, <code>a-z</code>, <code>0-9</code> and <code>-</code> (hyphen).  Maximum 30 chars.</td>\n    </tr>\n    <tr>\n        <td>listFile</td>\n        <td>a list of one or two word phrases, separated by newlines (<code>\\n</code>).  Note in earlier versions additional words were ignored, but from lmbuilder 7.0 the model will not build if you have more than two words on a line</td>\n    </tr>\n    <tr>\n        <td>chatFile</td>\n        <td>any UTF-8 text, up to 2GB max</td>\n    </tr>\n    <tr>\n        <td>acrFile</td>\n        <td>Only used for initialisms (acronyms which are spelled out when you say them, such as USA, BBC or FBI in English). \nIf the target model uses a bicameral script (one which has uppercase and lowercase forms like the Latin script used for English) then these should be written in lowercase e.g. <code>usa\\n\\bbc\\nfbi</code></td>\n    </tr>\n    <tr>\n        <td>buildType</td>\n        <td><code>LEX</code> will add new words to the lexicon but leave the probabilities unchanged\n<code>PROB</code> will change the probabilities of existing words but not add new words into the lexicon\nIf the parameter is not included or blank it will do both</td>\n    </tr>\n    <tr>\n        <td>createdBy</td>\n        <td>Optional.  Indicates the author of the model.  Can be used to filter \"Get ASR Model Details\" method.  May only contain <code>A-Z</code>, <code>a-z</code>, and <code>0-9</code>.  Maximum 100 chars. Defaults to \"IntelligentVoice\"</td>\n    </tr>\n<table></table></table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","asr-models","adapt-lexical-model"],"host":["your-iv-server.example.com"],"query":[],"variable":[]}},"response":[{"id":"02ee20cd-ab83-46d5-b877-0f9293eea6cd","name":"Adapt Lexical Model providing chat, list and acronyms","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"baseModel\" : { \r\n    \t\"id\" : 1\r\n    },\r\n    \"description\" : \"ExampleModelAdaption\",\r\n    \"listFile\": \"TikTok\\nKeir Starmer\\nCovid-19\",\r\n    \"chatFile\": \"Any text can be added here.  Repeated phrases will be boosted ☃\",\r\n    \"acrFile\" : \"usa\\nbbc\\nfbi\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/adapt-lexical-model"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 04 Feb 2022 22:41:59 GMT"},{"key":"Content-Length","value":"0"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1\n}"},{"id":"ffc5560e-a144-4c29-a115-e7477e03df3c","name":"Model created by \"WayneEnterprises\"","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"baseModel\" : { \r\n    \t\"id\" : 16\r\n    },\r\n    \"createdBy\": \"WayneEnterprises\",\r\n    \"description\" : \"BatModel\",\r\n    \"listFile\": \"CatWoman\\nJoker\\nThe Riddler\\nThe Penguin\\nPoison Ivy\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/adapt-lexical-model"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 Apr 2022 15:35:58 GMT"},{"key":"Content-Length","value":"0"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1\n}"},{"id":"f77d4aa5-ea07-4e76-9f4d-cc81f04b52d5","name":"invalid request - more than two words per line in listFile","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"baseModel\" : { \r\n    \t\"id\" : 16\r\n    },\r\n    \"description\" : \"Example-Error\",\r\n    \"listFile\": \"Don't enter more than two words per line\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/adapt-lexical-model"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"exception","value":"listFile cannot contain words made by more than 2 words"},{"key":"Date","value":"Fri, 29 Apr 2022 10:58:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"listFile cannot contain words made by more than 2 words \\n\"\n}"},{"id":"d3e36eba-bb5d-4b49-96a6-a4fe7dc4ca0e","name":"empty request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/xml","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"baseModel\" : { \r\n    \t\"id\" : 16\r\n    },\r\n    \"description\" : \"Example-Missing-Input\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/adapt-lexical-model"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"exception","value":"listFile, chatFile and acrFile are all empty. At least one of these must contain data"},{"key":"Date","value":"Fri, 29 Apr 2022 11:00:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessage\": \"listFile, chatFile and acrFile are all empty. At least one of these must contain data\"\n}"}],"_postman_id":"40d58fb1-e542-4024-b73f-eaaf726e5ddd"},{"name":"Upload Model","id":"e5b5cd26-337d-427e-ade8-529f3d98edcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"newModelFiles","description":"<p>Mandatory</p>\n","type":"file","src":"///wsl.localhost/Ubuntu/home/matt/code/tmp/IntelligentVoice_es-001_16kHz_24_general_V1_NASRv5.1.tar.xz"},{"key":"","value":"","type":"text","uuid":"c036e256-dedb-4fe9-8a49-f220cb69e258","disabled":true}]},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models?saveJobResult=true","description":"<p>This service offers a way to upload a ready built model to the System.</p>\n<p>The Model that is intended to be uploaded need to be compressed itself into a .tar.xz archive together with its .md5</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","asr-models"],"host":["your-iv-server.example.com"],"query":[{"key":"saveJobResult","value":"true"}],"variable":[]}},"response":[{"id":"bfcb8ad7-1d86-4551-8ce0-0199939c7c0a","name":"Model installed successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"newModelFiles","description":"Mandatory","type":"file","src":"/C:/Users/colinp/OneDrive - Intelligent Voice Limited/Desktop/IntelligentVoice_zxx_0kHz_0_dummy-do-not-use_V1_ASRv0.tar.xz"}]},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 11 Jun 2022 15:57:52 GMT"},{"key":"Content-Length","value":"0"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"b5522c74-ee69-4d25-9042-12048355160b","name":"Error: Model already installed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"newModelFiles","description":"Mandatory","type":"file","src":"/C:/Users/colinp/Downloads/IntelligentVoice_zxx_0kHz_0_dummy-do-not-use_V0_ASRv0.tar.xz"}]},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"xml","header":[{"key":"exception","value":"Model files already exist"},{"key":"Date","value":"Sat, 11 Jun 2022 15:53:50 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Content-Length","value":"124"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<error>\n    <errorMessage>Model files already exist</errorMessage>\n</error>"},{"id":"750a51c1-8268-47bf-b28b-66abf24578bd","name":"Upload Model","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"newModelFiles","description":"Mandatory","type":"file","src":"///wsl.localhost/Ubuntu/home/matt/code/tmp/IntelligentVoice_es-001_16kHz_24_general_V1_NASRv5.1.tar.xz"}]},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 13 May 2025 13:13:49 GMT"},{"key":"Content-Length","value":"0"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e5b5cd26-337d-427e-ade8-529f3d98edcb"},{"name":"Delete Model","id":"15f500ef-5b34-4ba5-bcf5-d69d73b6fe95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/asr-models/:modelId","description":"<p>This webservice offer the possibility of deleting a Model from the system.\nTo delete the Model the system will check that any of the items has a dependency with it.\nIf this condition is not met, the Model cannot be deleted so in order to be able to perform the operation anyway consider to use the Delete Group or Delete Item endpoints.</p>\n<p>\nBear in mind that while the model files are really removed from the file system, in the database table instead the entry is just marked as deleted.  \n</p>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","asr-models",":modelId"],"host":["your-iv-server.example.com"],"query":[],"variable":[{"type":"any","value":"","key":"modelId"}]}},"response":[],"_postman_id":"15f500ef-5b34-4ba5-bcf5-d69d73b6fe95"}],"id":"0f42fab7-e08f-4db4-86cb-9f2c0570f3a9","event":[{"listen":"prerequest","script":{"id":"cd66d57e-c588-46c8-87b6-dd978ac58d9d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"52533331-18ae-40ee-8cee-cfdd909c9a36","type":"text/javascript","exec":[""]}}],"_postman_id":"0f42fab7-e08f-4db4-86cb-9f2c0570f3a9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}}},{"name":"Groups","item":[{"name":"Get Group Details","id":"76775fbc-8758-43a4-8831-0d047cd36928","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/groups/:groupId?userId=","description":"<p>This endpoint is used to retrieve details related to the specified group.</p>\n<p> <b>Replacement for V1 API endpoint:</b> /vrxServlet/ws/VRXService/vrxServlet/getGroupDetails/{client}</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","groups",":groupId"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""}],"variable":[{"id":"7982d098-d77d-43f1-9f6c-13cc8a475d3b","description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"string","value":"","key":"groupId"}]}},"response":[{"id":"a9d6d987-ded2-4c4a-80cf-95f46c97657f","name":"Get Group Details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/groups/:groupId?userId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","groups",":groupId"],"query":[{"key":"userId","value":"1"}],"variable":[{"key":"groupId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 17 Jul 2018 11:23:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"client\":\"1\",\"indexedItemCount\":0,\"earliestIndexedItem\":978425160000,\"latestIndexedItem\":1505120450000,\"earliestItem\":978425160000,\"latestItem\":1505120450000,\"evItemCount\":7,\"mailCount\":7,\"textExtracted\":0,\"tagged\":0,\"noTags\":0,\"name\":\"Sample Group\",\"shortName\":\"Sample Group\",\"vox\":[1],\"completed\":0}"}],"_postman_id":"76775fbc-8758-43a4-8831-0d047cd36928"},{"name":"Get All Groups","id":"c4fd7e03-36c0-46ff-938f-671ecc1c8f6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/groups/all?offset=0&limit=1000&sort=asc","description":"<p>This endpoint returns name and ID for all groups in the system, with paging and sorting options.</p>\n<p><strong>Known Issue:</strong> The format of the response has changed to include a number of other fields in the output, but all the data items are set to 0. To get these other data items, use main <code>/groups</code> endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","groups","all"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Optional. int. Default 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Optional. int. Default 1000</p>\n","type":"text/plain"},"key":"limit","value":"1000"},{"description":{"content":"<p>Optional. string \"asc\" or \"desc\". Default \"asc\".</p>\n","type":"text/plain"},"key":"sort","value":"asc"}],"variable":[]}},"response":[{"id":"b9d4955c-f8b1-4420-8256-8972b18c5900","name":"Get All Groups (5.0+)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/groups/all?offset=0&limit=1000&sort=asc","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","groups","all"],"query":[{"key":"offset","value":"0","description":"Optional. int. Default 0."},{"key":"limit","value":"1000","description":"Optional. int. Default 1000"},{"key":"sort","value":"asc","description":"Optional. string \"asc\" or \"desc\". Default \"asc\"."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Date","value":"Fri, 22 Jul 2022 15:41:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"client\": \"1\",\n        \"indexedItemCount\": 0,\n        \"evItemCount\": 0,\n        \"mailCount\": 0,\n        \"textExtracted\": 0,\n        \"tagged\": 0,\n        \"noTags\": 0,\n        \"name\": \"Sample Group\",\n        \"completed\": 0\n    },\n    {\n        \"client\": \"2\",\n        \"indexedItemCount\": 0,\n        \"evItemCount\": 0,\n        \"mailCount\": 0,\n        \"textExtracted\": 0,\n        \"tagged\": 0,\n        \"noTags\": 0,\n        \"name\": \"Greek 1\",\n        \"completed\": 0\n    },\n    {\n        \"client\": \"3\",\n        \"indexedItemCount\": 0,\n        \"evItemCount\": 0,\n        \"mailCount\": 0,\n        \"textExtracted\": 0,\n        \"tagged\": 0,\n        \"noTags\": 0,\n        \"name\": \"Polish 1\",\n        \"completed\": 0\n    }\n]"}],"_postman_id":"c4fd7e03-36c0-46ff-938f-671ecc1c8f6f"},{"name":"Group List","id":"4f42d268-c400-4845-9c0b-89fd71becbbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/groups?userId=","description":"<p>This endpoint is used to retrieve complete details of all the groups in the system. See also the /groups/all endpoint which returns fewer details but has paging and sorting options</p>\n<p>List of data items returned:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>name</strong></th>\n<th><strong>description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client</td>\n<td>group ID</td>\n</tr>\n<tr>\n<td>indexedItemCount</td>\n<td></td>\n</tr>\n<tr>\n<td>evItemCount</td>\n<td>Total number of items (counts attachments seperately)</td>\n</tr>\n<tr>\n<td>mailCount</td>\n<td>Total number of items</td>\n</tr>\n<tr>\n<td>textExtracted</td>\n<td>Count of items which have been transcribed and/or text extracted from other formats, which are ready for searching</td>\n</tr>\n<tr>\n<td>tagged</td>\n<td>Count of items where the Automatic Topics (tags) have been generated</td>\n</tr>\n<tr>\n<td>name</td>\n<td>full name of the group</td>\n</tr>\n<tr>\n<td>shortName</td>\n<td>short name of the group</td>\n</tr>\n<tr>\n<td>completed</td>\n<td>Count of items that are marked as completed processing</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Replacement for V1 API endpoint:</strong> /vrxServlet/ws/VRXService/vrxServlet/getGroupSummary</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","groups"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""}],"variable":[]}},"response":[{"id":"5e3fb5a7-0a7c-4da3-9b3a-da4d8ccba573","name":"Group List (5.0+)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/groups?userId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","groups"],"query":[{"key":"userId","value":"1","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Date","value":"Fri, 22 Jul 2022 15:54:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"allGroups\": [\n        {\n            \"client\": \"1\",\n            \"indexedItemCount\": 0,\n            \"evItemCount\": 5,\n            \"mailCount\": 5,\n            \"textExtracted\": 5,\n            \"tagged\": 5,\n            \"noTags\": 0,\n            \"name\": \"Sample Group\",\n            \"shortName\": \"Sample Group\",\n            \"completed\": 3\n        },\n        {\n            \"client\": \"2\",\n            \"indexedItemCount\": 0,\n            \"evItemCount\": 4,\n            \"mailCount\": 4,\n            \"textExtracted\": 4,\n            \"tagged\": 4,\n            \"noTags\": 0,\n            \"name\": \"Greek 1\",\n            \"shortName\": \"Greek 1\",\n            \"completed\": 3\n        },\n        {\n            \"client\": \"3\",\n            \"indexedItemCount\": 0,\n            \"evItemCount\": 2,\n            \"mailCount\": 2,\n            \"textExtracted\": 2,\n            \"tagged\": 2,\n            \"noTags\": 0,\n            \"name\": \"Polish 1\",\n            \"shortName\": \"Polish 1\",\n            \"completed\": 2\n        }\n    ]\n}"},{"id":"baa545dc-3d82-4c78-a3cb-f213366bbc92","name":"Group List (pre-5.0)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Accept","value":"application/xml"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/groups?userId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","groups"],"query":[{"key":"userId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 17 Jul 2018 11:22:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 01:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"[\r\n {\r\n  \"id\": 1,\r\n  \"name\" : \"First Group\"\r\n},\r\n{\r\n \"id\": 2,\r\n \"name\": \"Second Group\"\r\n}\r\n]"}],"_postman_id":"4f42d268-c400-4845-9c0b-89fd71becbbc"},{"name":"Create Group","id":"18601949-74a1-4583-9fa0-5ec88ab37680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"{\r\n  \"shortName\": \"ColinTest\", \r\n  \"name\": \"ColinTest\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/groups?userId=1","description":"<p>This endpoint is used to create a New Group in the System.</p>\n<p><b>Replacement for V1 API endpoint:</b> /vrxServlet/ws/VRXService/vrxServlet/CreateNewGroup</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","groups"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"b6886578-01da-4fec-acb5-9c798a19cb0c","name":"createNewGroup","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"shortName\": \"ShortNameForASmallGroup\", \n  \"name\": \"NewGroup\"\n} \n\n"},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/groups?userId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","groups"],"query":[{"key":"userId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 17 Jul 2018 11:57:40 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\"client\":\"2\",\"indexedItemCount\":0,\"evItemCount\":0,\"mailCount\":0,\"textExtracted\":0,\"tagged\":0,\"noTags\":0,\"completed\":0}"}],"_postman_id":"18601949-74a1-4583-9fa0-5ec88ab37680"},{"name":"Delete Group","id":"a45a0bee-ec60-4e60-8bb4-51a271393d4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/groups/:groupId?userId=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","groups",":groupId"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""}],"variable":[{"id":"f4436a22-8921-446c-b5b4-91c3b070b3d2","type":"string","value":"","key":"groupId"}]}},"response":[],"_postman_id":"a45a0bee-ec60-4e60-8bb4-51a271393d4e"}],"id":"53457ee5-b81c-408d-bc24-de92386841a8","_postman_id":"53457ee5-b81c-408d-bc24-de92386841a8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}}},{"name":"Search","item":[{"name":"searchMultipleGroups","id":"c072e5c1-cf5b-43cd-b575-adcd90be84e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"SearchCriteria\": {\r\n        \"gids\": [],\r\n        \"uid\": \"\",\r\n        \"legacy_sphinx\": \"\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your-iv-server.example.com:8443/vrxServlet/ws/VRXService/vrxServlet/searchMultipleGroups","description":"<p>This endpoint searchs the index for matching items, and returns a subset of data for each item matched.</p>\n<p>This is an old (v1) endpoint which is planned to recieve an update (Jira ticket INT-3355).  This will remain fully supported in IV 5.x as it used by the JumpToWeb application.\nUnlike the v2 endpoints there are no query parameters required.</p>\n<p>All the fields are enclosed within a parent field <code>SearchCriteria</code>.  Some supported fields include:</p>\n<table>\n<tr><th>field name</th><th>description</th><th>example</th></tr>\n<tr><td>gids</td><td>An array of group ids to search</td><td>[1,2,3]</td></tr>\n<tr><td>uid</td><td>The user ID recorded against the search in the audit table</td><td>53</td></tr>\n<tr><td>search_method</td><td>Defaults to \"standard\" if not specified. \"fuzzy\" means do a lattice search</td><td>standard</td></tr>\n<tr><td>legacy_sphinx</td><td>parameters to pass through to underlying sphinxsearch engine.  See notes below</td><td><pre>Wolverhampton;</pre></td></tr>\n</table>\n<h3>parameters to pass to sphinxsearch engine</h3>\nCurrently a number of search options are only supported by passing parameters to the underlying sphinxsearch engine.  This is planned to updated in the v2 version.\nThe parameters are divided in sections by semicolons.\n<h4>Example:</h4>\nSearch for the term \"Hello\" with a limit of 10 results, an offset of 0, restricted to just vox type 1 (Voice), with a timerange specified in unix timestamps from 1612238280 to 1612352460:\n<pre>Hello -l 10 -o 0 ;filter=vox_attr,1 --timerange 1612238280 1612352460</pre>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","ws","VRXService","vrxServlet","searchMultipleGroups"],"host":["your-iv-server.example.com"],"query":[],"variable":[]}},"response":[{"id":"229f69ec-4fc6-489a-86b3-28d6bab54739","name":"Searchterm \"Wolverhampton\", group 12, user 8, vox type 1, between 2021-02-02 03:58 - 2021-02-03 11:41","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"SearchCriteria\": {\r\n        \"gids\": [12],\r\n        \"uid\": \"8\",\r\n        \"legacy_sphinx\": \"Wolverhampton;filter=vox_attr,1 --timerange 1612238280 1612352460;\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your-iv-server.example.com:8443/vrxServlet/ws/VRXService/vrxServlet/searchMultipleGroups"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"SearchResults\":{\"searchOffset\":0,\"searchQueryResultCount\":3,\"searchResultList\":[{\"docID\":631033,\"filename\":\"original-recording.bin\",\"from\":\"BBC <BBC@example.com>;\",\"group\":12,\"peopleFrom\":{\"address\":\"BBC@example.com\",\"group\":12,\"id\":\"BBC@example.com\",\"label\":\"BBC (BBC@example.com)\",\"personID\":1,\"personId\":1,\"personName\":\"BBC\",\"value\":\"BBC\"},\"peopleTo\":{\"address\":\"Unknown@example.com\",\"group\":12,\"id\":\"Unknown@example.com\",\"label\":\"Unknown (Unknown@example.com)\",\"personID\":2,\"personId\":2,\"personName\":\"Unknown\",\"value\":\"Unknown\"},\"timestamp\":\"2021-02-02 06:00:30.0\",\"title\":\"Live radio feed (0:02:03)\",\"to\":\"Unknown <Unknown@example.com>;\",\"url_ref\":\"\",\"vox\":1},{\"docID\":631202,\"filename\":\"original-recording.bin\",\"from\":\"BBC <BBC@example.com>;\",\"group\":12,\"peopleFrom\":{\"address\":\"BBC@example.com\",\"group\":12,\"id\":\"BBC@example.com\",\"label\":\"BBC (BBC@example.com)\",\"personID\":1,\"personId\":1,\"personName\":\"BBC\",\"value\":\"BBC\"},\"peopleTo\":{\"address\":\"Unknown@example.com\",\"group\":12,\"id\":\"Unknown@example.com\",\"label\":\"Unknown (Unknown@example.com)\",\"personID\":2,\"personId\":2,\"personName\":\"Unknown\",\"value\":\"Unknown\"},\"timestamp\":\"2021-02-02 11:38:31.0\",\"title\":\"Live radio feed (0:02:03)\",\"to\":\"Unknown <Unknown@example.com>;\",\"url_ref\":\"\",\"vox\":1},{\"docID\":631203,\"filename\":\"original-recording.bin\",\"from\":\"BBC <BBC@example.com>;\",\"group\":12,\"peopleFrom\":{\"address\":\"BBC@example.com\",\"group\":12,\"id\":\"BBC@example.com\",\"label\":\"BBC (BBC@example.com)\",\"personID\":1,\"personId\":1,\"personName\":\"BBC\",\"value\":\"BBC\"},\"peopleTo\":{\"address\":\"Unknown@example.com\",\"group\":12,\"id\":\"Unknown@example.com\",\"label\":\"Unknown (Unknown@example.com)\",\"personID\":2,\"personId\":2,\"personName\":\"Unknown\",\"value\":\"Unknown\"},\"timestamp\":\"2021-02-02 11:40:30.0\",\"title\":\"Live radio feed (0:02:02)\",\"to\":\"Unknown <Unknown@example.com>;\",\"url_ref\":\"\",\"vox\":1}]}}"},{"id":"022ab94d-c957-482f-8d2a-488032ca696e","name":"lattice search for term \"Nottingham\", limit 3 results at offset 0, group 12 for user 52","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"SearchCriteria\": {\r\n        \"search_method\": \"fuzzy\",\r\n        \"gids\": [12],\r\n        \"uid\": \"52\",\r\n        \"legacy_sphinx\": \"Nottingham -l 3 -o 0 ;\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your-iv-server.example.com:8443/vrxServlet/ws/VRXService/vrxServlet/searchMultipleGroups"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"SearchResults\": {\n        \"searchOffset\": 0,\n        \"searchQueryResultCount\": 1672,\n        \"searchResultList\": [\n            {\n                \"docID\": 621834,\n                \"filename\": \"original-recording.bin\",\n                \"from\": \"BBC <BBC@example.com>;\",\n                \"group\": 12,\n                \"peopleFrom\": {\n                    \"address\": \"BBC@example.com\",\n                    \"group\": 12,\n                    \"id\": \"BBC@example.com\",\n                    \"label\": \"BBC (BBC@example.com)\",\n                    \"personID\": 1,\n                    \"personId\": 1,\n                    \"personName\": \"BBC\",\n                    \"value\": \"BBC\"\n                },\n                \"peopleTo\": {\n                    \"address\": \"Unknown@example.com\",\n                    \"group\": 12,\n                    \"id\": \"Unknown@example.com\",\n                    \"label\": \"Unknown (Unknown@example.com)\",\n                    \"personID\": 2,\n                    \"personId\": 2,\n                    \"personName\": \"Unknown\",\n                    \"value\": \"Unknown\"\n                },\n                \"timestamp\": \"2020-10-30 09:03:10.0\",\n                \"title\": \"Live radio feed (0:01:56)\",\n                \"to\": \"Unknown <Unknown@example.com>;\",\n                \"url_ref\": \"\",\n                \"vox\": 1\n            },\n            {\n                \"docID\": 621864,\n                \"filename\": \"original-recording.bin\",\n                \"from\": \"BBC <BBC@example.com>;\",\n                \"group\": 12,\n                \"peopleFrom\": {\n                    \"address\": \"BBC@example.com\",\n                    \"group\": 12,\n                    \"id\": \"BBC@example.com\",\n                    \"label\": \"BBC (BBC@example.com)\",\n                    \"personID\": 1,\n                    \"personId\": 1,\n                    \"personName\": \"BBC\",\n                    \"value\": \"BBC\"\n                },\n                \"peopleTo\": {\n                    \"address\": \"Unknown@example.com\",\n                    \"group\": 12,\n                    \"id\": \"Unknown@example.com\",\n                    \"label\": \"Unknown (Unknown@example.com)\",\n                    \"personID\": 2,\n                    \"personId\": 2,\n                    \"personName\": \"Unknown\",\n                    \"value\": \"Unknown\"\n                },\n                \"timestamp\": \"2020-10-30 10:03:10.0\",\n                \"title\": \"Live radio feed (0:02:03)\",\n                \"to\": \"Unknown <Unknown@example.com>;\",\n                \"url_ref\": \"\",\n                \"vox\": 1\n            },\n            {\n                \"docID\": 621893,\n                \"filename\": \"original-recording.bin\",\n                \"from\": \"BBC <BBC@example.com>;\",\n                \"group\": 12,\n                \"peopleFrom\": {\n                    \"address\": \"BBC@example.com\",\n                    \"group\": 12,\n                    \"id\": \"BBC@example.com\",\n                    \"label\": \"BBC (BBC@example.com)\",\n                    \"personID\": 1,\n                    \"personId\": 1,\n                    \"personName\": \"BBC\",\n                    \"value\": \"BBC\"\n                },\n                \"peopleTo\": {\n                    \"address\": \"Unknown@example.com\",\n                    \"group\": 12,\n                    \"id\": \"Unknown@example.com\",\n                    \"label\": \"Unknown (Unknown@example.com)\",\n                    \"personID\": 2,\n                    \"personId\": 2,\n                    \"personName\": \"Unknown\",\n                    \"value\": \"Unknown\"\n                },\n                \"timestamp\": \"2020-10-30 11:01:11.0\",\n                \"title\": \"Live radio feed (0:02:03)\",\n                \"to\": \"Unknown <Unknown@example.com>;\",\n                \"url_ref\": \"\",\n                \"vox\": 1\n            }\n        ]\n    }\n}"},{"id":"1cc3dca6-97d5-436d-9bb9-2cd5bb2852af","name":"searching by custom field \"email_from\"","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"SearchCriteria\": {\r\n        \"gids\": [1],\r\n        \"uid\": \"1\",\r\n        \"legacy_sphinx\": \"select=*, (IN(email_from,1035)) as custom ;filter=custom,1 \"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your-iv-server.example.com:8443/vrxServlet/ws/VRXService/vrxServlet/searchMultipleGroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Date","value":"Fri, 14 May 2021 15:55:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"SearchResults\": {\n        \"searchOffset\": 0,\n        \"searchQueryResultCount\": 1,\n        \"searchResultList\": {\n            \"docID\": 138,\n            \"filename\": \"IV Dev Team Meeting - 04 April 2019 10.02.18.mp4\",\n            \"from\": \"standup-meeting-test <standup-meeting-test@import558.intelligentvoice.com>;\",\n            \"group\": 1,\n            \"peopleFrom\": {\n                \"address\": \"standup-meeting-test@import558.intelligentvoice.com\",\n                \"group\": 1,\n                \"id\": \"standup-meeting-test@import558.intelligentvoice.com\",\n                \"label\": \"standup-meeting-test (standup-meeting-test@import558.intelligentvoice.com)\",\n                \"personID\": 1035,\n                \"personId\": 1035,\n                \"personName\": \"standup-meeting-test\",\n                \"value\": \"standup-meeting-test\"\n            },\n            \"peopleTo\": {\n                \"address\": \"Rl0b9f3MQWOF38lJF8kleg@import558.intelligentvoice.com\",\n                \"group\": 1,\n                \"id\": \"Rl0b9f3MQWOF38lJF8kleg@import558.intelligentvoice.com\",\n                \"label\": \"Rl0b9f3MQWOF38lJF8kleg (Rl0b9f3MQWOF38lJF8kleg@import558.intelligentvoice.com)\",\n                \"personID\": 1036,\n                \"personId\": 1036,\n                \"personName\": \"Rl0b9f3MQWOF38lJF8kleg\",\n                \"value\": \"Rl0b9f3MQWOF38lJF8kleg\"\n            },\n            \"timestamp\": \"2019-07-23 13:29:30.0\",\n            \"title\": \"IV Dev Team Meeting - 04 April 2019 10.02.18.mp4 (17:26) standup-meeting-test import558\",\n            \"to\": \"Rl0b9f3MQWOF38lJF8kleg <Rl0b9f3MQWOF38lJF8kleg@import558.intelligentvoice.com>;\",\n            \"url_ref\": \"\",\n            \"vox\": 6\n        }\n    }\n}"}],"_postman_id":"c072e5c1-cf5b-43cd-b575-adcd90be84e4"},{"name":"Tag Cloud and People Map raw data","id":"5643708e-7732-4e50-b4ca-d2ec38ec6207","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:443/JumpToWeb/perl/generic.pl?db=&start=&end=&filter=&fuzzy=&html=&to=&from=&searchterm=&doctypes=&conv=&tf=&tt=&people_map=&people_map_vals=&l_order=","description":"<p>IMPORTANT: This is not part of the main API, this is calling a perl script on the Apache web server <strong>port 443</strong> but it does use the same Basic Authentication and the same credentials.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"443","path":["JumpToWeb","perl","generic.pl"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Required. group ID (equivilent to groupId or client)</p>\n","type":"text/plain"},"key":"db","value":""},{"key":"start","value":""},{"key":"end","value":""},{"key":"filter","value":""},{"key":"fuzzy","value":""},{"key":"html","value":""},{"key":"to","value":""},{"key":"from","value":""},{"key":"searchterm","value":""},{"key":"doctypes","value":""},{"key":"conv","value":""},{"key":"tf","value":""},{"key":"tt","value":""},{"key":"people_map","value":""},{"key":"people_map_vals","value":""},{"key":"l_order","value":""}],"variable":[]}},"response":[{"id":"c168f4ac-2a71-49b2-bd2f-d43bbc54e5fd","name":"Tag Cloud html snippet for group 12 lattice search with date range specified","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-iv-server.example.com:443/JumpToWeb/perl/generic.pl?db=12&start=2019-5-9 16:58&end=2021-2-3 12:53&filter=2&fuzzy=YES&html=true&to=&from=&searchterm=Nottingham&doctypes=1&conv=NO&tf=AND&tt=OR&people_map=NO&people_map_vals=&l_order=asc","protocol":"https","host":["your-iv-server.example.com"],"port":"443","path":["JumpToWeb","perl","generic.pl"],"query":[{"key":"db","value":"12"},{"key":"start","value":"2019-5-9 16:58"},{"key":"end","value":"2021-2-3 12:53"},{"key":"filter","value":"2"},{"key":"fuzzy","value":"YES"},{"key":"html","value":"true"},{"key":"to","value":""},{"key":"from","value":""},{"key":"searchterm","value":"Nottingham"},{"key":"doctypes","value":"1"},{"key":"conv","value":"NO"},{"key":"tf","value":"AND"},{"key":"tt","value":"OR"},{"key":"people_map","value":"NO"},{"key":"people_map_vals","value":""},{"key":"l_order","value":"asc"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"<style type=\"text/css\">\n\n#htmltagcloud {\n  text-align:  center;\n  line-height: 1;\n}\n.getme li {text-shadow: 1px 1px 1px #000000}\n.getme a {text-decoration: none; color: #FFFFFF}\n#htmltagcloud ul {list-style:disc; float:left; margin-bottom:5px; margin-left:12px}\n#htmltagcloud li {margin-bottom:10px;}\n#htmltagcloud {margin:5px 0 0 -4px; width:100%; float:left; overflow:scroll; overflow-x:hidden; height:400px}\n\n/*DEBUG: start 12 levels 24 */\nli.tagcloud0 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud0 a {text-decoration: none;}\nli.tagcloud1 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud1 a {text-decoration: none;}\nli.tagcloud2 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud2 a {text-decoration: none;}\nli.tagcloud3 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud3 a {text-decoration: none;}\nli.tagcloud4 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud4 a {text-decoration: none;}\nli.tagcloud5 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud5 a {text-decoration: none;}\nli.tagcloud6 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud6 a {text-decoration: none;}\nli.tagcloud7 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud7 a {text-decoration: none;}\nli.tagcloud8 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud8 a {text-decoration: none;}\nli.tagcloud9 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud9 a {text-decoration: none;}\nli.tagcloud10 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud10 a {text-decoration: none;}\nli.tagcloud11 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud11 a {text-decoration: none;}\nli.tagcloud12 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud12 a {text-decoration: none;}\nli.tagcloud13 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud13 a {text-decoration: none;}\nli.tagcloud14 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud14 a {text-decoration: none;}\nli.tagcloud15 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud15 a {text-decoration: none;}\nli.tagcloud16 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud16 a {text-decoration: none;}\nli.tagcloud17 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud17 a {text-decoration: none;}\nli.tagcloud18 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud18 a {text-decoration: none;}\nli.tagcloud19 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud19 a {text-decoration: none;}\nli.tagcloud20 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud20 a {text-decoration: none;}\nli.tagcloud21 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud21 a {text-decoration: none;}\nli.tagcloud22 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud22 a {text-decoration: none;}\nli.tagcloud23 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud23 a {text-decoration: none;}\nli.tagcloud24 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud24 a {text-decoration: none;}\n</style><div id=\"htmltagcloud\">\n<li class=\"getme tagcloud24\"><a id=\"tagid_63077\" href=\"#\" class=\"tag-link\" data-tagid=\"63077\" data-flag=\"docs\">Democratic Unionist Party</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud24\"><a id=\"tagid_41211\" href=\"#\" class=\"tag-link\" data-tagid=\"41211\" data-flag=\"docs\">Royal Horticultural Society</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud24\"><a id=\"tagid_429739\" href=\"#\" class=\"tag-link\" data-tagid=\"429739\" data-flag=\"docs\">Statutory Responsibility</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud24\"><a id=\"tagid_1535\" href=\"#\" class=\"tag-link\" data-tagid=\"1535\" data-flag=\"docs\">Crown Prosecution Service</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud22\"><a id=\"tagid_121244\" href=\"#\" class=\"tag-link\" data-tagid=\"121244\" data-flag=\"docs\">Edinburgh College Of Art</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud22\"><a id=\"tagid_296386\" href=\"#\" class=\"tag-link\" data-tagid=\"296386\" data-flag=\"docs\">International Holocaust Remembrance Day</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud22\"><a id=\"tagid_57527\" href=\"#\" class=\"tag-link\" data-tagid=\"57527\" data-flag=\"docs\">Foreign Affairs Select Committee</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud22\"><a id=\"tagid_74351\" href=\"#\" class=\"tag-link\" data-tagid=\"74351\" data-flag=\"docs\">International Criminal Court</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud22\"><a id=\"tagid_21075\" href=\"#\" class=\"tag-link\" data-tagid=\"21075\" data-flag=\"docs\">Treasury Select Committee</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud22\"><a id=\"tagid_28850\" href=\"#\" class=\"tag-link\" data-tagid=\"28850\" data-flag=\"docs\">Shadow Foreign Secretary</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud22\"><a id=\"tagid_96603\" href=\"#\" class=\"tag-link\" data-tagid=\"96603\" data-flag=\"docs\">London Symphony Orchestra</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud22\"><a id=\"tagid_369066\" href=\"#\" class=\"tag-link\" data-tagid=\"369066\" data-flag=\"docs\">Nottinghamshire Wildlife Trust</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud22\"><a id=\"tagid_174584\" href=\"#\" class=\"tag-link\" data-tagid=\"174584\" data-flag=\"docs\">Edgbaston Cricket Ground</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud21\"><a id=\"tagid_29615\" href=\"#\" class=\"tag-link\" data-tagid=\"29615\" data-flag=\"docs\">New Zealand Prime Minister</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud21\"><a id=\"tagid_295090\" href=\"#\" class=\"tag-link\" data-tagid=\"295090\" data-flag=\"docs\">University Of Sunderland</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud20\"><a id=\"tagid_8598\" href=\"#\" class=\"tag-link\" data-tagid=\"8598\" data-flag=\"docs\">Good Morning Good Morning</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud20\"><a id=\"tagid_33334\" href=\"#\" class=\"tag-link\" data-tagid=\"33334\" data-flag=\"docs\">Chinese Communist Party</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud20\"><a id=\"tagid_101292\" href=\"#\" class=\"tag-link\" data-tagid=\"101292\" data-flag=\"docs\">Northern Ireland Peace Process</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud20\"><a id=\"tagid_394579\" href=\"#\" class=\"tag-link\" data-tagid=\"394579\" data-flag=\"docs\">Conservative Parliamentary Party</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud20\"><a id=\"tagid_55845\" href=\"#\" class=\"tag-link\" data-tagid=\"55845\" data-flag=\"docs\">Facial Recognition System</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud20\"><a id=\"tagid_65922\" href=\"#\" class=\"tag-link\" data-tagid=\"65922\" data-flag=\"docs\">European Economic Community</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud19\"><a id=\"tagid_39724\" href=\"#\" class=\"tag-link\" data-tagid=\"39724\" data-flag=\"docs\">University Of Nottingham</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud18\"><a id=\"tagid_12800\" href=\"#\" class=\"tag-link\" data-tagid=\"12800\" data-flag=\"docs\">Institute For Fiscal Studies</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud17\"><a id=\"tagid_323909\" href=\"#\" class=\"tag-link\" data-tagid=\"323909\" data-flag=\"docs\">International Sporting Events</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud17\"><a id=\"tagid_441263\" href=\"#\" class=\"tag-link\" data-tagid=\"441263\" data-flag=\"docs\">Community Protection Officers</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud17\"><a id=\"tagid_295527\" href=\"#\" class=\"tag-link\" data-tagid=\"295527\" data-flag=\"docs\">Emerging Infectious Diseases</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud17\"><a id=\"tagid_30613\" href=\"#\" class=\"tag-link\" data-tagid=\"30613\" data-flag=\"docs\">Civil Aviation Authority</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud17\"><a id=\"tagid_214165\" href=\"#\" class=\"tag-link\" data-tagid=\"214165\" data-flag=\"docs\">Chief Technology Officer</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud17\"><a id=\"tagid_423361\" href=\"#\" class=\"tag-link\" data-tagid=\"423361\" data-flag=\"docs\">Australian Open Champion</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud17\"><a id=\"tagid_23861\" href=\"#\" class=\"tag-link\" data-tagid=\"23861\" data-flag=\"docs\">British Medical Journal</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud15\"><a id=\"tagid_256961\" href=\"#\" class=\"tag-link\" data-tagid=\"256961\" data-flag=\"docs\">Greater Manchester Combined Authority</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud15\"><a id=\"tagid_22579\" href=\"#\" class=\"tag-link\" data-tagid=\"22579\" data-flag=\"docs\">Collective Responsibility</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud15\"><a id=\"tagid_19743\" href=\"#\" class=\"tag-link\" data-tagid=\"19743\" data-flag=\"docs\">Department For Transport</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud14\"><a id=\"tagid_17781\" href=\"#\" class=\"tag-link\" data-tagid=\"17781\" data-flag=\"docs\">Environmental Protection</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud12\"><a id=\"tagid_34070\" href=\"#\" class=\"tag-link\" data-tagid=\"34070\" data-flag=\"docs\">Company Voluntary Arrangement</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud12\"><a id=\"tagid_59314\" href=\"#\" class=\"tag-link\" data-tagid=\"59314\" data-flag=\"docs\">Conservative Party Chairman</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud12\"><a id=\"tagid_19838\" href=\"#\" class=\"tag-link\" data-tagid=\"19838\" data-flag=\"docs\">Transport Select Committee</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud12\"><a id=\"tagid_147847\" href=\"#\" class=\"tag-link\" data-tagid=\"147847\" data-flag=\"docs\">Independent Monitoring Board</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud12\"><a id=\"tagid_52557\" href=\"#\" class=\"tag-link\" data-tagid=\"52557\" data-flag=\"docs\">Information Commissioner</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud12\"><a id=\"tagid_282501\" href=\"#\" class=\"tag-link\" data-tagid=\"282501\" data-flag=\"docs\">Revolutionary Guard Corps</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud11\"><a id=\"tagid_69756\" href=\"#\" class=\"tag-link\" data-tagid=\"69756\" data-flag=\"docs\">Member Of The European Parliament</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud10\"><a id=\"tagid_322767\" href=\"#\" class=\"tag-link\" data-tagid=\"322767\" data-flag=\"docs\">World Snooker Championship</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud10\"><a id=\"tagid_59766\" href=\"#\" class=\"tag-link\" data-tagid=\"59766\" data-flag=\"docs\">Us Presidential Election</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud8\"><a id=\"tagid_441630\" href=\"#\" class=\"tag-link\" data-tagid=\"441630\" data-flag=\"docs\">Correspondence Correspondences</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud8\"><a id=\"tagid_69936\" href=\"#\" class=\"tag-link\" data-tagid=\"69936\" data-flag=\"docs\">Lesser Black Backed Gulls</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud8\"><a id=\"tagid_20115\" href=\"#\" class=\"tag-link\" data-tagid=\"20115\" data-flag=\"docs\">International Agreements</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud8\"><a id=\"tagid_13241\" href=\"#\" class=\"tag-link\" data-tagid=\"13241\" data-flag=\"docs\">International Development</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud8\"><a id=\"tagid_254189\" href=\"#\" class=\"tag-link\" data-tagid=\"254189\" data-flag=\"docs\">Executive Director Of Operations</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud8\"><a id=\"tagid_282500\" href=\"#\" class=\"tag-link\" data-tagid=\"282500\" data-flag=\"docs\">Islamic Revolutionary Guard Corps</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud8\"><a id=\"tagid_100388\" href=\"#\" class=\"tag-link\" data-tagid=\"100388\" data-flag=\"docs\">Parliamentary Constituency</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud8\"><a id=\"tagid_26510\" href=\"#\" class=\"tag-link\" data-tagid=\"26510\" data-flag=\"docs\">United States Supreme Court</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud8\"><a id=\"tagid_347165\" href=\"#\" class=\"tag-link\" data-tagid=\"347165\" data-flag=\"docs\">Successful Administrator</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud8\"><a id=\"tagid_804\" href=\"#\" class=\"tag-link\" data-tagid=\"804\" data-flag=\"docs\">Constitutional Convention</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud8\"><a id=\"tagid_64382\" href=\"#\" class=\"tag-link\" data-tagid=\"64382\" data-flag=\"docs\">Congressional Committees</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud8\"><a id=\"tagid_24269\" href=\"#\" class=\"tag-link\" data-tagid=\"24269\" data-flag=\"docs\">Nobel Peace Prize Winner</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_96799\" href=\"#\" class=\"tag-link\" data-tagid=\"96799\" data-flag=\"docs\">Public Service Broadcaster</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_299855\" href=\"#\" class=\"tag-link\" data-tagid=\"299855\" data-flag=\"docs\">West Nottinghamshire College</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_158312\" href=\"#\" class=\"tag-link\" data-tagid=\"158312\" data-flag=\"docs\">Rochdale Borough Council</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_49713\" href=\"#\" class=\"tag-link\" data-tagid=\"49713\" data-flag=\"docs\">Advertising Standards Authority</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_121808\" href=\"#\" class=\"tag-link\" data-tagid=\"121808\" data-flag=\"docs\">Catastrophic Climate Change</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_58093\" href=\"#\" class=\"tag-link\" data-tagid=\"58093\" data-flag=\"docs\">Caretaker Prime Minister</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_36457\" href=\"#\" class=\"tag-link\" data-tagid=\"36457\" data-flag=\"docs\">National Beef Association</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_16135\" href=\"#\" class=\"tag-link\" data-tagid=\"16135\" data-flag=\"docs\">International Development Secretary</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_54601\" href=\"#\" class=\"tag-link\" data-tagid=\"54601\" data-flag=\"docs\">Visually Impaired People</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_64893\" href=\"#\" class=\"tag-link\" data-tagid=\"64893\" data-flag=\"docs\">Islamic Revolutionary Guard</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_296387\" href=\"#\" class=\"tag-link\" data-tagid=\"296387\" data-flag=\"docs\">Holocaust Remembrance Day</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_328382\" href=\"#\" class=\"tag-link\" data-tagid=\"328382\" data-flag=\"docs\">Shadow Business Secretary</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_42836\" href=\"#\" class=\"tag-link\" data-tagid=\"42836\" data-flag=\"docs\">Greater Manchester Police</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_149648\" href=\"#\" class=\"tag-link\" data-tagid=\"149648\" data-flag=\"docs\">Suspended Prison Sentence</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_200966\" href=\"#\" class=\"tag-link\" data-tagid=\"200966\" data-flag=\"docs\">Northern Ireland Conflict</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_28745\" href=\"#\" class=\"tag-link\" data-tagid=\"28745\" data-flag=\"docs\">Foreign Affairs Committee</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_98491\" href=\"#\" class=\"tag-link\" data-tagid=\"98491\" data-flag=\"docs\">Wakefield West Yorkshire</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_34151\" href=\"#\" class=\"tag-link\" data-tagid=\"34151\" data-flag=\"docs\">Company Voluntary Arrangements</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_157978\" href=\"#\" class=\"tag-link\" data-tagid=\"157978\" data-flag=\"docs\">Nottinghamshire County Council</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_64178\" href=\"#\" class=\"tag-link\" data-tagid=\"64178\" data-flag=\"docs\">Further Education College</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud4\"><a id=\"tagid_158617\" href=\"#\" class=\"tag-link\" data-tagid=\"158617\" data-flag=\"docs\">European Court For Human Rights</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_257757\" href=\"#\" class=\"tag-link\" data-tagid=\"257757\" data-flag=\"docs\">Hypersensitivity Pneumonitis</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_121243\" href=\"#\" class=\"tag-link\" data-tagid=\"121243\" data-flag=\"docs\">Nottingham College Of Art</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_90932\" href=\"#\" class=\"tag-link\" data-tagid=\"90932\" data-flag=\"docs\">Allied Invasion Of Normandy</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_14515\" href=\"#\" class=\"tag-link\" data-tagid=\"14515\" data-flag=\"docs\">Pharmaceutical Companies</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"tagid_75895\" href=\"#\" class=\"tag-link\" data-tagid=\"75895\" data-flag=\"docs\">Misconduct In A Public Office</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>"},{"id":"abe1cbc7-db3f-43de-873b-9ae67d76eac8","name":"Topic Map","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-iv-server.example.com:443/JumpToWeb/perl/generic.pl?db=5&start=2022-1-4 10:45&end=2022-7-12 11:04&filter=2&fuzzy=NO&html=true&to=&from=&searchterm=&doctypes=6&conv=NO&tf=AND&tt=OR&people_map=NO&people_map_vals=&l_order=asc","protocol":"https","host":["your-iv-server.example.com"],"port":"443","path":["JumpToWeb","perl","generic.pl"],"query":[{"key":"db","value":"5","description":"Required.  Group number (equivilent to groupId or client)"},{"key":"start","value":"2022-1-4 10:45"},{"key":"end","value":"2022-7-12 11:04"},{"key":"filter","value":"2"},{"key":"fuzzy","value":"NO"},{"key":"html","value":"true"},{"key":"to","value":""},{"key":"from","value":""},{"key":"searchterm","value":""},{"key":"doctypes","value":"6"},{"key":"conv","value":"NO"},{"key":"tf","value":"AND"},{"key":"tt","value":"OR"},{"key":"people_map","value":"NO"},{"key":"people_map_vals","value":""},{"key":"l_order","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 22 Jul 2022 12:31:33 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"2391"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/plain; charset=ISO-8859-1"}],"cookie":[],"responseTime":null,"body":"<style type=\"text/css\">\n\n#htmltagcloud {\n  text-align:  center; \n  line-height: 1; \n}\n.getme li {text-shadow: 1px 1px 1px #000000}\n.getme a {text-decoration: none; color: #FFFFFF}\n#htmltagcloud ul {list-style:disc; float:left; margin-bottom:5px; margin-left:12px}\n#htmltagcloud li {margin-bottom:10px;}\n#htmltagcloud {margin:5px 0 0 -4px; width:100%; float:left; overflow:scroll; overflow-x:hidden; height:400px}\n\t\n/*DEBUG: start 12 levels 24 */\nli.tagcloud0 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud0 a {text-decoration: none;}\nli.tagcloud1 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud1 a {text-decoration: none;}\nli.tagcloud2 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud2 a {text-decoration: none;}\nli.tagcloud3 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud3 a {text-decoration: none;}\nli.tagcloud4 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud4 a {text-decoration: none;}\nli.tagcloud5 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud5 a {text-decoration: none;}\nli.tagcloud6 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud6 a {text-decoration: none;}\nli.tagcloud7 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud7 a {text-decoration: none;}\nli.tagcloud8 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud8 a {text-decoration: none;}\nli.tagcloud9 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud9 a {text-decoration: none;}\nli.tagcloud10 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud10 a {text-decoration: none;}\nli.tagcloud11 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud11 a {text-decoration: none;}\nli.tagcloud12 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud12 a {text-decoration: none;}\nli.tagcloud13 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud13 a {text-decoration: none;}\nli.tagcloud14 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud14 a {text-decoration: none;}\nli.tagcloud15 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud15 a {text-decoration: none;}\nli.tagcloud16 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud16 a {text-decoration: none;}\nli.tagcloud17 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud17 a {text-decoration: none;}\nli.tagcloud18 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud18 a {text-decoration: none;}\nli.tagcloud19 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud19 a {text-decoration: none;}\nli.tagcloud20 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud20 a {text-decoration: none;}\nli.tagcloud21 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud21 a {text-decoration: none;}\nli.tagcloud22 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud22 a {text-decoration: none;}\nli.tagcloud23 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud23 a {text-decoration: none;}\nli.tagcloud24 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud24 a {text-decoration: none;}\n</style><div id=\"htmltagcloud\">\n<li class=\"getme tagcloud24\"><a id=\"tagid_221\" href=\"#\" class=\"tag-link\" data-tagid=\"221\" data-flag=\"docs\">Î¥Ï€Î¿Ï…ÏÎ³ÎµÎ¯Î¿ ÎŸÎ¹ÎºÎ¿Î½Î¿Î¼Î¹ÎºÏŽÎ½</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud23\"><a id=\"tagid_223\" href=\"#\" class=\"tag-link\" data-tagid=\"223\" data-flag=\"docs\">Î¥Ï€Î¿Ï…ÏÎ³ÏŒÏ‚ Î•Î¾Ï‰Ï„ÎµÏÎ¹ÎºÏŽÎ½</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud23\"><a id=\"tagid_18\" href=\"#\" class=\"tag-link\" data-tagid=\"18\" data-flag=\"docs\">ÎšÏÎ¬Ï„Î¿Ï‚ Î”Î¹ÎºÎ±Î¯Î¿Ï…</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud20\"><a id=\"tagid_3\" href=\"#\" class=\"tag-link\" data-tagid=\"3\" data-flag=\"docs\">Î•Î»Î»Î·Î½Î¹ÎºÎ® Î”Î¹ÎºÎ±Î¹Î¿ÏƒÏÎ½Î·</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud19\"><a id=\"tagid_9\" href=\"#\" class=\"tag-link\" data-tagid=\"9\" data-flag=\"docs\">Î™Î´Î¹Ï‰Ï„Î¹ÎºÎ® Î•Ï„Î±Î¹ÏÎ¯Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud18\"><a id=\"tagid_2\" href=\"#\" class=\"tag-link\" data-tagid=\"2\" data-flag=\"docs\">Î•Î½Î­ÏÎ³ÎµÎ¹Î± Î£Ï„Î·Î½ Î•Î»Î»Î¬Î´Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud18\"><a id=\"tagid_10\" href=\"#\" class=\"tag-link\" data-tagid=\"10\" data-flag=\"docs\">Î Î¿Î»Î¹Ï„Î¹ÎºÏŒ Î£ÏÏƒÏ„Î·Î¼Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud18\"><a id=\"tagid_5\" href=\"#\" class=\"tag-link\" data-tagid=\"5\" data-flag=\"docs\">Î—Î¼ÎµÏÎ¿Î¼Î·Î½Î¯Î± ÎˆÎ½Î±ÏÎ¾Î·Ï‚</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud18\"><a id=\"tagid_233\" href=\"#\" class=\"tag-link\" data-tagid=\"233\" data-flag=\"docs\">ÎšÎ¿Î¹Î½Ï‰Î½Î¹ÎºÏŒ ÎšÏÎ¬Ï„Î¿Ï‚</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud18\"><a id=\"tagid_38\" href=\"#\" class=\"tag-link\" data-tagid=\"38\" data-flag=\"docs\">Î‘ÏƒÏ„Î¹ÎºÎ® Î¤Î¬Î¾Î·</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud18\"><a id=\"tagid_232\" href=\"#\" class=\"tag-link\" data-tagid=\"232\" data-flag=\"docs\">Î•Î¸Î½Î¹ÎºÎ® ÎŸÎ¹ÎºÎ¿Î½Î¿Î¼Î¯Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud18\"><a id=\"tagid_234\" href=\"#\" class=\"tag-link\" data-tagid=\"234\" data-flag=\"docs\">ÎŸÎ¹ÎºÎ¿Î½Î¿Î¼Î¹ÎºÎ® ÎšÏÎ¯ÏƒÎ·</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud18\"><a id=\"tagid_226\" href=\"#\" class=\"tag-link\" data-tagid=\"226\" data-flag=\"docs\">Î”Î·Î¼ÏŒÏƒÎ¹Î± Î•Ï€Î¹Ï‡ÎµÎ¯ÏÎ·ÏƒÎ·</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud18\"><a id=\"tagid_237\" href=\"#\" class=\"tag-link\" data-tagid=\"237\" data-flag=\"docs\">Î£ÏÏƒÏ„Î·Î¼Î± Î¥Î³ÎµÎ¯Î±Ï‚</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud18\"><a id=\"tagid_231\" href=\"#\" class=\"tag-link\" data-tagid=\"231\" data-flag=\"docs\">ÎšÎ¿Î¹Î½Ï‰Î½Î¹ÎºÎ® Î‘Î»Î»Î±Î³Î®</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud18\"><a id=\"tagid_228\" href=\"#\" class=\"tag-link\" data-tagid=\"228\" data-flag=\"docs\">Î“ÎµÎ½Î¹ÎºÏŒÏ‚ Î“ÏÎ±Î¼Î¼Î±Ï„Î­Î±Ï‚</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud18\"><a id=\"tagid_229\" href=\"#\" class=\"tag-link\" data-tagid=\"229\" data-flag=\"docs\">ÎŸÏÎ³Î±Î½Ï‰Î¼Î­Î½Î¿ ÎˆÎ³ÎºÎ»Î·Î¼Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud18\"><a id=\"tagid_14\" href=\"#\" class=\"tag-link\" data-tagid=\"14\" data-flag=\"docs\">Î•ÏÎ³Î±Ï„Î¹ÎºÎ® Î”ÏÎ½Î±Î¼Î·</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud18\"><a id=\"tagid_1\" href=\"#\" class=\"tag-link\" data-tagid=\"1\" data-flag=\"docs\">Î Ï…ÏÎ¿ÏƒÎ²ÎµÏƒÏ„Î¹ÎºÎ® Î¥Ï€Î·ÏÎµÏƒÎ¯Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud17\"><a id=\"tagid_39\" href=\"#\" class=\"tag-link\" data-tagid=\"39\" data-flag=\"docs\">ÎÎ± Î¤Î± Î Î¿ÏÎ¼Îµ</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud15\"><a id=\"tagid_247\" href=\"#\" class=\"tag-link\" data-tagid=\"247\" data-flag=\"docs\">Î£Ï„Î·Î½ Î™ÏƒÏ€Î±Î½Î¯Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud14\"><a id=\"tagid_23\" href=\"#\" class=\"tag-link\" data-tagid=\"23\" data-flag=\"docs\">Î ÏÎ¿ÎµÏ„Î¿Î¹Î¼Î±ÏƒÎ¯Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud11\"><a id=\"tagid_4\" href=\"#\" class=\"tag-link\" data-tagid=\"4\" data-flag=\"docs\">Î•Ï€Î¹Ï‡ÎµÎ¹ÏÎ·Î¼Î±Ï„Î¹ÎºÏŒÏ„Î·Ï„Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud9\"><a id=\"tagid_278\" href=\"#\" class=\"tag-link\" data-tagid=\"278\" data-flag=\"docs\">Î£Ï…Î½Î±Î»Î»Î±Î³Î­Ï‚</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud9\"><a id=\"tagid_16\" href=\"#\" class=\"tag-link\" data-tagid=\"16\" data-flag=\"docs\">Î‘Î»ÎµÎ¾Î±Î½Î´ÏÎ¿ÏÏ€Î¿Î»Î·</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud7\"><a id=\"tagid_243\" href=\"#\" class=\"tag-link\" data-tagid=\"243\" data-flag=\"docs\">ÎœÎµÏ„Î±Ï€Î¿Î»Î¯Ï„ÎµÏ…ÏƒÎ·</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud7\"><a id=\"tagid_37\" href=\"#\" class=\"tag-link\" data-tagid=\"37\" data-flag=\"docs\">Î ÏÎ¿Î¿Î´ÎµÏ…Ï„Î¹ÎºÎ®</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud7\"><a id=\"tagid_12\" href=\"#\" class=\"tag-link\" data-tagid=\"12\" data-flag=\"docs\">ÎšÎ¿Î¹Î½Ï‰Î½Î¹ÎºÎ¿Ï€Î¿Î¯Î·ÏƒÎ·</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud6\"><a id=\"tagid_277\" href=\"#\" class=\"tag-link\" data-tagid=\"277\" data-flag=\"docs\">Î‘Î½Î±Î¼Î­Ï„ÏÎ·ÏƒÎ·</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud6\"><a id=\"tagid_235\" href=\"#\" class=\"tag-link\" data-tagid=\"235\" data-flag=\"docs\">Î ÏÎ¿ÏƒÎ±Î½Î±Ï„Î¿Î»Î¹ÏƒÎ¼ÏŒÏ‚</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud6\"><a id=\"tagid_20\" href=\"#\" class=\"tag-link\" data-tagid=\"20\" data-flag=\"docs\">Î ÏÎ¿Ï„ÎµÏÎ±Î¹ÏŒÏ„Î·Ï„Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud5\"><a id=\"tagid_275\" href=\"#\" class=\"tag-link\" data-tagid=\"275\" data-flag=\"docs\">Î‘Î½Î±Î¼Î½Î®ÏƒÎµÎ¹Ï‚</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud4\"><a id=\"tagid_36\" href=\"#\" class=\"tag-link\" data-tagid=\"36\" data-flag=\"docs\">Î¤ÎµÏ‡Î½Î¿Î³Î½Ï‰ÏƒÎ¯Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud4\"><a id=\"tagid_22\" href=\"#\" class=\"tag-link\" data-tagid=\"22\" data-flag=\"docs\">Î•Ï€Î¹ÎºÎ±Î¹ÏÏŒÏ„Î·Ï„Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud3\"><a id=\"tagid_242\" href=\"#\" class=\"tag-link\" data-tagid=\"242\" data-flag=\"docs\">Î“ÏÎ±Ï†ÎµÎ¹Î¿ÎºÏÎ±Ï„Î¯Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud3\"><a id=\"tagid_274\" href=\"#\" class=\"tag-link\" data-tagid=\"274\" data-flag=\"docs\">ÎœÎ·Ï„ÏƒÎ¿Ï„Î¬ÎºÎ·Ï‚</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud3\"><a id=\"tagid_35\" href=\"#\" class=\"tag-link\" data-tagid=\"35\" data-flag=\"docs\">Î£Ï…Î½Î´Î¹Î¬ÏƒÎºÎµÏˆÎ·</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud2\"><a id=\"tagid_15\" href=\"#\" class=\"tag-link\" data-tagid=\"15\" data-flag=\"docs\">Î ÏÎ±Î³Î¼Î±Ï„Î¹ÎºÏŒÏ„Î·Ï„Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud2\"><a id=\"tagid_257\" href=\"#\" class=\"tag-link\" data-tagid=\"257\" data-flag=\"docs\">Î£Ï„ÏÎ±ÏƒÎ²Î¿ÏÏÎ³Î¿</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud2\"><a id=\"tagid_246\" href=\"#\" class=\"tag-link\" data-tagid=\"246\" data-flag=\"docs\">Î‘Ï€Î¿ÎºÎ±Ï„Î¬ÏƒÏ„Î±ÏƒÎ·</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud2\"><a id=\"tagid_256\" href=\"#\" class=\"tag-link\" data-tagid=\"256\" data-flag=\"docs\">Î Î±ÏÎµÎ½ÏŒÏ‡Î»Î·ÏƒÎ·</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud2\"><a id=\"tagid_34\" href=\"#\" class=\"tag-link\" data-tagid=\"34\" data-flag=\"docs\">Î¤ÏÎ¿Î¼Î¿ÎºÏÎ±Ï„Î¯Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud2\"><a id=\"tagid_61\" href=\"#\" class=\"tag-link\" data-tagid=\"61\" data-flag=\"docs\">ÎŸÏÎ³Î±Î½Î¹ÏƒÎ¼ÏŒÏ‚</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud2\"><a id=\"tagid_60\" href=\"#\" class=\"tag-link\" data-tagid=\"60\" data-flag=\"docs\">Î”Î·Î¼Î¿ÎºÏÎ±Ï„Î¯Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud2\"><a id=\"tagid_271\" href=\"#\" class=\"tag-link\" data-tagid=\"271\" data-flag=\"docs\">Î£Ï…Î½Î±Î¯ÏƒÎ¸Î·Î¼Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud2\"><a id=\"tagid_33\" href=\"#\" class=\"tag-link\" data-tagid=\"33\" data-flag=\"docs\">Î›ÎµÎ¹Ï„Î¿Ï…ÏÎ³Î¹ÎºÎ®</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_58\" href=\"#\" class=\"tag-link\" data-tagid=\"58\" data-flag=\"docs\">Î ÏÎ¿ÏƒÏ€Î¬Î¸ÎµÎ¹Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_32\" href=\"#\" class=\"tag-link\" data-tagid=\"32\" data-flag=\"docs\">Î˜ÎµÏÎ¼Î¿ÎºÏÎ±ÏƒÎ¯Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_270\" href=\"#\" class=\"tag-link\" data-tagid=\"270\" data-flag=\"docs\">Î ÏÎ¿Ï€Î±Î³Î¬Î½Î´Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_255\" href=\"#\" class=\"tag-link\" data-tagid=\"255\" data-flag=\"docs\">Î”Î·Î¼Î¿ÏˆÎ®Ï†Î¹ÏƒÎ¼Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_57\" href=\"#\" class=\"tag-link\" data-tagid=\"57\" data-flag=\"docs\">Î›ÎµÎ¹Ï„Î¿Ï…ÏÎ³Î¯Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_31\" href=\"#\" class=\"tag-link\" data-tagid=\"31\" data-flag=\"docs\">ÎšÎµÏÎ´Î¿ÏƒÎºÎ¿Ï€Î¯Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_254\" href=\"#\" class=\"tag-link\" data-tagid=\"254\" data-flag=\"docs\">Î•ÎºÎ±Ï„Î¿Î¼Î¼ÏÏÎ¹Î¿</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_245\" href=\"#\" class=\"tag-link\" data-tagid=\"245\" data-flag=\"docs\">Î£Î¿Ï…Ï€ÎµÏÎ¼Î¬ÏÎºÎµÏ„</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_30\" href=\"#\" class=\"tag-link\" data-tagid=\"30\" data-flag=\"docs\">Î•Ï€Î¹ÎºÎ¿Î¹Î½Ï‰Î½Î¯Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_253\" href=\"#\" class=\"tag-link\" data-tagid=\"253\" data-flag=\"docs\">ÎšÎ¿Î¹Î½Î¿Î²Î¿ÏÎ»Î¹Î¿</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_268\" href=\"#\" class=\"tag-link\" data-tagid=\"268\" data-flag=\"docs\">ÎŸÏ…ÏƒÎ¹Î±ÏƒÏ„Î¹ÎºÏŒ</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_54\" href=\"#\" class=\"tag-link\" data-tagid=\"54\" data-flag=\"docs\">Î”Î¹ÎºÎ±Î¹Î¿ÏƒÏÎ½Î·</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_53\" href=\"#\" class=\"tag-link\" data-tagid=\"53\" data-flag=\"docs\">ÎŸÎ¹ÎºÎ¿Î½Î¿Î¼Î¹ÎºÎ¬</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_21\" href=\"#\" class=\"tag-link\" data-tagid=\"21\" data-flag=\"docs\">Î‘Î½Ï„Î±Î³Ï‰Î½Î¹ÏƒÎ¼ÏŒÏ‚</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_252\" href=\"#\" class=\"tag-link\" data-tagid=\"252\" data-flag=\"docs\">Î‘Î½Ï„Î¹ÎºÎµÎ¯Î¼ÎµÎ½Î¿</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_51\" href=\"#\" class=\"tag-link\" data-tagid=\"51\" data-flag=\"docs\">ÎšÎ±Î»Î¹Ï†ÏŒÏÎ½Î¹Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud1\"><a id=\"tagid_50\" href=\"#\" class=\"tag-link\" data-tagid=\"50\" data-flag=\"docs\">Î•Ï€Î¹Ï‡ÎµÎ¯ÏÎ·Î¼Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"tagid_251\" href=\"#\" class=\"tag-link\" data-tagid=\"251\" data-flag=\"docs\">Î£Ï…Î½Î±ÏƒÏ€Î¹ÏƒÎ¼ÏŒÏ‚</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"tagid_241\" href=\"#\" class=\"tag-link\" data-tagid=\"241\" data-flag=\"docs\">Î”ÏÎ±ÏƒÏ„Î·ÏÎ¹ÏŒÏ„Î·Ï„Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"tagid_250\" href=\"#\" class=\"tag-link\" data-tagid=\"250\" data-flag=\"docs\">Î•Î¾ÎµÎ¹Î´Î¯ÎºÎµÏ…ÏƒÎ·</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"tagid_47\" href=\"#\" class=\"tag-link\" data-tagid=\"47\" data-flag=\"docs\">Î ÎµÏÎ¹Î²Î¬Î»Î»Î¿Î½</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"tagid_267\" href=\"#\" class=\"tag-link\" data-tagid=\"267\" data-flag=\"docs\">Î Î±ÏÎ¬Î´ÎµÎ¹Î³Î¼Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"tagid_266\" href=\"#\" class=\"tag-link\" data-tagid=\"266\" data-flag=\"docs\">ÎÎ¿ÏƒÎ¿ÎºÎ¿Î¼ÎµÎ¯Î¿</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"tagid_249\" href=\"#\" class=\"tag-link\" data-tagid=\"249\" data-flag=\"docs\">Î‘Î½ÎµÎ¾Î±ÏÏ„Î·ÏƒÎ¯Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"tagid_46\" href=\"#\" class=\"tag-link\" data-tagid=\"46\" data-flag=\"docs\">Î ÏÎ¿Î²Î»Î®Î¼Î±Ï„Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"tagid_29\" href=\"#\" class=\"tag-link\" data-tagid=\"29\" data-flag=\"docs\">Î•ÏÎ³Î±Î¶ÏŒÎ¼ÎµÎ½Î¿Î¹</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"tagid_28\" href=\"#\" class=\"tag-link\" data-tagid=\"28\" data-flag=\"docs\">Î•Î³ÎºÎ±Ï„Î¬ÏƒÏ„Î±ÏƒÎ·</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"tagid_264\" href=\"#\" class=\"tag-link\" data-tagid=\"264\" data-flag=\"docs\">Î‘Î¾Î¹Î¿Î»ÏŒÎ³Î·ÏƒÎ·</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"tagid_263\" href=\"#\" class=\"tag-link\" data-tagid=\"263\" data-flag=\"docs\">Î•ÎºÏ€Î±Î¯Î´ÎµÏ…ÏƒÎ·</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"tagid_43\" href=\"#\" class=\"tag-link\" data-tagid=\"43\" data-flag=\"docs\">ÎÎ¿Î¼Î¿ÏƒÏ‡Î­Î´Î¹Î¿</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"tagid_248\" href=\"#\" class=\"tag-link\" data-tagid=\"248\" data-flag=\"docs\">Î ÎµÏÎ¹ÎµÏ‡ÏŒÎ¼ÎµÎ½Î¿</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"tagid_42\" href=\"#\" class=\"tag-link\" data-tagid=\"42\" data-flag=\"docs\">ÎŸÎ¹ÎºÎ¿Î³Î­Î½ÎµÎ¹Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"tagid_40\" href=\"#\" class=\"tag-link\" data-tagid=\"40\" data-flag=\"docs\">Î”Î·Î¼Î¹Î¿Ï…ÏÎ³Î¯Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"tagid_260\" href=\"#\" class=\"tag-link\" data-tagid=\"260\" data-flag=\"docs\">ÎšÎ±Ï„ÎµÏÎ¸Ï…Î½ÏƒÎ·</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"tagid_259\" href=\"#\" class=\"tag-link\" data-tagid=\"259\" data-flag=\"docs\">Î‘Ï€Î¿Ï„Î­Î»ÎµÏƒÎ¼Î±</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n</div>"},{"id":"69de9a88-fc1e-4c7f-898e-0b25ed7e9ea8","name":"People Map","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-iv-server.example.com/JumpToWeb/perl/generic.pl?db=5&start=2022-1-4%2010:45&end=2022-7-12%2011:04&filter=2&fuzzy=NO&html=true&to=&from=&searchterm=&doctypes=6&conv=NO&tf=AND&tt=OR&people_map=NO&people_map_vals=&l_order=desc&mt=true&s_order=asc","protocol":"https","host":["your-iv-server.example.com"],"path":["JumpToWeb","perl","generic.pl"],"query":[{"key":"db","value":"5"},{"key":"start","value":"2022-1-4%2010:45"},{"key":"end","value":"2022-7-12%2011:04"},{"key":"filter","value":"2"},{"key":"fuzzy","value":"NO"},{"key":"html","value":"true"},{"key":"to","value":""},{"key":"from","value":""},{"key":"searchterm","value":""},{"key":"doctypes","value":"6"},{"key":"conv","value":"NO"},{"key":"tf","value":"AND"},{"key":"tt","value":"OR"},{"key":"people_map","value":"NO"},{"key":"people_map_vals","value":""},{"key":"l_order","value":"desc"},{"key":"mt","value":"true"},{"key":"s_order","value":"asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 22 Jul 2022 12:19:41 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"831"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/plain; charset=ISO-8859-1"}],"cookie":[],"responseTime":null,"body":"<style type=\"text/css\">\n\n#htmltagcloud {\n  text-align:  center; \n  line-height: 1; \n}\n.getme li {text-shadow: 1px 1px 1px #000000}\n.getme a {text-decoration: none; color: #FFFFFF}\n#htmltagcloud ul {list-style:disc; float:left; margin-bottom:5px; margin-left:12px}\n#htmltagcloud li {margin-bottom:10px;}\n#htmltagcloud {margin:5px 0 0 -4px; width:100%; float:left; overflow:scroll; overflow-x:hidden; height:400px}\n\t\n/*DEBUG: start 12 levels 24 */\nli.tagcloud0 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud0 a {text-decoration: none;}\nli.tagcloud1 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud1 a {text-decoration: none;}\nli.tagcloud2 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud2 a {text-decoration: none;}\nli.tagcloud3 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud3 a {text-decoration: none;}\nli.tagcloud4 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud4 a {text-decoration: none;}\nli.tagcloud5 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud5 a {text-decoration: none;}\nli.tagcloud6 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud6 a {text-decoration: none;}\nli.tagcloud7 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud7 a {text-decoration: none;}\nli.tagcloud8 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud8 a {text-decoration: none;}\nli.tagcloud9 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud9 a {text-decoration: none;}\nli.tagcloud10 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud10 a {text-decoration: none;}\nli.tagcloud11 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud11 a {text-decoration: none;}\nli.tagcloud12 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud12 a {text-decoration: none;}\nli.tagcloud13 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud13 a {text-decoration: none;}\nli.tagcloud14 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud14 a {text-decoration: none;}\nli.tagcloud15 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud15 a {text-decoration: none;}\nli.tagcloud16 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud16 a {text-decoration: none;}\nli.tagcloud17 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud17 a {text-decoration: none;}\nli.tagcloud18 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud18 a {text-decoration: none;}\nli.tagcloud19 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud19 a {text-decoration: none;}\nli.tagcloud20 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud20 a {text-decoration: none;}\nli.tagcloud21 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud21 a {text-decoration: none;}\nli.tagcloud22 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud22 a {text-decoration: none;}\nli.tagcloud23 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud23 a {text-decoration: none;}\nli.tagcloud24 {background-color:#25262c; padding:6px 10px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; float:left; display:inline; margin:4px; font-size:14px; text-shadow: 1px 1px 1px #000;}li.tagcloud24 a {text-decoration: none;}\n</style><div id=\"htmltagcloud\">\n<li class=\"getme tagcloud5\"><a id=\"peopleid_10\" href=\"#\" class=\"tag-link\" data-tagid=\"10\" data-flag=\"people\">ydvOyFqFTHawtW3B9O77+A (2)</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"peopleid_4\" href=\"#\" class=\"tag-link\" data-tagid=\"4\" data-flag=\"people\">GFYO0oJJSjmOWVt8IGm+cw (1)</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"peopleid_8\" href=\"#\" class=\"tag-link\" data-tagid=\"8\" data-flag=\"people\">tljmowDmRAu2ft/gPHd9HA (1)</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"peopleid_6\" href=\"#\" class=\"tag-link\" data-tagid=\"6\" data-flag=\"people\">U44YT4vYTYazdwnsMHPO/Q (1)</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n<li class=\"getme tagcloud0\"><a id=\"peopleid_2\" href=\"#\" class=\"tag-link\" data-tagid=\"2\" data-flag=\"people\">wU+zK7CHQhGDe1gz3f5PIw (1)</a><span style=\"float:right;\" class=\"ui-icon  ui-icon-triangle-1-s\"></span></li>\n</div>"}],"_postman_id":"5643708e-7732-4e50-b4ca-d2ec38ec6207"}],"id":"190ea263-0dea-4ad2-b25c-378bfee2fa35","description":"<p>The search API passes requests through to the included SphinxSearch engine.  See the admin guide for more details on managing this engine, and this page for details on customising the index: <a href=\"https://support.intelligentvoice.com/hc/en-us/articles/1500010856581-Search-API-customising-the-search-index\">https://support.intelligentvoice.com/hc/en-us/articles/1500010856581-Search-API-customising-the-search-index</a></p>\n","_postman_id":"190ea263-0dea-4ad2-b25c-378bfee2fa35","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}}},{"name":"Metrics","item":[{"name":"Get System Metrics","id":"fbc9de20-9648-4483-abf4-a854f67b8e35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Accept","value":"application/xml","type":"text"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/metrics","description":"<p>A system for running database queries to collect metrics and exposing the results in an endpoint</p>\n<p>For details on configuring system metrics see: <a href=\"https://support.intelligentvoice.com/hc/en-us/articles/10488783595923-IV-system-metrics-API\">https://support.intelligentvoice.com/hc/en-us/articles/10488783595923-IV-system-metrics-API</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","metrics"],"host":["your-iv-server.example.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbc9de20-9648-4483-abf4-a854f67b8e35"},{"name":"Get All Metrics (new in 7.1)","id":"56e7177c-0be0-4e4c-9987-ba1ed2195f93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/metrics/all","description":"<p>This endpoint returns the metrics for all items.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","metrics","all"],"host":["your-iv-server.example.com"],"query":[],"variable":[]}},"response":[{"id":"a2e7f775-3ead-4310-a989-38286f7cae43","name":"Get All Metrics","originalRequest":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/metrics/all"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[ {\r\n  \"audioDuration\" : \"00:15:01\",\r\n  \"completedAsr\" : \"2025-02-13T16:16:13\",\r\n  \"completedTask\" : \"2025-02-13T16:50:41\",\r\n  \"completedVad\" : \"2025-02-13T16:09:53\",\r\n  \"durationAsr\" : \"00:02:28\",\r\n  \"durationTask\" : \"05:44:59\",\r\n  \"durationVad\" : \"00:00:07\",\r\n  \"errorFlag\" : false,\r\n  \"groupId\" : \"4\",\r\n  \"itemCompleted\" : \"2025-02-13T16:16:18\",\r\n  \"itemCreated\" : \"2025-02-13T16:09:40\",\r\n  \"itemId\" : 1000000,\r\n  \"recordingId\" : 1000000\r\n}, {\r\n  \"audioDuration\" : \"00:15:01\",\r\n  \"completedAsr\" : \"2025-02-18T12:17:21\",\r\n  \"completedVad\" : \"2025-02-18T12:11:37\",\r\n  \"durationAsr\" : \"00:02:22\",\r\n  \"durationVad\" : \"00:00:08\",\r\n  \"errorFlag\" : false,\r\n  \"groupId\" : \"4\",\r\n  \"itemCompleted\" : \"2025-02-18T12:17:27\",\r\n  \"itemCreated\" : \"2025-02-18T12:11:24\",\r\n  \"itemId\" : 1000001,\r\n  \"recordingId\" : 1000001\r\n} ]"}],"_postman_id":"56e7177c-0be0-4e4c-9987-ba1ed2195f93"},{"name":"Get Metric Aggregations (new in 7.1)","id":"bc0738e8-acd5-49f0-a3ac-1500991f7e1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/metrics/aggregations","description":"<p>This endpoint returns the metric aggregations per hour.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","metrics","aggregations"],"host":["your-iv-server.example.com"],"query":[],"variable":[]}},"response":[{"id":"52bf868a-3d01-4d21-af17-7d33221a6c35","name":"Get Metric Aggregations","originalRequest":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/metrics/aggregations"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[ {\r\n  \"averageAudioDuration\" : \"00:00:00\",\r\n  \"averageDurationAsr\" : \"00:00:00\",\r\n  \"averageDurationDiarization\" : \"00:00:00\",\r\n  \"averageDurationExport\" : \"00:00:00\",\r\n  \"averageDurationSentiment\" : \"00:00:00\",\r\n  \"averageDurationSummary\" : \"00:00:00\",\r\n  \"averageDurationTagger\" : \"00:00:00\",\r\n  \"averageDurationTask\" : \"00:00:00\",\r\n  \"averageDurationVad\" : \"00:00:00\",\r\n  \"countCompletedAsr\" : 0,\r\n  \"countCompletedDiarization\" : 0,\r\n  \"countCompletedExport\" : 0,\r\n  \"countCompletedSentiment\" : 0,\r\n  \"countCompletedSummary\" : 0,\r\n  \"countCompletedTagger\" : 0,\r\n  \"countCompletedTask\" : 0,\r\n  \"countCompletedVad\" : 0,\r\n  \"errorCount\" : 0,\r\n  \"itemsCompleted\" : 0,\r\n  \"itemsCreated\" : 0,\r\n  \"successCount\" : 0,\r\n  \"timeframe\" : \"2025-02-07T12:00:00\"\r\n}, {\r\n  \"averageAudioDuration\" : \"00:00:00\",\r\n  \"averageDurationAsr\" : \"00:00:00\",\r\n  \"averageDurationDiarization\" : \"00:00:00\",\r\n  \"averageDurationExport\" : \"00:00:00\",\r\n  \"averageDurationSentiment\" : \"00:00:00\",\r\n  \"averageDurationSummary\" : \"00:00:00\",\r\n  \"averageDurationTagger\" : \"00:00:00\",\r\n  \"averageDurationTask\" : \"00:00:00\",\r\n  \"averageDurationVad\" : \"00:00:00\",\r\n  \"countCompletedAsr\" : 0,\r\n  \"countCompletedDiarization\" : 0,\r\n  \"countCompletedExport\" : 0,\r\n  \"countCompletedSentiment\" : 0,\r\n  \"countCompletedSummary\" : 0,\r\n  \"countCompletedTagger\" : 0,\r\n  \"countCompletedTask\" : 0,\r\n  \"countCompletedVad\" : 0,\r\n  \"errorCount\" : 0,\r\n  \"itemsCompleted\" : 0,\r\n  \"itemsCreated\" : 0,\r\n  \"successCount\" : 0,\r\n  \"timeframe\" : \"2025-02-07T13:00:00\"\r\n} ]"}],"_postman_id":"bc0738e8-acd5-49f0-a3ac-1500991f7e1e"},{"name":"Get Group Metrics (new in 7.1)","id":"8eb16748-882e-476d-b482-85d2aea591e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/metrics/group/:groupId","description":"<p>This endpoint returns the metrics for a specific group.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","metrics","group",":groupId"],"host":["your-iv-server.example.com"],"query":[],"variable":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"any","value":"","key":"groupId"}]}},"response":[{"id":"8dacd820-6e27-4bb7-899b-5ecff3c1c2d9","name":"Get Group Metrics","originalRequest":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/metrics/group/1"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[ {\r\n  \"audioDuration\" : \"00:15:01\",\r\n  \"completedAsr\" : \"2025-02-18T12:23:09\",\r\n  \"completedVad\" : \"2025-02-18T12:15:00\",\r\n  \"durationAsr\" : \"00:02:10\",\r\n  \"durationVad\" : \"00:00:07\",\r\n  \"errorFlag\" : false,\r\n  \"groupId\" : \"1\",\r\n  \"itemCompleted\" : \"2025-02-18T12:23:17\",\r\n  \"itemCreated\" : \"2025-02-18T12:14:50\",\r\n  \"itemId\" : 1000030,\r\n  \"recordingId\" : 1000029\r\n} ]"}],"_postman_id":"8eb16748-882e-476d-b482-85d2aea591e9"},{"name":"Get Item Metrics (new in 7.1)","id":"50da964b-e087-475a-a550-b8f9f79826d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/metrics/item/:itemId?groupId=","description":"<p>This endpoint returns the metrics for a specific item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","metrics","item",":itemId"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""}],"variable":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"any","value":"","key":"itemId"}]}},"response":[{"id":"bda22950-9ca0-4ce5-8c55-f1b93e32dfa3","name":"Get Item Metrics","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/metrics/item/1000030?groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","metrics","item","1000030"],"query":[{"key":"groupId","value":"1","description":"Mandatory"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"audioDuration\": \"00:15:01\",\r\n        \"completedAsr\": \"2025-02-18T12:23:09\",\r\n        \"completedVad\": \"2025-02-18T12:15:00\",\r\n        \"durationAsr\": \"00:02:10\",\r\n        \"durationVad\": \"00:00:07\",\r\n        \"errorFlag\": false,\r\n        \"groupId\": \"1\",\r\n        \"itemCompleted\": \"2025-02-18T12:23:17\",\r\n        \"itemCreated\": \"2025-02-18T12:14:50\",\r\n        \"itemId\": 1000030,\r\n        \"recordingId\": 1000029\r\n    }\r\n]"}],"_postman_id":"50da964b-e087-475a-a550-b8f9f79826d6"},{"name":"Get Recording Metrics (new in 7.1)","id":"c4c7fcbc-543f-4a3f-bc5b-407e43119598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/metrics/recording/:recordingId?groupId=","description":"<p>This endpoint returns the metrics for a specific recording.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","metrics","recording",":recordingId"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""}],"variable":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"type":"any","value":"","key":"recordingId"}]}},"response":[{"id":"76b9466f-7972-42b1-9cc9-d33b03a150c6","name":"Get Recording Metrics","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/metrics/recording/1000029?groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","metrics","recording","1000029"],"query":[{"key":"groupId","value":"1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"audioDuration\" : \"00:15:01\",\r\n  \"completedAsr\" : \"2025-02-18T12:23:09\",\r\n  \"completedVad\" : \"2025-02-18T12:15:00\",\r\n  \"durationAsr\" : \"00:02:10\",\r\n  \"durationVad\" : \"00:00:07\",\r\n  \"errorFlag\" : false,\r\n  \"groupId\" : \"1\",\r\n  \"itemCompleted\" : \"2025-02-18T12:23:17\",\r\n  \"itemCreated\" : \"2025-02-18T12:14:50\",\r\n  \"itemId\" : 1000030,\r\n  \"recordingId\" : 1000029\r\n}"}],"_postman_id":"c4c7fcbc-543f-4a3f-bc5b-407e43119598"}],"id":"0fbb138a-0d77-4479-a000-ae5c1b0cbe73","description":"<p>Collection of methods to get various metrics from IV.</p>\n","_postman_id":"0fbb138a-0d77-4479-a000-ae5c1b0cbe73","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}}},{"name":"Custodians","item":[{"name":"Get Custodians","id":"e2e4064e-15eb-4343-838f-61b6a7ff0d46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/custodians?userId=123&groupId=2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","custodians"],"host":["your-iv-server.example.com"],"query":[{"key":"userId","value":"123"},{"key":"groupId","value":"2"}],"variable":[]}},"response":[{"id":"c0f2bb37-aa3c-465c-933e-b65fd9152581","name":"Get Custodians","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, application/xml","type":"text"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/custodians?userId=123&groupId=2","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","custodians"],"query":[{"key":"userId","value":"123"},{"key":"groupId","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Date","value":"Thu, 14 Oct 2021 11:25:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"custodians\": [\n        {\n            \"id\": 31,\n            \"group\": 2,\n            \"name\": \"Han Solo\",\n            \"company\": \"Millenium Falcon\",\n            \"addresses\": [\n                \"123456\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"e2e4064e-15eb-4343-838f-61b6a7ff0d46"}],"id":"75448ce4-490d-4efb-a1cd-8fde1d599cd7","_postman_id":"75448ce4-490d-4efb-a1cd-8fde1d599cd7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}}},{"name":"Notifications","item":[{"name":"Send email","id":"9322f51f-c0c9-445d-91f8-627728f7105e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"{\r\n    \"toMail\": [\"support@intelligentvoice.com\", \"noreply@intelligentvoice.com\"],\r\n    \"subject\": \"example subject\",\r\n    \"body\": \"example body\"\r\n}"},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/notifications/send-email","description":"<p>Send a system notification email via the SMTP settings configured in vrx.properties</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","notifications","send-email"],"host":["your-iv-server.example.com"],"query":[],"variable":[]}},"response":[{"id":"3b5350dc-a480-4395-9d44-31a7ef032ddb","name":"Notifications not enabled or bad configuration","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"toMail\": [\"a@example.com\", \"b@example.com\"],\r\n    \"subject\": \"example subject\",\r\n    \"body\": \"example body\"\r\n}"},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/notifications/send-email"},"status":"Expectation Failed","code":417,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 04 Feb 2022 22:14:33 GMT"},{"key":"Content-Length","value":"0"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"350cfb2c-90ec-41b6-8984-c4f00401ffe3","name":"Email sent","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"toMail\": [\"support@intelligentvoice.com\", \"noreply@intelligentvoice.com\"],\r\n    \"subject\": \"example subject\",\r\n    \"body\": \"example body\"\r\n}"},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/notifications/send-email"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 04 Feb 2022 22:20:14 GMT"},{"key":"Content-Length","value":"0"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9322f51f-c0c9-445d-91f8-627728f7105e"}],"id":"2434d817-780c-44d4-9c4b-a24d4dc09164","_postman_id":"2434d817-780c-44d4-9c4b-a24d4dc09164","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}}},{"name":"Fraud Detection","item":[{"name":"Fraud Detection Result for Item","id":"ccee20df-c4f9-49a1-a1cd-ecf04fe3f089","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/items/:itemId/credibility?groupId=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","items",":itemId","credibility"],"host":["your-iv-server.example.com"],"query":[{"key":"groupId","value":""}],"variable":[{"type":"any","value":null,"key":"itemId"}]}},"response":[],"_postman_id":"ccee20df-c4f9-49a1-a1cd-ecf04fe3f089"},{"name":"List Bag Of Words","id":"58161834-b572-4291-ab6d-3fb3e118e9da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/credibility/bagofwords","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","credibility","bagofwords"],"host":["your-iv-server.example.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"58161834-b572-4291-ab6d-3fb3e118e9da"},{"name":"Bag Of Words Details","id":"b3cf6650-3ed7-41b9-923e-2d72da2ae460","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/credibility/bagofwords/:bagOfWordsId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","credibility","bagofwords",":bagOfWordsId"],"host":["your-iv-server.example.com"],"query":[],"variable":[{"type":"any","value":null,"key":"bagOfWordsId"}]}},"response":[],"_postman_id":"b3cf6650-3ed7-41b9-923e-2d72da2ae460"},{"name":"List Imperative Questions","id":"3a25fa6b-05fd-48ce-a7cb-1500a37659bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/credibility/imperativequestions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","credibility","imperativequestions"],"host":["your-iv-server.example.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a25fa6b-05fd-48ce-a7cb-1500a37659bb"},{"name":"Imperative Questions Details","id":"8f2552b3-e7f5-40c3-acef-bcd74ad79b02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/credibility/imperativequestions/:imperativeQuestionId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","credibility","imperativequestions",":imperativeQuestionId"],"host":["your-iv-server.example.com"],"query":[],"variable":[{"type":"any","value":null,"key":"imperativeQuestionId"}]}},"response":[],"_postman_id":"8f2552b3-e7f5-40c3-acef-bcd74ad79b02"},{"name":"Save Bag Of Words","id":"42edd4ed-0f62-48ca-a461-ca5aa2d8ab6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/credibility/bagofwords","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","credibility","bagofwords"],"host":["your-iv-server.example.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"42edd4ed-0f62-48ca-a461-ca5aa2d8ab6f"},{"name":"Save Imperative Questions","id":"de217231-f380-4b7c-9ec9-930778104aca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/credibility/imperativequestions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","credibility","imperativequestions"],"host":["your-iv-server.example.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"de217231-f380-4b7c-9ec9-930778104aca"}],"id":"9df0dfd3-f534-4419-8ad8-fc65316b3b2d","_postman_id":"9df0dfd3-f534-4419-8ad8-fc65316b3b2d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}}},{"name":"Biometrics","item":[{"name":"Enrol Speaker","id":"b1005ddf-3240-415e-b44b-f54d50d9314c","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"audioSource\": \"/path/to/your/wav/file.wav\",\r\n    \"speakerMetadata\": {\r\n        \"name\": \"Ann Example\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/biometric/enrol-speaker?groupId=1","description":"<p>Active enrolment using a wav file already present on the IV server. The path is relative within the vrx-servlet container.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","biometric","enrol-speaker"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":"1"}],"variable":[]}},"response":[{"id":"e141fa2c-a17a-472f-a569-2b3d0de3c94b","name":"Enrol Speaker","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"audioSource\": \"/var/jumpto/downloadedFiles/Intelligent-Voice-Test-File.wav\",\r\n    \"speakerMetadata\": {\r\n        \"name\": \"Ann Example\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/biometric/enrol-speaker?groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","biometric","enrol-speaker"],"query":[{"key":"groupId","value":"1","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Date","value":"Mon, 04 Sep 2023 10:56:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"audioSource\": \"/var/jumpto/downloadedFiles/Intelligent-Voice-Test-File.wav\",\n    \"countWavFiles\": 1,\n    \"enrolPeopleJobId\": 1,\n    \"speakerMetadata\": {\n        \"name\": \"Ann Example\"\n    }\n}"}],"_postman_id":"b1005ddf-3240-415e-b44b-f54d50d9314c"},{"name":"Auto-enrol speaker","id":"dc37cf31-8991-4f53-b6e4-de0236abde77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"audioSource\": \"/path/to/your/wav/files/\",\r\n    \"speakerMetadata\": {\r\n        \"name\": \"Ann Example\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/biometric/auto-enrol-speaker?groupId=1","description":"<p>Active enrolment using multiple wav files already present on the IV server. The path is relative within the vrx-servlet container.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","biometric","auto-enrol-speaker"],"host":["your-iv-server.example.com"],"query":[{"key":"groupId","value":"1"}],"variable":[]}},"response":[{"id":"e1b37f61-0970-4c04-afc0-7b374ce4e9e9","name":"Auto-enrol speaker","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"audioSource\": \"/data/auto-enrol-example/\",\r\n    \"speakerMetadata\": {\r\n        \"name\": \"Ann Example\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/biometric/auto-enrol-speaker?groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","biometric","auto-enrol-speaker"],"query":[{"key":"groupId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Date","value":"Mon, 04 Sep 2023 11:09:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"audioSource\": \"/data/auto-enrol-example/\",\n    \"countWavFiles\": 5,\n    \"enrolPeopleJobId\": 3,\n    \"speakerMetadata\": {\n        \"name\": \"Ann Example\"\n    }\n}"},{"id":"e8bee8dc-7104-49b4-af13-58cd2d4c9bee","name":"Error: minimum file count not met","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"audioSource\": \"/path/to/wav/files/\",\r\n    \"speakerMetadata\": {\r\n        \"name\": \"Ann Example\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/biometric/auto-enrol-speaker?groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","biometric","auto-enrol-speaker"],"query":[{"key":"groupId","value":"1"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Date","value":"Mon, 04 Sep 2023 11:07:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"errorMessage\": \"5 files minimum required for Auto Enrolment\"\n    }\n]"}],"_postman_id":"dc37cf31-8991-4f53-b6e4-de0236abde77"}],"id":"6d80d960-5f0b-4e5f-8545-dc7dd0b482eb","_postman_id":"6d80d960-5f0b-4e5f-8545-dc7dd0b482eb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}}},{"name":"Translations","item":[{"name":"Get All Translation Languages","id":"b9f5f02c-90ef-4190-b2a2-8a254f8faf82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/translations/languages","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","translations","languages"],"host":["your-iv-server.example.com"],"query":[],"variable":[]}},"response":[{"id":"be17c369-5f25-4257-81dd-90d790984ce5","name":"Get All Translation Languages","originalRequest":{"method":"GET","header":[],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/translations/languages"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b9f5f02c-90ef-4190-b2a2-8a254f8faf82"},{"name":"Add New Translation Language","id":"0fd34ee1-a186-458c-99ce-0d9e3ca1f34c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"languageName\": \"Chinese\",\r\n    \"languageCode\": \"zh\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/translations/languages","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","translations","languages"],"host":["your-iv-server.example.com"],"query":[],"variable":[]}},"response":[{"id":"76174522-3537-4222-8c5e-ee30e9d0ea24","name":"Add New Translation Language - Chinese","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"languageName\": \"Chinese\",\r\n    \"languageCode\": \"zh\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/translations/languages"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0fd34ee1-a186-458c-99ce-0d9e3ca1f34c"},{"name":"Delete Language by Language Code","id":"9fd40150-9833-4c3a-8bb9-190a4cdd29a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/translations/languages/:langaugeCode","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","translations","languages",":langaugeCode"],"host":["your-iv-server.example.com"],"query":[],"variable":[{"description":{"content":"<p>Language code</p>\n","type":"text/plain"},"type":"any","value":"","key":"langaugeCode"}]}},"response":[{"id":"ea44c205-e930-4271-ab5c-31751cb7e327","name":"Delete Language by Language Code - Chinese","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/translations/languages/:languageCode","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","translations","languages",":languageCode"],"variable":[{"key":"languageCode","value":"zh","description":"Language Code"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9fd40150-9833-4c3a-8bb9-190a4cdd29a0"},{"name":"Delete Language by Language Code Copy","id":"5616e26d-7565-4c42-b1c2-c80b0073152a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"item\": {\r\n        \"id\": 1001317\r\n    },\r\n    \"task\": {\r\n        \"id\": 74\r\n    },\r\n    \"languageCode\": \"zh\",\r\n    \"translationOutput\": \"This is a translation test\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/processing/translation-result?groupId=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","processing","translation-result"],"host":["your-iv-server.example.com"],"query":[{"key":"groupId","value":"1"}],"variable":[]}},"response":[{"id":"8009e6c2-51f0-4483-a618-fd42298ce1f7","name":"Delete Language by Language Code - Chinese","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/translations/languages/:languageCode","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","translations","languages",":languageCode"],"variable":[{"key":"languageCode","value":"zh","description":"Language Code"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5616e26d-7565-4c42-b1c2-c80b0073152a"}],"id":"37eb0aae-e271-4d56-b2aa-61a293a83edf","_postman_id":"37eb0aae-e271-4d56-b2aa-61a293a83edf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}}},{"name":"Processing","item":[{"name":"Save Tagger Result","id":"10ae2e55-2e60-4013-9de1-b94152625553","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"item\" : {\r\n        \"id\" : 1000065,\r\n        \"errorMsg\": \"User removed stuck tagger job\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/processing/tagger-result?groupId=1","description":"<p>This endpoint is used by the Tagger worker to return results, and by the fail_worker to mark errors for jobs in the <code>tagger_fail</code> queue. As a troubleshooting measure only, for example if the fail_worker is crashing or can't be run, you can call this API directly which will return an error response for the tagger job.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","processing","tagger-result"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":"1"}],"variable":[]}},"response":[{"id":"aad1de3c-a9fe-4489-a4f3-bd2441075644","name":"Save Tagger Result","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"item\" : {\r\n        \"id\" : 1000065,\r\n        \"errorMsg\": \"User removed stuck tagger job\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/processing/tagger-result?groupId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","processing","tagger-result"],"query":[{"key":"groupId","value":"1","description":"Mandatory"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.29.0"},{"key":"Date","value":"Thu, 24 Jul 2025 09:49:07 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"10ae2e55-2e60-4013-9de1-b94152625553"}],"id":"681b0d69-7fe9-434b-a4bc-f9980aab6373","description":"<p>The processing end points are intended for internal use and troubleshooting only. They are the endpoints that the workers use to return completed tasks to the vrx_servlet</p>\n","_postman_id":"681b0d69-7fe9-434b-a4bc-f9980aab6373","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}}},{"name":"Version","id":"8a494a4a-af44-433b-a17c-ca497d20fbe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain","type":"text"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/version","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","version"],"host":["your-iv-server.example.com"],"query":[],"variable":[]}},"response":[{"id":"09f57a62-0020-4fb2-9652-d1155efdf2e3","name":"Version","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain","type":"text"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/version"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"4.13.0.33319"}],"_postman_id":"8a494a4a-af44-433b-a17c-ca497d20fbe6"},{"name":"Get Audio Types","id":"41e8e08d-d53e-4748-8cdf-e41a6d623244","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Accept","value":"application/xml","type":"text"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/audio-types?groupId=&userId=&sort=","description":"<p>This endpoint returns the list of audio types handled by the system</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","audio-types"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"sort","value":""}],"variable":[]}},"response":[{"id":"e7e9cd9e-dc19-4bed-a3c2-17f36dbef6b1","name":"Get LatticeAudio Types","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Accept","value":"application/xml","type":"text"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/lattice-format-types?groupId=1&userId=1&=","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","lattice-format-types"],"query":[{"key":"groupId","value":"1"},{"key":"userId","value":"1"},{"key":"","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"audioTypes\": [\n        {\n            \"id\": 1,\n            \"type\": \"WAV\"\n        },\n        {\n            \"id\": 2,\n            \"type\": \"MP3\"\n        }\n    ]\n}"}],"_postman_id":"41e8e08d-d53e-4748-8cdf-e41a6d623244"},{"name":"Get Attachment Types","id":"d0b75712-e641-400f-8b8d-ab4a46c56484","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/xml"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/attachment-types?groupId=&userId=&sort=","description":"<p>This endpoint returns the list of attachment types handled by the system</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","attachment-types"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"sort","value":""}],"variable":[]}},"response":[{"id":"0bed20c5-55bd-4c0a-987c-86a22e3f9c31","name":"Get Attachment Types","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Accept","value":"application/xml","type":"text"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/attachment-types?groupId=1&userId=1","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","attachment-types"],"query":[{"key":"groupId","value":"1"},{"key":"userId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"attachmentTypes\": [\n        {\n            \"id\": 0,\n            \"type\": \"None\"\n        },\n        {\n            \"id\": 1,\n            \"type\": \"WAV\"\n        },\n        {\n            \"id\": 2,\n            \"type\": \"MP3\"\n        },\n        {\n            \"id\": 3,\n            \"type\": \"SmartTranscript\"\n        }\n    ]\n}"}],"_postman_id":"d0b75712-e641-400f-8b8d-ab4a46c56484"},{"name":"Get Lattice Format Types","id":"4ead8779-454a-4989-b5cf-614e64d03b0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Accept","value":"application/xml","type":"text"}],"url":"https://your-iv-server.example.com:8443/vrxServlet/v2/lattice-format-types?groupId=&userId=&sort=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]},"isInherited":true,"source":{"_postman_id":"325d57b3-210b-4428-ab3e-c36b10c959ba","id":"325d57b3-210b-4428-ab3e-c36b10c959ba","name":"VFC Communications Analytics (Intelligent Voice) API","type":"collection"}},"urlObject":{"protocol":"https","port":"8443","path":["vrxServlet","v2","lattice-format-types"],"host":["your-iv-server.example.com"],"query":[{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"groupId","value":""},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"userId","value":""},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"sort","value":""}],"variable":[]}},"response":[{"id":"6a5999e7-d529-4b7c-97a3-d8aebbbcbcb2","name":"Get Lattice Format Types","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Accept","value":"application/xml","type":"text"}],"url":{"raw":"https://your-iv-server.example.com:8443/vrxServlet/v2/lattice-format-types?groupId=1&userId=1&sort=ASC","protocol":"https","host":["your-iv-server.example.com"],"port":"8443","path":["vrxServlet","v2","lattice-format-types"],"query":[{"key":"groupId","value":"1"},{"key":"userId","value":"1"},{"key":"sort","value":"ASC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"latticeFormats\": [\n        {\n            \"id\": 1,\n            \"type\": \"Hyphenated\"\n        },\n        {\n            \"id\": 2,\n            \"type\": \"Probability Scored\"\n        }\n    ]\n}"}],"_postman_id":"4ead8779-454a-4989-b5cf-614e64d03b0d"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ jwt_token }}"}]}},"event":[{"listen":"prerequest","script":{"id":"d8a60037-d196-4da8-b768-2f023fe477db","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"397d8aaf-a317-4e67-8233-85b56c41258b","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"jwt_token","value":"your-username-here"},{"key":"hostname","value":"your-iv-server.example.com"},{"key":"port","value":"8443"}]}